@charset "utf-8";
/* CSS Document */
/*-------------------GLOBAL--------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(../images/bg-main.jpg) top center repeat-x #e1f0fc;	
}

textarea	{
	border: #E6E6E6 2px solid;
	width: 180px;
	height: 70px;
}
select		{
	border: #E6E6E6 2px solid;
	padding: 2px 5px 2px 5px;
	border: #E1E1E1 2px solid;
	width: 150px;
	font-size:11px;
}
.style1 {
	color: #006699;
	font-weight: bold;
	}
.style2 {color: #006699}
a:link{
	color:#214a68;
	text-decoration:underline;
	}
a:hover{
	color:#3787c2;	
	text-decoration:none;
	}
a:active{
	color:#214a68;
	text-decoration:none;
	}
a:visited{
	color:#214a68;
	text-decoration:underline;
	}

/*-------------------BODY WRAPPER--------------------------------*/
.WholeBodyWrapper{
	width:100%;
	height: auto;
	}
.BodyWrapper{
	width:765px;
	height:auto;
	margin:0 auto;	
	}
.MainBody{
	width:765px;
	height:auto;
	margin-top:30px;
	}
/*-------------------WHOLE TOP--------------------------------*/
.WholeTop{
	width:765px;
	height:50px;
	float:left;
	}
.TopLeftLogo{
	width:281px;
	height:50px;
	float:left;
	}
.TopRightWhole{
	width:484px;
	height:50px;
	float:right;
	margin-top: 0px;
	}

.TopRightTop{
	width:484px;
	height:22px;
	}
/*-------------------TOP NAV--------------------------------*/
.TopNav{
	width:484px;
	height:28px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:no-repeat;
	}
.TopNav ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	}
.TopNav ul li { 
	float: left; 
	}
/*-------------------FlashBanner--------------------------------*/
.WholeFlashBody{
	width:765px;
	height:354px;
	float:left;
	background:url(../images/box/flash-bg.jpg) center top repeat-y;
	}
.FlashBodyShadow{
	width:765px;
	height:6px;
	float:left;
	background:url(../images/box/flash-bg-shadow.jpg) no-repeat;	
	}
.FlashContent{
	width:747px;
	height:354px;
	margin:0 auto;
	}
	
/*-------------------Bottom Content--------------------------------*/
.BotWholeContent{
	width:765px;
	height:auto;
	float:left;
	margin-top:9px;
	}
.LeftContent{
	width:430px;
	height:auto;
	float:left;
	padding-left: 9px;
	text-align: justify;
	line-height: 13px;
	}
.LeftContentTAG{
	height:21px;
	}
.LeftContentTXT{
	width:430px;
	height:auto;
	}
.RightContent{
	width:310px;
	height:auto;
	float:right;
	background-image:url(../images/devider.gif);
	background-repeat:no-repeat;
	}
.RightContentTAG{
	height:21px;
	float:left;
	}
.RightContentPIC{
	width:300px;
	float:right;
	height: auto;
	line-height: 17px;
	padding: 0 0 0 10px;
	font-size: 11px;
	}
/*-------------------FOOTER--------------------------------*/
.FooterMain{
	width:765px;
	color:#2b6b9a;
	margin-top: 10px;
	float: left;
	}
	
/*-------------------FLASH CONTENT INNER PAGE--------------------------------*/
.WholeFlashBodyInner{
	width:765px;
	height:125px;
	float:left;
	background:url(../images/box/flash-bg.jpg) center top repeat-y;
	}
.FlashContentInner{
	width:747px;
	height:125px;
	margin:0 auto;
	}
.FlashBodyShadowInner{
	width:765px;
	height:6px;
	float:left;
	background:url(../images/box/flash-bg-shadow-inner.jpg) no-repeat;	
	}
.LeftBottomContent{
	width:755px;
	height:auto;
	float:left;
	padding-left: 9px;
	text-align: justify;
	line-height: 13px;
	}
.LeftContentTXTInner{
	width:755px;
	height:auto;
	}

/*-------------------Service Page Nav--------------------------------*/
.ServiceNav{
	width:394px;
	float:right;
	height: 21px;
	border:solid 2px #FFCC00;
	margin-right: 6px;
	}

