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

html { overflow-y:scroll; }

body {
	color:#d7d7d7;
	margin:0px auto;
	background-color:#000;
	background-image:  url(/pub/images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	overflow: hidden;
	font-size: 12px;
}

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

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

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

h1 {
	font-size:17px;
	color:#be9652;
	margin:-5px 0 10px 0;
}

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

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 8px 0;
}

hr {
	background: url(/pub/images/line.gif);
	border: 0;
	height: 1px;
	width: 100%;
}

object, object a {
	outline: none;
}

/* -- class settings -- */

.no_border { border:0; }

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

a.enlarge {
  position:relative;
  font-size:10px;
  text-decoration:none;
}

/* -- layout settings -- */

#container {
	position:relative;
	margin:0 auto;
	width:900px;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:230px;
	padding:0px;
	margin: 0px auto;
}
#header_left {
	position: relative;
	float: left;
	display: block;
	height: 230px;
	width: 307px;
	margin: 0;
}
a#lag_logo {
	position: relative;
	display: block;
	height: 230px;
	width: 307px;
	margin: 0;
	background-image: url(/pub/images/header/new/header-logo.gif);
}
#header_mid {
	position: relative;
	float: left;
	display: block;
	height: 230px;
	width: 303px;
	margin: 0;
}
#header_right {
	position: relative;
	float: left;
	display: block;
	height: 230px;
	width: 290px;
	margin: 0;
}
a#ahs {
	position: relative;
	display: block;
	height: 230px;
	width: 290px;
	margin: 0;
	background-image: url(/pub/images/header/new/header-ahs.gif)
}
/*a#ahs:hover {
	background-position: center bottom;
}*/
#logo {
	display: none;
}
#tagline {
	width: 139px;
	height: 97px;
	background: url(/pub/images/tagline.gif) no-repeat;
	float: right;
	margin-top: 14px;
}

#content {
	position:relative;
	top:0;
	left:0;
	width:890px;
	padding:0px 5px 20px;
	margin: 0px auto;
	min-height:450px;
}

/* ----------- Footer ------------ */

#footer {
	position:relative;
	width:860px;
	clear:both;
	display: block;
	margin: 10px auto 0 auto;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}

#footer a {
  text-decoration:none;
}

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

#footer p.top {
	color: #D3D3D3;
}
#footer p.mid, #footer p.mid a {
	color: #999999;
}
#footer p.mid a:hover, #footer p.mid a:active {
	text-decoration: underline;
}
#footer p.bottom {
	color: #666666;
}

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

#landhub {
	width: 101px;
	vertical-align: middle;
	position: relative;
	clear: both;
	margin: 10px auto;
}


/* ----------- Main Navigation ------------ */

.nav {
	position:relative;
	width:890px;
	height:29px;
	margin:5px auto 9px auto;
	clear: both;
	background-image: url(/pub/images/nav.gif);
}

.nav li {
	display: inline;
	float: left;
	position: relative;
}

.nav a {
	float: left;
	display:block;
	overflow: hidden;
	text-indent: -999px;
	height: 29px;
	top: 0px;
}

.nav-1 a {
	width: 86px;
}

.nav-1 a:hover, .nav-1 a:active {
	background-image: url(/pub/images/nav.gif);
	background-position: 0px -29px;
}

.nav-2 a {
	width: 159px;
}

.nav-2 a:hover, .nav-2 a:active, body.listings .nav-2 a {
	background-image: url(/pub/images/nav.gif);
	background-position: -86px -29px;
	top: 0px;
}

.nav-3 a {
	width: 222px;
}

.nav-3 a:hover, .nav-3 a:active, body.habitat .nav-3 a {
	background-image: url(/pub/images/nav.gif);
	background-position: -245px -29px;
}

.nav-4 a {
	width: 90px;
}

.nav-4 a:hover, .nav-4 a:active, body.about .nav-4 a {
	background-image: url(/pub/images/nav.gif);
	background-position: -467px -29px;
}

.nav-5 a {
	width: 99px;
}

.nav-5 a:hover, .nav-5 a:active, body.resources .nav-5 a {
	background-image: url(/pub/images/nav.gif);
	background-position: -557px -29px;
}

.nav-6 a {
	width: 70px;
}

.nav-6 a:hover, .nav-6 a:active, body.videos .nav-6 a {
	background-image: url(/pub/images/nav.gif);
	background-position: -656px -29px;
}

.nav-7 a {
	width: 57px;
}

.nav-7 a:hover, .nav-7 a:active, body.blog .nav-7 a {
	background-image: url(/pub/images/nav.gif);
	background-position: -726px -29px;
}

.nav-8 a {
	width: 107px;
}

.nav-8 a:hover, .nav-8 a:active, body.contact .nav-8 a {
	background-image: url(/pub/images/nav.gif);
	background-position: -783px -29px;
}


/* ----------- Sub Navigation ------------ */

#sub_nav {
	float:left;
	margin:5px 20px 0;
	width:185px;
}

#sub_nav a {
	text-decoration:none;
}
#sub_nav li a {
	text-decoration:none;
}

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

.sub_nav-activelink, .sub_nav-activelink a {
	font-weight:bold;
	text-decoration: none;
	color: #BE9652;
}

.sub_nav-header {
	color: #BE9652;
	margin:0 0 5px 0px;
}

li.list_title h3, li.list-title h3 a {
	display: bloc;
	margin-left: -5px;
	color: #BE9652;
	line-height: 13px !important;
	margin-bottom: 8px;
}

/* ----------- Breadcrumb Navigation ------------ */
#breadcrumb {
	float: right;
	text-align: right;
	display: block;
	position: relative;
	padding-right: 20px;
	font-size: 11px;
	color:#beab82;
	min-width: 300px;
	z-index: 100;
}

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

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

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

#left_column {
	float: left;
	margin-right: 9px;
	width: 580px;
}

#left_column p {
	margin-left: 7px;
	font-size: 12px;
	line-height: 21px;
}

#homepage_intro {
	width: 580px;
	height: 317px;
	background-image: url(/pub/images/intro-background.jpg);
}

#homepage_introText {
	margin-left:352px;
	padding-top:12px;
	width:210px;
}

#homepage_introText p {
	font-size: 9px;
	text-align: justify;
	line-height: 11px;
	color: #000;
	margin-bottom: 4px;
	letter-spacing: -0.05em;
}

#homepage_searchListings {
	clear: both;
	width: 580px;
	height: 291px;
	display: block;
	background: url(/pub/images/homepage-search-bg.gif);
}
#homepage_searchListings #map_contain {
	float:left;
	height:244px;
	margin-top:19px;
	margin-right: 9px;
	position:relative;
	width:366px;
}
#homepage_searchListings h2 {
	display: block;
	overflow: hidden;
	text-indent: -999px;
}

#homepage_searchListings .search_listingsForm {
	width: 200px;
	margin-top: 4px;
	float: left;
	position: relative;
}

#homepage_searchListings .search_listingsForm .search_form-section {
	width: 230px;
	margin-bottom: 19px;
}

#homepage_searchListings #map_pos {
	width: 100%;
	margin: 0 0 0 28px;
}

#map_pos {
  margin: 20px 0 0 0; 
}
#homepage_aboutLAG {
	width: 580px;
}

#homepage_aboutLAG h2 {
	height: 59px;
	width: 351px;
	background-image: url(/pub/images/h2-home-about.gif);
	text-indent: -999px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	margin-left: 8px;
}

#homepage_aboutLAG img {
	float: right;
	margin: 3px 0 5px 15px;
}

#homepage_habitat {
	width: 580px;
}

#homepage_habitat h2 {
	height: 47px;
	width: 446px;
	background-image: url(/pub/images/h2-home-habitat.gif);
	text-indent: -999px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
}

#homepage_habitat .photo-right {
	float: right;
	margin: 3px 0 5px 15px;
}

#homepage_habitat hr {
	background: url(/pub/images/line.gif);
	width: 580px;
	border: 0;
	height: 1px;
	margin-top: 14px;
	margin-bottom: 15px;
}
#homepage_listings {
	width: 845px;
	margin: 0 auto;
}
.homepage_listings_ia {
	background-color: #2a2925;
	width: 416px;
	margin: 0 13px 0 0;
	float: left;
	padding-bottom: 5px;
	background-image: url(/pub/images/line.gif);
	background-position: right bottom;
	background-repeat: repeat-x;
	height: 615px;
}
.homepage_listings_mo {
	background-color: #2a2925;
	width: 416px;
	margin: 0;
	padding-bottom: 5px;
	float: left;
	background-image: url(/pub/images/line.gif);
	background-position: right bottom;
	background-repeat: repeat-x;
	height: 615px;
}
#homepage_listings_h2 {
	text-indent: -999px;
	overflow: hidden;
	height: 65px;
	background-color: #000;
	width: 580px;
	background-image: url(/pub/images/h1-landforsale.gif);
	margin: 0 auto 0px;
	background-position: top center;
	background-repeat: no-repeat;
}
#homepage_listings h3 {
	text-indent: -999px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	width: 416px;
	height: 29px;
	margin-bottom: 10px;
	clear: both;
}
.homepage_listing {
	width: 415px;
	display: block;
	margin: 8px auto 20px;
	clear: both;
}
.homepage_listingPhoto {
	width: 184px;
	float: left;
	padding-left: 7px;
}
.homepage_listingDetails {
	width: 218px;
	float: left;
}
.homepage_listing img, .homepage_listing img a {
	margin: 0 20px 0 0;
	padding: 2px;
	border: 1px solid #666666;
	width: 170px;
	height: auto;
}
.homepage_listing .title {
	margin:0 0 4px;
}
.homepage_listing .title a {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color: #BE9652;
}
.homepage_listing .title a:hover, .homepage_listing .title a:active {
	text-decoration: underline;
}
.homepage_listingDetails .county {
	color: #beab82;
	margin-bottom: 4px;
	font-weight: bold;
}	
.homepage_listingDetails span {
	color: #beab82;
	font-weight: bold;
}
.homepage_listingDetails .price, .homepage_listingDetails .acres {
	margin: 0 0 2px 0;
}

.homepage_listingDetails p {
	line-height: 18px;
}
.homepage_listing p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 2px;
}
#featured_iowa h3 {
	background-image: url(/pub/images/featured-iowa.gif);
}
#featured_missouri h3 {
	background-image: url(/pub/images/featured-missouri.gif);
}
#featured_rwhite h3 {
	background-image: url(/pub/images/featured-rwhite.gif);
}
#featured_dlewis h3 {
	background-image: url(/pub/images/featured-dlewis.gif);
}
#featured_lforce h3 {
	background-image: url(/pub/images/featured-lforce.gif);
}
#featured_tsargent h3 {
	background-image: url(/pub/images/featured-tsargent.gif);
}


#right_column {
	float: left;
	width: 300px;
}
#homepage_newsletter {
	position: relative;
	width: 280px;
	height: 110px;
	background: url(/pub/images/homepage-newsletter-bg.gif);	
	padding-left: 20px;
	padding-top: 47px;
}
#homepage_newsletter #trxs-trxs {
	float: left;
	width:190px;
	height: 20px;
	padding-top: 6px;
	padding-left: 4px;
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #9c8051;
	background: none;
	border: none;
	margin-right: 18px;
	font-size: 13px;
	font-style: italic;
}
#homepage_newsletter #newsletter_submit {
	border-style: none;
	background: url(/pub/images/join-news-bg.gif) 0px 0px;
	width: 57px;
	height: 28px;
	line-height: 0px;
	text-indent: -999px;
	overflow: hidden;
	font-size: 0px;
	float: left;
	margin-top: 2px;
}

#trxs-trxs {
	float: left;
	width:184px;
	height: 20px;
	padding-top: 6px;
	padding-left: 4px;
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #1b1b1b;
	background-color: #464541;
	border: 1px solid #504f4b;
	margin-right: 5px;
	font-size: 13px;
}
#newsletter_submit {
	border-style: none;
	background: url(/pub/images/newsletter-submit.gif) 0px 0px;
	width: 64px;
	height: 29px;
	line-height: 0px;
	text-indent: -999px;
	overflow: hidden;
	font-size: 0px;
	float: left;
}
#newsletter_submit:hover, #newsletter_submit:active {
	border-style: none;
	background: url(/pub/images/newsletter-submit.gif) 0px -29px;
	width: 64px;
	height: 29px;
	cursor: pointer;
}
#homepage_socialMedia {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
#homepage_socialMedia a {
	display: block;
	position: relative;
	float: left;
	width: 65px;
	height: 48px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
a#fb {
	background-image: url(/pub/images/sm-fb.png);
	margin-right: 28px;
}
a#tw {
	background-image: url(/pub/images/sm-tw.png);
	margin-right: 33px;
}
a#flickr {
	background-image: url(/pub/images/sm-flickr.png);
}
#homepage_socialMedia h2 {
	display: block;
	background: url(/pub/images/h2-connect.gif);
	overflow: hidden;
	text-indent: -999px;
	height: 29px;
	margin-bottom: 8px;
}
#homepage_socialMedia img {
	float: left;
}
#homepage_socialMedia p, #homepage_socialMedia p {
	width: 102px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
	color: #be9652;
	font-size: 11px;
	text-align: right;
	line-height: 13px;
}
#homepage_socialMedia span {
	display: block;
}
#homepage_socialMedia a:hover span {
	text-decoration: underline;
}
#homepage_videos {
	position: relative;
	width: 300px;
/*	margin-bottom: 15px;*/
	clear: both;
}
#homepage_videos h2 {
	display: block;
	background: url(/pub/images/h2-introvideo.gif);
	overflow: hidden;
	text-indent: -999px;
	height: 29px;
	margin: 0;
}
#homepage_newsBlog {
	position: relative;
	width: 300px;
	margin-bottom: 15px;
}
#homepage_newsBlog h2 {
	display: block;
	height: 29px;
	width: 300px;
	background: url(/pub/images/h2-newsblog.gif);
	overflow: hidden;
	text-indent: -999px;
}

#homepage_newsBlog p {
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

#homepage_newsBlog h3 a  {
	font-size: 14px;
	line-height: 18px;
	text-decoration:none;
	color: #be9652;
	padding-left: 10px;
	display: block;
	margin-bottom: 3px;
}
#homepage_newsBlog h3 a:hover {
	font-size: 14px;
	text-decoration:underline;
}
.homepage-blognews-info {
	font-size: 11px;
	margin: 0 0 4px 0;
	color: #beab82;
	margin-left: 10px;
}

#homepage_ourTeam {
	position: relative;
	width: 300px;
	margin-bottom: 10px;
}

#homepage_ourTeam h2 {
	display: block;
	height: 29px;
	width: 300px;
	background: url(/pub/images/h2-team.gif);
	overflow: hidden;
	text-indent: -999px;
	margin-bottom: 10px;
}

#homepage_ourTeam h4 {
	margin: 0 0 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #be9652;
}
#homepage_ourTeam h5 {
	margin: 0 0 0px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #beab82;
}
#homepage_ourTeam h6 {
	margin: 0 0 10px 10px;
	font-size: 10px;
	font-weight: normal;
	
}

#homepage_ourTeam img {
	height: 50px;
	width: auto;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #666666;
}

#homepage_ourTeam a {
	font-size: 11px;
	color: #D7D7D7;
	text-decoration: none;
}

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


#homepage_recentlySold {
	position: relative;
	width: 300px;
	margin-bottom: 15px;
	font-size: 11px;
}

#homepage_recentlySold h2 {
	display: block;
	height: 29px;
	width: 300px;
	background: url(/pub/images/h2-recentsold.gif);
	overflow: hidden;
	text-indent: -999px;
}
.homepage_soldProperty {
	width: 265px;
	margin: 10px auto 5px;
}
.homepage_soldPhoto {
	float: left;
	width: 100px;
}
.homepage_soldPhoto img {
	width: 85px;
	height: auto;
	border:1px solid #666666;
	padding:2px;
}
.homepage_soldDetails {
	width: 165px;
	float: left;
}
.homepage_soldDetails .title a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}

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

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

#pages_middle {
	position:relative;
	float:left;
	width:590px;
	padding-bottom: 10px;
	display: block;
	margin-right: 35px;
}
#pages_middle h1 {
	margin-bottom: 3px;
}
#pages_middle h2 {
	margin-bottom: 6px;
}
#pages_middle h3 {
	margin-bottom: 3px;
}
#pages_middle #islideshow {
	margin-bottom: 6px;
	overflow: hidden;
	height: 190px;
	width: 280px;
}
#pages_middle p {
	line-height: 21px;
	margin-bottom: 8px;
}

#pages_middle img.galleryImage { width:280px; height: auto; }

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

#pages_middle li {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 0 5px 15px;
}

#pages_searchListings {
	position:relative;
	top:0px;
	float:left;
	width:188px;
	text-align: center;
	left: 10px;
	background-image:url(/pub/images/textured-background.gif);
	padding: 0 2px 2px 0;
	border: solid #000 4px;
}
.photo_right {
	float: right;
	margin: 0 0 5px 15px;
}
.photo_left {
	float: left;
	margin: 0 15px 5px 0;
}
.photo_border {
	padding: 2px;
	border: 1px solid #beab82;
}

#contact_form {
	padding: 10px
}

#contact_form input {
	width: 200px;
	height: 23px;
	border: 1px solid #454544;
	background-color: #2a2924;
	padding: 3px 0 3px 5px;
	color: #a7a7a7;
	font-size: 14px;
	margin: 0;
}
#contact_form textarea {
	width: 195px;
	height: 70px;
	border: 1px solid #454544;
	background-color: #2a2924;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #a7a7a7;
	font-size: 14px;
	padding: 5px;
	margin: 0;
}
#contact_form input#submit {
	width: 64px;
	height: 29px;
	border: none;
	background: url(/pub/images/submit.gif) 0px 0px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	overflow: hidden;
	margin: 3px 0 15px 0;
	float: right;
}
#contact_form input#submit:hover {
	background: url(/pub/images/submit.gif) 0px -29px;
	cursor: pointer;
}
/* -------------- end pages -------------- */

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

#listings_listings {
	float: left;
	margin-right: 9px;
	width: 570px;
	padding-left: 10px;
}
#listings_listings h1 {
	text-indent: -999px;
	overflow: hidden;
	height: 57px;
	width: 290px;
	background-image: url(/pub/images/h1-landforsale.gif);
	background-repeat: no-repeat;
	margin-bottom: 12px;
	margin-top: -15px;
}
#listings_listSort {
	width: 314px;
	background-image: url(/pub/images/listings-list-sort.gif);
	height: 29px;
	position: relative;
	padding-left: 256px;
}
#sort_title, #sort_acres, #sort_price, #sort_county {
	display: block;
	float: left;
	text-indent: -563px;
	overflow: hidden;
	height: 29px;
	width: 75px;
	border: none;
}
#listings_list {
	position:relative;
	height:auto;
	padding:0px;
}
.listings_listItem {
	width: 540px;
	margin: 0 auto;
	background-image: url(/pub/images/line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 8px;
}
.listings_listItem:hover {
	background-color: #2A2925;
	background-image: url(/pub/images/textured_bkg_border.gif);
}

.listings_listPhoto {
	float: left;
	width: 180px;
	display: block;
	height: 150px;
	overflow: hidden;
}
.listings_listPhoto img{
	width: 165px;
	height: auto;
	margin: 5px auto 0;
	max-height: 150px;
}

.listings_listDetails {
	width: 350px;
	float: left;
}

.listings_listDetails .title {
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 3px 0;
}
.listings_listDetails .title a {
	text-decoration: none;
	color: #BE9652;
}
.listings_listDetails .title a:hover, .listings_listDetails .title a:active {
	text-decoration: underline;
}

.listings_listDetails .county {
	color: #beab82;
	margin-bottom: 4px;
	font-weight: bold;
}	
.listings_listDetails span {
	color: #beab82;
	font-weight: bold;
}
.listings_listDetails .price, .listings_listDetails .acres {
	margin: 0 0 2px 0;
}

.listings_listDetails p {
	line-height: 18px;
}
.listings-list-table{
	border-collapse:collapse;
	width:100%;
	cursor:pointer;
}
.listings-list-table td { padding:4px 4px; font-size:13px; height:35px; }
.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;
}

#listings_searchListings {
	float: left;
	width: 280px;
	height: 490px;
	display: block;
	background-image: url(/pub/images/vertical-search-background.gif);
	background-position: center;
	margin-bottom: 15px;
	margin-top: 10px;
}

#listings_searchListings h2 {
	display: block;
	overflow: hidden;
	text-indent: -999px;
}

#listings_searchListings .search_listingsForm {
	clear: both;
	width: 200px;
	margin: 20px auto 0;
}

#listings_searchListings #searchBox_Flash {
	width: 270px;
	margin:49px auto 15px;
}

#listings_links {
	position: relative;
	text-align: center;
	padding-top: 20px;
	float: left;
	clear: both;
	width: 280px;
}
#listings_links h3 a {
	color:#be9652;
	text-decoration: none;
}
#listings_links h3 a:hover {
	text-decoration:underline;
}
#listings_links p {
	font-size: 11px;
	line-height: 15px;
	
}

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

.listings-list-table th {
	padding: 8px 5px;
}
.listings-list-table th a {
	text-decoration: none;
}
#listings_right {
	float: left;
	width: 280px;
}
#listings_newsletter {
	width: 268px;
	height: 43px;
	background-image: url(/pub/images/search-newsletter.gif);
	position: relative;
	float: left;
	clear: left;
	padding: 39px 0 0 12px;
}
#listings_newsletter #trxs-trxs {
	border: none;
	background: none;
}

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



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

#view_listing {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:900px;
	height:auto;
	padding:0px 10px 25px;
}
#view_mapBox {
	position:relative;
	float:left;
	width:380px;
	height:auto;
	margin-bottom:30px;
	background-image: url(/pub/images/gallery-frame.gif);
	padding: 10px 10px 0 10px;
}
#view_mapBoxBottom {
	position: relative;
	height: 10px;
	width:400px;
	margin: 0 0 0 -10px;
	background-image: url(/pub/images/mapbox-bottom.gif);
}
#view_photoGallery {
	position:relative;
	float:left;
	width:400px;
	height:auto;
	margin-bottom:30px;
}
#view_photoGallery img {  }

#view_video {
	width: 380px;
	height: 280px;
	padding: 23px 10px 0;
	background-image: url(/pub/images/video-frame.gif);
	background-repeat:  no-repeat;
	margin-bottom: 30px;
	position: relative;
	float: left;
}

#view_leftColumn {
	width:400px;
	float:left;
	margin: 10px 40px 0 0;
	left:20px;
	position:relative;
}
#listing_return {
	font-size:12px;
	height:26px;
	margin-left:-10px;
	margin-top:-7px;
	position:relative;
}
#photogallery_background {
	background-image: url(/pub/images/gallery-frame.gif);
	background-repeat: no-repeat;
	width: 380px;
	height: 285px;
	padding: 10px;
}
#islideshow {
	margin-bottom: 6px;
	overflow: hidden;
	height: 280px;
	width: 380px;
}
#view_rightColumn {
	float:left;
	margin-top:10px;
	width: 440px;
}

#view_rightColumn h3 {
	color: #BEAB82;
	margin-bottom: 2px;
}

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


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

#view_smLinks {
	float:right;
	padding:1px 0 4px;
	position:absolute;
	right:23px;
	top:29px;
	width:59px;
}
#view_twitter {
	margin: 0 auto 11px;
	width: 53px
}
#tweetmeme_button {background-color: #000;}
#view_fb {	
}
#view_print {
	float:left;
	clear: left;
	width: 59px;
	height: 17px;
	display: block;
	padding-top: 1px;
	text-align: center;
	margin: 12px 0 5px;
	background-color:#000;
	background-image: url(/pub/images/print-bg.gif);
	background-repeat: no-repeat;
}
#view_print a {
	text-decoration: none;
	display: block;
}

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

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

#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_contactBox {
	width: 433px;
	margin: 0;
	position: relative;
	padding-top: 50px;
	background-image: url(/pub/images/view-contact-bg.gif);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}
#view_contact label { font-size:12px;display:block }
#view_contact input.sf-text { width:200px }
#view_contact textarea { width:204px }

.view_agentPhoto {
	width: 86px;
	margin: 0 auto 5px;
}
.view_agentPhoto img {
	width: 80px;
	height: auto;
	padding: 2px;
	border: 1px solid #BEAB82;
}
.view_agentInfo {
	width:157px;
	float: right;
	text-align: center;
}
.view_agentInfo p {
	font-size: 12px;
	clear: left;
}
.contactAgent label {
	display: block;
	clear: left;
	width: 85px;
	float: left;
	font-size: 11px;
	margin-top: 15px;
	padding: 1px 0 0 20px;
}
.contactAgent p {
	font-size: 11px;
	margin: 5px 0 5px 20px;
}
.contactAgent input {
	display: block;
	width: 154px;
	height: 27px;
	float: left;
	font-size: 12px;
	border: 1px solid #484848;
	background-color: #1a1a18;
	margin-top: 5px;
	padding: 3px;
	color: #dadada;
}

.contactAgent textarea {
	background-color:#1A1A18;
	border:1px solid #484848;
	color:#DADADA;
	display:block;
	float:left;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:12px;
	height:66px;
	margin-top:5px;
	padding:3px;
	width:290px;
}
.contactAgent select {
	background-color:#1A1A18;
	border:1px solid #484848;
	color:#DADADA;
}

#questionsArea {
	display: block;
	float: left;
	clear: both;
	position: relative;
	padding-bottom: 15px;
	padding-top: 5px;
}
.contactAgent .submit {
	width: 64px;
	height: 29px;
	border: none;
	background: url(/pub/images/submit.gif) 0px 0px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	overflow: hidden;
	margin: 10px auto 5px auto;
}
.contactAgent .submit:hover {
	background: url(/pub/images/submit.gif) 0px -29px;
	cursor: pointer;
}


#view_map {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:500px;
	height:300px;
}
#map_enlarge {
	display: block;
	width: 93px;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	background-image: url(/pub/images/enlarge-map.png);
	right: 8px;
	margin-top: -20px;
	display: none;
}
#map_enlarge:hover {
	background-position: bottom;
}
#map_container {
	width: 379px;
	height: 277px;
	background-image: url(/pub/images/map-frame.gif);
	background-repeat: no-repeat;
	padding: 29px 10px 0px 11px;
}
#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;
}

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

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

.search_listingsForm label {
	float: left;
	display: block;
	width: 75px;
}

#searchBox_county { width: 125px; }
#searchBox_state { width: 125px; }
#searchBox_Acres1 { width: 60px; }
#searchBox_Acres2 { width: 60px; }
#searchBox_Price1 { width: 60px; }
#searchBox_Price2 { width: 60px; }
#searchBox_type { width: 125px; }
#searchBox_agent { width: 125px; }


.search_form-section {
	width: 230px;
	margin-bottom: 7px;
}

.search_form-section a {
	float: left;
	margin: 15px 30px 0 0;
}

.search_listingsForm .sf-button {
	float: left;
	height: 29px;
	width: 74px;
	margin: 10px auto;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	text-indent: -999px;
	display: block;
	background: url(/pub/images/search-button.gif) 0px 0px;
	border: 0;
}
.search_listingsForm .sf-button:hover {
	display: block;
	background: url(/pub/images/search-button.gif) 0px -29px;
	border: 0;
	cursor: pointer;
}

#no_flash {
	margin-top:64px;
	text-align:center;
	width:100%;
}

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

/* ----------- Begin Blog ------------ */

#blog_nav {
	width: 175px;
	float: left;
	margin: 10px 20px 0 20px;
}

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

#blog_middle h1 {
	color: #BE9652;
	margin: 2px 0 5px 0;
	font-size: 19px;
}

#blog_middle p {
	line-height: 20px;
}
#blog_middle ul {
	margin: 10px 0 15px 5px;
}

#blog_middle li {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 0 5px 15px;
}
.blog_list {
	font-size: 13px;
	display: block;
	padding: 0 0 0 12px;
	margin: 0px 0px 17px;
	line-height: 17px;
}

.blog_list a {
	text-decoration: none;
}

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

.postslist-post {
	margin: 0;
	padding:15px 8px;
	position: relative;
	display: block;
	background-image: url(/pub/images/line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.postslist-post:hover {
	background-color: #2a2925;
	background-image: url(/pub/images/textured_bkg_border.gif);
	background-position: bottom;
}

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

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

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

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


.blog_rss {
	margin:20px 0px 20px 0px
}
a.blog_rss-a {
	font-size:11px;
	text-decoration: none;
}

.postslist-text {
	margin: 0 0 6px 0;
	line-height: 22px;
	text-align:justify;
	cursor:default;
}
.postslist-text a {
	text-decoration: none;
	display: block;
	margin-top: 5px;
}
.postslist-info {
	font-size: 11px;
	line-height: 22px;
	color: #BEAB82;
	margin-bottom: 5px;
}
.form-message {
	background-color:#BE9652;
	color:#000000;
	margin:5px;
	padding:5px;
	text-align:center;
	width:879px;
}
#blog_smLinks {
	width:68px;
	float:left;
	margin-right:10px;
	margin-top: 8px;
	position: relative;
	padding: 1px 0 4px 0;
}
#blog_twitter {
	margin-bottom: 11px;
}
#blog_fb {	
}
#blog_print {
	float:left;
	clear: left;
	width: 59px;
	height: 17px;
	display: block;
	padding-top: 1px;
	text-align: center;
	margin: 12px 0 5px;
	background-color:#000;
	background-image: url(/pub/images/print-bg.gif);
	background-repeat: no-repeat;
}
#blog_print a {
	text-decoration: none;
	display: block;
}

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

.highslide-html {
    background-color: #1d1d1d;
}
.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;
}

/*------- H Tag Replacements ------*/

h1#h1_ahs {
	background-image: url(/pub/images/h1-ahs.gif);
	width: 446px;
	height: 45px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-left: -15px;
}
h1#h1_videos {
	background-image: url(/pub/images/h1-videos.gif);
	width: 351px;
	height: 39px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-left: -15px;	
}
h1#h1_sellers {
	background-image: url(/pub/images/h1-potentialsellers.gif);
	width: 390px;
	height: 39px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	margin-bottom: 15px;
	margin-left: -15px;	
}
h1#blog_latest {
	background-image: url(/pub/images/h1-blog.gif);
	width: 320px;
	height: 39px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-left: -15px;
}
body.contact #pages_middle h1 {
	background-image: url(/pub/images/h1-contact.gif);
	width: 389px;
	height: 53px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-left: -15px;
	margin-top: -15px;
}


/*------- Unique Page Properties ------*/

body.legacy #sub_nav ul, body.habitat #sub_nav ul {
	display: none;
}

body.legacy #pages_middle {
	clear: both;
	float: none;
	margin: 0px auto 0;
	width: 775px;
	padding-top: 10px;
}

body.legacy #sub_nav #newsletter {
	display: none;
}

body.contact #sub_nav ul {
	display: none;
}

body.contact #pages_middle {
	clear: both;
	float: none;
	margin: 0px auto 0;
	width: 775px;
	padding-top: 10px;
}

body.contact #sub_nav #newsletter {
	display: none;
}

body.newsletter #sub_nav {
	display: none;
}
body.newsletter #pages_middle {
	width: 100%;
}

/*------ Pages Newsletter Boxes ------*/

#sub_nav #newsletter, #blog_nav #newsletter {
	position: relative;
	width: 161px;
	height: 66px;
	background: url(/pub/images/subnav-newsletter-bkg.gif);	
	margin-bottom: 12px;
	padding-left: 20px;
	padding-top: 50px;
	padding-left:13px;
	padding-top:38px;
	padding-right: 11px;
	margin-left: -5px;
}
#sub_nav #newsletter div, #blog_nav #newsletter div {
	width:153px;
	height: 20px;
	clear: both;
}
#sub_nav #trxs-trxs, #blog_nav #trxs-trxs {
	float:left;
	width:153px;
	height: 20px;
	padding-top: 6px;
	padding-left: 4px;
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #1b1b1b;
	background: none;
	border: none;
	margin-bottom: 3px;
	font-size: 13px;
}
#sub_nav #newsletter_submit, #sub_nav #newsletter_submit:hover, #sub_nav #newsletter_submit:active, #blog_nav #newsletter_submit, #blog_nav #newsletter_submit:hover, #blog_nav #newsletter_submit:active {
	border-style: none;
	background: url(/pub/images/sm-join.gif) 0px 0px;
	width: 47px;
	height: 21px;
	line-height: 0px;
	text-indent: -999px;
	overflow: hidden;
	font-size: 0px;
	float: right;
	clear: both;
	cursor: pointer;
	margin-top: 2px;
}


/* --- Pagination ---*/
.pagination {
	margin: 15px auto 5px;
	width: 255px;
}

.pagination a {
	padding: 2px 6px;
	background-color: #b5a37b;
	color: #664815;
	text-decoration: none;
	border: 1px solid #be9652;
}
.pagination a:hover, .pagination b {
	padding: 2px 6px;
	background-color: #927537;
	color: #f2dbb2;
	border: 1px solid #be9652;
}
