@charset "utf-8";
/*


Developer Notes


Color Scheme:
Page Background:		f5f4d2
Headline Red			cf2525
Carpet Blue				023467
Restoration Orange		ff8500
Tile Green				008c00
Commercial Yellow		f7f04b
Text Brown				3c2306



*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

html
{
	overflow-y: scroll;
}

body {
	background: url(../../images/body-bg.jpg) repeat-x #f5901e;
	font: normal 13px Arial, sans-serif;
	color: #3c2306;
	line-height: 18px;
}

h1 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	color: #cf2525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 18px;
	color: #cf2525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
}

h3 {
	margin-bottom: 7px;
	font: bold 16px Arial, sans-serif;
	color: #cf2525;
	font-variant: small-caps;
}

h4 {
	margin-bottom: 7px;
	font: bold 14px Arial, sans-serif;
	color: #cf2525;
}


p {
	margin-bottom: 1em;
}

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 960px;
	margin: 0 auto;
	margin-top: 15px;
}

#header-top {
	background: url(../../images/header-top2.gif) no-repeat top center;
	width: 960px;
	height: 16px;
	line-height:16px;
}	

#header {
	min-width: 960px;
	vertical-align: bottom;	
	background-color: #f5f4d2;
}

#masthead {
	height: 118px;
	margin: 0 auto;
}

#main-nav {
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	color: #FFF;
	background: url(../../images/nav-bg.jpg) repeat-x;
	line-height: 39px;
	height: 39px;
	float: left;
}

.nav-blue#main-nav { background: url(../../images/nav-bg-blue.jpg) repeat-x; }
.nav-blue#main-nav ul li a:hover {color: #ff8500;}
.nav-green#main-nav { background: url(../../images/nav-bg-green.jpg) repeat-x; }
.nav-green#main-nav ul li a:hover {color: #ff8500;}
.nav-yellow#main-nav { background: url(../../images/nav-bg-yellow.jpg) repeat-x; }
.nav-yellow#main-nav ul li a {color: #023467;}
.nav-yellow#main-nav ul li a:hover {color: #ff8500;}
.nav-yellow#main-nav ul li a.active {color: #008c00;}
.nav-orange#main-nav { background: url(../../images/nav-bg-orange.jpg) repeat-x; }
.nav-orange#main-nav ul li a:hover {color: #023467;}

#main-nav ul {
margin: 0;padding: 0;
width:960px;
float: left;
height: 39px;
}

#main-nav li {
	display: inline;
	padding: 0 25px;	
	font: bold 14px Arial, sans-serif;	
	line-height: 39px;
}

#main-nav li a {
	color: #FFF;
	text-decoration: none;
}	

#main-nav li a:hover {
	color: #023467;
}

#main-nav li a.active {
	color: #f7f04b;
}

#page {
	min-width: 960px;
	margin: 0 auto;
	background: #f5f4d2;
}

#content {
	width: 930px;
	padding: 15px;padding-bottom:0;
}

#article {
	padding: 15px;
}

#article-bottom {
	background: url(../../images/footer-bottom2.gif) no-repeat;
	width: 960px;
	height: 16px;
	line-height: 16px;
}	

#footer {
	min-width: 863px;
	height: 50px;
	margin-top: 10px;
}

#footer-nav {
	text-align: center;
	width:460px;
	float:left;
}

#footer-nav ul {
	margin:0;
	width: 530px;
}

#footer-nav li {
	display: inline;
	padding: 3px;padding-top: 0;
	font: 11px Arial, sans-serif;
	color: #FFF;
}

#footer-nav li a {
	color: #FFF;
	text-decoration: none;
}	

#footer-nav li a:hover {
	color: #3c2306;
}	

.address {
	width:380px;
	float: right;
	font: 11px Arial, sans-serif;
	color: #FFF;
	text-align: right;
}

.go-web {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	margin-top:7px;		
}

.go-web a {
	display: inline;
	padding: 3px;
	color: #FFF;
	text-decoration: none;
}

.go-web a:hover {
	color: #3c2306;
}

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
}

.two-col {
	width: 49%;
}

.three-col {
	width: 32%;
}
.three-half-col {
	width: 66%;
	float: right;
}

.four-col {
	width: 213px;
	float: left;
	border-right:3px solid #FFF;
	border-left:3px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 0 15px;
}

.four-col-content {
	width:213px;
	float:left;
	padding: 10px 0;
}	

#content, #sidebar, .two-col, .three-col, .five-col {
	float: left;
}

.feature {
	padding: 3px;
}

.logo {
	width: 258px;
	height: 111px;
	margin: 0 0 0 20px;
	float: left;
}

.header-right {
	width: 505px;
	height: 50px;
	float: right;
	text-align: center;
	margin-right:25px;margin-top: 15px;
}

.red {
	color: #cf2525;
}	

.blue {
	color: #023467;
}	

.green {
	color: #008c00;
}

.label {
	width: 100px;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	margin-right:15px;
}

.input {
	width: 200px;
	float: left;
	margin-bottom: 5px;
}			
