/* ----------  START GLOBAL SETTINGS ---------- */

html {
	overflow-y:scroll;
}

body {
	color:#000;
	margin:0px auto;
	background-color:#efefe7;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	background-image: url(/pub/images/background-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	font-size: 13px;
}

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

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

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

img  {
	border-style: none;
}

h1 {
	font-size:19px;
	color:#68322d;
	margin:0 0 8px 0;
}

h2 {
	margin: 0 0 8px 0;
	font-size:16px;
	color: #68322d;
}

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

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

p {
	margin: 0 0 6px 0;
	line-height: 22px;
}

ol li {
	margin-bottom: 8px;
	line-height: 16px;
}

/*-------------------- Class Settings ------------------*/

.no_border { border:0; }

.clear {
	position:relative;
	clear:both; }
.li-empty { font-size:5px }


/*-------------------- Layout ------------------*/

#main_container {
	position:relative;
	margin:0 auto;
	width:958px;
	height:auto;
	padding:0px;
	border: 1px solid #372509;
}

/*-------------------- Header ------------------*/

#header {
	width:958px;
	height:135px;
	padding:0px;
	margin: 0px auto;
	background-image:url(/pub/images/header.gif);
	background-repeat: no-repeat;
	display: block;
	border-style: none;
	background-color: #3E2D19;
}

#logo {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:230px;
	height:130px;
	padding:0px;
	display: block;
}

#newsletter {
	top: 101px;
	left: 769px;
	position: absolute;
}
#newsletter #field {
	width: 132px;
	float: left;
}
#newsletter #submit {
	width: 47px;
	float: left;
}

#newsletter_submit {
	border-style: none;
	display: inline;
}

#tkudhr-tkudhr {
	width:122px;
	background: #efefe7;
	height: 17px;
	padding-top: 4px;
	padding-left: 3px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #624717;
	border: 1px solid #372509;
	font-size: 10px;
	margin-top: -1px;
	display: inline;
}

/*--------------------Sub Nav------------------*/

#sub_nav {
	position:relative;
	top:0;
	left:0;
	width:165px;
	padding:20px 10px 25px 15px;
	float: left;
}

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

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

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

a.sub_nav-activelink { font-weight:bold }

.list_title {
	margin-left: -1px !important;
}


/*-------------------- Content ------------------*/

#content {
	position:relative;
	top:0;
	left:0;
	width:100%;
	padding:0px;
	margin: 0px auto;
	background-color:#FFFFFF;
}

/* ----------- Breadcrumb Navigation ------------ */
#breadcrumb {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #7b613f;
	float: right;
	height: 22px;
	width: 400px;
	position: relative;
	top: 9px;
	right: 9px;
	text-align: right;
	display: block;
}

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

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

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

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


/*-------------------- Footer ------------------*/
#footer {
	position:relative;
	width:958px;
	margin:0px auto;
	clear:both;
	display: block;
	background: url(/pub/images/footer-background.gif);
	height: 138px;
	border-top: 0px none;
	border-right: 1px solid #372509;
	border-bottom: 1px solid #372509;
	border-left: 1px solid #372509;
}

address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	display: block;
	color: #FFFFFF;
	float: left;
	margin-bottom: 0px;
	line-height: 19px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#landhub {
	width: 101px;
	vertical-align: middle;
	position: absolute;
	clear: none;
	top: 85px;
	margin-right: 10px;
	right: 10px;
}

#footer_phoneNumber {
	float: right;
	position: relative;
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: right;
	display: block;
	top: 7px;
	right: 115px;
}

#footer_links {
	width: 938px;
	padding: 10px 10px;
	margin: 0px auto;
	font-size: 10px;
	background-color: #D9D9CA;
	border-left: 1px solid #372509;
	border-right: 1px solid #372509;
	text-align: justify;
}

#footer_links h3 a{
	font-size: 11px;
	text-align: left;

}

#footer_links a {
	text-decoration: none;
}

#footer_links a:hover, #footer_links a:active {
	text-decoration: underline;
}

/* ----------  END GLOBAL SETTINGS ---------- */






/* ------------ Start Homepage ------------ */

#homepage_searchListings {
	position:relative;
	margin:15px 0 15px;
	float:left;
	width:342px;
	height:425px;
	display: block;
	padding: 0px;
	text-align: center;
	background-color: #efefe7;
	border: 1px solid #d6d6c6;
	right: 20px;
}

#homepage_searchListings h2 { margin: 10px auto; }

#homepage_searchListings h3 {
	position: relative;
	margin: 200px 0 10px 0;
	width:100%;
	text-align:left;
	clear:both;
	color: #68322d;
}

#homepage_newsBlog {
	position:relative;
	float:left;
	width:480px;
	margin-bottom:10px;
	padding:0px;
	margin-right: 35px;
	left: 20px;
}

/*#homepage_searchContainer {
	margin:0px auto;
	width:100%;
	position: relative;
//	clear: both;
//	display: block;
//	height: 225px;
//	float:left;
}*/

#homepage_featuredListings {
	margin:0px auto 0 13px;
}
#homepage_editable {
	position:relative;
	float:right;
	width:422px;
	height:255px;
	padding:0px;
	right: 20px;
	margin-bottom: 20px;
}

#homepage_companyInfo {
	position:relative;
	float:left;
	width:551px;
	padding:15px 15px 20px 20px;
	margin: 0px 26px 20px 0px;  /*border:1px dotted #000;*/
	background: url(/pub/images/bottom-line.gif) no-repeat center bottom;
}

.homepage_view-details { font-size:11px }

.homepage_listing-county { height:31px; }

.featured_column {
	display:block;
	float:left;
	padding:2px;
	position:relative;
	width:101px;
}
.featured_title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 14px;
	margin-bottom: 10px;
}

.featured_details {
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	margin-bottom: 6px;
}

#homepage_searchTitle {
	width: 320px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #68322D;
	margin: 10px auto 5px;
}


#homepage_searchForm a {
	width: 159px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	float: left;
	color: #68322D;
	font-weight: bold;
}
.homepage_listingPicture {
	width: 89px;
	margin: 0px auto 10px auto;
	border: 1px solid #616657;
	height: 68px;
}

.homepage_featuredDesc {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #60482c;
}

.homepage_featuredDesc a:link {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #60482c;
}

.homepage_featuredDesc a:visited {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #60482c;
}

#homepage_video {
	margin: 0px 15px 5px 0px;
	float: left;
}

.homepage-blognews-header a {
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
	text-decoration:none;
}

.homepage-blognews-header a:hover {
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
	text-decoration:underline;
}

.homepage-blognews-info {
	font-size:11px;
	line-height:20px;
}

.homepage-blognews-text {
	font-size:13px;
	line-height:23px;
	text-align:justify;
	margin-bottom:15px;
}

#social_media {
	margin-top: 11px;
	float: right;
}

#social_media a {
	text-decoration: none;
	font-size: 11px;
}

#social_media a:hover, #social_media a:active {
	text-decoration: underline;
}

#social_media img {
	vertical-align: middle;
	text-decoration: none;
}


/* ------------ End Homepage ------------ */



/* ------------ Start Search Box ------------ */

#search_listingsRight {
	position:relative;
	top:3px;
	float:right;
	width:226px;
	padding:0px 5px 5px;
	background: #efefe7;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #d9d9ca;
	right: 10px;
}

#search_listingsLeft {
	position:relative;
	top:3px;
	float:left;
	width:226px;
	padding: 0px 5px 5px;
	background: #efefe7;
	margin: 10px 45px 15px 0px;
	text-align: center;
	border: 1px solid #d9d9ca;
	left: 15px;
}

#search_listingsFlash {
	position: relative;
	width: 160px;
	margin: 15px auto 20px;
	clear: both;
}

#homepage_searchListings #search_listingsFlash {
	position: relative;
	width: 160px;
	margin: 5px auto;
	float: left;
	clear: left;
	padding-left: 8px;
}

#enlarge {
	display: block;
	height: 18px;
	width: 100px;
	position: relative;
	z-index: 100;
}

#flashMap {
	z-index: 99;
}

#search_form {
	width: 159px;
	font-size: 14px;
}

#search_form a {
	color: #68322d;
	font-weight: bold;
}

#homepage_searchListings #search_form {
	width: 159px;
	margin-top: 10px;
	font-size: 14px;
	float: left;
}

#search_listingsRight #search_form, #search_listingsLeft #search_form {
	width: 159px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	clear: both;
}

#search_Acres1 { width: 50px; }
#search_Acres2 { width: 50px; }
#search_Price1 { width: 50px; }
#search_Price2 { width: 50px; }
#search_county { width: 105px; }
#search_state { width: 105px; }


#search_listingsLeft h2, #search_listingsRight h2 {
	width: 80%;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #68322D;
	margin: 10px auto;
}

#search_listingsForm {
	width: 170px;
	clear: both;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#search_ListingsFlash {
	display: block;
	text-align: center;
	margin: 0px auto;
	width: 125px;
	clear: both;
	z-index: 98;
}


/* ------------ End Search Box ------------ */



/* ------------- Start Pages ------------- */

#pages_middle {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:485px;
	padding:0px 0px 15px;
	display: block;
	margin-right: 10px;
}

#pages_middle ul, #pages_middle ol {
	margin: 10px 0px 15px 0px;
}

#pages_middle ul li {
	line-height: 15px;
	list-style: none;
	margin: 0px 0px 5px 10px;
	font-size: 12px;
}

#pages_middle h3 {
	margin: 20px 0px 8px 0px;
}

.pages_photosRight {
	float:right;
	margin-left:15px;
}

/* -------------- End Pages -------------- */




/* ----------- Start Listings ------------ */

#listings_listings {
	position:relative;
	float:left;
	width:600px;
	height:auto;
	padding-bottom: 25px;
}

.listings-list-table {
	width: 100%;
	cursor:pointer;
}

.listings-list-table th {
	text-align:left;
	font-size:14px;
	background-color:#8A8A5F;
	color:#FFFFFF;
	padding-top: 4px;
	height: 26px;
	padding-bottom: 2px;
}

.listings-list-table th a {
	color:#FFFFFF;
	text-decoration:none;
	padding:4px;
	display:block;
	height:100%;
	width:100%;
}

.listings-list-table td { border-bottom:1px solid #cecece; padding:4px 4px; font-size:13px; height:35px; }

.listings-list-table td a { text-decoration:none; font-weight:normal; }

.listings-list-table th a img{
	vertical-align:middle;
//	padding-bottom:3px;
	margin-right:3px;
}

#listings_list {
	position:relative;
	top:0;
	left:0;
	width:600px;
	height:auto;
}

#listings_list a:link {
	position:relative;
	top:0;
	left:0;
	width:600px;
	height:auto;
	text-decoration: none;
}

#listings_list a:visited {
	position:relative;
	top:0;
	left:0;
	width:600px;
	height:auto;
	text-decoration: none;
}

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

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

/* ------------ End Listings ------------- */





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

#view_listing {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:100%;
	height:auto;
	padding:10px 10px 25px;
}
#view_leftColumn {
	width:400px;
	float:left;
	margin: 0px 30px 0 0;
	position:relative;
}
#listing_return {
	font-size:12px;
	height:26px;
	margin-top:-3px;
	position:relative;
}
#view_photoGallery {
	position:relative;
	float:left;
	width:400px;
	height:auto;
	margin-bottom:20px;
	text-align: center;
}
#islideshow img { 
	width: 400px;
	height: auto;
}
#islideshow {
	margin-bottom: 11px;
	overflow: hidden;
	height: 280px;
	width: 398px;
	border: 1px solid #9E8159;

}
.galleryImageContainer {
	margin: 0 auto !important;
}
.photoGalleryNavigation { margin-top:2px; bottom:0; }
#photoGalleryPager {
	float:left;
	font-size: 14px;
}
.photoGalleryControls { width:30px; float:right; }
.photoGalleryControls a img { border:none; margin:0px 2px }
#photoGalleryPager a, #s7 strong { padding:0px 2px; text-decoration:none; }
#photoGalleryPager a.activeSlide {
	font-weight:bold;
}
#photoGalleryPager a:focus { outline:none; }


#view_rightColumn {
	float: left;
	width: 515px;
	float: left;
}
#view_rightColumn h1 {
	margin-bottom: 15px;
	font-size: 22px;
}

#view_rightColumn h3 {
	margin-bottom: 2px;
}
#view_propertyInfo {
	position:relative;
	float:left;
	width:160px;
	padding:0px 10px 10px;
	margin:0 0 10px 10px;
}

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

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

#listing-attachments {
	margin-bottom:25px;
}

#view_contact {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:200px;
	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 }

.view_agentPhoto img {
	float: left;
	margin: 3px 10px 10px 0px;
	width: 60px;
	height: auto;
	padding: 2px;
	border: 1px solid #032202;
}
.view_agentInfo {
	width: 185px;
	float: left;
}
.view_agentInfo p {
	font-size: 12px;
}
.view_contactForm {
	width: 220px;
	float: left;
	font-size: 12px;
	margin-top: 21px;
}
.view_contactForm label {
	display: block;
	clear: left;
	width: 85px;
	float: left;
	font-size: 12px;
	margin-top: 5px;
}
.view_contactForm #FirstName, .view_contactForm #LastName, .view_contactForm #Email, .view_contactForm #Phone {
	display: block;
	width: 115px;
	float: left;
	font-size: 12px;
	border: 1px solid #000;
	margin-top: 5px;
	padding: 3px;
}
.view_contactForm textarea {
	display: block;
	width: 115px;
	float: left;
	font-size: 12px;
	height: 40px;
	border: 1px solid #000;
	margin-top: 5px;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
}
.view_contactForm .sf-button {
	background-color:#D7D8D8;
	border:1px solid #B3B4B4;
	color:#757575;
	height:25px;
	padding-bottom:1px;
	margin-left: 85px;
	margin-top: 2px;
	clear: both;
}
.view_contactForm .sf-button:hover {
	background-color: #cacaca;
}
#view_map {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:500px;
	height:300px;
}
#map_container {
	width: 398px;
	height: 300px;
	border: 1px solid #9E8159;
}
#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;
	list-style-image: url(/pub/images/bullet.gif);
	font-size: 12px;
	line-height: 15px;
}

.hide-elem { display:none }

/* ----------- Start Blog ------------ */

.blog_count {
	padding-left: 5px;
	color: #8c8c60;
}

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

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

.blog_latest h2 { color: #666748; }

.blog_rss { margin-top: 20px; }

.blog_rss-a {font-size:11px; }

.postslist-post {
	padding: 5px 0;
	margin: 5px 0;
	border-top: ;
}

.postslist-info {
	margin:0 0 5px 0;
	font-size: 11px;
}

.postslist-text {
	font-size: 12px;
	line-height: 21px;
	text-align: justify;
}

.blog_list { margin-bottom: 15 }


/* ------------- 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;
}

