#treeContainer{
	
	background-image:url(../Assets/images/tree_background.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 100% 0%;
	padding-top:10px;
	width:auto;
	margin:0px;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
#mainContainer {
	width:800px;
	height:auto;

	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	background-color:#FFF;
}

#header {
	height:102px;
	background-color:#4C280F;
}


#topGreenBar {
	background-color:#AFA80A;
	height:10px;
}
#logoContainer {
	width:150px;
	float:left;
	margin-top:20px;
	margin-left:30px;
}


#mainNav {
	background-image:url(../Assets/images/background_main_nav.jpg);
	background-repeat:repeat-x;
	float:right;
	width:auto;
	height:51px;
	margin-right:20px;
	margin-top:20px;
	
}

#mainNav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	
	
}

#mainNav ul li {
	display:inline;
	
}

#mainNav ul li a{
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	border-right: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10.5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:11px;
	padding-right:11px;
}

#treeContainer #mainContainer #header #mainNav #contact a {
	border-right-style: none;
	float:left;
}

#topHalfContent{
	width:770px;
	height:auto;
	background-color:#4C280F;
	float:left;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-bottom:20px;
}

#topLeftText {
	width:400px;
	margin-top:10px;
	float:left;

}

.emailLink{
	color:#FFFFFF;
}

#mainNav ul li a:hover {
	color:#AFA80A;
}


#bottomHalf{
	width:800px;
	height:auto;
	float:left;
	background-color:#FFFFFF;

}

#homePicsHolder {
	width:800px;
}

#bottomBar{
	width:800px;
	height:15px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(../Assets/images/gradient_footer_background.jpg);
	clear:both;
	border-bottom:#4C280F solid 1px;
	border-right:#4C280F solid 1px;
	border-left:#4C280F solid 1px;
	z-index:5;
}


#footer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	
}

body.Home #aHome, 
body.About #aAbout,
body.Services #aServices,
body.Portfolio #aPortfolio,
body.FAQ #aFAQ,
body.Contact #aContact,
body.About #aAbout {
	color:#AFA80A;
	
}

#endorsements{
	margin-left:17px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#957E70;
	font-size:13px;
}

.floatRight {
	float:right;
}