@charset "utf-8";
/*


Developer Notes

Color Scheme:
Pantone / Color Name 		Tint		Hex				Usage
---------------------		----		-------			-----
5643C / Midnight Blue		100			003745			header background
5643C / Medium Blue			70			006677			h2, page titles

*/

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

@import rules

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

@import url("reset.css");

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

Global Overrides

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

body {
	background: url(../../images/bk.jpg) repeat-x;
	font: normal 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

h1 {
	color: #BC8200;
	font: bold 26px sans-serif;
	margin-bottom: 7px;
}

h2 {
	color: #8F6537;
	margin-bottom: 4px;
	font: bold 18px sans-serif;
}

h3 {
	margin-bottom: 3px;
	font: bold 16px sans-serif;
	color: #9E6337;
}

h4 {
	color: #9E6337;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
}	

p {
	margin-bottom: 1em;
}

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

ID Declarations

/////////////////////////// */
#container {
	width: 782px;
	margin: 0 auto; margin-bottom: 20px;
	background: #EFEFEF;
	padding: 8px 5px 15px 5px;
	border: 1px solid #666666;
}	


#site {
	width: 763px;
	margin: 0 auto;
	border: 1px solid #CFCFCF;
	background: #FFFFFF;
}


#header {
	min-width: 763px;
	vertical-align: bottom;	
	background: url(../../images/header-bg.jpg) repeat-x;
}

#header-pics {
	width: 763px;
	float: left;
	height: 243px;
	border-bottom: 2px solid #BC8200;
}	

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

#main-nav {
	color: #FFF;
}

#main-nav ul {
	background: url(../../images/nav-bar2.jpg) repeat-x;
	height: 26px;
	padding-top: 8px;
	position: relative;
}

#main-nav li {
	display: inline;
	font: bold 12px Arial;
	padding-bottom: 15px;	
}


#main-nav li a {
	text-decoration: none;
	color: #FFF;
	padding: 0px 6px 0 7px;
}


#main-nav li a:hover {
	background: url(../../images/nav-bar-over.jpg) no-repeat top;
	margin-bottom: 0px;
	position: relative;
	padding: 9px 6px 9px 7px;
	color: #885B31;
}


#page {
	width: 763px;
	margin: 0 auto; padding-bottom: 15px;
}

#content {
	width: 400px;
}

#content2 {
	width: 740px;
	padding-left: 10px;
	float: left;
}

#article {
	padding: 15px;
	border-right: 1px dotted #969698;
	margin-top: 20px;
}

#article2 {
	padding: 15px;
	margin-top: 12px;
}

#article a, #article2 a {
	color: #BC8200;
}

#article a:hover, #article2 a:hover {
	text-decoration: none;
}

#sidebar {
	width: 282px;
	float: right;
	background: url(../../images/sidebar-pic.jpg) no-repeat bottom #DFF1FB;
	margin-top: 20px; margin-right: 30px;
	border: 2px solid #C9AC70;
}

#sidebar2 {
	width: 315px;
	float: right;
	background: #DFF1FB;
	margin-top: 20px; margin-right: 20px;
	border: 2px solid #C9AC70;
}

#footer {
	min-width: 763px;
	height: 36px;
	background: url(../../images/footer-bg.jpg) repeat-x;
}

#footer-nav {
	margin: 0 15px;
	text-align: center;
}

#footer-nav ul {
	padding: 7px 0 2px 0px;
}

#footer-nav li {
	display: inline;
	padding: 3px;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

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

#footer-nav li a:hover{
	text-decoration: underline;
}

#go-web {
	color: #000;
	text-align: center;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 12px;
}

#go-web a {
	color: #000;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#go-web a:hover {
	text-decoration: none;
}		


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

Custom Classes

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

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

.one-col {
	width: 100%;
	background: url(../../images/page-bg.jpg) repeat-x top;
}

.two-col {
	width: 40%;
	margin-left: 20px;
	float: left;
}	

.feature {
	padding: 3px;
}

.logo, #content {
	float: left;
}

.logo {
	width: 250px;
	height: 116px;
}

.phone {
	width: 250px;
	height: 30px;
	float: right;
	text-align: right;
	padding-right: 20px;
	margin-top: 25px;
}

.hip-btn {
	width: 185px;
	float: left;
	margin-top: 40px;
	margin-left: 35px;
}	

.underline {
	border-top: 1px dotted #969698;
	width: 300px;
}

.picture-border {
	border: 1px solid #969698;
	padding: 2px;
}

.small-text {
	font-size: 12px;
}		

.spacer-left {
	margin-left: 7px;
	width: 260px;
	float: left;
}		

.sidebar-text {
	padding: 20px;
	color: #000;
}

.sidebar-text a{
	color: #000;
}

.spacer {
	margin-left: 20px;
}

.form-box {
	width: 370px;
	margin-left: 10px;
}	

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

.text-area {
	width: 250px;
	float: left;	
	margin-bottom: 8px;
}	

