@CHARSET "UTF-8";

html, body{ 
 	margin:0; 
 	padding:0; 
 	text-align:center; 
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c2c2c2;
	background-color: #1C395B;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

img {
	border: 0px none;
}
 
#content a:link { color: #C2C2C2; }
#content a:visited { color: #6F6F6F; }
#content a:active {}
#content a:hover {text-decoration: underline; color: #DF8B29;}
 
#pagewidth{ 
 	width:1000px;
 	height:500px;
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;
 	margin-top: 5px;
} 
 
#header{
	position:relative; 
 	height:auto; 
  	background:transparent url('images/header.png') no-repeat; 
	width:100%;
	height:226px;
} 

#textScroller{
	width:400px;
	height:30px;
	float:right;
	margin: 195px 40px 0px 0px;
	color: #EEEEEE;
	font-size: 24px;
	text-align:right;
}

/*
 * TOP NAVIGATION CSS
 */

#topNavContainer{
	height:43px;
	width:1002px;
}

#topNavSpacerLeft{
	background:transparent url("images/topnav_left.jpg") no-repeat;
	height:43px;
	width:27px;
	float:left;
}

#topNav{
	position: relative;	
	background: transparent url("images/topnav_bg.jpg") repeat-x;
	height: 43px;
	width: 783px;
	float:left;
	padding: 0px 0px 0px 165px;
}

#topNav li{
	list-style-type:none;
	height:43px;
	display: block;
	float:left;
	text-align: center;
	margin-top:-1em;
	padding: 18px 10px 10px 8px;
}

.spacer{
	background: url('images/topnav_spacer.jpg') no-repeat;
	margin-right:-1em;
}

#topNav .hover{
	min-width: 100px;
}

#topNav .hover:hover{
	background:url('images/topnav_hover.jpg');
	height:15px;
}

#topNav .hover:hover a{
	color:#181818;
}

#topNav a{
	text-transform: uppercase;
	color: #d0d0d0;
	text-decoration: none;
	letter-spacing: .10em; 
}


#topNavSpacerRight{
	background:transparent url("images/topnav_right.jpg") no-repeat;
	height:43px;
	width:27px;
	float:right;
}


/*
 * LEFT NAVIGATION
 */

#leftNavContainer{
	position: absolute;
	border:0px solid #FFF;
	z-index: 3000;
	margin-left: -40px;
	margin-top: 42px;
	height: 350px;
}

#leftNav ul{
	list-style-type: none;
	width:210px;
	margin:0;
	padding: 0 0 0 40px;
}


#leftNav ul a{
	color: #d1d1d1;
	text-decoration: none;
	display: block;
	width: 182px;
	font-size: 12px;
	padding: 10px 0 10px 25px;
	letter-spacing:1px;
	background: url('images/sidenav_li-background.png');
}

#leftNav ul a:hover {
	color: #181818;
	background: #c4c4c4;
	width: 175px;
	margin-left: 10px;
	padding-left: 15px;
}

#leftNav ul li {
	float: left;
	position: relative;
}

#leftNav ul li ul {
	list-style: none;
	position: absolute;
	left: 162px;
	top: 0;
	display: none;
	width: 220px;
}

#leftNav ul li ul li a{
	background: transparent url('images/subItem.png') repeat-y;
	width:161px;
	color: #000;
	font-weight: bold;
}

#leftNav ul li ul li a:hover{
	background: #FFF url('images/subItem.png') repeat-y;
	color: #181818;
	margin-left: 0px;
	padding-left: 25px;
	width:161px;
}

#leftNav ul li:hover ul { 
	display: block;
}

#leftNav .sidenav_header {
	height:46px;
}

#leftNav .title {
	display: block;
	margin: 0px 0px 0px 10px;
	background: #375166;
	height:25px;
	width: 190px;
	padding:10px 0px 0px 0px;
	text-align: center;
	font-size: 18px;
}

#leftNav .toplevel:hover {
	
}

.subTop{
	display:block; 
	min-width: 210px; 
	height:15px;
	background: url("images/sub_top.png") no-repeat;
	margin-left: 0px;
}

.subBottom{
	display:block; 
	min-width: 210px; 
	height:15px;
	background: url("images/sub_bottom.png") no-repeat;
	margin-left: 0px;
}

.subItem{
	background: url("images/subItem.png") no-repeat;
}


/*
 * MAIN CONTENT AREA
 */

#maincol{
	background-color: transparent;  
 	float: right; 
 	display:inline; 
 	position: relative; 
 	background-image: url('images/content_background.png');
	background-repeat: repeat-y;
	width: 100%;
	min-height: 500px;
 }
 
#content{
	position:relative;
 	float:right;
 	width: 740px;
 	padding: 5px 28px 0px 0px;
}
 
#footer{
	height:100px; 
 	background: url('images/footer.png') no-repeat; 
	clear:both;
 	text-align: center;
 } 
 
 
/*
 * Body Content Styling
 */

.body_content strong{
 	font-weight: bold;
 	font-size: 14px;
 	color: #a3c3d7;
}

.title{
	font-weight: normal;
	font-size: 20px;
}

.printer_friendly{
	text-decoration: none;
	color: #FFF;
	text-transform: Uppercase;
	letter-spacing: .15em;
	
}


 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

