/*基本样式*/
*{margin:0px; padding:0px;font-family: "宋体"; }
h2{
	font-size:12px; font-weight:normal; color:#333333;
}
a:link{
	color:#333333; text-decoration:none; 
}
a:visited{
	color:#333333; text-decoration:none;
}
a:hover{
	color:#BC2931;
}
.clear_float{
	clear:both; height:1px;
}
.float_left{
	float:left
}
.float_right{
	float:right
}
div,input,table{
	font-size:12px;
}
body{
	font-size:12px;
	color:#101010;
}
#content{
	width:960px; margin:auto;
}
img{
	border:0;
}
/*顶部样式开始*/
#header{
	margin-bottom:5px;
}
#top{
	height:25px;
	background:#F6F6F6;
	border-top:2px #A9C9E2 solid;
	border-bottom:1px #E4E4E4 solid;
	line-height:22px;
	padding:0px 15px 0px 3px;
}
#top ul{
	margin:0px;	padding:0px;
	list-style:none;
}
#top ul li{
	padding-top:3px;
	display:block;
	float:left;
	background:url(http://www.freewl.com/css/img/arrow_01.gif) no-repeat 5px 11px;
	width:63px;
	text-indent:12px;
}
#top a:link{
	color:#666666; text-decoration:none;
}
#top a:visited{
	color:#666666; text-decoration:none;
}
#top a:hover{
	color:#004A9C; text-decoration:underline;
}
.button{
	border:none;
	background: url(http://www.freewl.com/css/img/t_submit.gif);
	border: 1px solid #E4E4E4;
	color: #666666;
	cursor:pointer;
	height:17px;
	line-height:15px;
	width:45px;
}
.header_textbox {
	background: #F2F6FB;
	border: 1px solid #B0D7FF;
	float: right;
	height: 58px;
	width: 280px;
	margin-top:7px;
	padding-left:3px;
}

.header_textbox li {
	clip: rect(0,0px,0,0);
	float: left;
	height: 13px;
	line-height: 18px;
	overflow: hidden;
	padding: 2px 4px 4px 0px;
	position: static;
	width: 134px;
	list-style:none;
}

.header_textbox ul {
	margin: 0px; padding:0px;
}
.f_blue, a.f_blue:link, a.f_blue:visited {
	color: #0000FF;
}

.f_brown, a.f_brown:link, a.f_brown:visited {
	color: #990000;
}

.f_dgray, a.f_dgray:link, a.f_dgray:visited {
	color: #666666;
}

.f_gray, a.f_gray:link, a.f_gray:visited {
	color: #4F544D;
}

.f_green, a.f_green:link, a.f_green:visited {
	color: #008000;
}
.f_red, a.f_red:link, a.f_red:visited, .nav_sub a:hover {
	color: #FF0000;
}

/*菜单样式*/
.header_nav{
	margin: auto;
}
.global_nav {
	background: url(http://www.freewl.com/css/img/nav_bg.gif) repeat-x;
	clear: left;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
}
.nav_left {
	background: url(http://www.freewl.com/css/img/nav_lr.gif) no-repeat 0px 0px ;
	width: 2px;
	float:left;
	height:28px;
	margin-top:-3px;
}
.nav_right {
	background: url(http://www.freewl.com/css/img/nav_lr.gif) no-repeat -1px 0px;
	float: right;
	height: 28px;
	width: 2px;
	margin-top:-3px;
}
.msl {
	height: 20px;
	padding: 9px 15px 0px 10px;
	text-align: left;
}
.f_gray, a.f_gray:link, a.f_gray:visited {
	color: #4F544D;
}
.nav_current {
	background: url(http://www.freewl.com/css/img/nav_button.gif) no-repeat 0px -58px;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	padding-top: 8px;
	text-decoration: none;
	width: 92px;
}
a.f_nav:link {
	color: #333333;
	display: block;
	height: 14px;
	text-decoration: none;
}

a.f_nav:visited {
	color: #333333;
}

a.f_nav:hover {
	color: #000000;
	display: block;
	padding-top: 1px;
	text-decoration: none;
}
.nav_link {
	background: url(http://www.freewl.com/css/img/nav_button.gif) no-repeat;
	cursor:pointer;
	float: left;
	font-size: 13px;
	height: 21px;
	padding-top: 8px;
	text-decoration: none;
	width: 92px;
}
.nav_sub {
	height: 21px;
	text-align: left;
	line-height:21px;
}

.nav_sub a {
	color: #000000;
	text-decoration: none;
}

.nav_sub li {
	display:inline;
	height: 16px;
	margin: 0px;
	padding: 7px 12px 3px 0px;
	list-style:none;
}
.global_nav .nav_sjgg {
	float: left;
	height: 20px;
	margin-top: 3px;
	padding-left:10px;
}
.hidden, .undis {
	display: none;
}
.sub_box {
	float: right;
	height: 26px;
	text-align: left;
	width: 750px;
	padding-top:2px;
}
.f_green, a.f_green:link, a.f_green:visited {
	color: #008000;
}
.nav_main {
	height: 29px;
	width: 845px;
}
.nav_main li {
	float: left;
	text-align: center;
	list-style:none;
}
/*顶部样式结束*/
