@charset "utf-8";
/*


Developer Notes

Color Scheme:
Brown			#584020			Headlines
Light Brown		#C4B795			Roll Overs

*/

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

@import rules

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

@import url("reset.css");

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

Global Overrides

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

body {
	font: normal 14px Arial, sans-serif;
	background: url(../../images/background.jpg) repeat-x #CCBD8F;
}

h1 {
	
}

h2 {
	margin-bottom: 10px;
	font: 22px Arial;
	color: #584020;
}

h3 {
	margin-bottom: 5px;
	font: 16px Arial;
	color: #FFF;
}

p {
	margin-bottom: 1em;
}

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

ID Declarations

/////////////////////////// */
#site {
	width: 940px;
	margin: 0px auto;
	border-left: 1px solid #584020;border-right: 1px solid #584020; 
}

#header {
	width: 940px;
	vertical-align: bottom;	
	height: 106px;
}

#header-left {
	background: url(../../images/header-left.jpg) no-repeat;
	width: 418px;
	height: 106px;
	float: left;
}

#header-right {
	background: url(../../images/header-right.jpg) no-repeat left;
	width: 522px;
	height: 106px;
	float: left;
}		

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

#main-nav {
	background: url(../../images/nav-bg.jpg) no-repeat;
	color: #FFF;
	height: 49px;
	width: 914px;
	margin: 0 auto;margin-bottom: 7px;
}

#main-nav ul {
	padding: 14px 6px;
	text-align: center;
}

#main-nav li {
	display: inline;
	font: 18px Arial;	
}

#main-nav li a {
	color: #FFF;
	text-decoration: none;
	text-align:center;
	padding: 15px 49px 14px 49px;;	
}	

#main-nav li a:hover {
	color: #523B1C;
	background: url(../../images/nav-over.jpg) bottom repeat-x;
}	

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

#page {
	width: 940px;
	margin: 0 auto;
	background: url(../../images/body-bg.jpg) repeat;
}

#content {
	width: 640px;
	float: left;
	background: url(../../images/backhoe-pic.jpg) no-repeat right bottom;	
}

#content2 {
	width: 640px;
	float: left;
}

#content3 {
	width: 710px;
	float: left;
}


#content4 {
	width: 100%;
	float: left;
}

#article {
	padding: 15px;
}

#article p {
	margin-left: 15px;
}	

#sidebar {
	width: 270px;
	float: right;
	margin-right: 20px; margin-top: 15px;
}

#page-btm {
	background: url(../../images/footer-bg.jpg) no-repeat center top;
	width: 940px;
	height: 41px;
	float: left;
}

#footer {
	background: #5A4323;
	/*background: url(../../images/footer-nav.gif) no-repeat center top;*/
	width: 942px;
	height: 65px;
	margin: 0 auto;
}

#footer-container {
	width: 940px;
	margin: 0 auto;
}	

#footer-nav {
	width: 450px;
	float: right;
	padding-top: 22px; padding-right: 20px;
	text-align: right;
}

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

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

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

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

#copyright {
	width: 400px;
	float: left;
	padding-top: 13px;
	padding-left: 20px;
	font-size: 11px;
	color: #FFF;
}	

#go-web {
	width: 400px;
	float: left;
	padding-top: 8px;
	padding-left: 42px;
	font-size: 11px;
	color: #FFF;
}

#copyright a {
	color: #FFF;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

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

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;
}

.swirl {
	width: 61px;
	height: 57px;
	float: left;
	margin-left: 20px;
}
	
.logo {
	width: 390px;
	height: 50px;
	padding: 25px 20px 5px 0px;
	float: left;
}

.logo h1 {
	color: #FFF;
	width: 290px;
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 24px;
}	

.logo a {
	color: #FFF;
	text-decoration: none;
}	

.header-nav {
	width: 400px;
	height: 20px;
	padding-top: 12px;padding-right: 25px;
	float: right;
	text-align: right;
}

.header-nav li {
	display: inline;
}

.header-nav ul li a {
	color: #FFF;
	text-decoration: none;
	margin-left: 10px;
}

.header-nav ul li a:hover {
	color: #C4B795;
}

.header-nav li a#active {
	color: #C4B795;
}	

.plus {
	font-weight: bold;
	margin-right: 10px;
}	

.sidebar-list li {
	border-bottom: 1px solid #907D4E;
	margin-bottom: 10px;
	padding-bottom: 4px;
}	

.header-contact {
	width: 217px;
	float: right;
	padding-right: 10px;
	margin-top: 20px;
}

.header-contact-icon {
	width: 50px;
	height: 40px;
	float: left;
}

.header-contact-text {
	color: #584020;
}	

.header-contact h1 {
	color: #584020;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
}	

.white {
	color: #FFF;
}	

.brown-btn {
	background: url(../../images/btn-brown.jpg) no-repeat;
	width: 100px;
	height: 23px;
	float: right;
	padding-top: 7px;
	text-align: center;
	margin-top: 8px;
}

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

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

.form-box {
	width: 335px;
	float: left;
	margin-left: 40px;margin-top: 15px;
}

.label {
	width: 90px;
	float: left;
	text-align: right;
	margin-bottom: 7px;
	font-weight: bold;
	color: #FFF;
}

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

.lists {
	margin-left: 40px;
	list-style-type: circle;
}	

.gallery img {
	border: 1px solid #000;
	margin-bottom: 5px;
}	

.bulldozer {
	width: 200px;
	height: 230px;
	float: left;
	margin-left: 35px; margin-top: 15px;
	background: url(../../images/bulldozer.jpg) bottom no-repeat;
}

.picture {
	border: 3px solid #FFF;
	margin: 0 20px;
}	