body {
	background: #5B0000;
	color: white;
	font-family: Georgia, Times, Times New Roman;
	font-size: small;
	line-height: 1.5;
}

body, html #header, #wrap, #menu, #inner-wrap, #content-wrap, #content, #footer, #footer-menu {
	margin: 0;
	padding: 0;
}

#header {
	width: 760px;
	margin: 0 auto;
	height: 50px;
	background: black url(/images/header-bg.jpg) top left no-repeat;
}

#wrap {
	background: #E1D9C4 url(/images/wrap-bg.jpg) top left repeat-y;
	width: 760px;
	margin: 0 auto;
	font-size: 90%;
	color: #292824
}

a {
	color: #292824;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

#menu {
	text-align: center;
	padding-top: 26px;
	color: white;
}

#menu a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px;
	background: black;
}

#menu a:hover,
#menu a:focus,
#home a#nav-home,
#about a#nav-about,
#custom a#nav-custom,
#gallery a#nav-gallery,
#resources a#nav-resources,
#properties a#nav-properties,
#lots a#nav-lots,
#contact a#nav-contact
 {
	background: #736D60;
}

#inner-wrap {
	width: 722px;
	background: transparent url(/images/logo.jpg) top left no-repeat;
	margin-left: 20px;
	position: relative;
}

#home #inner-wrap {
	background-image: url(/images/home-logo3.jpg);
}

#content-wrap {
	width: 722px;
	background: transparent url(/images/tree-bottom.jpg) bottom left no-repeat;
	min-height: 650px;
	padding-bottom: 100px;
}

/* Hide from IE Mac \*/
* html #content-wrap {
	min-height: 650px;
}
/* End hide from IE Mac */

#content {
	width: 510px;
	margin-left: 200px;
	padding-top: 105px;
}

#home #content {
	padding-top: 500px;
	margin-left: 30px;
	width: 665px;
}

h1 {
	font-size: 28px;
	color: #504D46;
	font-weight: normal;
	background: transparent url(/images/header-bg.gif) bottom left no-repeat;
	margin-top: 0;
	padding-top: 40px;
	text-transform: uppercase;
	padding-left: 63px;
	width: 447px;
	line-height: 1.3;
}

h2 {
	color: #504D46;
	font-size: 120%;
	line-height: 1.0;
	margin-top: 20px;
}

h3 {
	font-size:18px;
	color: #504d46;
}

hr {

	height: 1px;
	border: none;
	color: #999;
	background: #999;
	margin: 10px 0;
	width: 100%;

}

li {
	padding-bottom: 7px
}

strong {
	color: #504d46;
}

.footerstrong {
	color:#fff;
}

#quote {
	width: 130px;
	position: absolute;
	top: 204px;
	left: 12px;
	background: black;
	color: white;
}

#footer {
	width: 760px;
	margin: 0 auto;
	background: transparent url(/images/footer-bg.jpg) top left no-repeat;
	font-size: 90%;
	text-align: center;
	padding: 20px 0;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}

#footer a { color: white; }

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #666;
	padding: 2px;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */


/*----Lot Tables----*/

.lefttable {
	margin-left: 25px;
	margin-bottom: 15px;
	float: left;
}

.centertable {
	margin-left: 135px;
	margin-bottom: 15px;
}

.lefttable td, .righttable td, .centertable td {
 	text-align: center;
}

.lefttable table, .righttable table, .centertable table {
border: 1px solid #999;

}

.lefttable tr, .righttable tr, .centertable tr {
	background: #c3bca8;
}

.lefttable tr.even, .righttable tr.even, .centertable tr.even {
	background: #d4cdb9;
}

.righttable {
	margin-right: 50px;
	margin-bottom: 15px;
	float: right;
}

/*----Gallery Thumbs----*/
.photo {
	border: 1px solid #8c8c8c;
	margin: 4px;
	padding: 5px;
	background: #fff;
}

#galleryphotos {
	width: 500px;
}


/*----Available Property Thumbs----*/

.thumbframe {
	border: 1px solid #999;
	padding: 3px;
}

.thumb img {
	margin: 3px;
}

.foxlist {
	margin-left: -27px;
}


.camera {
	border: 0;
	text-decoration: none;
	margin-right: -10px;

}


.camera a {
	text-decoration: none;
}
