@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background: #e3effb;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #010e37;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #010e37;
	padding: 0 20px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	font-size: 14px;
	padding: 0 25px;
	color: #010e37;
	text-align: justify;
	line-height: 18px;
}
/*header rules*/
#headerwrap {
	width: 100%;
	height: 88px;
	background: #e3effb;
}
	#header {
		width: 960px;
		height: 88px;
		margin: 0 auto;
	}
		#header h1 a {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 48px;
			font-weight: normal;
			color: #003366;
			display: block;
			width: 550px;
			height: 68px;
			padding: 0;
			padding-top: 20px;
			margin: 0;
			float: left;
			text-decoration: none;
		}
			#header h1 a:hover {
				color: #014283;
			}
		#header #info {
			width: 410px;
			height: 88px;
			margin: 0;
			float: left;
		}
			#info h2 {
				font-size: 18px;
				color: #003366;
				font-weight: normal;
				font-style: italic;
				padding: 40px 0 0 50px;
			}
/*navigation rules*/
#navwrap {
	width: 100%;
	height: 64px;
	background: url(../images/nav_bg.png) repeat-x;
}
	#nav {
		width: 960px;
		height: 64px;
		margin: 0 auto;
	}
		#nav a {
			font-size: 16px;
			font-weight: bold;
			color: #010e37;
			display: block;
			width: 180px;
			height: 64px;
			text-align: center;
			line-height: 55px;
			float: left;
			border-right: 1px solid #fff;
			text-decoration: none;
			}
				#nav a.data {
					line-height: 16px;
				}
					#nav a.dataactive {
						line-height: 16px;
						background: url(../images/btn_over.png);
						color: #fff;
					}
	
				#nav a.first {
					border-left: 1px solid #fff;
				}
				#nav a:hover {
					color: #fff;
					background: url(../images/btn_over.png);
				}
				#nav a.current {
					color: #fff;
					text-decoration: none;
					background: url(../images/btn_over.png);
				}
				#nav a.firstcurrent {
					color: #fff;
					text-decoration: none;
					background: url(../images/btn_over.png);
					border-left: 1px solid #fff;	
				}
				
/*banner rules*/
#bannerwrap {
	width: 100%;
	height: 400px;
	background: #e2eefc url(../images/banner_bg.png) repeat-x;
	border-bottom: 5px solid #2a629f;
}
	#banner {
		width: 960px;
		height: 400px;
		margin: 0 auto;
	}
		#banner #slogan {
			width: 500px;
			height: 325px;
			float: left;
		}
			#slogan h3 {
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 28px;
				font-weight: normal;
				padding: 10px 0 10px 25px;
				color:#036;
			}
			#slogan h4 {
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 18px;
				padding: 10px 0 0 50px;
				font-weight: normal;
				color: #000;
			}
			#slogan ul li {
				font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
				font-size: 16px;
				padding: 10px 0 0 0px;
				font-weight:500;
				color:#036;
				list-style-position: outside;
				list-style-type: disc;
				margin: 0 0 0 25px;
				list-style-image: url(../images/list_img.png);
			}
			#slogan h5 {
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 24px;
				font-weight: normal;
				color: #010e37;
				padding: 10px 25px 0;
			}
			#slogan h6 {
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-size: 18px;
				padding: 0 25px 10px;
				color: #010e37;
			}
			#slogan a {
				color: #010e37;
			}
		#banner #image {
			width: 460px;
			height: 325px;
			float: right;
		}
			#banner #image img {
				border: 3px solid #003366;
				margin-top: 5px;
			}
#widget {
	overflow: visible;
	position: absolute;
	z-index: 10;
	top: 150px;
	right: 50px;
}
	
/*mainbody rules*/
#mainwraptop {
	width: 100%;
	height: auto;
	background: #5fa1e8;
	min-height: 250px;
}
	#maintop {
		width: 960px;
		height: auto;
		min-height: 200px;
		margin: 0 auto;
	}
	#maintop h2{
		color: #010e37;	
	}
	#maintop h3{
		color: #010e37;	
	}
	#maintop h4 {
		color: #010e37;		
	}
	#maintop a {
		color: #010e37;		
	}
#mainwrapbottom {
	width: 100&;
	height: auto;
	background: #003366;
	clear: both;
	min-height: 200px;
	}
	#mainbottom {
		width: 960px;
		height: auto;
		min-height: 200px;
		margin: 0 auto;
	}
		#mainbottom h1{
			color: #e3effb;	
		}
		#mainbottom h2{
			color: #e3effb;	
		}
		#mainbottom h3{
			color: #e3effb;	
		}
		#mainbottom h4 {
			color: #e3effb;	
		}
		#mainbottom a {
			color: #e3effb;		
		}
	.content320 {
		width: 320px;
		height: auto;
		float: left;
		min-height: 200px;
	}
	.content320right {
		width: 320px;
		height: auto;
		float: right;
		min-height: 200px;
	}
		.content320 h1 {
			padding: 10px 25px 0;
		}
		.content320 h2 {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 18px;
			padding: 0 25px 10px;
		}
		.content320 h3 {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 24px;
			font-weight: normal;
			color: #e3effb;
			padding: 10px 25px;
		}
		.content320 h4 {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 24px;
			font-weight: normal;
			padding: 10px 25px;
		}
		.content320 ul {
			font-size: 14px;
			font-weight: normal;
			list-style-image: url(../images/bullet_img.png);
			list-style-position: outside;
			padding: 0 30px;
			color: #010e37;
		}
			.content320 ul li {
				padding: 5px 0;
				color: #e3effb;
			}

			
	.content960 {
		width: 960px;
		height: auto;
		min-height: 300px;
	}
		.content960 h1 {
			padding: 10px 25px 0;
		}
		.content960 h2 {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 18px;
			padding: 0 25px 10px;
		}
		.content960 h3 {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 24px;
			font-weight: normal;
			padding: 10px 25px;
		}
		.content960 ul {
			font-size: 14px;
			font-weight: normal;
			list-style-image: url(../images/bullet_img.png);
			list-style-position: outside;
			padding: 0 30px;				
		}
		.content960 ul li {
			padding: 5px 0;
		}
		.content960 a {
			text-decoration: underline;
		}
			.content960 a:hover {
				text-decoration: none;
			}
			.content960 p a img {
				padding-right: 10px;
			}
			.content960 table {
				color: #010e37;
				width: 900px;
				margin: 0 auto;
			}
				.content960 table td {
					border: 1px solid #010e37;
					background: #e3effb;
				}
			.content960 iframe {
				padding-left: 20px;
			}
	#maintop h5 {
		margin: 0;
		pading: 0;
	}
	#maintop h5 a {
		display: block;
		width: 200px;
		height: 126px;
		float: left;
		background: url(../images/login_img.png) no-repeat left top;
		text-indent: -9999px;
		margin: 0 20px;
	}
		#maintop h5 a:hover {
			background: url(../images/login_img.png) no-repeat left bottom;	
		}
			
/*footer rules*/
#footerwrap {
	width: 100%;
	height: 78px;
	background: #e3effb;
	clear: both;
	overflow: hidden;
}
	#footer {
		width: 960px;
		height: 170px;
		margin: 0 auto;
		text-align: center;		

	}
	#footer p {
		color: #000;
		text-align: center;
		padding-top: 10px;
	}
	#footer a {
		color: #010e37;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}

.content320right a #login {
	padding-left: 25px;
}
.leftalign {
	text-align: left;	
}

/* self clearing rules */
.selfclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.selfclear { 
	display: inline-block; 
	_height: 1%; 
}
/* Hides from IE-mac \*/
.selfclear { 
	display: block; 
	}
/* End hide from IE-mac */