﻿/* CSS reset */

html,body,div,p,form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
img{border:0;}
ul,ol{list-style:none;}
table { border-collapse:collapse; border-spacing:0;}
a{ cursor:pointer; font-size:12px; }
a:link,a:visited{color:#333;text-decoration:none;}
a:hover { color: #f60;}
a:active { text-decoration: none;}
p { padding:5px 0; }
h1 { font:24px/120% 黑体; text-align:center; padding:18px; }
textarea { overflow:auto; }
/*--reset end--*/

.b { font-weight:bold; }
.font_red { color:#f60; }
.font_green { color:#0c0; }
.font_blue { color:#06c; }
.font_key { color:#f00; }

.left {	float:left;	display:inline; }
.right { float:right; display:inline; }

body { 
    background:#FFFFFF url(bg.jpg) no-repeat center 0; 
	font:12px Tahoma,Verdana,宋体; 
	color:#333;
	text-align:left;
	height:100%;
}

.container {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	background:#FFFFFF;
}
/* 
Header  -------------------------------------*/ 
#header {
    margin:0 auto;
	width:1000px;
	overflow:hidden;
	zoom:1;
}
.banner{ margin:2px 0 1px 0;}
.nav{ height:72px; background:url(nav.png) no-repeat;}
.menu{ height:32px; padding-left:12px; color:#FFFFFF;}
.menu a{ display:block; margin:0 12px; text-align:center; float:left; line-height:32px; font-size:14px; font-weight:bold; color:#FFFFFF;}
.menu a:hover{ color:#fd7b01;}

.menu_b{ height:40px; padding-left:22px;}
.date{ width:542px; float:left; line-height:40px;}
.search{ width:320px; float:right; padding-top:8px;}
.search .text{ width:220px; height:20px; line-height:20px; padding:0 2px; background:#FFFFFF; border:1px solid #CCCCCC;}
.search .submit{ display:block; float:right; margin-right:16px; width:72px; height:22px; background:url(search.png) no-repeat; border:none;}

.linkBox {
	background:url(linkBg.png) no-repeat 0 0;
	height:26px;
	margin-top:10px;
	padding:8px 0 0;
	text-align:center;
}
.linkBox select {
	margin:0 5px;
	width:175px;
}
.footer{ height:80px; background:#ecf3fb; border:1px solid #91bbe5; border-top:none; padding-top:15px; text-align:center; margin-bottom:10px;}
.footer p{ line-height:22px;}