/*
	布局样式
*/
#container{
	width:970px;
	margin:0 auto;
}
input.text{
	padding:1px;
	border:1px solid #d1d1d1;
	border-top:1px solid #343434;
	border-left:1px solid #343434;
}
#header{
	width:970px;
	overflow:hidden;
}
#header p.ptitle{
	width:auto;
	height:30px;
	float:left;
	padding-left:3px;
	color:#003399;
	line-height:30px;
}
#header span.homepage{
	width:auto;
	float:right;
	margin-top:6px;
}
#top{
	width:970px;
	height:113px;
	float:left;
	background-image:url(../images/bg_header.gif);
	position:relative;
}
#top p.form{
	width:408px;
	float:right;
	margin-top:13px;
}
#top p.form input.text{
	width:110px;
	height:18px;
	color:#ccc;
	font-size:14px;
	line-height:18px!important;
}
#top p.form input,#top label span{
	vertical-align:middle;
	margin-right:8px;
}
#top p.form span a{
	color:#4a67a5;
	text-decoration:underline;
}
#navbar{
	width:970px;
	height:31px;
	float:left;
	background-image:url(../images/bg_nav.gif);
}
#navbar ul{
	float:left;
	padding-left:10px;
	background:url(../images/bg_navborder.gif) no-repeat 10px 2px;
}
#navbar ul li{
	width:102px;
	height:31px;
	float:left;
	background:url(../images/bg_navborder.gif) no-repeat right 2px;
	font-size:14px;
	font-weight:bold;
	line-height:31px;
	text-align:center;
	position:relative;
}
#navbar ul li a{
	width:101px;
	height:31px;
	display:block;
	background:none;
	color:#FFF;
}
#navbar ul li a:hover{
	background-image:url(../images/bg_navhover.gif);
	text-decoration:none;
}
#navbar ul li.select{
	height:29px;
	margin-top:1px;
	background:url(../images/bg_navselect.gif) repeat-x 1px 0;
	color:#336799;
	line-height:29px;
}
#navbar ul li.select a{
	height:29px;
	margin-top:1px;
	color:#336799;
	line-height:29px;
}
#navbar ul li span{
	display:none;
	position:absolute;
}
#navbar ul li.select span{
	display:block;
	width:400px;
	height:30px;
	background:none;
	color:#003366;
	font-size:12px;
	font-weight:normal;
	line-height:30px;
	text-align:left;
	left:0;
	top:30px;
}
#navbar ul li span a{
	width:auto;
	height:30px;
	display:inline;
	color:#003366;
}
#navbar ul li span a:hover{
	background:none;
	text-decoration:underline;
}
#navbar label{
	float:left;
	margin-left:75px;
	padding-top:5px;
}
#navbar label input{
	vertical-align:middle;
}
#navbar label input.text{
	width:240px;
	height:16px;
	margin-right:8px;
	padding-left:24px;
	background:#FFF url(../images/ico_search.gif) no-repeat 4px 4px;
}
#subnav{
	width:970px;
	height:30px;
	float:left;
	background-color:#dae9f5;
}
#main{
	width:970px;
	overflow:hidden;
}
.index{
	margin-top:7px;
	margin-bottom:7px;
}
#footer{
	width:970px;
	overflow:hidden;
	padding:15px 0;
	border-top:8px solid #2d81d4;
	color:#666;
	line-height:18px;
	text-align:center;	
}
#footer a{
	color:#4a67a5;
}
#footer p{
	align:center
}
