﻿/*@charset "utf-8";
 CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:937px;
}
.header {
	background:url(../images/headerbg.jpg) no-repeat;
	width:937px;
	height:325px;
	float:left;
}
.leftblk {
	width:490px;
	float:left;
	height:325px;
}
.leftblk h1 {
	margin:0px;
	padding:0px;
}
.rightblk {
	width:440px;
	float:left;
}
.rightblk .links-top {
	padding:32px 0px 0px 0px;
	text-align:right;
	float:left;
	width:440px;
}
.rightblk .links-top a {
	text-decoration:none;
	color:#333;
}
.rightblk .links-top a:hover {
	text-decoration:underline;
	color:#900;
}
.rightblk .menu {
	float:left;
	
}
.rightblk .menu ul {
	float:left;
	list-style:none;
	padding:30px 0px 4px 50px;
	margin:0px;
}
.rightblk .menu li {
	float:left;
	padding:0px 7px 0px 10px;
	margin:0px;
	font-weight:bold;
}
.rightblk .menu li a {
	text-decoration:none;
	color:#8f0606;
}
.rightblk .menu li a:hover {
	text-decoration:none;
	color:#000;
}
.rightblk .log {
	float:left;
	padding:10px 0px 0px 60px;
	color:#FFF;
	height:28px;
}

.rightblk .log input {
	height:14px;
}
.rightblk .log a {
	color:#fff;
	text-decoration:none;
}
.rightblk .log2 {
	float:left;
	padding:0px 0px 0px 50px;
	color:#FFF;
}

.rightblk .log2 input {
	height:11px;
}
.rightblk .log2 a {
	color:#fff;
	text-decoration:underline;
}
.search {
	height:225px;
}
.search table {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:10px 0px 0px 0px;
}
.search table img {
	position:relative;
	left:-5px;
}
.mapping {
	float:left;
	padding-top:15px;
}
.mapping .m1 {
	width:200px;
	height:25px;
	position:relative;
	top:28px;
	left:30px;
	cursor:pointer;
}
.mapping .m2 {
	width:190px;
	height:35px;
	position:relative;
	top:-5px;
	left:250px;
	cursor:pointer;
}
.mapping .m3 {
	width:250px;
	height:25px;
	position:relative;
	top:50px;
	left:-10px;
	cursor:pointer;
}
.mapping .m4 {
	width:190px;
	height:45px;
	position:relative;
	top:20px;
	left:250px;
	cursor:pointer;
}
.subpanel {
	background:url(../images/subhead.jpg) no-repeat;
	width:937px;
	height:89px;
	float:left;
}
.subpanel div {
	float:left;
	width:130px;
	padding:25px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.subpanel div h2 {
	padding:0px 0px 10px 0px;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color:#c80a0a;
}
.subpanel div p {
	padding:0px;
	margin:0px;
}
h3 {
	float:left;
	margin:0px;
	padding:15px 0px 0px 0px;
	line-height:18px;
	font-size:11px;
	font-weight:normal;
}
.banners {
	float:left;
	width:937px;
}
.banners div {
	float:left;
	background-image:url(../images/block.jpg);
	width:461px;
	height:255px;
	background-repeat:no-repeat;
	padding-left:6px;
	margin-top:10px;
}
.banners div h4 {
	padding:10px 0px 0px 10px;
	margin:0px;
	float:left;
	font-size:15px;
	width:300px;
}
.banners div p {
	padding:10px 10px 0px 10px;
	float:left;
	font-size:13px;
	font-style:italic;
	margin:0px;
	width:400px;
}
.banners div span {
	float:right;
	/*widows:300px;*/
	padding:10px 30px 0px 10px;
}
.banners div span a {
	text-decoration:underline;
	color:#000;
}
.footer {
	background:url(../images/footerbg.jpg) no-repeat;
	width:937px;
	height:57px;
	float:left;
	color:#8a8b89;
}
.footer div {
	width:937px;
	float:left;
	padding:15px 0px 0px 10px;
}
.footer div p {
	width:400px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.footer div p a {
	text-decoration:none;
	color:#8a8b89;
}
.footer div p a:hover {
	text-decoration:none;
	color:#900;
}
.footer div span {
	width:400px;
	float:right;
	padding:0px 18px 0px 0px;
	margin:0px;
	text-align:right;
}
.footer span a{
text-decoration:none;
color:#8a8b89;}
.footer span a:hover{
text-decoration:none;
color:#900;}

.highlight{
width:170px;
border:1px solid #999; 
background-color:#FFF; 
margin-bottom:10px;
margin-right:-10px;
background-position:left;
}



