/*///////////////For All///////////////*/

* {
	margin: 0;
	padding: 0;
}
.clearer {
	clear: both;
}
a {
	text-decoration: none;
	color: #047;
}
li {
	list-style: none;
}
img {
	border: none;
}
input {
	font: normal 11px Verdana;
	color: #666;
}
select {
	font: normal 11px Verdana;
	color: #666;
}
/*///////////////Body///////////////*/

body {
	font: normal 11px Arial;
	color: #555;
	padding: 20px 0;
	background: #2B4F20 url(../images/bg.png) no-repeat top center;
}
.container {
	width: 952px;
	margin: 0 auto;
}
/*///////////////Body///////////////*/

.wrap_top {
	height: 20px;
	background: url(../images/body_top.png) no-repeat;
}
.wrap_mid {
	background: url(../images/body_mid.png) repeat-y;
	padding: 0 20px;
}
.wrap_bot {
	height: 20px;
	background: url(../images/body_bot.png) no-repeat;
}
/*///////////////Header///////////////*/

.header {
	height: 125px;
}
.header .logo {
	float: left;
	height: 122px;
	padding: 3px 0 0 12px;
	width: 220px;
}
/*///////////////Navigation///////////////*/

.nav {
	float: left;
	height: 125px;
	width: 680px;
}
/*///////////////Banner///////////////*/

.banner {
	height: 270px;
	background: url(../images/banner.jpg) no-repeat;
}
/*///////////////Pannel Box///////////////*/

.box_hold {
	padding-top: 10px;
}
.box {
	float: left;
	width: 140px;
	height: 307px;
	padding: 0 20px;
	margin: 0 3px 0 0;
	background: url(../images/box_bg.jpg) no-repeat;
}
.box .top {
	height: 243px;
	overflow: hidden;
}
.box .top h1 {
	font: normal 22px Arial;
	color: #fff;
	text-align: center;
	line-height: 22px;
	padding: 25px 0 12px 0;
}
.box .top p {
	font: normal 12px Arial;
	color: #fff;
}
.box .bot {
	height: 50px;
	overflow: hidden;
	padding-top: 14px;
}
.box .bot a {
	float: left;
	font: bold 12px Arial;
	color: #fff;
	text-transform: uppercase;
	width: 143px;
	height: 38px;
	text-align: center;
	line-height: 37px;
	background: url(../images/box_but.png) no-repeat;
}
.box .bot a:hover {
	text-decoration: underline;
}
/*///////////////Content///////////////*/

.content {
	overflow: hidden;
	padding: 10px 0;
}
.con_left {
	float: left;
	width: 210px;
	overflow: hidden;
}
.con_mid {
	float: left;
	width: 462px;
	overflow: hidden;
	padding: 0 30px;
}
.con_mid ul {
	padding: 15px 5px 15px 0;
}
.con_mid ul li {
	font: bold 12px Arial;
	color: #00587E;
	margin-left: 12px;
	line-height: 16px;
	list-style: disc;
	padding-bottom: 7px;
}
.con_right {
	float: left;
	width: 180px;
	overflow: hidden;
}
.con_right .top {
	height: 10px;
	overflow: hidden;
	background: url(../images/side_top.jpg) no-repeat;
}
.con_right .mid {
	padding: 5px 20px 5px 20px;
	background-color: #FBF1D8;
	text-align: center;
}
.con_right .mid h1 {
	font: normal 20px Arial;
	color: #267935;
	padding: 0 0 10px 0;
	text-align: left;
}
.con_right .mid ul {
	margin: 0;
}
.con_right .mid ul li {
	display: block;
	border-bottom: 1px dotted #005A80;
}
.con_right .mid ul li.last {
	border: none;
}
.con_right .mid ul li a {
	font: normal 12px Arial;
	color: #005A80;
	height: 30px;
	line-height: 30px;
}
.con_right .mid ul li a:hover {
	color: #000;
}
.con_right .mid p {
	clear: both;
	font: normal 12px Arial;
	color: #00405C;
}
.con_right .mid span {
	margin: 5px 0;
	float: left;
	height: 24px;
	width: 59px;
	padding-left: 4px;
	font: normal 10px Arial;
	color: #fff;
	line-height: 24px;
	background: url(../images/but.jpg) no-repeat;
}
.con_right .mid a.news {
	float: right;
	color: #EE9724;
	margin: 5px 0 0 0;
}
.con_right .mid a.news:hover {
	text-decoration: underline;
}
.con_right .mid .line {
	border-top: 1px dotted #ccc;
	margin: 5px 0;
}
.con_right .bot {
	height: 10px;
	overflow: hidden;
	background: url(../images/side_bot.jpg) no-repeat;
}
.welcome p {
	font: normal 20px Arial;
	color: #267935;
	padding: 15px 0;
}
.welcome img {
	float: left;
	padding: 10px 30px 10px 0;
}
/*///////////////Footer///////////////*/

.footer {
	padding-top: 15px;
	text-align: center;
}
.footer p {
	font: normal 10px Arial;
	color: #eee;
}

