<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ccc;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}
#ourtrad {
	float: left;
}
#trad {
	float: right;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtrHdr #header {
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cb1815;
	border-right-color: #cb1815;
	border-left-color: #cb1815;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 99px;
	background-image: url(test%201/img/Tree-Header_NEW.jpg);
}
#menu3 {
	height: 35px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cb1815;
	border-bottom-color: #cb1815;
	border-left-color: #cb1815;
	background-image: url(test%201/img/Tree-Menu_NEW.jpg);
}
#banner {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cb1815;
	border-left-color: #cb1815;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #facf04;
	border: thin solid #cb1815;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #006bad;
	text-decoration: none;
}
p a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #006bad;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #cb1815;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cb1815;
	border-bottom-color: #cb1815;
	border-left-color: #cb1815;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#menu {
}

</style>
<script type="text/javascript">

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//
</script>
 InstanceBeginEditable name="head" 
<style type="text/css">

.trees {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

</style>
.trees {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.trees {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	border: medium solid #facf04;
}
.trees:hover {
	border: medium solid #B81610;
}
body {
	background-image: url(test%201/img/bg_grad.jpg);
	background-repeat: repeat-x;
}
#Map {
	width: 500px;
	text-align: center;
	color: #000000;
	margin: auto;
	position: relative;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
#Map a {
	color: #FFFFFF;
	text-decoration: underline;
}

.white_link {
	color: #FFFFFF;
}

