@charset "utf-8";
body  {
	font: 100% Tahoma, Arial;
	background: #c0c0c0;
	margin: 0; /* 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: #000000;
}
img {
	border-style: none;
}
a {
	color: #587916;
}
a:hover {
	text-decoration: none;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#header  {
	background: url(images/header-bg.jpg) no-repeat;
	padding: 0 0 0 27px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 75px;
} 
#navbar {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 460px;
}
#navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navbar li {
	float: left;
	padding-right: 0.6em;
	border-right: 2px solid #FFFFFF;
	padding-left: 0.6em;
}
#navbar .navbarRightItem {
	border-right-style: none;
}
#navbar a {
	color: #FFFFFF;
	font: bold 0.9em/0.9em Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#navbar a:hover {
	color: #659734;
}
.home  #homeTopContent {
	background: url(images/home-top-bg.jpg) no-repeat left top;
	height: 285px;
}
#homeTopContent #homeQuickSearch {
	margin-left: 40px;
	width: 380px;
	padding-top: 80px;
}
#homeTopContent #joinMailingList {
	position: absolute;
	left: 186px;
	top: 317px;
}
.home #homeMainFeatured {
	background: url(images/home-featured-bg.png) no-repeat 0px 0px;
	position: absolute;
	height: 293px;
	width: 363px;
	top: 60px;
	right: 3px;
	padding-top: 10px;
	padding-left: 10px;
}
#homeMainFeatured #buttonsTable {
	margin-top: 5px;
}
.home  #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 366px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DBDDD0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-right: 7px;
}
.home #sidebar1 #testimonialsContainer {
	background: #D0D2C5;
	border-top: 6px solid #c0c3b3;
	padding: 1.5em;
	font: 0.8em/1.2em "Trebuchet MS", Verdana, Arial;
}
.testimonial {
	background: url(images/quotes.jpg) no-repeat left top;
	padding-left: 50px;
	margin-top: 13px;
	margin-bottom: 10px;
	text-align: justify;
	padding-right: 13px;
}
.testimonialAuthor {
	padding-left: 50px;
	margin-top: 0px;
	margin-left: 10px;
	font-size: 0.8em;
	color: #587916;
	text-align: right;
	font-weight: normal;
	padding-right: 13px;
}
.home #homeNewsContainer {
	font: 0.8em/1.5em "Trebuchet MS", Verdana, Arial;
	padding: 1.5em;
}
.home  #mainContent {
	margin: 0 390px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1.5em;
	font: 0.8em/1.5em "Trebuchet MS", Verdana, Arial;
} 
#footer  {
	padding: 1em 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font: 0.7em "Trebuchet MS", Verdana, Arial;
	text-align: center;
	border-top: 8px solid #625f4d;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.homeHeaderImages {
	border-bottom: 2px solid #d77e00;
}
.home #featuredContainer {
	margin-top: 20px;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.featuredLabel {
	color: #587916;
	font-weight: bold;
}
.featuredTN {
	padding: 3px;
	border: 1px solid #D7E0CF;
}
.featuredDescription {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.viewAll {
	background: url(images/view-more-bg.jpg) no-repeat left bottom;
	margin: 0px 0px 0px 245px;
	padding-left: 10px;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
}
.submitButton {
	background: url(images/button-search-bg.jpg) no-repeat 0px 0px;
	height: 20px;
	width: 110px;
	border-style: none;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.formFields {
	font: 11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	height: 14px;
	width: 120px;
	margin-top: 0px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.formMenus {
	font: 11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	height: 20px;
	width: 125px;
	margin-top: 0px;
	margin-bottom: 5px;
	vertical-align: middle;
}
#quickSearch a {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.interior #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 366px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-right: 7px;
}
.interior #mainContent {
	margin: 0 390px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1.5em;
	font: 0.8em/1.5em "Trebuchet MS", Verdana, Arial;
	margin: 20px 0 0;
}
.interior #container {
	background: #EDEEE8 url(images/interior-bg.jpg) no-repeat 0px 75px;
}

.interior #mainContentHeading {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	color: #659734;
	padding-right: 30px;
}
.interior #mainContentHeading .recordCount {
	font: normal 0.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

#propertyContainer {
	padding: 5px;
	float: left;
	width: 220px;
	margin-top: 10px;
	border: 1px dotted #B6A12A;
	height: 270px;
	margin-right: 10px;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-left: 10px;
}
.underContract  {
	font-size: 1.2em;
	font-weight: bold;
	color: #F00;
}
#propertyContainer img {
	margin-bottom: 5px;
}
.largePhoto {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #fff;
}
#mainContent #detailPhotoContainer {
	float: left;
}
#mainContent #detailPropertyContainer {
	margin-left: 520px;
}
.mailingListLabel {
	width: 80px;
	display: inline-block;
}
.hide {
	display: none;
}
.viewAllLink {
	font-weight: bold;
	color: #FFF;
	background: #EC8D21;
	text-align: center;
	display: block;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #DBDDD0;
}
.viewAllLink:hover {
	background: #8F8D81;
}
.floatRightPhoto {
	padding: 5px;
	float: right;
	border: 1px solid #CCC;
	margin-left: 10px;
}
.subHeading {
	font-size: 1.4em;
	color: #071808;
}
#footer .fdic {
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

