/* ----------  start global settings ---------- */

html { overflow-y:scroll; }

body {
	color:#000000;
	margin:15px auto 15px auto;
	background-color:#CCCCCC;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(/pub/images/background.gif);
	background-repeat: repeat;
	font-size: 12px;
}

a {
	color:#000000;
	text-decoration: underline;
}

a:visited {
	color:#000000;
	text-decoration: underline;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size:17px;
	color:#394b2a;
	margin:0 0 10px 0;
}

h2 {
	margin: 0 0 4px 0;
	font-size:15px;
	color: #394b2a;
}

h3 {
	margin: 0 0 1px 0;
	font-size:14px;
}

h4 {
	margin: 0 0 3px 0;
	font-size:11px;
	font-weight: normal;
}

a img { border: 0 }

p {
	margin: 0 0 6px 0;
	line-height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* -- class settings -- */

.no_border { border:0; }

.clear {
	position:relative;
	clear:both;
}

a.enlarge {
	font-size:10px;
	left:11px;
	position:absolute;
	text-decoration:none;
	top:200px;
	color: #F6F4EF;
}


/* -- layout settings -- */

#main_container {
	position:relative;
	margin:0 auto;
	width:898px;
	height:auto;
	padding:0px 0 7px;
	background: #FFF;
	border: 1px solid #384b2a;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:898px;
	height:144px;
	padding:0px;
	margin: 0px auto;
	background-image:url(/pub/images/header.png);
}

#logo {
	position:relative;
	top:16px;
	left:6px;
	float:left;
	width:257px;
	height:116px;
	background: url(/pub/images/logo.gif) no-repeat;
}


/* ------------ begin nav ------------ */

#nav {
	position:relative;
	width:100%;
	height:40px;
	margin:0;
	clear: both;
}

#nav li {
	float:left;
	text-indent: -9999px;
	overflow: hidden;
}

#nav-1 a:link {
	display:block;
	width:147px;
	height:40px;
	background: url(/pub/images/nav.gif);
}

#nav-1 a:visited {
	display:block;
	width:147px;
	height:40px;
	background: url(/pub/images/nav.gif);
}

#nav-1 a:hover {
	display:block;
	width:147px;
	height:40px;
	background: url(/pub/images/nav.gif) 0 -40px;
}

#nav-1 a:active {
	display:block;
	width:147px;
	height:40px;
	background: url(/pub/images/nav.gif) 0 -40px;
}

#nav-2 a:link {
	display:block;
	width:141px;
	height:40px;
	background: url(/pub/images/nav.gif) -147px 0;
}

#nav-2 a:visited {
	display:block;
	width:141px;
	height:40px;
	background: url(/pub/images/nav.gif) -147px 0;
}

#nav-2 a:hover {
	display:block;
	width:141px;
	height:40px;
	background: url(/pub/images/nav.gif) -147px -40px;
}

#nav-2 a:active {
	display:block;
	width:141px;
	height:40px;
	background: url(/pub/images/nav.gif) -147px -40px;
}

#nav-3 a:link {
	display:block;
	width:143px;
	height:40px;
	background: url(/pub/images/nav.gif) -288px 0;
}

#nav-3 a:visited {
	display:block;
	width:143px;
	height:40px;
	background: url(/pub/images/nav.gif) -288px 0;
}

#nav-3 a:hover {
	display:block;
	width:143px;
	height:40px;
	background: url(/pub/images/nav.gif) -288px -40px;
}

#nav-3 a:active {
	display:block;
	width:143px;
	height:40px;
	background: url(/pub/images/nav.gif) -288px -40px;
}

#nav-4 a:link {
	display:block;
	width:150px;
	height:40px;
	background: url(/pub/images/nav.gif) -431px 0;
}

#nav-4 a:visited {
	display:block;
	width:150px;
	height:40px;
	background: url(/pub/images/nav.gif) -431px 0;
}

#nav-4 a:hover {
	display:block;
	width:150px;
	height:40px;
	background: url(/pub/images/nav.gif) -431px -40px;
}

#nav-4 a:active {
	display:block;
	width:150px;
	height:40px;
	background: url(/pub/images/nav.gif) -431px -40px;
}

#nav-5 a:link {
	display:block;
	width:115px;
	height:40px;
	background: url(/pub/images/nav.gif) -581px 0;
}

#nav-5 a:visited {
	display:block;
	width:115px;
	height:40px;
	background: url(/pub/images/nav.gif) -581px 0;
}

#nav-5 a:hover {
	display:block;
	width:115px;
	height:40px;
	background: url(/pub/images/nav.gif) -581px -40px;
}

#nav-5 a:active {
	display:block;
	width:115px;
	height:40px;
	background: url(/pub/images/nav.gif) -581px -40px;
}

#nav-6 a:link {
	display:block;
	width:202px;
	height:40px;
	background: url(/pub/images/nav.gif) -696px 0;
}

#nav-6 a:visited {
	display:block;
	width:202px;
	height:40px;
	background: url(/pub/images/nav.gif) -696px 0;
}

#nav-6 a:hover {
	display:block;
	width:202px;
	height:40px;
	background: url(/pub/images/nav.gif) -696px -40px;
}

#nav-6 a:active {
	display:block;
	width:202px;
	height:40px;
	background: url(/pub/images/nav.gif) -696px -40px;
}


/* ------------ end nav ------------ */

/* ------------ start sub-nav ------------ */

#sub_nav {
	position:relative;
	top:0;
	left:0;
	width:180px;
	padding:5px 10px 25px 5px;
	float: left;
	clear: left;
	margin-right: 5px;
}

#sub_nav a { text-decoration:none; }
#sub_nav  li a {
	text-decoration:none;
	line-height: 20px;
}

#sub_nav a:hover {
  text-decoration:underline;
}

#sub_nav ul {
	font-size: 13px;
	display: block;
	padding: 0 0 0 12px;
	margin: 3px 0px 15px;
	line-height: 17px;
}

.sub_nav-activelink { font-weight:bold }

.list_title h3 a {
	margin-left: -10px;
	font-size: 14px;
}

/* ------------ end sub-nav ------------ */

#content {
	position:relative;
	top:0;
	left:0;
	width:884px;
	padding:5px 0 0 0;
	margin: 0px auto;
	background-color:#FFFFFF;
	min-height:450px;
}

#footer {
	position:relative;
	width:900px;
	margin:5px auto 25px;
	clear:both;
	display: block;
}

#footer a {
  text-decoration:none;
}

#footer a:hover {
  text-decoration:underline;
}

/* ----------- Breadcrumb Navigation ------------ */
#breadcrumb {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #4c5244;
	float: left;
	height: 22px;
	width: 850px;
	text-align: left;
	display: block;
	clear: right;
	padding-left: 10px;
	position: relative;
}

#breadcrumb a:link {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #4c5244;
}

#breadcrumb a:visited {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #4c5244;
}

#breadcrumb a:hover {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}

#breadcrumb a:active {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}

/* ---------- end breadcrumb ---------- */

/* ---------- begin newsletter ---------- */

#newsletter {
	position:relative;
	font: 11px Georgia, "Times New Roman", Times, serif;
	float:right;
	width:245px;
	height:26px;
	color: #FFFFFF;
	display: block;
	background: #384b2a;
	padding: 1px 0 2px 7px;
}

#newsletter_field {
	width:90px;
	background:#fff;
	height: 15px;
	border:1px solid #d3d3d3;
	padding-top: 2px;
	padding-left: 3px;
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666e61;
}

#newsletter_submit { border-style: none; }


/* ---------- end newsletter ---------- */

/* --------------------------------------- end global settings ----------------------------------- */

/* ------------ begin home page ------------ */

#homepage_searchListings {
	position:relative;
	left:20px;
	margin:15px 0 20px;
	float:left;
	width:259px;
	height:239px;
	background-image:url(/pub/images/search-background.gif);
	display: block;
	padding: 0px;
	text-align: center;
}

#homepage_searchListings #search_listingsForm {
	color:#F6F4EF;
	font-size:14px;
	position:absolute;
	right:10px;
	text-align:center;
	top:60px;
	width:160px;
}

#homepage_searchListings #viewAll{
	margin-left:75px;
	color:#F6F4EF;
	font-size: 15px;
}

#homepage_searchListings #imageField {
	margin:10px 0 20px 48px;
}

#homepage_featuredListings {
	position:relative;
	right:20px;
	margin:15px 0 20px;
	float:right;
	width:570px;
	height:239px;
	/*border:1px solid #000;*/
}

#homepage_newsBlog {
  position:relative;
  left:20px;
  float:left;
  width:540px;
  margin-bottom:10px;
  padding:0px;
  /*border:1px dotted #000;*/
}

#homepage_newsBlog p { text-align:justify }

#homepage_resources {
	position:relative;
	float:left;
	width:240px;
	padding:0px;
}

#homepage_companyInfo {
	position:relative;
	top:0;
	left:20px;
	float:left;
	width:540px;
	margin:0 50px 10px 0;
	padding:0px;
	border-bottom: 1px dotted #CCCCCC;  /*border:1px dotted #000;*/
}

#homepage_contactForm {
	display: block;
	margin:14px auto;
	width:200px;
}

#homepage_firstName {
	margin: 0 6px 7px 0;
}

#homepage_lastName {
	margin:0;
}

#homepage_firstName, #homepage_lastName {
	width: 85px;
	float: left;
	border-color: #d3d3d3;
	border-style: solid;
	border-width: 1px;
	padding: 5px 5px 1px 5px;
	background-color: #f9f9f9;
	color: #979797;
	height: 20px;
	font-size: 12px;

}

#homepage_email, #homepage_phone, #homepage_comments {
	width: 189px;
	border-color: #d3d3d3;
	border-style: solid;
	border-width: 1px;
	padding: 5px 5px 1px 5px;
	background-color: #f9f9f9;
	margin-bottom: 7px;
	color: #979797;	
	font-size: 12px;
	height: 19px;
}

#homepage_contactForm #submitForm {
	margin: 0 auto;
	float: right;
	background-image:url(/pub/images/submit.gif);
	width: 54px;
	height: 23px;
	overflow: hidden;
	text-indent: -999px;
	border: 0;
	font-size: 0px;
	display:block;
	line-height: 0px;
}

textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

/* ------------ end home page ------------ */

/* ------------- start pages ------------- */

#pages_middle {
	position:relative;
	float:left;
	width:430px;
	padding-bottom: 10px;
	display: block;
	margin-right: 35px;
}

#pages_middle ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:21px;
}

#pages_middle ul li {
	margin: 0 0 8px 5px;
}



/* -------------- end pages -------------- */

/* ----------- start listings ------------ */

#listings_listings {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:630px;
	min-height:400px;
	height:auto;
	padding:0px 10px 25px;
	margin-right:15px;
}
#listings_list {
	position:relative;
	top:0;
	left:0;
	width:585px;
	height:auto;
	padding:0px;
}

.listings-list-table{
	border-collapse:collapse;
	width:100%;
	cursor:pointer;
}
.listings-list-table td { border-top:1px solid #cecece; border-bottom:1px solid #cecece; padding:4px 4px; font-size:13px; height:35px; }
/*.listings-list-table td.uneven { background-color:#f0f0f0 } */
.listings-list-table td.even {  }
.listings-list-table th { text-align:left; font-size:14px }
.listings-td-name a{ font-size:12px; text-decoration:none }
.listings-td-price {  }
.listings-td-county {  }
.listings-td-acres {  }
.listings-td-status { font-size:12px }

.listings_property {
  position:relative;
  top:0;
  left:0;
  width:500px;
  height:auto;
  padding:10px;
  border:1px solid #000;
}

/* ------------ end listings ------------- */

/* ------------- start view -------------- */

#view_listing {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:605px;
	height:auto;
	padding:0px 10px 25px;
}

#view_photoGallery {
	position:relative;
	float:left;
	width:280px;
	height:240px;
}
#view_photoGallery img {  }

img.galleryImage { width:278px; height:auto; border: 1px solid #808973; }
.photoGalleryNavigation { margin-top:2px; bottom:0; }
#photoGalleryPager { float:left }
.photoGalleryControls { width:30px; float:right; }
.photoGalleryControls a img { border:none; margin:0px 2px }
#photoGalleryPager a, #s7 strong { padding:0px 2px; text-decoration:none; color:#000 }
#photoGalleryPager a.activeSlide { font-weight:bold; }
#photoGalleryPager a:focus { outline:none; }


#view_propertyInfo {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:218px;
	padding:0px 10px 10px;
	margin:0 0 10px 10px;
}

#view_details {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:500px;
	padding:10px 10px 0px 0px;
	margin-bottom: 10px;
	clear: both;
	text-align: justify;
	clear:both;
	font-size: 14px;
	line-height: 21px;
}

#view_description {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:500px;
	padding:0px 10px 10px 0px;
	margin-bottom: 10px;
	clear: both;
	text-align: justify;
	clear:both;
	font-size: 14px;
	line-height: 21px;
}

#view_contact {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:200px;
	height:290px;
	padding: 10px 0px 10px 10px;
}

.view_contactForm {
	float: right;
	margin-left:20px;
	width:166px;
}


.view_contactForm label { display:block;font-size:12px }

.view_contactForm label.error { color:red }

.view_contactForm textarea {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 59px;
	width: 154px;
	padding: 3px;
	border-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

.view_contactForm .sf-text {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 154px;
	border-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}


#view_contact input.sf-text { width:200px }
#view_contact textarea { width:204px }

#view_contactAgentPhoto {
	float: left;
	margin: 10px 10px 10px 0px;
}

#view_map {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:500px;
	height:300px;
	border: 1px solid #000000;
}

#view_caption {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #4c5244;
	text-align: right;
	display: block;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.view_documentsList { list-style: disc inside; }


/* ----------- Begin Search Boxes ------------ */

#homepage_searchListingsFlash {
	width: 222px;
	margin: 20px auto;
	display:none;
}

#pages_searchListings {
	position:relative;
	top:0px;
	float:left;
	width:188px;
	padding:0px 5px 5px;
	background:url(/pub/images/search-background.gif) center top;
	text-align: center;
	left: 10px;
}

#listings_searchListings {
	position:relative;
	top:0px;
	float:left;
	width:188px;
	padding:0px 5px 5px;
	background:url(/pub/images/search-background.gif) top center;
	text-align: center;
	left: 10px;
	margin-right: 20px;
	clear:left;
}

#listings_searchListings #search_listingsForm, #pages_searchListings #search_listingsForm {
	color:#F6F4EF;
	font-size:14px;
	position:relative;
	margin: 0 auto;
	width:160px;
}

#listings_searchListings a.enlarge, #pages_searchListings a.enlarge  {
	font-size:10px;
	left:16px;
	position:absolute;
	text-decoration:none;
	top:150px;
	color: #F6F4EF;
}

#listings_searchListings #imageField, #pages_searchListings #imageField  {
	float: right;
	margin: 5px 0 5px 24px;
}

#listings_searchListings #viewAll, #pages_searchListings #viewAll {
	float: right;
	color:#F6F4EF;
	font-size: 15px;
	margin: 9px 0 0 0;
}

#flashMap {
	left:-8px;
	position:absolute;
	top:44px;
}

#listings_searchListings #flashMap, #pages_searchListings #flashMap {
	height:140px;
	margin:  -50px auto 0 auto;
	position: relative;
}

#listings_searchListings #searchBox_Flash, #pages_searchListings #searchBox_Flash {
	margin: 0 0 0 10px;
	height: 140px;
}

#map_large {visibility:hidden}

.search_listingsTitle {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}

.searchBox_Label { font-size: 14px; }
#searchBox_county { width: 105px; }
#searchBox_state { width: 105px; }
#searchBox_Acres1 { width: 50px; }
#searchBox_Acres2 { width: 50px; }
#searchBox_Price1 { width: 50px; }
#searchBox_Price2 { width: 50px; }



.search_listingsTitle h2 {
	margin: 0 0 10px 0;
	font-size:15px;
	color: #f6f4ef;
}

/* ----------- End Search Boxes ------------ */



/* ----------- added by JH ------------ */


.featured_column {
	width: 186px;
	height: 212px;
	float: left;
	padding-right: 2px;
	text-align:center;
}
.border_right { border-right: 1px dotted #666666; }

.listing_picture {
	width: 147px;
	margin: 5px auto;
	border: 1px solid #616657;
}

.featured_title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 14px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.featured_details {
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 300px;
	display: block;
	color: #A7A7A7;
	float: left;
	padding: 2px 10px 10px;
	margin-bottom: 15px;
}

#landhub {
	width: 101px;
	vertical-align: middle;
	position: relative;
	float: right;
	clear: none;
	padding-top: 15px;
	padding-right: 5px;
}.blog_list {
	font-size: 13px;
	display: block;
	padding: 0 0 0 12px;
	margin: 3px 0px 15px;
	line-height: 17px;
}

#blog_middle {
	width: 550px;
	float: left;
}

.color-2nd {
	padding-left: 5px;
	color: #7F4516;
}

.postslist-post {
	margin: 0px 0px 15px;
	border-bottom: 1px dashed #616E30;
	padding-bottom: 15px;
	position: relative;
	display: block;
}

.postslist-title h2 a {
	margin: 0 0 4px 0;
	font-size:15px;
	color: #7F4516;
	text-decoration:none;
}

.postslist-title h2 a:hover { text-decoration:underline; }

.blog_postedBy {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 3px;
}


#listing_titleRow {
	display: table-row;
	padding: 5px;
	background: #E8E8E8;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
}

.blog-list li a {
	padding-left: 20px;
	margin-left: 20px;
}


.blog_rss { margin:20px 0px 10px 10px }
a.blog_rss-a { font-size:11px }

.postslist-text {
	margin: 0 0 6px 0;
	line-height: 22px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.postslist-info {
	font-size: 11px;
	margin-bottom:9px;
}

.homepage-blognews-header a  {
	font-size: 14px;
	line-height: 22px;
	text-decoration:none;
}
.homepage-blognews-header a:hover {
	font-size: 14px;
	margin: 3px 0 5px 0;
	text-decoration:underline;
}
.homepage-blognews-info {
	font-size: 12px;
	margin: 0 0 4px 0;
}
.listings-list-table th {
	padding: 8px 5px;
	background-color:#8d9583
}
.listings-list-table th a {
	text-decoration: none;
}

.form-message {display: none; background-color:#FFF58F; padding:2px 0 2px 10px; color:#808973;}

/* ------------- highslide ------------ */

/** {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}*/
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
