@charset "utf-8";
/* CSS Document */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/main_bg.png) repeat-x;
	color: #666;
}

h1 {
	font-size: 18px;
	color: #0099ff;
}

h2 {
	font-size: 12px;
	color: #0099ff;
}

#container {
	margin: 0 auto;
	width: 930px;
	text-align: left;
	background: url(images/container_bg.png) repeat-y;
	padding: 10px 30px 10px 30px;
	position: relative;
	top: -8px;
	border-bottom: 1px solid #c6e8fe;
	border-left: 1px solid #c6e8fe;
	border-right: 1px solid #c6e8fe;
}

.c1 {
	height: 1225px;
}

.c2 {
	height: 1090px;
}

.read {
	color: #ff9900;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-decoration: none;
}

.read:hover {
	font-weight: bold;
}

#header {
	margin: 0 auto;
	width: 930px;
	height: 50px;
}

#logo {
	background: url(images/logo.png) no-repeat;
	width: 195px;
	height: 50px;
	float: left;
}

.nav {
	list-style-type: none;
}

#navmenu {
	background: url(images/tbg.png);
	border: 1px solid #c6e8fe;
	float: right;
	width: 725px;
	height: 50px;
	position: relative;
	top: 0px;
}

#home a, #nav2 a, #nav3 a, #nav4 a, #nav5 a {
	width: 120px;
	height: 17px;
	position: absolute;
	top: 10px;
	text-align: center;
	padding: 8px 0px 5px 0px;
	color: #0099ff;
	border: 1px solid #c6e8fe;
	text-decoration: none;
	background: url(images/nav_bg.png) repeat-x;
}

#home a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover  {
	background: url(images/navh_bg.png) repeat-x;
	color: #0066cc;
}

#home a {
	left: 10px;
}

#nav2 a {
	left: 140px;
}

#nav3 a {
	left: 270px;
}

#nav4 a {
	left: 400px;
}

#nav5 a {
	left: 530px;
}

#banner {
	margin: 0 auto;
	width: 930px;
	height: 250px;
	position: relative;
	top: 10px;
	color: #FFF;
	border: 1px solid #c6e8fe;
}

#slideshow {
	position: relative;
	left: -40px;
	top: -11px;
}

#main {
	width: 930px;
	position: relative;
	top: 20px;
}

#lmenu {
	width: 930px;
	height: 230px;
}

.lmenu {
	width: 286px;
	height: 210px;
	position: absolute;
	top: 0px;
	border: 1px solid #c6e8fe;
	padding: 10px 10px 10px 10px;
}

#lmenu01 {
	left: 0px;
}

#lmenu02 {
	left: 312px;
}

#lmenu03 {
	left: 624px;
}

#breadcrumb {
	position: relative;
	top: 20px;
	color: #ff9900;
	font-weight: bold;
}

#breadcrumb a {
	color: #0099ff;
}

#breadcrumb a:hover {
	color: #0066cc;
}

#maintext {
	background: url(images/tbg.png);
	border: 1px solid #c6e8fe;
	width: 910px;
	height: 580px;
	position: relative;
	color: #333;
	top: 10px;
	padding: 10px 10px 10px 10px;
}

#maintext2 {
	background: url(images/tbg.png);
	border: 1px solid #c6e8fe;
	width: 910px;
	height: 660px;
	position: relative;
	color: #333;
	top: 10px;
	padding: 10px 10px 10px 10px;
}

.maintext {
	width: 440px;
	padding: 5px 5px 5px 5px;
}

#text01, #text02 {
	background: #FFF;
	color: #333;
	height: 500px;
}


#text01 {
	float: left;
	border-right: 1px solid #c6e8fe;
	
}

#text02 {
	float: right;
	border-left: 1px solid #c6e8fe;
}

#text03, #text04 {
	background: #FFF;
	color: #333;
	height: 600px;;
}

#text03 {
	float: left;
	border-right: 1px solid #c6e8fe;
	
}

#text04 {
	float: right;
	border-left: 1px solid #c6e8fe;
}

#footer {
	width: 910px;
	padding: 10px 10px 10px 10px;
	position: relative;
	top: 40px;
	text-align: center;
	background: url(images/tbg.png);
	border: 1px solid #c6e8fe;
	color: #80ccff;
}

#footer a {
	color: #0099ff;
}

#footer a:hover {
	font-weight: bold;
}

#footer2 {
	width: 910px;
	padding: 10px 10px 10px 10px;
	position: relative;
	top: 40px;
	text-align: center;
	background: url(images/tbg.png);
	border: 1px solid #c6e8fe;
	color: #80ccff;
}

#footer2 a {
	color: #0099ff;
}

#footer2 a:hover {
	font-weight: bold;
}
