@charset "utf-8";
/* CSS Document */
*{	padding:0px; margin:0px; }
body{	background:url(../imgs_new/main_bg.jpg) repeat-x; background-color:#f1f1f1; font-size:11px; font-family:Arial; }

#main{	width:876px; margin:auto;  }
#header_nav{	padding-top:18px;	height:37px;	font-weight:bold;	color:#727272; padding-right:15px; padding-left:10px;}

#content{
	margin-top:13px;
	
}
#content2{
	position:relative;
	overflow:auto;
	background-image:url(../imgs_new/inner_bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#leftCol{
	width:240px;
	float:left;
	overflow:auto;
}
.mainCol{
	width:620px;
	float:left;
	margin-left:15px;
	position:relative;
}

#mainNav li{
	list-style:none;
	margin-top:2px;
	font-size:11px;
}

#mainNav li a{
	width:226px;
	height:15px;
	background:url(../imgs_new/nav_bg.jpg) no-repeat;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:6px;
	font-weight:bold;
}

#mainNav a:hover{
	width:226px;
	height:15px;
	background:url(../imgs_new/nav_bg.jpg) no-repeat;
	background-position:0px -27px;
	display:block;
	padding:6px;
	font-weight:bold;
}
#mainNav .selected{
	background:url(../imgs_new/nav_bg.jpg) no-repeat;
	background-position:0px -27px;
}
#mainNav li ul .selected{
	color:#CC0000;
	background:none;
}
#mainNav li ul{
	background:url(../imgs_new/nav_ul_bg.jpg);
	background-repeat:repeat-y;
	padding-top:2px;
	padding-bottom:2px;
}
#mainNav li ul li{
	margin-left:37px;
	
}
#mainNav li ul li a{
	background:url(../imgs_new/nav_ul_a_bg.jpg) no-repeat;
}
#mainNav li ul li a{
	width:auto;
	height:auto;
	@height:15px;
	color:#6e9340;
	font-weight:bold;
	padding:0px;
	padding-top:1px;
	padding-bottom:5px;
	padding-left:9px;
}
#mainNav li ul li a:hover{
	background:url(../imgs_new/nav_ul_a_bg.jpg) no-repeat;
	width:auto;
	height:auto;
	@height:15px;
	color:#6e9340;
	font-weight:bold;
		padding:0px;
	padding-top:1px;
	padding-bottom:5px;
	padding-left:9px;
}

.box{
	background-color:#ffffff;
	border:1px solid #e4e4e4;	
	position:relative;
	padding-bottom:20px;
}
.box img{
	margin:5px;
	@margin:0px;
}
.boxTopL{	background:url(../imgs_new/cor_top_left.jpg) no-repeat;	width:8px;	height:8px;	position:absolute;	top:-1px;	@top:0px;	left:-1px; }
.boxTopR{	background:url(../imgs_new/cor_top_right.jpg) no-repeat;	width:8px;	height:8px;	position:absolute; 	top:-1px;	@top:0px;	right:-1px;	@right:0px; }
.boxBotL{	background:url(../imgs_new/cor_bot_left.jpg) no-repeat;	width:8px;	height:8px;	position:absolute;
	bottom:-1px;
	@bottom:-6px;
	left:-1px;
	@left:-1px;
}
.boxBotR{	background:url(../imgs_new/cor_bot_right.jpg) no-repeat;	width:8px;	height:8px;	position:absolute;
	bottom:-1px;
	@bottom:-6px;
	right:-1px;
	@right:0px;
}
#banners{
	margin-left:9px;
	margin-top:10px;
}
.newsTitle{
	margin-bottom:10px;
	border-bottom:1px dotted #666666;
	padding-bottom:10px;
	margin-top:5px;
}
.newsTitle a{
	font-size:11px;
	font-weight:bold;
	color:#5f5c5c;
	text-decoration:none;
}
.date{
	font-size:11px;
	font-weight:bold;
	color:#ed1b24;
}
.mainLeftCol{
	float:left;
	width:298px;
	margin-top:10px;
	margin-right:22px;
	margin-left:0px;
}
.mainRightCol{
	margin-top:10px;
	margin-right:11px;
	float:left;
	width:298px;

}
.readMore{
	background:url(../imgs_new/read_more.jpg);
	width:83px;
	height:27px;
	position:absolute;
	bottom:0px;
	right:20px;
	font-size:10px;	
}
.readMore a{
	display:block;
	text-align:center;
	font-weight:bold;
	color:#333333;
	padding-top:6px;
	text-decoration:none;
}
#foot{
	padding-top:30px;
	clear:both;
	background:url(../imgs_new/foot.jpg) no-repeat 0px;
	width:880px;
	height:81px;
	position:relative;
}
.leftbox{
	background:url(../imgs_new/left_block_top.jpg) no-repeat #FFF;
	width:230px;
	margin-left:2px;
	position:relative;
}
.leftCont{
	background:url(../imgs_new/left_block_bot.jpg) bottom no-repeat;
	padding:15px;
}
.sitemap a{
	font-size:11px;
	font-weight:bold;
	color:#5f5c5c;
	text-decoration:none;
}
.sitemap a:hover{
	color:#CC0000;
}	
.level1{
	margin-left:30px;
}
.level2{
	margin-left:60px;
}
.level3{
	margin-left:90px;
}
fieldset{
	border:none;
	margin:5px;
	padding:5px;
}