/* Default Stylesheet */

																/* >>> ELEMENTS <<< */
html {
scrollbar-base-color: #40240e;
scrollbar-arrow-color: #0054a6;
scrollbar-3dlight-color: #fff;
scrollbar-darkshadow-color: #696969;
scrollbar-face-color: #ededed;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #0054a6;
scrollbar-track-color: #696969;
font-size: 100%; /* IE hack */ 
}
* {
	margin: 0;
	padding: 0;
	}
	
	body {
		color: #000b0b;
		background-color:#505034;
		background-image:url(../images/background.jpg);
		background-repeat: repeat-x;
		background-position:center top;
		font-family: "Tahoma", "Arial", "MS Sans Serif", sans-serif;

		font-size: 62.5%;
		}


																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	width: 1000px;
	margin: auto;
	text-align: left;
	background-image:url(../images/main-bg.jpg);
	background-position: center top;
	background-repeat:repeat-y;
	border-left:2px solid #46472d;
	border-right:2px solid #46472d;
	}
div#header-wrap{
	height: 113px;
	background-image:url(../images/forest-mowing-bg.jpg);
	background-position: center top;
	}	
div#nav-wrap{
	height: 25px;
	background-image:url(../images/forest-mowing-bg.jpg);
	background-position: center bottom;
	}		
	
	
div#header-photo-wrap{
	height:257px;
	background-image:url(../images/forest-mowing-photo-bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	
	}		

div#content {
	width: 500px;
	font-size: 1.2em;
	line-height: 18px;
	padding: 10px 0px 10px 80px;
}
div#content p{
font-size: 1.2em;
line-height: 24px;
font-weight:bold;
}
	


div#sidebar {width:195px;
float:right;
font-size: 1.2em;
line-height: 18px;
padding: 10px 40px;
}	
	
	
div#footer-nav{
	clear:both;
	background-color:#46472d;
	height: 30px;
}
.nav-in {width:866px;
margin:auto;
}


div#footer {
		background-image:url(../images/footer-bg.jpg);
	background-position:center bottom;
	background-repeat: no-repeat;

	height: 40px;

	
}
div#footer-in {
margin:auto;
	width:866px;
}

																/* >>> SUB CONTAINERS <<< */

	div.left {
		float: left;
		margin: 20px 19px 20px 0;
		clear: left;
		}
	
	div.right {
	float:right;
		}
.img-border {
		border: solid 2px #001458;
}

.green-div {background-color:#49743f;
height: 3px;
}

.pullquote {
float:left;
width:450px;
margin: 10px 10px 10px 0px;
padding:10px;
background-color: #dac48b;
border: 2px solid #c6b27e;
color: #868c49;
font-size:0.9em;

}





																/* >>> LISTS <<< */
 

ul#nav {
	margin: 0;
	padding: 5px 2px 5px 2px;
	color: #000;
	font-size: 1em;
	list-style: none;
	text-align: center;

	}
	ul#nav li {
		display: inline;
		}
	
		ul#nav li a {
			margin: 0 20px 0 0px;
			text-decoration:none;
			color: #f6ebd4;
			padding-bottom: 2px;
			font-weight:bold;
			}
		ul#nav li a:hover {
			color: #fff;
			background-color: inherit;
			font-weight:bold;
			}
			
	
			
ul.list  {
line-height: 20px;
padding:10px;
font-weight:bold;
list-style-type: disc;
list-style-position:inside;
}		
ul.list li {

}		

ul.list li a{text-decoration: none;
color: #0054a6;
font-size: 1em;
}	
ul.list li a:hover {text-decoration: none;
color: #0054a6;
font-size: 1em;
padding-bottom: 1px;
border-bottom: 1px dashed #0054a6;
}	
		

.image-special {margin-top:50px;
margin-right:100px;
}



																/* >>> TYPOGRAPHY <<< */
																
.red{color: #970b0b;

}
			
.white{color:#fff;
}

*.x {
	display: none;
	}
	

p a, ul.list a {
	color: #001458;
	text-decoration: none;
	border-bottom: 1px dotted #3c2007;
	}
	p a:hover, ul.list a:hover {
		color: #000b0b;
		border-bottom: 1px dotted #3c2007;

		}



h1 {font-size: 1.8em;
line-height: 28px;
color: #f6ebd4;
font-family: Trechebet, Franklin gothic, Verdana, Arial, Helvetica, sans-serif;

}

h2 {font-size: 1.6em;
line-height: 28px;
color: #f6ebd4;
font-weight:bold;
font-family: Trechebet, Franklin gothic, Verdana, Arial, Helvetica, sans-serif;

}

h3 {
	color: #505034;
	font-family: Trechebet, Franklin gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 24px;
	font-weight: bold;
}
h3 a{
	color: #093379;
	font-family: Trechebet, Franklin gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #093379;
}
h3 a:hover{
	color: #000;
	border-bottom: 1px dashed #000;
}


h4 {
color: #dac48b;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-weight: bold;
}
.center-text {text-align: center;
}
.center-object {
margin:auto;
}
.padding-left	{padding-left: 15px;
}			

.padding-top {padding-top: 15px;
}
.padding-bottom {padding-bottom: 15px;
}
.padding-right	{padding-right: 15px;
}	
.margin-left {margin-left:18px;
}
.margin-top {margin-top:10px;
}	
		
		
.letter-spacing {
font-size:9px;
letter-spacing: 3px;
}
					
																/* >>> FORMS <<< */
* { }


#contact-area {
	width: 350px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 175px;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 50px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #00496e;
}

#contact-area input.submit-button {
	width: 50%;
	font-size: 16px;
	font-weight:bold;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 2px;
	font-size: 1.4em;
}
#catpcha-area {
width: 300px;

}

.table {margin-top: 10px;
}
.table td {padding: 3px;
}



																/* >>> END <<< */
