@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, p, a, ul, li, ol, dl {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#branding {
	height: 100px;
	background: #000 url(../images/branding.jpg) no-repeat center;
}
#nav {
	height: 30px;
	background: #6c7f31;
}
#nav ul#navlist {
	list-style: none;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 6px;
}
#nav ul#navlist li {
	display: inline;
	color: #fff;
	padding: 6px;
}
#nav ul#navlist li a {
	text-decoration: none;
	color: #fff;
}
#nav ul#navlist li a:hover {
	font-weight: bold;
}
#content {
	background: #c9cfaf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#content #homepagepic {
	background: url(../images/homepagepic.jpg) no-repeat;
	height: 542px;
}
#content p, ul, dl {
	margin-bottom: 1em;
}
#content p, h1, h2, h3, h4, h5 {
	padding: 0px 30px 0px 30px;
}
#content h1 {
	padding-top: 1em;
}
#content ul {
	margin-left: 50px;
}
#content a {
	color: green;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
}
#content img.picright {
	float: right;
	margin: 0px 0px 1em 0px;
}
#content a img {
	border: none;
}
#content p.nostyle {
	text-indent: -9999em;
	position: absolute;
}
#content table {
	margin: 0px 10px 1em 30px;
	text-align: center;
	font-family: "Arial", "Helvetica", "sans-serif";
}
#content table td {
	padding: 3px 10px;
}
#content table caption {
	background: #000;
	color: #fff;
	font-size: 1.5em;
}
#content table tr.tableheader {
	background: #6c7f31; 
	color: #fff; 
	font-weight: bold;
}
#content table tr {
	background: #a2ad74; 
}
#treelisting { /*These are styles for the property listings page*/
	font-size: .85em; 
}
#treelisting dl {
	list-style: none; 
	margin: 0px 10px 1em 45px; 
	border-bottom: dotted 2px green;  
	padding-bottom: 1em;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
#treelisting dl.last {
	border-bottom: none;
}
#treelisting div.flash {
	border: solid 1px gray; 
	height: 113px; 
	float: left;
	margin: 0px 15px 0px 0px;
}
#treelisting dl dt { 
	color: #336600; 
	font-weight: bold;
}
#treelisting dl {
	margin: 0px 10px 1em 45px;
	border-bottom: dotted 2px orange;  
	padding-bottom: 1em;
}
#treelisting dl li {
	margin: 0px 10px 0px 35px;
}
#treelisting h3 {
	margin: 0px 10px 1em 45px;
	color: #336600; 
	font-weight: bold;	
}
/*Styles for the Gallery page*/
#gallery {
	margin: 0px 10px 10px 30px;
}
div.thumbnail {
	width: 120px; 
	height: 150px; 
	float: left; 
	padding: 0; 
	font-family: "Arial" "Helvetica", "sans-serif"; 
}
div.thumbnail dl {
	width: 100px;
}
div.thumbnail dt img {
	border: solid 1px black;
}
div.thumbnail dt img:hover {
	border: solid 2px black;
}
div.thumbnail dd {
	margin: 0;
	text-align: center;
}
#buttoncontainer {
	width: 400px;
	margin: 0px 0px 6px 40px;
}
#map {
	margin-left: 30px;
}
#footer {
	height: 30px;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-top: solid 1px #fff;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
}
#footer p {

}
#footer a {
	color: #fff;
	text-decoration: none;
}