/* CSS Document */
/*--css reset--*/
@import url(reset.css);

body{
	text-align:center;
	margin:0;
	padding:0;
	color:#262626;
	font-size:9pt;
	background:#f3f0f0;
}

a:link {
	font-size: 9pt;
	text-decoration: none;
	color:#6b6b6b;
	line-height: 1.5em;
	text-align: justify;
}
a:visited {font-size: 9pt;text-decoration: none;color:#6b6b6b;	line-height: 1.5em;
	text-align: justify;
}
a:hover {font-size: 9pt;text-decoration: underline;color: #6b6b6b;	line-height: 1.5em;
	text-align: justify;
}
a:active {font-size: 9pt;text-decoration: none; color:#6b6b6b;	line-height: 1.5em;
	text-align: justify;
}

.content {
	font-size: 10.5pt;
	line-height: 1.5em;
}
#infocontent div{
	font-size: 10.5pt;
	line-height: 1.5em;
}


.clearfloat{
	clear:both;
}

/*--主内容框架--*/
#container_page{
	width:1002px;
	text-align:center;
	margin:0 auto;
	background-color:#FFFFFF;
}
#head{
	width:1002px;
	height:222px;
	padding:0;
	margin:0;
	position:relative;
}

#head_01{
	float:left;
	width:454px;
	height:222px;
	background:url(images/head_01.jpg) no-repeat center center;
}
#head_title{
	float:left;
	width:446px;
	height:146px;
}

#head_title a{
	display:block;
	width:446px;
	height:146px;
	text-indent:1000px;
	overflow:hidden;
	white-space:nowrap;
}

#home1{ width:58px; height:16px; position:absolute; top:15px; right:20px; z-index:100;}
#head_02 a{
	float:right;
	margin:16px 23px 0 0;
	display:block;
	background:url(images/link_01.gif) no-repeat 0 center;
	text-indent:18px;
	font-size:12px;
	color:#ffffff;
}
#head_02 a:hover{
	text-decoration:none;
}

#nav{	
	width:1002px;
	height:35px;
	background:url(images/nav.gif) no-repeat center top;
}
#nav_con{
	width:977px;
	height:35px;
	margin:0 auto;
}
#nav_con_left{
	float:left;
	width:9px;
	height:35px;
	background:url(images/nav_con_left.gif) no-repeat left top;
}
#nav_con_center{
	float:left;
	width:959px;
	height:35px;
	background:url(images/nav_con_center.gif) repeat-x center top;
	color:#ffffff;
	font-size:14px;
	line-height:35px;
}
#nav_con_center a.nav_wlink{	
	color:#ffffff;
	font-size:14px;
	line-height:35px;
}
#nav_con_center a.nav_wlink:hover{
	text-decoration:none;
}

#nav_con_right{
	float:left;
	width:9px;
	height:35px;
	background:url(images/nav_con_right.gif) no-repeat right top;
	
}

#container_content{
	width:977px;
	padding:0;
	margin:0 auto;
	background:url(images/nav_bot_bg.gif) no-repeat 0 0;
}



#foot{
	clear: both;
	width:1002px;
	padding:36px 0;
	line-height:20px;
	background:url(images/foot.gif) no-repeat center top;
}

#foot a{
	color:#003399;
	text-decoration:none;
	line-height:20px;
}

#wp_nav_w1 {
width: 840px;
}


.wp_nav .on {
    z-index: 1000;
}
























