body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#wrapper {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:0;
}

/*.....list of other styles.....*/

.clear {
	clear:both;
}

img {
	border:none;
}

/*.....header.....*/

#header {
	width:850px;
	height:139px;
	background-image:url(pix/top_header.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#logo-container {

}

/***** jQuery slide hide/show #intro-content styles *****/

.slide {
	padding: 0;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

.btn-slide {
	text-align: center;
	width: 80px;
	height: 16px;
	padding: 3px 3px 0 0;
	margin: 0 18px 0 0;
	display: block;
	font-size:0.6em;
	text-transform:uppercase;
	color: #fff;
	background-color:#000066;
	text-decoration: none;
	float:right;
}

.active {
	background-position: right 12px;
}

/*****************************************/

#intro-content {
	height:60px;
	width:100%;
	background-image:url(pix/intro_content_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#eeeaeb;
	border-bottom:10px solid #000066;
}

#intro-text {
	margin-left:auto;
	padding-left:10px;
	padding-top:10px;
	margin-right:auto;
	width:700px;
	text-align:left;
}

#intro-text h4 {
	margin:0;
	font-weight:bold;
	font-size:0.9em;
	color:#333333;
	line-height:1.3em;
	padding:12px 0px 0px 0px;
}

/*.....left content.....*/

#left-content {
	width:210px;
	margin:0 10px 10px 0;
	padding:0;
	float:left;
	background-color:#e3e4e7;
	border-left:8px solid #f5f6f6;
	border-right:8px solid #f5f6f6;
}

#left-content h2 {
	background-color:#003366;
	padding:5px;
	font-size:0.8em;
	color:white;
	/* margin:-10px -10px 5px -10px; */
	margin:0;
}

#left-content ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	font-size:1em;
}

#left-content li {
	padding-bottom:5px;
}

#left-content li a, #left-content li a:visited {
	color:#000066;
}

#scm-sidebar-main-menu ul {
	margin-top:10px;
	padding:10px;
	padding:0px;
	list-style:none;
	font-size:0.7em;
}

#scm-sidebar-main-menu ul ul {
	margin-top:10px;
}

#scm-sidebar-main-menu ul li {
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #666666;
	padding-left:8px;
}

#scm-sidebar-main-menu ul ul li {
	margin:0 0 5px 0;
	padding-left:25px;
	background-image:none;
	border-bottom:none; 
	font-size:1.4em;
}

#scm-sidebar-main-menu ul li a, #left-content ul li a:visited {
	text-decoration:none;
	color:#000066;
	font-weight:bold;
}

#scm-sidebar-main-menu ul li a:hover {

}

#scm-sidebar-main-menu ul ul li a:hover {
	text-decoration:underline;
}

#scm-sidebar-main-menu a.current {
	color:#000066;
}

#scm-sidebar-members {
	background-image:url(pix/members_login_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding:10px;
	margin:0;
	color:#000;
	font-size:0.7em;
	border-top:8px solid #f5f6f6;
	border-bottom:8px solid #f5f6f6;
}

#scm-sidebar-members ul li a, #scm-sidebar-members ul li a:visited  {
	color:#000;
}

#scm-sidebar-members a, #scm-sidebar-members a:visited {
	color:#000;
}

/*.....this div floats #center-content and #right-content to the right of #left-content.....*/

#container {
	float:right;
	width:620px;
	margin-top:10px;
}

/*.....center-content.....*/

#center-content {
	float:left;
	display:inline;
	width:380px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.6em;
	padding-bottom:15px;
	padding-right:0px;
	font-size:0.8em;
}

#center-content h1 {
	font-size:1.3em;
	color:#000033;
	margin:0;
	font-weight:100;
}

#center-content h2 {
	font-size:1em;
} 

#center-content h3 {
	font-size:1em;
	border-bottom:1px solid #000;
}

#center-content a, #center-content a:visited {
	color:#000066;
}

#members img {
	border:1px solid black;
	margin:0 0 10px 10px;
}

ul#filelist {	
	margin:0;
	padding:0;
	list-style-type:none;
}

#filelist li {
	padding-bottom:7px;
}

/*.....right content.....*/

#right-content {
	float:right;
	width:170px;
	margin:0 10px 10px 0;
	padding:0px 10px 10px 0;
}

#right-content a, #right-content a:visited {
	color:#000;
}

#right-content a:hover {
	color:#666;
}

#right-content h2 {
	background-color:#000066;
	padding:5px;
	font-size:0.8em;
	color:white;
	margin:0 0 5px 0;
}

#scm-sidebar-news-sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.7em;
}

#scm-sidebar-news-sidebar ul li {
	margin-bottom:15px;
	line-height:1.3em;
}

/*.....footer.....*/

#footer {
	padding:20px 0 20px 0;
	margin-top:10px;
	background-color:#4f3d60;
	font-size:0.8em;
	width:100%;
	background-image:url(pix/footer_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	color:#fff;
}
 
#footer a, #footer a:visited {
	color:#fff;
}

/* CSS SELECTORS FOR DOCUMENT TYPES */

a[href$=".pdf"] {
	background:url(pix/pdf.gif) no-repeat right top;
	padding-right:30px;
	padding-bottom:3px;
}

a[href$=".doc"] {
	background:url(pix/doc.gif) no-repeat right top;
	padding-right:30px;
	padding-bottom:3px;
}