@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto 0 auto;
	background-color: #000000;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header{
	margin: 0 auto 0 auto;
	width:900px;
	height:120px;
}


#header_lt{
	float:left;
	width:555px;
	height:120px;
	background-image:url(../images/header_lt.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header_rt{
	float:left;
	width:345px;
	height:120px;
	background-image:url(../images/header_rt.png);
	background-repeat:no-repeat;
	background-position:top;
}

#nav{
	width:900px;
	height:48px;
	margin:0 auto 0 auto;
	background-image:url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
}

#nav_lt{
	width:352px;
	height:51px;
	float:left;
}

#nav_cn{
	width:196px;
	height:51px;
	float:left;
}

#nav_rt{
	width:352px;
	height:51px;
	float:left;
}

#nav_lt a{
	margin:0 15px 0 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:40px;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}

#nav_lt a:hover{
	color: #9DD8FF;
	text-decoration: none;
}

#nav_lt .active{
	margin:0 15px 0 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #9DD8FF;
	line-height:40px;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}

#nav_cn a{
	margin:0 5px 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:40px;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}

#nav_cn a:hover{
	color: #9DD8FF;
	text-decoration: none;
}

#nav_cn .active{
	margin:0 5px 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:40px;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}

#nav_rt a{
	margin:0 10px 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:40px;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}

#nav_rt a:hover{
	color: #9DD8FF;
	text-decoration: none;
}

#nav_rt .active{
	margin:0 10px 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:40px;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}

#flash{
	clear:both;
	margin:0 auto 0 auto;
	height:350px;
	width: 900px;
	background-color:#FFFFFF;
	background-image:url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#flash_inner{
	clear:both;
	margin:0 auto 0 auto;
	height:230px;
	width: 900px;
	background-color:#FFFFFF;
	background-image:url(../images/flash_inner_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#mid_half{
	clear:both;
	background-image:url(../images/mid_bg.png);
	background-position:center top;
	margin:0 auto 0 auto;
	width:900px;
	height:52px;
	background-repeat: no-repeat;
}

#mid_bg{
	clear:both;
	width:860px;
	margin:0 auto 0 auto;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00263E;
	line-height:20px;
	text-align:justify;
	overflow: hidden;
	padding-left:20px;
	padding-right:20px;
}

#mid_inner_bg{
	clear:both;
	float:inherit;
	width:860px;
	margin:0 auto 0 auto;
	background-position: center top;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00263E;
	line-height:20px;
	text-align:justify;
	overflow: hidden;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}

h1{
	font-family: "Lucida Sans";
	font-size: 20px;
	color:#9DD8FF;
	font-weight: bold;
	padding:0 0 12px 0;
	margin:0;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	margin:0;
	padding:0;
}

#footer{
	clear:both;
	margin:0 auto 0 auto;
	width:860px;
	height:23px;
	background-image:url(../images/footer_bg.jpg);
	padding-top:7px;
	padding-left:20px;
	padding-right:20px;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#9DD8FF;
	text-decoration:none;
}


#footer_lt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0 auto 0 auto;
	float:left;
	text-align:left;
	text-decoration:none;
	width:470px;
}

#footer_rt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0 auto 0 auto;
	float:left;
	text-align:right;
	text-decoration:none;
	width:390px;
}

#footer_logo{
	clear:both;
	margin: 0 auto 0 auto;
	width:900px;
	height:97px;
	background-image:url(../images/footer_logos.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer_down{
	clear:both;
	margin:0 auto 0 auto;
	width: 900px;
	height:auto;
	background-image:url(../images/down_black_rectangle.jpg);
}






