@charset "UTF-8";
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}


.container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
}
.nav_header_bg {
	background-color: #3b0000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1000px;
}

.header {
	height: 73px;
	width: 1000px;
	margin: 0 auto;
}


.header_bg {
	background: #600;
	height: 73px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-width: 1000px;
}
.header .bannerblock  {
	width: auto;
	float: right;
	height: 73px;
}
.header .bannerblock .search_box  {
	height: 46px;
	margin-top: 6px;
	text-align: right;
}
.header .bannerblock .mini_nav  {
	background-color: #000;
	height: 21px;
}
.header .bannerblock .mini_nav p  {
	text-align: center;
	font-size: 11px;
	vertical-align: bottom;
	padding: 2px 0 0 0;
	color: #FFF;
	margin-top: 0px;
}
.header .bannerblock .mini_nav a:link {
	color: #FFF;
	text-decoration: none;
}
.header .bannerblock .mini_nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.header .bannerblock .mini_nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
.header .bannerblock .mini_nav a:active {
	color: #FFF;
	text-decoration: underline;
}
.header .bannerblock .mini_nav a:focus {
	color: #FFF;
	text-decoration: underline;
}
.footer {
	padding: 10px 0;
	background: #ccc;
	border-top: solid #a39058 4px;
	margin-bottom: 20px;
}
.container .footer p {
	font-size: 0.7em;
	margin: 0 8px 3px 8px;
}
.container .footer img {
	border: 0px;
}
.container .footer p a:link {
	color: #444;
	text-decoration: none;
}
.container .footer p a:visited {
	color: #444;
	text-decoration: none;
}
.container .footer p a:hover {
	color: #600;
	text-decoration: underline;
}
.container .footer p a:active {
	color: #444;
	text-decoration: underline;
}
.container .footer p a:focus {
	color: #444;
	text-decoration: underline;
}
.container .home_content {
	margin: 0px;
}
.container .feature_content  {
	margin: 0 0 10px 0;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
