@charset "utf-8";
/**/
#top-bar{
	clear:both;
	width:1003px;
	margin:0 auto;
	margin-top:10px;
}
#logo-banner{
   padding-left:24px;
	padding-right:12px;
	height:62px;
	padding-top:12px;
	background: url(../Images/logo-banner_bg.gif) repeat-x top left;
	padding-bottom:5px;
	border-bottom:3px solid #5c84c2;
}
#search{
	clear:both;
	margin-top:10px;
}
#search-type{
	height:24px;	
	overflow:hidden;
	text-align:left;
	padding-left:20px;
	position: relative;
}
#search-type p{
	position: absolute;
	left: 280px;
	top: 5px;
	font-size:12px;
}
#search-type ul li{
	float:left;
	width:68px;
	text-align:center;	
	margin-right:10px;
	height:17px;
	padding-top:6px;
	border: 1px solid #5c84c1;
	border-bottom:none;
	font-weight:bold;
	font-size: 12px;
	color: #5b84c4;
	background: url(../Images/tab_other.gif) repeat-x;
}
#search-type ul li.this_type{
	background:#5c84c1;
	color:#fff; 
}

#search-content{
   clear:both;
	padding-top:5px;
	height:45px;
	border:1px solid #5c84c1;
	padding-left:30px;
	background: url(../Images/searchbar_box_bg.gif) repeat-x top left;
	text-align:left;
	vertical-align: middle;
	position: relative;
}
#search-content input,#search-content img{
	vertical-align: middle;
}
#search-content .search_rec_key{
	position: absolute;
	left: 380px;
	width: 620px;
	top:12px;
	height:30px;
	border-left:1px solid #999;
	font-size:12px;
}
.inp_text{
   margin-left:18px;
	margin-right:8px;
	border:1px solid #808080;
	width: 182px;
}
.btn_search{
	border: none;
	background: url(../Images/btn_search.gif);
	width:71px;
	height:21px;
}
#search-content .search_rec_key dl{
	padding-top: 10px;
	height:12px;
}
#search-content .search_rec_key dl dt,#search-content .search_rec_key dl dd{
	float:left;
	padding-left:9px;
	padding-right:9px;
	height:12px;
}
#search-content .search_rec_key dl dd{
   padding-left:10px;
	background: url(../Images/dottedline_bg.gif) no-repeat left top;
}
#search-content .search_rec_key dl a{
	color:#333;
}
/**/
#footer{
   clear:both;
	width: 1003px;
	margin:0 auto;
	margin-top:20px;
   text-align:center;
	font-size:12px;
	padding-bottom:20px;
}
#footer ul{
	width:760px;
	margin:0 auto;
	height:20px;
	padding-bottom:6px;
}
#footer ul li{
	border-right:1px solid #ddd;
	height:14px;
	line-height:12px;
	_line-height:14px;
	float:left;
	width:100px;
}
#footer ul li.list_last{
	border-right:none;
}
#footer ul li a{
	color:#333;
}
#footer ul li a:hover{
	text-decoration:underline;
	color:#ff3300;
}
#footer ul li p.copyright{
	height:20px;
	padding-top: 4px;
	width:760px;
	margin:0 auto;
	text-align:center;
}
