@charset "utf-8";
body {
	background: #F7F7F7 url(../images/bg.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border-style: none;
}
a{
	color: #555;
	text-decoration: none;
    outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:hover{
	color: #f9883c;
	text-decoration: underline;
}
h1{
	font-size: 13px;
	color: #222;
}
h2 {
	font-size: 20px;
	color: #222;
}
/* for ie6 png */
img, div, input, url {
	behavior:url(css/iepngfix.htc);
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
/* end */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear_div {
	clear: both;
}

.clearfix {
	display: inline-block;/* for IE/Mac */
} 
#wrapper {
	width: 1000px;
	margin: auto;
}
#header {
	height: 115px;
	background: url(../images/top_bg.jpg) no-repeat center top;
}
#topnav {
	height: 25px;
	font-size: 11px;
	line-height: 25px;
	text-align: right;
	margin: 0px 40px;
	color: #999;
	padding: 5px 0px 0px;
}
#topnav a {
	margin: 0px 5px;
}

#header .top {
	margin: 0px 50px;
	height: 45px;
	width: 900px;
}
#header .logo {
	float: left;
}
#header .text {
	float: left;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	margin: 12px 0px 0px 5px;
	vertical-align: middle;
}
#header .search {
	float: right;
	margin: 10px 0px 0px;
}
.search .bar {
	background: url(../images/search_bg.png) no-repeat;
	height: 22px;
	width: 145px;
	padding: 3px 0px 0px 30px;
	_padding: 4px 0px 0px 30px;

	#padding: 4px 0px 0px 30px;
	float: left;
}
.search .btn {
	line-height: 22px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin: 1px;
}
.search .btn a {
	height: 22px;
	width: 60px;
	color: #F5F5F5;
	text-decoration: none;
	background: url(../images/search_btn.png) right;
	display: block;
}
.search .btn a:hover{
	color: #FFF;
	text-decoration: none;
	background: url(../images/search_btn.png);
}
.textfield {
	height: 17px;
	width: 135px;
	border: 0px none;
	font: 12px Arial, Helvetica, sans-serif;
}
#nav {
	width: 940px;
	margin: auto;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/nav_bg.jpg) repeat-x;
	overflow: visible;
	position: relative;
}
#nav ul {
	list-style:  none;
	margin: 0px;
	padding: 0px;
}
#nav span {
	width: 940px;
	height: 3px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/nav.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	line-height: 0px;
	display: block;
}
#nav ul li {
    width: 100px;
	height: 40px;
	float: left;
	cursor: pointer;
}
#nav a {
	width: 100px;
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #F5F5F5;
	text-decoration: none;
	background: url(../images/nav_btn_bg.jpg) no-repeat left top;
}
#nav a:hover {
	background: url(../images/nav_btn_bg.jpg);
	color: #FFFFFF;
	border:0;
}
#nav a:hover ul,#nav li:hover ul {
	display: block;
}
#nav li ul {
	position: absolute;
	display: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #595858;
	border-left: 1px solid #595858;
	z-index: 100;
}
#nav li li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 120px;
	float: none;
	background: ;
	height: 27px;
	border-right: 1px solid #595858;
	border-bottom: 1px solid #595858;
}
#nav li li a {
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	background: #202020 ;
	line-height: 27px;
	width: 120px;
	height: 27px;
}
#nav li li a:hover {
	display: block;
	text-align: center;
	background: #393939 ;
}
#content .main {
	background: url(../images/main_bg.png) repeat-x left top;
	_background: url(../images/main_bg.gif) repeat-x left top;
	margin: auto 30px;
	width: 930px;
	padding: 10px 5px 5px;
	position: relative;
}
#content .main_banner {
	height: 150px;
	margin: auto;
	width: 940px;
}
#content .breadcrumb{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
	text-align: right;
	margin: auto;
}
#content .breadcrumb a{
	font-weight: bold;
	color: #f9883c;
	text-decoration: underline;
}
#middlebar {
	float: left;
	width: 180px;
	background: url(../images/menu_bg.gif) no-repeat left top;
	font-size: 11px;
	margin: 0px 0px 30px;
}
#middlebar ul {
	list-style:  none;
	margin: 5px 0px 0px;
	background: #f1f1f1 url(../images/submenu_bg.gif) repeat-y left top;
	text-align: left;
	padding: 0px;
}
#middlebar li {
	margin: 0px;
	padding: 1px 0px;
	line-height: 25px;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #F9F9F9;
	font-weight: bold;
	color: #333333;
	background: url(../images/manu_arrow.gif) no-repeat 8px 7px;
}
#middlebar li a {
	display: block;
	padding: 0px 10px 0px 25px;
	width: 145px;
}
#middlebar li a:hover {
	text-decoration: none;
	background: url(../images/submenu_bg2.gif) repeat-y;
}
#middlebar li ul {
	margin: 0px;
	padding: 0px;
	list-style:  none;
	background: ;
}
#middlebar li li {
	margin: 0px;
	padding: 1px 0px;
	line-height: 25px;
	color: #333333;
	border-style: none;
	background: url(../images/submenu_bg3.gif) repeat-y;
}
#middlebar li li a {
	padding: 0px 10px 0px 30px;
	width: 140px;
	font-weight: normal;
	background: url(../images/submenu_arrow.gif) no-repeat 18px 9px;
}
#middlebar li li a:hover {
	background: url(../images/submenu_arrow.gif) no-repeat 18px 9px;
}
#middlebar span {
	background: url(../images/menu_line.gif) repeat-x left top;
	display: block;
	height: 25px;
}
#content .main .right_box {
	float: left;
	width: 730px;
	margin: 0px 0px 20px 15px;
	min-height: 500px;
	position: relative;
	padding: 0px 0px 40px;
	
}

#footer {
	margin: 0px 30px 10px;
	font-size: 11px;
	color: #333;
	padding-top: 10px;
}
#footer .nav {
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	width: 100%;
}
#footer .nav ul {
	list-style:  none;
	margin: 0px;
	float: left;
	padding: 0px;
	color: #CCC;
}
#footer .nav li {
	float: left;
	line-height: 30px;
}
#footer .nav li a {
	margin: 0px 10px;
}
#footer .nav .link {
	float: right;
	font-weight: bold;
	color: #555;
	margin: 7px 10px 0px;
}
#footer .nav .link a {
	margin: 0px 5px 0px 0px;
}
#footer .copyright {
	line-height: 20px;
	margin: 5px;
}
#content .main .more {
	text-align: right;
	font-size: 0px;
	margin: 5px 10px;
	line-height: 0px;
}
.page {
	font-size: 11px;
	margin: 5px 0px 5px 130px;
	color: #333;
	display: block;
	position: absolute;
	bottom: 0px;
	_width: 550px;
}
.page ul {
	list-style:  none;
	margin: 0px;
	padding: 0px;
}
.page li {
	float: left;
	margin: 0px 3px 0px 0px;
	font-weight: bold;
	line-height: 18px;
}
.page a {
	display: block;
	text-decoration: none;
	font-weight: normal;
}
.page span {
	border: 1px solid #888;
	display: block;
	padding: 0px 5px;
}
.page #nolink{
	border: 1px solid #c2c2c2;
	display: block;
	padding: 0px 5px;
	color:#c2c2c2;
	font-weight:normal;
}
.line {
	background: url(../images/col_divider.gif) repeat-x;
	margin: auto;
	height: 3px;
	width: 95%;
}
#content .main .results,#content .main .messages {
	margin: 0px 20px 50px;
	min-height: 400px;
}
#content .main .results dl {
	margin: 0px 20px;
	font-size: 11px;
}
#content .main .results dt {
	font-size: 12px;
	list-style: decimal;
}
#content .main .results dd {
	margin: 0px 0px 20px;
}

