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

html { overflow-y:scroll; }

body {
  color:#000;
  margin:auto;
  background-color:#ececd4;
  font-family:Georgia, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-image:url(/pub/images/main_bckgrnd.jpg);
  background-position: fixed;
}

a {
	color:#000000;
	text-decoration: none;
	outline: none;
}

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

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size:17px;
	color:#566422;
	margin:0 0 10px 0;
}
h2 {
	margin: 0 0 4px 0;
	font-size:15px;
	color: #bc7a5f;
}
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: 22px;
}

/* -- class settings -- */

.no_border { border:0; }

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

a.enlarge {
  position:absolute;
  top:115px;
  left:30px;
  font-size:10px;
  text-decoration:none;
  color: #ECECD4;
}

/* -- layout settings -- */

#main_container {
	position:relative;
	margin:0 auto;
	width:900px;
	height:auto;
	background-color: #ECECD4;
	
	}
	

#header {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:220px;
	padding:0px;
	margin: 0px auto;
	background-image:url(/pub/images/header_bckgrnd_new.jpg);
	background-repeat: repeat-x; 
}

#logo {
	background-image:url(/pub/images/logo.png);
	background-repeat:no-repeat;
	position:relative;
	top:10px;
	left:8px;
	width:250px;
	height:200px;
	padding:0px;
}

#social_wrap{
	background-image:url(/pub/images/social_network_bckgrnd.jpg);
	background-repeat:no-repeat;
	height:62px;
	left:615px;
	position:absolute;
	top:0;
	width:284px;

}

#facebook{
	background-image:url(/pub/images/facebook.png);
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	position:absolute;
	top:5px;
	left:120px;


}

#facebook a{
	width: 38px;
	height: 38px;
	position: absolute;
	display: block;

}

#flickr{
	background-image:url(/pub/images/flickr.png);
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	position:absolute;
	top:5px;
	left:170px;
}
#flickr a {
	width: 38px;
	height: 38px;
	position: absolute;
	display: block;
}
#twitter {
	background-image:url(/pub/images/twitter.png);
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	position:absolute;
	top:5px;
	left:220px;
}
#twitter a {
	width: 38px;
	height: 38px;
	position: absolute;
	display: block;

}

/*-- Main Navigation --*/
#nav {
	float:left;
	height:50px;
	position:absolute;
	right:0px;
	top:135px;
	width:637px;
}
#nav li {
	position: relative;
	display: inline;
}
#nav a {
	position: relative;
	float: left;
	display: block;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0px;
	background-image: url(/pub/images/navigation.png);
	background-repeat: no-repeat;
}
#nav a:hover {
	background-image: url(/pub/images/navigation.png);
	background-repeat: no-repeat;
}
#nav-1 {
	width: 123px;
	background-position: 0px -50px;
}
#nav-1:hover{
	background-position: 0 1px;
}
#nav-2 {
	width: 235px;
	background-position: -123px -50px;
}
#nav-2:hover{
	background-position: -123px 1px;
}
#nav-3 {
	width: 183px;
	background-position: -358px -50px;
}
#nav-3:hover{
	background-position: -358px 1px;
}
#nav-4 {
	width: 96px;
	background-position: -541px -50px;
}
#nav-4:hover{
	background-position: -541px 1px;
}
#top_section{
	position:relative;
	top:0;
	left:0;
	width:880px;
	padding:5px 10px 10px;
	margin: 0px auto;
	height: 332px;
	background-color: #ddddd1;
	border-bottom: 1px solid #786c45;
	border-top:1px solid #FFFFFF;
}
#slideshow {
	position: relative;
	float: left;
	margin:11px 10px 0 0;
	width: 550px;
	height: 302px;
	overflow: hidden;
	border: 4px solid #FFFFFF;
}	

#our_company_left p.slide{
	background-color:#FFFFFF;
	background-image:none;
	border:medium none;
	bottom:0;
	color:#000000;
	font-weight:bold;
	opacity:0.5;
	position:absolute;
	text-align:center;
	width:530px;
	z-index:1;

}
	
/*-- Homepage Newsletter --*/
#newsletter_listings{
background-image:url(/pub/images/newsletter_bckgrnd.jpg);
	background-repeat:no-repeat;
	color:#985E46;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:150px;
	position:relative;
	width:299px;
	border: 4px solid #FFFFFF;
	top:10px;
	margin-top: 10px;


}

#newsletter {
	background-image:url(/pub/images/newsletter_bckgrnd.jpg);
	background-repeat:no-repeat;
	color:#985E46;
	display:block;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:303px;
	position:relative;
	width:299px;
	border: 4px solid #FFFFFF;
	top:10px;
}
.newsletter_text{
	background-color:#000000;
	color:#E0DDC0;
	font-size:13px;
	font-weight:normal;
	height:130px;
	line-height:18px;
	margin:6px auto auto;
	padding:10px;
	position:relative;
	width:265px;
	clear: both;
}

.newsletter_text a{
color: #ab5920;

}

.newsletter_text a:hover{
color: #E0DDC0;

}



#newsletter form {
	margin: 85px 5px 5px 7px;
	clear: right;
}

#newsletter_listings form{
position: relative;
top:85px;


}

#newsletter_listings .newsletter_field{
background:url("/pub/images/email_field.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#615028;
	font-family:times New Roman;
	font-size:15px;
	position: relative;
	padding:0px 5px 0px 5px;
	height:45px; 
	left: 20px;
	width: 185px;

}



#newsletter_listings #newsletter_submit{ 
	border-style: none;
	background: url(/pub/images/join_btn.jpg);
	height:45px;
	width:61px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	float: right;
	cursor: pointer;
	
	right: 20px;
}	



#newsletter form .newsletter_field {
	background:url("/pub/images/email_field.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#615028;
	font-family:times New Roman;
	font-size:15px;
	margin:0 0 11px;
	padding:0px 5px 0px 0px;
	position:relative;
	top:0;
	height: 45px;
	width:204px;
	float: left;
	margin-right: 9px;
	padding-left: 5px
}
#newsletter_submit{ 
	border-style: none;
	background: url(/pub/images/join_btn.jpg);
	height:45px;
	width:61px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	float: left;
	cursor: pointer;
}	

.list_title { margin:0; }

#content {
	background-color: #ececd4;
	border-top: 1px solid #FFFFFF;
	width:880px;
	padding:5px 10px 10px;
	height:auto;
	position: relative;
	margin: auto;
	float: left;
}
#search_listings_wrapper {
	width:574px;
	height:408px;
	float:left;
}
#footer_wrap {
	background-color:#645938;
	background-image:url(/pub/images/footer_bckgrnd.jpg);
	background-repeat:repeat-x;
	height:200px;
	width:100%;
}
#footer {
	bottom:0;
	clear:both;
	display:block;
	margin:auto;
	position:relative;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	width:890px;
}

#footer a {
	text-decoration:none;
	color: #a29b85;

}

#footer a:hover {
  text-decoration:underline;
}
#footer_counties {
	font-size: 11px;
	color: #a29b85;
	text-align: center;
	line-height: 15px;
	padding: 8px;
}
#footer_counties a {
	font-size: 11px;
	color: #a29b85;
	text-decoration: none;
}
#footer_counties a:hover {
	text-decoration: underline;
}


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

#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;
}

#listings_page .pagination{
float: left;
font-size: 22px;
}


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

/* ------------ start home page ------------ */

#companyinfo_wrap{
	position:relative;
	float:left;
	width:558px;
	background-image:url(/pub/images/about_us_bckgrnd.jpg);
	display: block;
	padding: 0px;
	text-align: center;
	top:10px;

}
#homepage_searchListings {
	background-image:url(/pub/images/search_listings_bckgrnd.jpg);
	position: relative;
	float: right;
	top:10px;
	display: block;
	width:306px;
	height:440px;
	margin-bottom: 10px;
	padding-bottom:10px;
}

#companyinfo_wrap h1{
	position: relative;
	left: -5px;

}

#flashMap {margin:-50px 0 0 0;}

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

#homepage_newsBlog {
  position:relative;
margin-top: 10px;
  float:left;
  width:100%;
  margin-bottom:10px;
  padding:0px;
border-bottom: 1px dotted #cccccc;
}

#homepage_newsBlog div.homepage_blognewsPost{
width: 418px;
float: left;
padding: 10px;


}


#homepage_newsBlog .homepage_blognewsPost h3{
background-color: #A09E8C;
padding: 5px 0px 5px 5px;
width: 410px;
}
#homepage_newsBlog p {
text-align:justify;
width:400px;
padding: 5px; 

}

#homepage_resources {
	background: url(/pub/images/services_bckgrnd.jpg);
	float:left;
	left:40px;
	padding:0;
	position:relative;
	top:0;
	width:315px;
	background-color: #dfd6bf;
	height: 246px;
	margin-top: 8px;
}

#homepage_resources_two {
	background: url(/pub/images/services_bckgrnd.jpg);
	float:left;
	left:40px;
	padding:0;
	position:relative;
	top:0;
	width:315px;
	background-color: #dfd6bf;
	height: 246px;
	margin-top: 8px;
}
#homepage_companyInfo {
  background: url(/pub/images/about_us_bckgrnd.jpg);
  background-position: top;
  background-color: #dfd6bf;
  position:relative;
  top:0;
  left:32px;
  float:left;
  width:564px;
  height: 500px;
  margin-bottom:10px;
  margin-top: 8px;
  padding:0px;
  /*border:1px dotted #000;*/
}

#homepage_featuredListings{
	float:left;
	height:auto;
	position:relative;
	width:880px;
	top:10px;
	margin: 10px auto;
}
#homepage_featuredListings h2 {
	display: block;
	height: 35px;
	width: 100%;
	background-image: url(/pub/images/featured_listings_heading.jpg);
	text-indent: -9999px;
	overflow: hidden;
}

#homepage_newsBlog h2{
display: block;
	height: 35px;
	width: 100%;
	background-image: url(/pub/images/blog_heading.jpg);
	text-indent: -9999px;
	overflow: hidden;
	

}


#homepage_searchListings .flash_filler{
	background-image: url(/pub/images/map.png);
	background-repeat: no-repeat;
	display:block;
	height:192px;
	margin:25px auto 38px;
	width:280px;

}


#about_us p{
	display:block;
	float:left;
	padding:0 10px 10px 20px;
	width:auto;
	color: #552d09;
	text-align: left; 

}

#about_us img{
	float:right;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;

}

#resources p{
	left:16px;
	line-height:18px;
	position:relative;
	top:8px;
	width:285px;
	color: #552d09;

}

#resources img{
	left:16px;
	position:relative;
	border:1px solid #717C35;

}

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

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


#left_side{
width: 280px;
float: left;

}


#left_column{
	float: left;
	width: 520px;
	height: auto;
}

#right_column{
	float:right;
	height:auto;
	width:355px;
}



#internal_page{
	border-top:1px solid #FFFFFF;
	height:auto;
	left:0;
	margin:0 auto;
	
	position:relative;
	top:0;
	width:880px;
	padding:5px 10px 10px;
	min-height: 500px;

}

#pages_middle {
	width: 880px;
	margin: auto;
	float: left;
}

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

h1.long{
	background-image:url(/pub/images/generic_heading_short.jpg);
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	width: 550px;
	float:left;
	color:#ECECD4;
	margin-bottom:10px;
	margin-top: 10px;
}


h2.long{
	background-image:url(/pub/images/generic_heading_short.jpg);
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	width: 500px;
	float:left;
	color:#ECECD4;
	margin-bottom:10px;
}

h2.longer{
	background-image:url(/pub/images/generic_heading_short.jpg);
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	width: 870px;
	float:left;
	color:#ECECD4;
	margin-bottom:10px;
}


h2.short{
	background-image:url(/pub/images/generic_heading_short.jpg);
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	width: 345px;
	float:right;
	color:#ECECD4;

}

h2.medium{
	background-image:url(/pub/images/generic_heading_short.jpg);
	color:#ECECD4;
	font-size:18px;
	height:27px;
	left:5px;
	margin:auto;
	padding:5px 0 3px 10px;
	position:absolute;
	text-align:center;
	width:440px;
	top:5px;
}

#thankyou{
	float:left;
	margin:auto;
	width:100%;
	padding-top: 30px;
}

#thankyou p{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

#our_company_wrap .slideshow{
	border:5px solid #FFFFFF;
	float:left;
	margin:auto;
	width:550px;

}


#our_company_wrap h3{
	background-image:url(/pub/images/generic_heading_short.jpg);
	height: 27px; 
	padding-top: 8px; 
	padding-left: 10px; 
	width: 300px; 
	float:right; 
	color:#ECECD4

}

#our_company_wrap p{
	background-image: url(/pub/images/about_us_bckgrnd.jpg);
	float:right;
	border:5px solid #FFFFFF;
	float:right;
	height:auto;
	margin-top:10px;
	padding:10px;
	width:280px;
	margin-bottom: 10px;

}

#our_company_left{
	width: 550px;
	height: auto;
	float: left;

}

#our_company_left p{
	background-image: url(/pub/images/about_us_bckgrnd.jpg);
	float:left;
	width:530px;
	margin-top: 0px;


}

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

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

#listings_listings {
	float:right;
	height:auto;
	left:0;
	min-height:400px;
	padding:0 0 0;
	position:relative;
	width:560px;
	margin-bottom:10px;
}
#listings_listings h1{
	margin-bottom: 10px;
	background-image:url(/pub/images/generic_heading_short.jpg);
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	color:#ECECD4;
	width: 550px;
	position:relative;
	top:2px;

}


#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; background-color:#827348; }
.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;
}

#listings_searchListings {
	background-image:url(/pub/images/search_listings_bckgrnd.jpg);
	background-repeat:no-repeat;
	clear:left;
	display:block;
	float:left;
	height:440px;
	padding-right:30px;
	position:relative;
	top:25px;
	width:276px;
	margin-bottom:15px;
}

#listings_sort{
	background-color:#FFFFFF;
	margin-bottom:8px;
	padding:4px 0 4px 10px;

}

#listings_sort a{
	margin-right: 10px;
	color: #552D09;

}

#listings_sort a:hover{
	text-decoration: underline;

}

.sort_title{
	margin-right: 10px;
	font-weight: bold;
	color: #552D09;
}

#listings_searchListings h2 {
	display: block;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
}


.listings_listItem{
	background-image: url(/pub/images/about_us_bckgrnd.jpg);
	border: 5px solid #ffffff;
	margin-bottom: 10px;
	height: auto;

}

.listings_listItemInside{

}

.listings_listPhoto{
	border:5px solid #A09E8C;
	height:335px;
	margin:10px 20px;
	overflow:hidden;
	width:500px;

}

.listings_listPhoto img{
	

}

.listings_listDetails{
	background-color: #A09E8C;
	margin:0 20px 10px;

}

.listings_listDetails h2{
	background-image:url(/pub/images/generic_heading_short.jpg);
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	width: auto;
	


}
.listings_listDetails h2 a{
	color: #ECECD4;
}

.listings_listDetails p{
	padding:5px 5px 5px 15px;
	margin: 0px;
	border-bottom:1px dashed #C4C2AB;
	font-size: 14px;
	color: #552D09;
	
}

p.bottom{
	border: none;
	
}

p.bottom a{
	color: #ffffff;
}

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

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


#contact_wrap{
	width:880px;
	margin: auto;
	height: auto;

}

#contact_left_column{
	float:left;
	height:auto;
	position:relative;
	width:420px;
}


#contact_left_column img{
	border:5px solid #A09E8C;
	width:450px;
	height: 297px;

}


#contact_info{
	background-image:url(/pub/images/contact_info_bckgrnd.jpg);
	background-repeat:repeat-x;
	color:#ECECD4;
	float:left;
	font-size:14px;
	height:58px;
	letter-spacing:1px;
	line-height:16px;
	padding-top:7px;
	text-align:center;
	width:460px;

}

.page-content img{
	
	float:left;
	height:auto;
	width:auto;

}


#contact_form{
	background-image:url(/pub/images/about_us_bckgrnd.jpg);
	background-repeat:repeat-y;
	border:5px solid #FFFFFF;
	float:right;
	height:auto;
	padding:10px 10px 50px;
	margin-bottom: 10px;
	position:relative;
	width:375px;

}

#contact_form .questionsArea{
	clear:left;
	float:right;
	position:relative;
	top:40px;
	width:370px;

}

.questionsArea td,#questionsArea td{

background: none;

}

.questionsArea .submit{
float: right;

}
.contact_wraps{width:375px; height: 30px; float: left; margin-right:25px;}
.contact_wraps label{ float: left; color: #552D09;}
.contact_wraps input{float: right; width: 200px; letter-spacing: 1px; border: none; padding: 3px;}
.contact_wraps textarea{float: right; width: 200px; border: none; padding: 3px;}



#view_listing {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:880px;
	height:auto;

	
}

#view_listing h1{
	background-image:url(/pub/images/generic_heading_short.jpg);
	color:#ECECD4;
	height:29px;
	padding-left:10px;
	padding-top:6px;
	width:500px;


}


#photo_wrap{
	float:left;
	height:auto;
	width:auto;
	

}


#view_photoGallery {
	background-color:#FFFFFF;
	border-color:#FFFFFF -moz-use-text-color;
	border-style:solid none;
	border-width:5px 0;
	float:left;
	height:auto;
	margin-bottom:10px;
	overflow:hidden;
	padding-left:5px;
	padding-right:5px;
	position:relative;
	width:500px;
}

#islideshow {
	height: 335px;
	margin-bottom:5px;
	overflow: hidden; 
}
#view_photoGallery img {  }

img.galleryImage { width:500px; height:auto;}
.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 {
	background-image:url(/pub/images/about_us_bckgrnd.jpg);
	border: 5px solid #ffffff;
	float:right;
	left:0;
	margin:6px 0 10px 10px;
	height:auto;
	padding:5px 10px 10px;
	position:relative;
	top:0;
	width:325px;
	color: #552D09;
}

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

#view_description {
	color:#552D09;
	float:right;
	left:0;
	margin:0 0 10px 10px;
	position:relative;
	top:0;
	width:325px;

}

#view_details h3{
	margin-bottom: 10px;
	background-image:url(/pub/images/generic_heading_short.jpg);
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	width:365px;
	float:right;
	color:#ECECD4;
}

#view_contact {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:330px;
	height:290px;
	padding: 10px 0px 10px 10px;
}
#view_contact label { font-size:12px;display:block }
#view_contact input.sf-text { width:200px }
#view_contact textarea { width:204px }

.sf-button{
	margin-top: 10px;
}

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

#view_map {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:500px;
	height:300px;
	border: 5px solid #ffffff;
	margin-bottom:10px;
}

#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; }

.view_contactForm {
	background-image:url(/pub/images/about_us_bckgrnd.jpg);
	border:5px solid #FFFFFF;
	float:left;
	left:0;
	margin-bottom:20px;
	min-height:305px;
	padding:5px 10px 10px;
	position:relative;
	top:0;
	width:480px;

}

#sfAgentForm{
	margin-left: 4px;

}

.view_contactForm label { display:block;font-size:12px; color: #552D09; }

.view_contactForm label.error { color:red }

#submit_btn{
width: 75px;
float: right;

}

.view_contactForm input{
width: 300px;

}



.view_contactForm textarea {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 59px;
	width: 296px;
	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: 310px;
	border-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

.view_agentInfo{
	float:right;
	position:relative;
	text-align:center;
	top:14px;
	background-color:#A09E8C;

}

.view_agentPhoto{
	border:5px solid #A09E8C;
	height:150px;
	overflow:hidden;
	position:relative;
	width:150px;

}

.view_agentPhoto img {
	height:150px;
	width:150px;

}
.view_agentInfo p{
	border-bottom:1px dashed #C4C2AB;
	border-top:1px dashed #C4C2AB;
	color:#552D09;
	font-weight:bold;
}


#questionsArea p{
	color:#552D09;
	display:block;
	font-size:12px;
	line-height:18px;
	padding-top:5px;
	width:325px;

}

.listing-attachments{
	width: 500px;
	float: left;

}

.listing-attachments ul{
	background-image:url(/pub/images/about_us_bckgrnd.jpg);
	border:5px solid #FFFFFF;
	float:left;
	height:auto;
	padding:5px;
	width:490px;
	margin-bottom: 10px;
}

.listing-attachments li{
	list-style: square;
	list-style-position:inside;
	color: #552D09;

}

.listing-attachments li a{
	color: #552D09;
}


/*-- Begin General Search Box Settings --*/

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

#homepage_searchListings h2{
	display:block;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
}

#listings_searchListings .flash_filler {
	background-image: url(/pub/images/map.png);
	background-repeat: no-repeat;
	display:block;
	height:192px;
	margin:10px auto 38px 12px;
	width:280px;
}
#search_listingsTitle {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.search_listingsForm {
	font-size:14px;
	margin: 20px auto 0;
	position:relative;
	width:180px;
	color:#ECECD4;
}
.search_formSection {
	display: block;
	height: 30px;
}
.search_listingsForm tr{
	height:30px;
}
.search_listingsForm a{
	color:#ECECD4;
}
.search_listingsForm a:hover{
	color:#FFFFFF;
}
.search_listingsForm label {
	font-size: 14px;
	float: left;
	display: block;
	width: 60px;
}
#searchBox_county { width: 105px; }
#searchBox_state { width: 105px; }
#searchBox_Acres1 { width: 50px; }
#searchBox_Acres2 { width: 50px; }
#searchBox_Price1 { width: 50px; }
#searchBox_Price2 { width: 50px; }
#searchBox_Flash {
height:221px;
position:relative;
text-align:center;
top:50px;
}




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



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



.featured_column {
	background-color:#c4c2ab;
	background-image:url(/pub/images/featured_listing_heading.jpg);
	background-repeat:no-repeat;
	float:left;
	height:auto;
	margin-top:6px;
	text-align:center;
	width:280px;
	padding-bottom:5px;
	
}
.border_right { border-right:20px solid #ECECD4;}

.listing_picture {
	border:5px solid #A09E8C;
	height:180px;
	margin:10px auto auto;
	overflow:hidden;
	width:240px;;
}

.featured_column h3 {
	background-image:url(/pub/images/featured_listing_sub_head.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size:18px;
	font-weight:bold;
	line-height:14px;
	text-align:center;
	padding-top:18px;
	height: 35px;
	width:auto;
	color:#ECECD4;
	}
	
.featured_column h3 a{
	color:#ECECD4
} 

.featured_title a{
	color:#ECECD4;
}
.featured_details {
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
	text-align:left;
	color: #552D09;
}

.homepage_listing-county{
	background-color:#A09E8C;
	margin:auto;
	padding-bottom:5px;
	padding-top:2px;
	text-align:center;
	width:250px;
	font-weight: bold;
	
	

}

.homepage_listing-price{
border-bottom:1px dashed #C4C2AB;
	border-top:1px dashed #C4C2AB;
	margin:auto;
	padding-bottom:5px;
	padding-top:5px;
	width:250px;
	background-color: #A09E8C;
	text-align: center;

}

.homepage_listing-acres{

	margin:auto;
	padding-bottom:5px;
	padding-top:5px;
	width:250px;
	background-color: #A09E8C;
	text-align: center;
	border-bottom:1px dashed #C4C2AB;

}

.homepage_view-details{

	border-bottom:1px dashed #C4C2AB;
	margin:auto;
	padding-bottom:8px;
	padding-top:8px;
	width:250px;
	background-color: #A09E8C;
	text-align: center;

}
a.homepage_view-details{
	color: #552D09;
	padding: 0px;
	text-decoration: none;

}
.homepage_view-details a:hover{
	color: #C4C2AB;

}

address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 300px;
	display: block;
	color: #a29b85;
	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_middle h1 {
	margin-bottom: 10px;
	background-image:url(/pub/images/generic_heading_short.jpg);
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	color:#ECECD4;
	width: 654px;
	position:relative;
	top:2px;
}

#blog_middle p{
padding-left: 5px;

}

.blog_list {
	font-size: 13px;
	display: block;
	line-height: 17px;
}

.blog_list ul{
margin-bottom:5px;
}

.blog_list ul li{
display:list-item;

}

.blog_list ul li h3{
	background-color:#A09E8C;
	line-height:24px;
	margin-bottom:5px;
	padding-left:6px;

}

.blog_list ul li a{
float:left;

}
.blog_list ul li a:hover{
color:#a24d24;
}

#blog_smLinks{
float:right;
}

#blog_smLinks #blog_twitter,#blog_smLinks #blog_fb{
padding: 5px;

}

#sub_nav{
float:left;
padding: 5px;
width:125px;
border-bottom: 2px dotted #ECECD4;
position: relative;
top:0px;
background-color: #C4C2AB;
}

#sub_nav h3{
font-size: 12px;
}

a.homepage-blognews-viewlink{
float: right;
text-decoration: underline;
}


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

.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: #bc7a5f;
	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:13px }

#blog_middle {
	width: 664px;
	float: right;
	border-bottom: 1px dotted #cccccc;
}

.postslist-text {
	margin: 0 0 6px 0;
	line-height: 22px;
	text-align:justify;
}

.postslist-info {
	font-size:15px;
	line-height:22px;
	padding-left:5px;
	border-bottom: 1px dotted #cccccc;
}

.homepage-blognews-header a  {
	font-size: 14px;
	line-height: 22px;
	text-decoration:none;
}
.-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:#827348;
}
.listings-list-table th a {
	text-decoration: none;
}

.form-message {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;
}

