@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	font-size:14px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#990000;
}
a:hover{
	color:#fe5455;
}
p{
	padding-bottom:15px;
}
ul{
	list-style:none;
}
img{
	border:0
}
textarea{
	overflow:auto;
}
.up_down{
	margin-bottom:-3px;
}
.up{
	color:#D90005;
}
.down{
	color:#009933;
}
select > option {
  -moz-padding-start: 3px;
  -moz-padding-end: 5px;
}
/***************************************************************************************main css*****/
#wrap{
	width:915px;
	margin:0 auto;
}
#header{
	width:915px;
	padding-top:35px;
	position:relative;
	height:170px;
}
#logo{
	float:left;
	position:absolute;
	left:20px;
	top:15px;
}
#banner{
}
#container{
	margin-top:15px;
}
#leftside{
	width:208px;
	padding-left:20px;
	float:left;
}
.clear-both{
	clear:both;
}
.nav-bg{
	background:#b8caa3 url(../images/nav-end.jpg) no-repeat bottom center;
}
#nav{
	background:url(../images/nav-top.jpg) no-repeat top center;
	padding:15px 12px;
}
#nav ul li{
	background:url(../images/li.jpg) no-repeat center left;
	padding-left:10px;
	height:22px;
}
#nav ul li a{
	color:#10350e;
	font-size:14px;
}
#nav ul li a:hover{
	color:#fff;
}
.latest-news{
	background:url(../images/news-top.jpg) no-repeat top center;
	padding-top:15px;
	margin-top:8px;
}
.latest-news-content{
	border-width:0 1px;
	border-style:solid;
	border-color:#b8caa3;
	padding:10px 10px 0;
	margin-top:10px;
}
.latest-news h5{
	font-size:16px;
	color:#426946;
	font-weight:normal;
}
.latest-news-bg{
	background:url(../images/news-end.jpg) no-repeat bottom center;
	width:208px;
	height:10px;
}
#mainside{
	width:444px;
	margin-left:24px;
	float:left;
}
#mainside .index-content{
	line-height:16px;
	font-size:14px;
}
#rightside{
	width:195px;
	float:right;
}
.mainside{
	width:665px;
	float:right;
}
.leaf{
	background:url(../images/leaf-top.jpg) no-repeat top center;
	padding-top:15px;
	margin-top:8px;
	font-size:14px;
}
.leaf-content{
	border-width:0 1px;
	border-style:solid;
	border-color:#b8caa3;
	padding:10px 10px 0;
	margin-top:10px;
}
.leaf-bg{
	background:url(../images/leaf-end.jpg) no-repeat bottom center;
	width:195px;
	height:10px;
}
.leaf ul li a{
	color:#4593a9;
}
#rightside img, #leftside img{
	margin-top:8px;
}
#footer{
	margin-top:10px;
}h1 {
	font-size: 18px;
	color: #333300;
	font-family: Papyrus, Arial, Verdana, sans-serif;
	margin-bottom: 0px;
	line-height: 24px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	color: #677868;
	font-family: Papyrus, Arial, Verdana, sans-serif;
	margin-bottom: 0px;
	text-transform: uppercase;
}
h5 {
	font-size: 18px;
	color: #677868;
	font-family: Papyrus, Arial, Verdana, sans-serif;
	line-height: 18px;
}