@CHARSET "UTF-8";
@import url(gloabs.css);
body {
	margin: 0;padding: 0;font-family: 宋体, Tahoma, Arial, Verdana, Sans-Serif;font-size: 12px;
}
.top {
	background: #D9D9D9 none repeat scroll 0 0;height: 26px;
}
#globalLogin {
	height: 26px;line-height: 26px;margin: 0 auto;width: 980px;
}
#date {
	float: left;
}
#login{
	color: black;float: right;height: 26px;line-height: 26px;
}
#login ul{
	margin: 0;padding: 0;
}
#login ul li{
	list-style-type: none;float:left;padding-left: 10px;
}
#login input {
	height: 14px;margin-bottom: 3px;vertical-align: bottom;width: 100px;
}
#login .button {
	background: transparent url(../images/button1.gif) no-repeat scroll 0 -48px;
	border: medium none;
	color: white;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin:0 30px 4px 5px;
	padding: 1px 0 1px 11px;
	width: 55px;
}
.header {
	background-color: #FFFFFF;
	margin: 0 auto 5px;
	overflow: hidden;
	width: 980px;
	position: relative;
}
.header .title{
	font-size:24px;
	font-weight:bold;
	font-family:楷体_GB2312;
	height:24px;
	line-height:24px;
	margin-left:99px;
	position:absolute;
	top:18px;
	z-index: 2;
	left: 0px;
}
.header .headerContent .logo{
	height: 80px;
	position: relative;
}
.header .headerContent .logo img{
	vertical-align: top;
	position: relative;
	z-index: 1;
	height:80px;
	width:99px;
}
.header .nav {
	background-color:#B20000;
	line-height:30px;
	padding-left:99px;
	margin-top:-30px;
	width:881px;
	overflow: hidden;
	position: relative;
	_z-index: -1;*+z-index: -1;
}
.header .nav ul {
	margin: 0;
	padding: 0 2px 0;
}
.header .nav ul li{
	display: inline;
	padding-right: 15px;
	float: left;
	height:30px;
	white-space: nowrap;
}
.header .nav ul li a{
	font-weight: bold;
	color: white;
	font-size: 14px;
}
.header .nav ul li a:HOVER{
	color: yellow;
}
.header .nav ul li .active{
	color: yellow;
	text-decoration: none;
}
.header .searchProject{
	position:absolute;
	right:0px;
	bottom:35px;
	z-index: 2;
}
.header .headerContent{
	position: relative;
	overflow: hidden;
}
#footer {
	background:#FFFFFF url(../images/footback.jpg) repeat-x scroll 0 0;
	line-height:24px;
	margin:5px auto 0px;
	text-align:center;
	width:980px;
	font-size: 12px;
	position: relative;
}

#footer  a{
	color:#007AB7;
}