@charset "UTF-8";
body {
    background: #fff none repeat scroll 0 0;
    font-family: Verdana,Arial,sans-serif;
    margin: 0;
    padding: 0;
}
.container {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    min-width:1000px;   
}

/* made width change above */


.nav_header_bg {
    background-color: #3b0000;
    margin: 0;
    min-width: 1000px;
    padding: 0;
    width: 100%;
}
.header {
    height: 73px;
    margin: 0 auto;
    width: 1000px;
}
.header_bg {
    background: #600 url("/_resources/images/header_bg.jpg") repeat-x scroll 0 0;
    height: 73px;
    min-width: 1000px;
    width: 100%;
}
.header .bannerblock {
    float: right;
    height: 73px;
    width: auto;
}
.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 {
    color: #fff;
    font-size: 11px;
    margin-top: 0;
    padding: 2px 0 0;
    text-align: center;
    vertical-align: bottom;
}
.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 {
    background: #ccc none repeat scroll 0 0;
    border-top: 4px solid #a39058;
    margin: 0 auto 20px auto;
    padding: 10px 0;
	width:1000px;
}
.container .footer p {
    font-size: 0.7em;
    margin: 0 8px 3px;
}
.container .footer img {
    border: 0 none;
}
.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: 0;
	width:100%;
}
.container .feature_content {
    margin: 0 auto;
	width: 1000px;
}
.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
