@charset "utf-8";
/* CSS Document */
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{ 
padding: 0; 
margin: 0; 
} 
fieldset,img,abbr,acronym {
border:0;
}
dl,ol,ul {
list-style:none;
}
q:before,q:after {content:'';
}
address,caption,cite,code,dfn,em,th,var { 
font-weight: normal; 
font-style: normal; 
}  
caption,th { 
text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size: 100%; 
} 
*{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	color:#393939;
	line-height:20px;
	background:#3a3a47;
	font-family:Helvetica, Arial ,sans-serif
}
a{
	color:#3a3a47;
	text-decoration:none;
}
a:hover{
	color:#707070;
}
/*------main css----------*/
#wrap{
	margin:0 auto;
	width:890px;
}
#header{
	width:890px;
	margin-top:25px;
}
#nav{
	width:890px;
	background:#10350e;
	height:36px;
	font-weight: bold;
}
#nav ul{
	background:#1b5118;
	height:33px;
}
#nav ul li{
	float:left;
	padding-left:30px;
	font-size:12px;
	line-height:33px;
}
#nav ul li a{
	color:#fff;
}
#nav ul li a:hover{
	color:#dcdbde;
}
#container{
	width:890px;
	margin:0 auto;
	padding-top:20px;
	background:#fff url(../images/container.jpg) no-repeat bottom center;
}
#mainside{
	width:475px;
	float:left;
	padding:0 30px 65px;
}
.clear{
	clear:both;
}
#mainside h2{
	font-size:24px;
	color:#1b5118;
	padding-bottom:18px;
}
.cor-green18{
	color:#1b5118;
	font-size:18px;
}
#rightside{
	width:253px;
	float:right;
	background:url(../images/box.jpg) no-repeat top center;
	height:365px;
	padding:18px 10px 0 10px;
	margin-right:12px;
}
#rightside h3{
	font-size:18px;
	color:#1b5118;
	margin-bottom:15px;
}
#rightside ul li{
	background:url(../images/righticon.jpg) no-repeat center left;
	padding-left:12px;
	font-size:14px;
	line-height:19px;
}
.findmore a{
	color:#1b5118;
	display:block;
	text-align:right;
	margin-top:8px;
}
#footer{
	text-align:right;
	color:#dcdbde;
	line-height:30px;
	padding-bottom:20px;
}
#footer a{
	color:#dcdbde;
}#mainside2{
	width:805px;
	float:left;
	padding:0 30px 65px;
}#mainside2 h2{
	font-size:24px;
	color:#1b5118;
	padding-bottom:18px;
}.forminput {
	background-color: #e3e3e3;
	padding-bottom: 3px;
	border: 1px dotted #CCCCCC;
}

