/*  css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding: 0; margin: 0;} 
table { border-collapse: collapse; border-spacing: 0;} 
fieldset,img { border: 0;} 
address,caption,cite,code,dfn,em,strong,th,var { font-weight:bold; font-style: normal;} 
ol,ul { list-style: none;} 
caption,th { text-align: left;} 
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%;} 
q:before,q:after { content:''; } 
abbr,acronym { border: 0;}

/* detail css reset */
html { background:#edeee9; color:#333;}
body { width:820px; background:#fff; margin:0px auto; font-size:11px; font-family: Arial, Helvetica, sans-serif;}
a { text-decoration:none; }

/* base set */
.float_left{ float:left;}
.float_right{ float:right;}
.clear_both{ clear:both; line-height:0;}
.zoom_1{ zoom:1;}
.block{ display:block;}
.bolder{ font-weight:bolder;}
.bold{ font-weight:bold;}
.padding{ padding-left:20px;}
/* 超链接总体设置 */
a { color:#333;}
a:hover{ color:#234d76;}

/* logo */
#logo{ margin:0px auto; }
/* header */
#header { margin:0px auto; width:750px; }
/* logo */
#logo{ float:left; width:200px;height:90px; background:url(../images/logo.jpg) no-repeat 0 6px;}
#add{ margin-top:20px; text-align:right; margin-right:60px; font-size:12px;}
#add a{ color:#666; }
/* header */
#logo_right{ float:left; display:inline;width:520px; margin-left:30px; }	
	#nav { float:left; }	
		#nav ul{}
		#nav ul li{ float:left;}
		#nav ul li span{ float:left; margin-top:-16px; color:#000000;}
		#nav ul li a{color:#00319f; font-size:12px; font-weight:bolder; display:block; padding:1px 2px;margin:0 8px; }
			#nav ul li a:hover{ color:#fff; display:block; background:#2088b4; padding:1px 2px;}
		
		
		
		
		
.line{ border-top:1px #b8b8b8 solid;}



/****************** 内容部分开始 ****************/	
#footer{ width:820px; background:#edeee9;padding-top:10px; }
#footer1{ float:left; padding-left:10px; width:70px;}
#footer2 { float:left; padding-left:20px;text-align:center;line-height:20px; color:#8c8a8b; width:700px;}
.footer2_left{ float:left; width:300px; text-align:left}
.footer2_right{ float:left; margin-left:10px; display:inline; text-align:left;}
#footer2 a{color:#8c8a8b; }
	