/* CSS Document */

body{
	padding:0;
	margin:0;
	list-style:none;
	background-color:#fff;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:13px;
}

a{
	color:#007199;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#FF6600;	
}


.wrapper{
	margin:0 auto;
	width:900px;	
	margin-top:16px;
	margin-bottom:10px;
}

.left_area{
	float:left; 
	padding:0; 
	margin:0; 
	width:282px;
	}

.right_area{
	float:right; 
	padding:0; 
	margin:0; 
	width:618px;
}

*HTML .right_area{
	float:right; 
	clear:left;
	padding:0; 
	margin:0; 
	width:618px;
}

.logo{
	float:left;
	width:282px;
	height:258px;	
}

.blue_panel{
	clear:both;
	float:left;
	margin-top:17px;
}

.blue_panel .top{
	float:left;
	clear:both;
	background-image:url(../images/blue_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:16px;
	width:275px;
}

.blue_panel .center{
	clear:both;
	float:left;
	color:#fff;
	width:265px;
	padding:0 5px;
	background-color:#153b6c;
	height:390px;
}

.blue_panel .center h1{
	font-size:18px;
	font-weight:normal;
	margin-left:35px;
}
.blue_panel .center ul{
	padding:0;
	margin:0;
	list-style:none;
	margin-left:30px;
}

.blue_panel .center ul li{
	display:block;
	background-image:url(../images/arrow_bullet.jpg);
	background-repeat:no-repeat;
	padding:0;
	padding-left:30px;
	margin:10px 0;
	line-height:16px;
}
.blue_panel .center ul li a{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.blue_panel .center ul li a.selected{
	font-size:17px;
	font-weight:bold;
	color:#00b0d6;
	text-decoration:underline
}

.blue_panel .center ul li a:hover{
	text-decoration:underline;	
}

.blue_panel .bottom{
	float:left;
	clear:both;
	background-image:url(../images/blue_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:16px;
	width:275px;
}

.gray_content{
	clear:both;
	width:334px;
	background-image:url(../images/bg1.gif);
	background-repeat:repeat-x;
	height:58px;
	margin-bottom:10px;
	color:#535353;
	padding:5px;
	padding-top:7px;
	font-size:13px;
	margin:0;
	}
	
.gray_content p{
	padding:0;
	margin:0;
	padding-top:3px;
	padding-right:4px;	
}
.gray_content img{
		float:left;
		margin-right:20px;
	}

.header{
	float:left;
	background-color:#e9e8f0;
	height:72px;
	width:618px;	
}

*HTML .header{
	float:left;
	background-color:#e9e8f0;
	height:72px;
	width:630px;	
}


.header h1{
	float:left;
	font-size:32px;
	color:#006a91;
	line-height:72px;
	font-weight:900;
	height:72px;
	padding:0;
	margin:0;
	padding-left:20px;
}

.header h2{
	float:left;
	font-size:18px;
	color:#006a91;
	line-height:72px;
	font-weight:normal;
	height:72px;
	padding:0;
	margin:0;
	margin-left:20px;	
	padding-left:20px;
}

.banner{
	float:left;
	padding:0;
	margin-top:10px;
	margin-left:15px;
	width:344px;
	}

.nav{
	float:left;
	display:block;
	width:606px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	height:24px;
	margin-left:12px;
}

.nav ul{
	padding:0;
	margin:0;
	list-style:none;
}

.nav ul li{
	float:left;
	height:32px;
	width:93px;
	text-align:center;
	margin:0 3px;
	}
.nav ul li a{ 	
	height:32px;
	display:block;
	width:93px;
	color:#fff;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	background-image:url(../images/tab_normal.jpg);
	background-repeat:no-repeat;

}

.nav ul li a:hover{ 	
	height:32px;
	width:93px;
	color:#fff;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	background-image:url(../images/tab_hover.jpg);
}

.nav ul li a.current{
	height:32px;
	width:93px;
	color:#fff;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	background-image:url(../images/tab_hover.jpg);
}


.contents{
	float:left;
	display:block;
	width:363px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	margin-left:15px;
	padding:10px;
	margin-top:20px;
}

.contents h1{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:0;
	background-color:#153b6c;
	padding-left:5px;
}
.contents p{
	margin:10px 0;
	font-size:13px;
	text-align:justify;
	line-height:135%;
}

.contents_right{
	float:right;
	width:219px;
	text-align:center;
	margin-top:20px;

}
*HTML .contents_right{
	float:right;
	clear:left;
	width:219px;
	text-align:center;
	margin-top:20px;

}



.cyancolor{
	color:#4ed0f7;
}


.footer-top1{
	float:left;
	clear:both;
	width:900px;
	background-image:url(../images/bottom_bg1.gif);
	background-repeat:repeat-x;
	height:27px;
	color:#fff;
	text-align:center;
	
}


.contents ul{
	list-style:none;
	font-weight:bold;
	color:#003399;
	font-size:14px;	
}

.contents ul li{
	margin:5px 0;
}

.feather{
	float:left;
	clear:both;
	width:304px;
	height:262px;
	padding:0;
	margin:0;
	margin-top:0px;
	margin-left:10px;
}

.contact_form{
	float:left;
	clear:both;
	padding:0;
	width:99%;
}

.contact_form fieldset{
	padding:10px 0;
	border:none;
}
.contact_form fieldset legend{font-weight:bold;}

.contact_form p{
	padding:0;
	margin:5px 0;;
	}

.contact_form p label{
	padding:0;
	float:left;
	text-align:left;
	vertical-align:middle;
	height:22px;
	width:100px;
	line-height:22px;
}

.contact_form p input{
	padding:0;
	margin:0;
	background:url(../images/text_bg.gif);
	background-repeat:no-repeat;
	height:22px;
	line-height:22px;
	width:135px;
	border:solid 1px #fff;
	padding-left:5px;
}
.contact_form span{padding:0; margin:0;}

.contact_form textarea{
	padding:0;
	margin:0;
	margin-top:5px;
	border:solid 1px #333;
	background:url(../images/textarea_bg.gif);
	background-repeat:no-repeat;
	height:100px;
	width:299px;
	border:solid 1px #fff;
	padding-left:5px;
}

.contact_form input.submit{
	float:left;
	clear:both;
	text-align:center;
	padding:0;
	margin:0;
	margin:0 auto;
	margin-top:10px;
	margin-left:100px;
}

.footer{
	float:left;
	clear:both;
	width:900px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	height:24px;
	color:#fff;
	margin-top:0px;
	text-align:center;
	padding-top:3px;
}


.clear{
	clear:both;
}
.footer a{

	color:#fff;
	text-decoration:none;
}
.footer a:hover{
	color:#fff;
	text-decoration:underline;
}
.poweredby{
	float:left;
	clear:both;
	margin:5px 0;
	text-align:right;
	width:900px;
	height:25px;
	
}