@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;

	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6B6B6B;
}

#krown {
	width:1000px; height: 700px; margin-left:auto; margin-right: auto;
}

/* hidden elements. */
#topnavDIV ul ul {
	display: none;
}
#carnavDIV {
	display: none;
}

/* top and bottom nav*/
#topnavWrapper {
	height: 71px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#topnavWrapper img {
	float: left;
	margin-left: 70px;
	margin-top: 17px;
}
#topnavDIV, #bottomnavDIV {
	text-align: right;
	float: right;
}
#topnavDIV ul, #topnavDIV ul ul {
	padding: 0;
	margin: 0;
}
#topnavDIV ul li, #bottomnavDIV ul li {
	display: block;
	list-style:none;
	float:left;
	padding: 10px;
	padding-top: 40px;
}
#bottomnavDIV ul, #bottomnavDIV ul li {
	padding-top: 5px;
	margin: 0;
}
#topnavDIV ul li a, #bottomnavDIV ul li a {
	color: #909090;
	text-decoration: none;
	font-size: 11px;
	display:block;
}
#topnavDIV ul li a {
	color: #fff;
	line-height: 20px;
	padding-bottom: 20px;
	padding-left: 4px;
	padding-right: 4px;
}
#topnavDIV ul li a:hover {
	color: #000;
	background: url(../images/navtab_bg.gif);
}
#bottomnavDIV ul li a:hover {
	color: #fff;
}
#bottomnavDIVbar {
	width: 1000px;
	height: 3px;
	background: #000 url(../images/bottomnav_bg.gif) no-repeat top;
}


/* middle */
#contentWrapper {
	margin-top: 0;
	padding-top: 0;
	height: 450px;
	background: url(../images/searchtable_bg.gif) repeat-x;
}
#barnavDIV {
	height: 42px;
	float: right;
	background: #d9d9d9;
	padding-top: 0;
}
#barnavDIV ul {
	padding-top: 0;
	margin: 10px;
}
#barnavDIV ul li {
	display: block;
	list-style:none;
	float:left;
	padding: 10px;
	padding-top: 0;
}
#barnavDIV ul li a, #barnavDIV ul li span {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	vertical-align: baseline;
}
#barnavDIV ul li form {
	padding: 0;
	margin: 0;
	display: inline;
	vertical-align: top;
}
#barnavDIV .barnavinput {
	color: #fff;
	font-size: 11px;
	background: #d9d9d9;
	border: 1px solid #ffffff;
	width: 60px;
	margin: 0 5px;
	padding: 2px;
}
#barnavDIV .barnavbtn {
	margin: 0;
	vertical-align: top;
}

#bottombarDIV {
	background: url(../images/bottombar_bg.gif) repeat-x top #000;
	height: 133px;
	text-align:left;
	padding-left: 35px;
}
#bottombarDIV .boxbutton {
	display: block;
	float: left;
	
	margin: 20px 50px 20px 20px;
	height:80px;
	vertical-align:middle;
	border: 1px solid #333333;
	background: #000;
	width:180px;
	padding-left: 15px;
}
#bottombarDIV .boxwrapper {
	display: block;
	float: left;
	
	margin: 20px 20px 20px 0;
	height:80px;
	vertical-align:middle;
	width:140px;
	padding-left: 15px;
}
#bottombarDIV img {
	display: block;
	float: left;
	margin: 20px 0 20px 30px;
}
#bottombarDIV a {
	/*display: block;*/
	display: list-item;
	list-style: url(../images/list_arrow.gif) outside;
	margin-top: 30px;
	line-height: 13px;
	
	margin-left: 20px;
	
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#bottombarDIV form {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}
#bottombarDIV .bottombarinput {
	display: block;
	float: left;
	margin: 55px 5px 0 20px;
	background: url(../images/searchinput_bg.gif) no-repeat;
	border:none;
	color: #000;
	width: 169px;
	height: 22px;
	padding: 3px;
}
#bottombarDIV .bottombarbtn {
	display: block;
	float: left;
	margin: 0;
	margin-top: 55px;
	background: url(../images/go_btn.gif) no-repeat;
}


#searchresultspanel {
	display: block;
	/*clear: both;
	margin: 1em 0;*/
	padding-top: 60px;
	text-align:left;
	padding-left: 75px;
}
#searchresultspanel h3 {
	font-weight:normal;
	font-size:18px;
	color: #6B6B6B;
}
#searchresultspanel h3 a, #searchresultspanel h3 span{
	font-weight:normal;
	font-size:14px;
	color: #6B6B6B;
}
#searchresultspanel h3 span {
	font-weight:bold;
}
#searchresultspanel .colhead {
	font-weight:bold;
	font-size:10px;
	
	border-bottom: 1px solid #6B6B6B;
}
#searchresultspanel #results {
	width: 535px;
	padding-right: 47px;
	height: 290px;
	display: block;
	overflow:auto;
	
	font-weight:normal;
	font-size:13px;
}
#searchresultspanel #results #sitemap img, #searchresultspanel #results #sitemap input{
	display:none;
}
#searchresultspanel #results .resultname {
	color: #000;
	margin-top: 10px;
}
#searchresultspanel #results a {
	color: #008aff;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
}

#searchresultspanel #results td {
	text-align: left;
	vertical-align: top;
}
#searchresultspanel #results .links {
	text-align: right;
}

#searchpanel {
	clear: both;
	float: right;
	display: block;
	font-weight:normal;
	font-size:13px;
	text-align:left;
	width: 300px;
	padding: 20px;
}
#searchpanel h3 {
	font-weight:normal;
	font-size:18px;
	color: #6B6B6B;
}
#searchpanel h3 a {
	color: #6B6B6B;
	text-decoration: none;
}
#searchpanel #submenu {
	margin-top: 10px;
	height: 160px;
	width: 280px;
	display: block;
	overflow:auto;
}
#searchpanel h4 {
	font-weight:normal;
	font-size:18px;
	color: #000;
	margin-bottom: 5px;
	margin-top: 0;
}

.form {
	font-size: 10px;
}