body {
	margin : 0px;
	background : #E9F2D4;
}

body, td {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	line-height : 12pt;
	color : #685D3C;
}

img {
	border : none;
}

.nav {
	margin-top : 26px;
	display : block;
	height : 65px;
}

#subnav {
	border-top : 1px solid #D4DFAE; 
	font-size : 7pt;
}

#subnav a {
	padding : 0px 10px;
	background : url(/images/layout/subnav_line.gif) no-repeat center top;
	line-height : 20px;
	float : left;
	text-decoration : none;
	color : #8B8573;
}

#subnav a:hover {
	color : #572600;
}

#footer {
	font-size : 7pt;
	font-family : georgia, times new roman, times, serif;
	padding-left : 5px;
	background : url(/images/layout/footer_bg.gif);
	border-top : 2px solid #572600;
	color : #572600;
}

#leftCol {
	width : 431px;
	float : left;
	margin-left : 10px;
	margin-top : 20px;
}

#rightCol {
	width : 431px;
	float : right;
	margin-top : 20px;
}

#overviewLeftCol {
	width : 520px;
	float : left;
	margin-left : 10px;
	margin-top : 20px;
}

#overviewRightCol {
	width : 341px;
	float : right;
	margin-top : 20px;
}


.cell {
	background : url(/images/layout/cell_bg.gif) no-repeat top center;
	padding-top : 5px;
}

.overviewCell {
	background : url(/images/layout/overview_cell_bg.gif) no-repeat top center;
	padding-top : 5px;
}

.dotted {
	border : 1px dashed #74ABB3;
	margin : 0px 10px;
	padding : 5px;
}

.cellpadding {
	/* margin : 0px 10px; */
}

h1 {
	margin : 0px;
	margin-top : 5px;
	margin-bottom : 5px;
	font-size : 18pt;
	font-family : georgia, times new roman, times, serif;
	font-weight : normal;
	text-transform : lowercase;
}

h2 {
	color : #7193A7;
	margin : 0px;
	font-size : 12pt;
	font-family : georgia, times new roman, times, serif;
	border-bottom : 1px solid #CAD59F;
	margin-bottom : 5px;
	padding-bottom : 5px;
	text-transform : lowercase;
}

h3 {
	margin : 0px;
	margin-bottom : 2px;
	font-size : 12pt;
	font-weight : normal;
}

.intro {
	color : #685D3C;
	line-height : 150%;
}

.small , .small td {
	font-size : 8pt;
	line-height : 10pt;
}

.viewNow {
	color : #879359;
	text-decoration : none;
	font-style : italic;
	float : right;
}

#thumbs a {
	height : 55px;
	width : 55px;
	display : block;
	float : left;
	margin-right : 10px;
	cursor : pointer;
	margin-bottom : 5px;
}


.news {
	margin-bottom : 10px;
}

#homeSearch select, #homeSearch input {
	width : 200px;
	margin-bottom : 5px;
}

#mainphoto {
	width : 431px;
}

.photoDisclaimer {
	font-size : 7pt;
	line-height : 100%;
}

.home {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.home-bg-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-nav {
	position: absolute;
	bottom: 50px;
	background: #e9f2d4;
	border: 2px solid #572600;
	padding: 12px;
	left: -100%;
	border-left: none;
}
.home-nav.slide-out {
	-webkit-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
	left: 0;
}
.home-nav .logo {
	display: inline-block;
	text-indent: -9999px;
	background: url('/images/layout/logo.gif') no-repeat center center;
    height: 69px;
    width: 205px;
	vertical-align: middle;
}
.home-nav ul {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	margin: 0 0 -20px;
}
.home-nav li {
	display: inline-block;
    display: inline-block;
    margin: 0 0px;
    padding: 2px 7px;
}
.home-nav li:hover {
	background: url('/images/brackets.png') no-repeat top center;

}
.home-nav ul a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #8a8472;
	line-height: 2;
	text-transform: lowercase;
	font-size: 10px;
}
.home-nav ul a {
	text-indent: -9999px;
}
.home-nav ul li span {
	visibility: hidden;
}
.home-nav ul li:hover span {
	visibility: visible;
}
.home-nav ul a:before {
	content: '';
	display: block;
	height: 49px;
	width: 49px;
	background-position: center center;
	background-repeat: no-repeat;
}
.home-nav .life a:before {
	background-image: url('/flash/extimages/home/life.png');
}
.home-nav .location a:before {
	background-image: url('/flash/extimages/home/location.png');
}
.home-nav .homes a:before {
	background-image: url('/flash/extimages/home/homes.png');
}
.home-nav .green a:before {
	background-image: url('/flash/extimages/home/green.png');
}
.home-tree {
	background: url('/images/tree.png') no-repeat center center;
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 349px;
	height: 417px;
	opacity: 0;
}
.home-tree.fade-in {
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
}
.home-copyright {
	opacity: 0;
	display: inline-block;
	line-height: 20px;
	padding: 0 5px;
	font-family : georgia, times new roman, times, serif;
	position: absolute;
	bottom: 0;
	height: 20px;
	background: #e9f2d4;
	border-top: 2px solid #572600;
	height: 20px;
	color: #572600;
	left: 0;
	right: 0;
}
.home-copyright.fade-in {
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
}