@charset "utf-8";
/* CSS Document */
html,body{margin:0;padding:0}
body{
	font: 76% "Times New Roman", Times, serif;
	color: #777e4a;
	text-align:center;
	background: url(../images/LayoutImages/arboristlogobottom.jpg) #848c53 bottom right no-repeat;
	}
h1 {font-style: italic; font-size:3em;}
h2 {font-style: italic; font-size: 1.5em;}
a {color: #777e4a}
a:hover {color: #FFFFFF}
p {line-height: 1.5em}
ul {line-height: 1.5em;}
/****************************************************************Begin Wrapper*/
#contentwrapper {width: 100%; background-color: #d7ddb9}
#container{width:960px;margin:0 auto; background-color: #d7ddb9}
#container{text-align:left}
/****************************************************************Begin Header*/
#headerwrapper {width:100%; background-color: #848c53}
#header {
	width:960px;
	height:110px;
	color: #79B30B;
	text-align: left;
	margin: 0 auto;
	}
/****************************************************************Begin Top Navigation*/
#topnavcontainer {width: 100%;text-align: center; height:40px; margin-bottom: 50px}
.topnav ul {list-style-type:none; padding-left:0; margin:0}
.topnav a {
	display: block;
	float: right;
	height: 26px;
	margin: 0;
	padding-top: 14px;
	text-align: center;
	width:  160px;
	text-decoration: none;
	background-color: #777e4a;
	color: #d7ddb9;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	border-right: 1px solid #d7ddb9;
	}
.topnav a:hover {background-color: #c6d8ee; color: #777e4a}
.topnav ul li {display: inline;}

/****************************************************************Begin Navigation*/

#navigation{background:#B9CAFF}
#navigation{float:right;width:200px}
#extra{background:#FF8539}
#extra{float:right;clear:right;width:200px}
/****************************************************************Begin Main Content*/
#content p{line-height:1.4}
#content{float:left;width:500px}
.columnL {width: 470px; margin-right: 20px; float: left}
.columnR {width: 470px; float: right}
/****************************************************************Begin Footer*/
#footercontainer{
	width:960px;
	margin:0 auto;
	background: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}
#footer{margin-top:20px;color: #FFF; text-align:left; margin-bottom:117px}
#footer p{margin:0;padding:5px 10px}
#footer{clear:both;width:100%}

/****************************************************************Begin Misc Styles*/
.floatright {float: right}
.floatleft {float: left}
.clear {clear: both}
.imgborder {border: 10px solid #FFFFFF}
.caption {
	width: 470px;
	text-align: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;	
	}


