/* colors:
	yellow: #fdb927
	blue: #006bb6
	red: #ef3e33
	green: #41ad49
*/


body {
	background-color: #000;
	margin: 0;
	text-align: center;
	font-family: Arial, sans-serif;
}


#header {
	width: 1000px;
	min-height: 105px;
	margin: auto;
	text-align: left;
	color: #fff;
}

img.logo {
	margin: 10px 0 10px 0;
	float: left;
}

#search {
	float: left;
}

#search input.query {
	height: 15px;
	width: 100px;
	margin-right: 5px;
	margin-top: 3px;
}

#search input.submit {
	height: 21px;
	width: 20px;
	background-image: url('../images/button.gif');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

#nav2 {
	width: 400px;
	float: right;
	margin-top: 5px;
	font-size: 9px;
}

#nav2 ul {
	margin: 7px 0 0 0;
	padding: 0;
}

#nav2 ul li {
	list-style: none;
	display: block;
	float: left;
	border-left: 1px solid #fff;
	padding: 0 5px 0 5px;
}

#nav1 {
	float: right;
	margin-top: 38px;
	width: 875px;
}

#nav1 ul {
	margin: 0;
	padding: 0;
}

#nav1 ul li {
	list-style: none;
	display: block;
	float: left;
	font-size: 12px;
	padding: 12px 8px;
}

#nav1 ul li.on-yellow {
	background-color: #fdb927;
}

#nav1 ul li.on-red {
	background-color: #ef3e33;
}

#nav1 ul li.on-blue {
	background-color: #006bb6;
}

#nav1 ul li.on-green {
	background-color: #41ad49;
}

#banner {
	clear: both;
	height: 200px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#banner_bg {
	margin: 0px auto;
	padding: 0px;
	height: 200px;
	width: 1000px;
	background-image: url('../images/banners.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}


#banner.yellow {
	background: url("../images/back-yellow.gif");
}

#banner.red {
	background: url("../images/back-red.gif");
}

#banner.blue {
	background: url("../images/back-blue.gif");
}

#banner.green {
	background: url("../images/back-green.gif");
}

#bar {
	height: 20px;
	border-bottom: 3px solid #000;
}

#tabs-wrap {
	clear: both;
	height: 35px;
	background: url("../images/back-tabs.gif");
}

#tabs {
	width: 998px;
	margin: auto;
	background-color: #000;
	height: 33px;
}
#tabs ul li a {
	text-decoration: none;
	color: white;
}

#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs ul li {
	list-style: none;
	display: block;
	float: left;
	width: 245px;
	margin: 0 2px 3px 2px;
	padding: 6px 0 6px 0;
	border-top: 3px solid #000;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.yellow {
	background-color: #fdb927;
	}

#tabs ul li.yellow-on {
	background-color: #fdb927;
	border-top: 3px solid #fdb927;
	}
	
.red {
	background-color: #ef3e33;
	}

#tabs ul li.red-on {
	background-color: #ef3e33;
	border-top: 3px solid #ef3e33;
	}

.blue {
	background-color: #006bb6;
	}

#tabs ul li.blue-on {
	background-color: #006bb6;
	border-top: 3px solid #006bb6;
	}

.green {
	background-color: #41ad49;
	}

#tabs ul li.green-on {
	background-color: #41ad49;
	border-top: 3px solid #41ad49;
	}


#content-wrap {
	background-color: #fff;
}

#content {
	width: 1000px;
	min-height: 450px;
	margin: auto;
}

#content a {
	color: blue;
	text-decoration: underline;
}

#sub_nav a {
	color: #666;
	text-decoration: none;
}

#content a.on {
	font-weight: bold;
	color: #000;
}

div.quarter, div.sub-nav {
	width: 227px;
	margin: 20px 10px 20px 10px;
	float: left;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

div.Hyellow H2 {color: #fdb927;}
div.Hblue H2 {color: #006bb6;}
div.Hred H2 {color: #ef3e33;}
div.Hgreen H2 {color: #41ad49;}

div.sub-nav ul {
	margin: 0 0 0 5px;
	padding: 0;
}

div.sub-nav ul li {
	list-style: none;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #000;
}

div.sub-nav ul li.sub_nav-2 {
        margin-left: 15px;
	border: none;

} 

div.main {
	width: 720px;
	float: right;
	margin: 20px 0 20px 0;
	padding: 10px;
	text-align: left;
	font-size: 12px;
}

h1#home-header {display: none;}

h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-color: white;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.push {
	clear: both;
}

#footer {
	width: 1000px;
	margin: auto;
	padding-top: 10px;
	color: #fff;
	text-align: left;
	font-size: 9px;
}

#footer a, #header a {
	text-decoration: none;
	color: #fff;
}

a img {
	border: none;
}

blockquote {
    float: right;
    width: 221px;
    min-height: 500px;
    padding: 3px;
    border: 1px solid #aaa;
    margin: -30px 0px 10px 10px;
}
blockquote H2 {
	font: small "Arial", sans-serif;
    margin: 0px 0px 5px 0px;
    padding: 3px;
    background-color: black;
    color: white;
}

.inline_image-left {
	margin: 0px 10px 10px 0px;
	float: left;
}
.inline_image-right {
	margin: 0px 0px 10px 10px;
	float: right;
}
.inline_image-center {
	margin: 5px auto;
}
.inline_image-sidebar {
    width: 221px;
    margin: 0px;
    padding: 0px;
    float: left;
}