/*-- Global Settings --*/

html { overflow-y:scroll; }

body {
	margin:0px auto;
	background-color:#895e42;
	background-image: url(/pub/images/background.jpg);
	background-attachment: fixed;
	background-position: center top;
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
	font-size: 13px;
	color: #432f22;
}
a {
	text-decoration: underline;
	outline: none;
	color: #895e42;
}
a:hover, a:active {
	text-decoration: underline;
	color: #432F22;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size:19px;
	margin: 0;
}
h2 {
	margin: 0;
	font-size:15px;
}
h3 {
	margin: 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;
	line-height: 20px;
	font-size: 13px;
}

object, object a { outline: none; }

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

/* -- Layout Settings -- */

#container {
	position: relative;
	margin: 10px auto;
	width: 900px;
	padding: 0;
	background-color: #e9cda1;
	background-image: url(/pub/images/container-bg-mid.gif);
}
#top_border {
	background-image: url(/pub/images/container-bg-top.gif);
	height: 14px;
	width: 900px;
	display: block;
	position: relative;
	margin: 0;
}
#bottom_border {
	background-image: url(/pub/images/container-bg-bottom.gif);
	height: 17px;
	width: 900px;
	display: block;
	position: relative;
	margin: 0;
}

#header {
	position: relative;
	width: 836px;
	height: 100px;
	padding: 0px;
	margin: 14px auto 5px;
	background-image: url(/pub/images/header.jpg);
}
#logo {
	position:relative;
	float:left;
	width:185px;
	height:100px;
	padding:0px;
}

#tagline {
	width: 139px;
	height: 97px;
	background: url(/pub/images/tagline.gif) no-repeat;
	float: right;
	margin-top: 14px;
}

#content {
	position:relative;
	margin: 0px auto;
	padding-top: 16px;
	padding-bottom: 10px;
	width: 836px;
	min-height: 450px;
}

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

#footer {
	position:relative;
	width:900px;
	margin: 0px auto 10px auto;
	text-align: center;
	padding: 10px 0 0 0;
}

#footer a {
  text-decoration:none;
}

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

#footer_links {
	margin: 0 auto 10px;
	width: 700px;
	color: #E9CDA1;
}
#footer_links a {
	color: #E9CDA1;
	text-decoration: none;
}
#footer_links a:hover {
	text-decoration: underline;
}
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 {
	display: block;
	width: 104px;
	height: 36px;
	vertical-align: middle;
	position: relative;
	clear: both;
	margin: 0px auto;
	background-image: url(/pub/images/landhub.png);
	overflow: hidden;
	text-indent: -9999px;
}


/*-- Main Navigation --*/

#nav {
	position: relative;
	width: 836px;
	height: 33px;
	margin: 0 auto;
	clear: both;
	background-image: url(/pub/images/nav.gif);
}
#nav li {
	display: inline;
	top: 0;
}
#nav a {
	position: relative;
	float: left;
	display:block;
	overflow: hidden;
	text-indent: -9999px;
	height: 33px;
}
#nav-1 {
	width: 111px;
}
#nav-1:hover, #nav-1:active {
	background-image: url(/pub/images/nav.gif);
	background-position: 0px -33px;
}

#nav-2 {
	width: 118px;
}

#nav-2:hover, #nav-2:active, body.about #nav-2 {
	background-image: url(/pub/images/nav.gif);
	background-position: -111px -33px;
}

#nav-3 {
	width: 111px;
}

#nav-3:hover, #nav-3:active, body.services #nav-3 {
	background-image: url(/pub/images/nav.gif);
	background-position: -229px -33px;
}

#nav-4 {
	width: 186px;
}

#nav-4:hover, #nav-4:active, body.listings #nav-4 {
	background-image: url(/pub/images/nav.gif);
	background-position: -340px -33px;
}

#nav-5 {
	width: 141px;
}

#nav-5:hover, #nav-5:active, body.videos #nav-5 {
	background-image: url(/pub/images/nav.gif);
	background-position: -526px -33px;
}

#nav-6 {
	width: 147px;
}

#nav-6:hover, #nav-6:active, body.resources #nav-6 {
	background-image: url(/pub/images/nav.gif);
	background-position: -667px -33px;
}


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

#sub_nav {
	float:left;
	margin: 0px 20px 0;
	width:185px;
	display: none;
}
body.about #sub_nav, body.videos #sub_nav, body.contact #sub_nav {
	display: none;
}
#sub_nav a {
	text-decoration:none;
}
#sub_nav ul {
	font-size: 13px;
	display: block;
	margin: 3px 0px 15px;
	line-height: 17px;
}
#sub_nav li {
	margin-bottom: 10px;
}
#sub_nav li a {
	text-decoration:none;
}
.sub_nav-activelink, .sub_nav-activelink a {
	font-weight:bold;
	text-decoration: none;
}
.sub_nav-header {
	margin:0 0 5px 0px;
}

li.list_title h3, li.list-title h3 a {
	display: bloc;
	margin-left: -5px;
	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;
	z-index: 100;
	display: none;
}

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

/*-- End Global Settings --*/


/*-- Homepage --*/

#homepage_left {
	float:left;
	margin-right:20px;
	margin-top:-10px;
	width:496px;
}
#homepage_right {
	float: left;
	width: 320px;
	margin-top: -10px;
}
#homepage_slideshow {
	width: 496px;
	height: 264px;
	background-image: url(/pub/images/slideshow-filler.jpg);
	margin-bottom: 10px;
	overflow: hidden;
}

#homepage_listings {
	background-color: #2a2925;
	width: 580px;
	margin: 0 auto 0;
	clear: both;
	padding-bottom: 10px;
}
#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: 580px;
	height: 29px;
	margin-bottom: 10px;
	clear: both;
}
#homepage_about p {
	margin-left: 4px;
	margin-right: 4px;
	text-align: justify;
}
#homepage_about h2 {
	display: block;
	border-top: 1px solid #9e8159;
	border-bottom: 1px solid #9e8159;
	background-color: #dcbf90;
	margin: 0 0 3px 0;
	padding: 4px 8px 0px;
}
#homepage_about img {
	float: right;
	margin: 3px 0 5px 15px;
}
#homepage_searchListings {
	clear: both;
	width: 320px;
	display: block;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
#homepage_searchListings #searchBox_Flash {
	width: 112px;
	height: 173px;
	float: left;
	position: relative;
	margin: 0 15px 0 0;
}
#homepage_searchListings .search_listingsForm {
	margin: 20px auto 0;
	width: 180px;
/*	float: left;*/
}

#homepage_newsletter {
	position: relative;
	width:297px;
	height:47px;
	background: url(/pub/images/newsletterbox-bg.gif);	
	clear: both;
	margin-bottom: 20px;
	padding:75px 0 0 23px;
}
#homepage_newsletter div {
	float: left;
	width: 200px;
}
#homepage_newsletter form {
	margin-left: 8px;
}
#dhjujl-dhjujl {
	width:184px;
	height: 18px;
	padding-top: 8px;
	padding-left: 4px;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	color: #1b1b1b;
	background: none;
	border: none;
	font-size: 11px;
}
#newsletter_submit {
	border-style: none;
	background: none;
	width: 59px;
	height: 28px;
	line-height: 0px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0px;
	float: left;
	cursor: pointer;
}
#homepage_socialMedia {
	position: relative;
	width: 256px;
	margin: 0 auto 15px;
	height: 39px;
}
#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;
}
p#twitter {
	width: 70px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
	line-height: 13px;
}
p#facebook {
	width: 102px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
	line-height: 13px;
}
#homepage_socialMedia span {
	display: block;
}
#homepage_socialMedia a:hover span {
	text-decoration: underline;
}
#homepage_newsBlog {
	position: relative;
	width: 318px;
	margin-bottom: 15px;
	border: 1px solid #c3a372;
	background-color: #f6dfbb;
	padding-bottom: 7px;
	background-image: url(/pub/images/pushpin.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#homepage_newsBlog h2 {
	display: block;
	background: url(/pub/images/h2-latest-news.gif);
	margin: 6px 0 0 7px;
}
#homepage_newsBlog p {
	font-size: 12px;
	line-height: 19px;
	text-align: justify;
	padding-left: 12px;
	padding-right: 12px;
	color: #432f22;
	margin: 0;
	padding-bottom: 5px;
}
#homepage_newsBlog p a {
	color: #432f22;
	font-weight: bold;
}
#homepage_newsBlog h3 a  {
	font-size: 14px;
	line-height: 22px;
	text-decoration:none;
	padding-left: 12px;
	color: #432f22;
}
#homepage_newsBlog h3 a:hover {
	font-size: 14px;
	margin: 3px 0 5px 0;
	text-decoration:underline;
}
.homepage-blognews-info {
	font-size: 11px;
	margin: 0 0 4px 0;
	color: #beab82;
	margin-left: 10px;
}

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

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

#pages_middle {
	position: relative;
	float: left;
	margin: 0px 30px 0 0;
	width: 580px;
	padding-bottom: 10px;
	display: block;
}

#pages_middle h1 {
	margin-bottom: 10px;
}
#pages_middle h2 {
	margin: 15px 0 7px;
	font-size: 15px;
	font-weight: bold;
}
#pages_middle h3 {
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: bold;
}
#pages_middle p {
	margin-bottom: 10px;
}
#pages_middle ul {
	margin: 5px 0 15px 10px;
}
#pages_middle li {
	margin-bottom: 4px;
	list-style-type: circle;
	list-style-position: inside;
}

#pages_middle #islideshow {
	margin-bottom: 6px;
	overflow: hidden;
	height: 190px;
	width: 280px;
}

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

#pages_searchListings {
	width: 225px;
	display: block;
	padding: 0;
	margin-top: 0;
	margin-bottom: 15px;
	float: left;
}
#pages_searchListings h2 {
	text-align: center;
	margin: 0;
}
#pages_searchListings #searchBox_Flash {
	width: 112px;
	height: 173px;
	float: left;
	position: relative;
	margin: 0 15px 0 0;
}
#pages_searchListings .search_listingsForm {
	margin: 20px auto 0;
	width: 180px;
/*	float: left;*/
}.photo_right {
	float: right;
	margin: 0 0 5px 15px;
}

#contact_pageForm {
	
}
#contact_pageForm h2 {
	text-align: left;
	margin: 0 0 6px 30px;
}
#contact_pageForm .form_section {
	clear: both;
/*	height: 30px;*/
	display: block;
	width: 400px;
}
#contact_pageForm .comments_section {
	clear: both;
	height: 100px;
	display: block;
	width: 400px;
	margin: 0;
}
#contact_pageForm label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
#contact_pageForm input {
	float: left;
	width: 200px;
	background-color: #f9f9f9;
	border: 1px solid #132905;
	padding: 5px 3px;
	margin: 0 0 4px;
}
#contact_pageForm select {
	float: left;
	width: 208px;
	background-color: #f9f9f9;
	border: 1px solid #132905;
	padding: 5px 3px;
	margin: 0 0 4px;
}
#contact_pageForm textarea {
	float: left;
	width: 200px;
	height: 70px;
	background-color: #f9f9f9;
	border: 1px solid #132905;
	padding: 5px 3px;
	margin: 0;
}
input#submit {
	width: 70px;
	margin-left: 110px;
	cursor: pointer;
}

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

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

#listings_listings {
	float: left;
	margin-right: 9px;
	width: 570px;
}
#listings_listings h1 {
	margin-bottom: 8px;
}
#listings_list {
	position:relative;
	height:auto;
	padding:0px;
}
.listings_listItem {
	width: 500px;
	margin: 0 auto;
	padding: 8px;
}
.listings_listPhoto {
	float: left;
	width: 180px;
	display: block;
	height: 100px;
}
.listings_listPhoto img{
	width: 165px;
	height: auto;
	margin: 5px auto 0;
}

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

.listings_listDetails .title {
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 3px 0;
}
.listings_listDetails .title a {
	text-decoration: none;
}
.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:595px;
	cursor:pointer;
	margin-bottom: 10px;
}
.listings-list-table tr {
	border-bottom: 1px dotted #132905;
}
.listings-list-table td {
	padding:4px 4px;
	font-size:13px;
	height:35px;
}
.listings-list-table td.even {  }

.listings-list-table th {
	background-color: #DCBF90;
	border-bottom: 1px solid #9e8159;
	border-top: 1px solid #9e8159;
	font-size: 14px;
	padding: 8px 5px;
	text-align: left;
}
.listings-list-table th tr {
	border-bottom: none;
}
.listings-list-table th a {
	color: #3e2c1f;
	text-decoration: none;
}
.listings-list-table a {
	font-size:12px;
}
.listings-td-name a {
	font-size:12px;
	text-decoration:none;
	text-align: left;
}
th.th-price, .listings-td-price {
	text-align: center;
}
th.th-county, .listings-td-county {
	width: 80px;
	text-align: center;
}
.listings-td-acres {
	width: 60px;
	text-align: center;
}
th.th-status, .listings-td-status {
	font-size:12px;
	text-align: center;
}

.pagination {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 14px;
}
.pagination a {
	font-size: 14px;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px 12px 3px;
	outline: 1px solid #0b5206;
}
.pagination b {
	margin: 0 1px;
	padding: 5px 12px 3px;
	outline: none;
}

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

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

#listings_searchListings h2 {
	text-align: center;
}

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

#listings_searchListings #searchBox_Flash {
	margin:8px auto 15px;
	width:118px;
}

#listing_titleRow {
	display: table-row;
	padding: 5px;
	background-color: #9e8159;
}

#searchbox_flash {
  padding-right: 5px;
}

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



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

#view_listing {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:900px;
	height:auto;
	padding:0px 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: 405px;
	float: left;
}
#view_rightColumn h1 {
	margin-bottom: 15px;
}

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

#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: 100%;
}

#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: none;
	margin-top: 5px;
	padding: 3px;
}
.view_contactForm textarea {
	display: block;
	width: 115px;
	float: left;
	font-size: 12px;
	height: 40px;
	border: none;
	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;
}

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

#searchBox_Flash {
	display: none
}

.search_listingsForm {
	margin: 0 auto;
}

.search_listingsForm label {
	float: left;
	display: block;
	width: 48px;
	font-size: 11px;
	margin-top: 4px;
}

#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 {
	margin-bottom: 7px;
}
#search_submit {
	
}
.search_listingsForm .sf-button {
	height: 28px;
	width: 73px;
	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;
	cursor: pointer;
	float: right;
}
.search_all {
	position: relative;
	text-align: center;
	clear: both;
}

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

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

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

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

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

#blog_middle p {
	line-height: 20px;
}

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

.postslist-post {
	margin: 0;
	padding:13px 0px 10px;
	position: relative;
	display: block;
}
.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 10px 10px
}
a.blog_rss-a {
	font-size:11px;
	text-decoration: none;
}

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

.postslist-info {
	font-size: 11px;
	line-height: 22px;
	margin-bottom: 5px;
}
.form-message {
	color:#000000;
	margin:5px;
	padding:5px;
	text-align:center;
	width:879px;
}

/*-- Contact Page Form --*/

#contact_form label {
	padding-top: 4px;
}
#contact_form input {
	width: 150px;
	padding: 5px;
	border: 1px solid #aa8b64;
	background-color: #fff;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0;
}
#contact_form textarea {
	width: 150px;
	height: 70px;
	padding: 5px;
	border: 1px solid #aa8b64;
	background-color: #fff;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", serif;
	margin: 1px 0 0 0;
}
#contact_form #submit {
	background: url(/pub/images/submit.gif) repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	float:left;
	font-size:0;
	height:28px;
	line-height:0;
	margin-top:4px;
	overflow:hidden;
	position:relative;
	text-indent:-999px;
	width:73px;
}


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

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