@charset "utf-8";
/*


Developer Notes



*/

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

@import rules

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

@import url("reset.css");

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

Global Overrides

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

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

h1 {
	background: url(../../images/header-mtn-bg.png) no-repeat left bottom;
	padding-left:60px;padding-bottom:3px;
	color: #8c481f;
	font: bold 18px Arial, Helvetica, sans-serif;
	width:600px;
	margin-bottom:10px;
}

h2 {
	margin-bottom: 7px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #8c481f;
}

h3 {
	margin-bottom: 7px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #8c481f;
}

p {
	margin-bottom: 1em;
}

a {
	color: #57290d;
}

a:hover {
	text-decoration: none;
}		

/* PNG Fix */
img, div, h1, .contact-btn, .brown-btn { behavior: url(iepngfix.htc) }

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

ID Declarations

/////////////////////////// */
#site {
	width: 933px;
	margin: 15px auto;
	padding-bottom: 20px;
}


#header {
	width: 933px;
	height: 111px;
	float: left;
}

#main-nav {
	background: url(../../images/nav-bg.png) no-repeat center;
	color: #FFF;
	height: 33px;
	float: left;
	width:933px;
	margin:0;padding:0;
}

#main-nav ul {
	text-align: center;
	margin:0;padding:0;
	width:933px;
	float: left;
	height:33px;
}

#main-nav ul li {
	display: inline;
	font: bold 14px arial;
	padding:0;
}

#main-nav ul li a {
	color: #FFF;
	text-decoration: none;
	line-height: 32px;
	padding: 8px 24px 8px 24px;
}

#main-nav ul li a:hover {
	background: #000;
}

#main-nav ul li a.active {
	background: url(../../images/nav-bg-active.jpg) repeat-x;
}

#page-shadow {
	width: 933px;
	height:30px;
	float: left;
	background: url(../../images/content-shadow.jpg) no-repeat;
}	

#page {
	width: 933px;
	float: left;
	background: url(../../images/content-bg.jpg) repeat top left;
}

#page-bottom {
	border-top: 2px solid #8c481f;
	padding:20px 0;
	width:930px;
	float: left;
}

#page-bottom img {
	padding: 0 7px;
}		

#content {
	width: 550px;
}

#content-home {
	width: 933px;
}

#article {
	padding: 0 15px 15px 15px;
}

#sidebar {
	width: 200px;
}

#footer {
	width: 933px;
	height: 103px;
	background: url(../../images/footer-bg.png) no-repeat;
	float: left;
}

#footer-nav {
	text-align: center;
	width: 933px;
	float: left;
	border-bottom: 2px solid #a5601f;
}

#footer-nav ul {
	padding:5px 0;
	margin: 0;
}

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

#footer-nav li a {
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
}

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

#address {
	width: 300px;
	float: left;
	margin-top:10px;margin-left: 15px;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}	

#go-web {
	text-align: right;
	width: 300px;
	float: right;
	color: #FFF;
	margin-top: 15px;margin-right:10px;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}

#go-web a {
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
}

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





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

Custom Classes

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

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

.one-col {
	width: 933px;
}

.two-col {
	width: 49%;
}

.three-col {
	width: 32%;
}

.four-col {
	width: 24%;
}

.logo, #content, #sidebar, .two-col, .three-col, .four-col, .five-col, .flash-banner, .interior-banner {
	float: left;
}

.logo {
	width: 490px;
	height: 96px;
	padding: 10px 0 0 15px;
	float: left;
	margin: 0;
}

.flash-banner {
	width: 933px;
	height: 346px;
}	

.interior-banner {
	width: 933px;
	height: 346px;
	display: none;
}	


.contact-btn {
	background: url(../../images/brown-button.png) no-repeat;
	width: 125px;
	height: 33px;
	line-height: 33px;
	text-align:center;
}

.contact-btn a {
	color: #FFF;
	text-align: center;	
	font-weight: bold;
	text-decoration: none;
}	

.contact-btn a:hover {
	color: #000;
}	

.brown-btn {
	background: url(../../images/brown-button2.png) no-repeat;
	width: 185px;
	height: 33px;
	line-height: 33px;
	text-align:center;
}

.brown-btn a {
	color: #FFF;
	text-align: center;	
	font-weight: bold;
	text-decoration: none;
}	

.brown-btn a:hover {
	color: #000;
}	

.form {
	width:355px;
	float: left;
	margin: 15px 20px 15px 20px;
}

.label {
	width:125px;
	text-align: right;
	float: left;
	margin-right:10px;
}	

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

.input:hover {
	background: #996136;
}	

.input:focus {
	background: #e7d9cb;
}	

.testimonial
{
	list-style-image:url(../../images/square.gif);
	margin-left: 10px;
}

.spacing
{
	padding-top: 5px;
}

.spacing img {
	margin-right:5px;
}	

.radios
{
	margin: 5px 0px 5px 130px;
}

.pics {
	border: 2px groove #000;
	padding:4px;
}	

.keywords {
	display: inline;
	font-size:16px;
	text-align: justify;
	width: 900px;
	float: left;
}

