@charset "utf-8";
/* CSS Document */

html{
	*background: transparent url(/imgs/html_bg_slice.gif) repeat-x 0 0 ; 

}
body{
	margin:	0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003366;
	background: transparent url(/imgs/web-bg-09.jpg) no-repeat center top;
}

#wrapper{
	margin:0 auto;
	padding:0;
	width:950px;
	background:#fff;
	
}
#main{
	margin:0;
	background:#fff;
}
h1, h1 a, h1 a:visited{
	color:#036CA3;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
h1 a:hover{
	text-decoration:underline;}
	h2, h2 a, h2 a:visited{
	color:#036ca3;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}
h2 a:hover{
	text-decoration:underline;}
h3{
	color:#036ca3;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a, a:visited{
	color:#036CA3;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;}
.button a {
background-color:#0164A5;
color:#FFFFFF;
font-weight:bold;
padding:5px 10px;
text-decoration:none;
}
.button a:hover {
background-color:#8ABEDB;
color:#0164A5;
padding:5px 10px;
}

#header{
	float:left;
	width:950px;
	height:96px;
	text-align:center;
	background:#fff;
	position:relative;

}
#search_box{
	position:absolute;
	top:34px;
	left:735px;
	z-index:100;
	width:170px;
	text-align:right;
	height:25px;
}
#bn_Submit{
	background-color:#036CA3;
	color:#fff;
	border-color:#002F56;}
#main_content{
	float:left;
	width:950px;
	background:#fff;	
}
#navigation{
	float:left;
	width:185px;
	/*background:#8ABEDB;*/
	
}


#share-btn {padding:15px 0 0 15px}

#content{
	float:left;
	width:765px;
	background:#fff;

}
#main_banner{
	float:left;
	width:765px;
	color:#fff;
	background:url(/imgs/orange_gradient_wide_07.gif) top no-repeat;
	height:159px;
	padding-top:19px;

}
#flash_banner{
	float:left;
	width:373px;
}
#image_banner{
	float:left;
	width:391px;
	background:#A4C61A;
	border-right:1px solid #fff;

}
#middle_content{
	width:765px;
	padding-top:19px;
	background:url(/imgs/orange_gradient_wide_07.gif) top no-repeat;
	min-height:600px;

}
#middle_content_home{
	width:765px;
}
#left_content{
	padding:25px;
	width:545px;
	float:left;
	background:#fff;
	line-height:18px;
}

#right_content{
	margin-top:35px;
	padding:10px 10px 10px 0;
	width:139px;
	float:left;
	background:#fff;
	border-right:1px solid #fff;
}
#right_content_home{
	padding:10px 10px 10px 0;
	width:139px;
	float:left;
	background:#efefef;
	border-right:1px solid #fff;}

#footer{
	float:left;
	width:950px;
	height:50px;
	text-align:center;
	color:#999;
	font-size:11px;
	background:url(/imgs/footer_bg.gif) top no-repeat;
	padding-top:24px;
}
#footer a, #footer a:visited{
	color:#999;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	}

sup a {
margin:0;
padding:0;
/*vertical-align: 0.1ex;*/
color:#000;
font-size:90%;
text-decoration:none;
padding-top:2px;
}

sup a:hover{
font-size:90%;
text-decoration:underline;
background-color:#e6f5aa;}


#dhtmltooltip{
color:#000000;
position: absolute;
left: -300px;
/*width:550px;*/
height:auto;
border: 1px solid black;
border-bottom: 3px solid grey;
border-right: 3px solid grey;
padding: 5px;
background-color:#e6f5aa;
visibility:hidden;
z-index: 100;
font-size:9px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/

}

#dhtmltooltip p{
line-height:11px;

}



#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

