﻿#listings {
	position: relative;
	width: 620px;
	padding: 5px;
}
#listings.wine strong, #listings.wine h1 {
	color: #650829;
}
#listings.leaf strong, #listings.leaf h1 {
	color: #81A53E;
}
#listings.fire strong, #listings.fire h1 {
	color: #F48620;
}
#listings.sky strong, #listings.sky h1 {
	color: #413839;
}
#listings.stone strong, #listings.stone h1 {
	color: #988A80;
}
#listings.char strong, #listings.char h1 {
	color: #3C3632;
}

.featured_listing {
	position: relative;
	width: 610px;
	min-height: 120px;
	background: #ebf7fd url('../images/bg_blue.gif') left bottom repeat-x scroll;
	padding: 0px;
	margin: 0px;
}
.enhanced_listing {
	position: relative;
	width: 610px;
	min-height: 120px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}
.basic_listing {
	position: relative;
	width: 610px;
	float: left;
	min-height: 30px;
	background-color: #fff;
	border-bottom: 1px solid #96CDE3;
	padding: 0px;
	margin: 0px;
}
#listings h4 {
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
#listings p {
	padding-bottom: 10px;
}
.phone_no {
	position: absolute;
	left: 360px;
}
#listings .basic_listing h4 a {
	position: relative;
	left: 0;
}
#listings .basic_listing a {
	position: absolute;
	left: 520px;
}
#listings p, #listings ul, #listings li, #listings h4 {
	color: #3C3632;
}
#listings h1 {
	margin-left: 20px;
}
#listings .basic_listing h4, #listings .basic_listing p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.listing_content {
	position: relative;
	width: 570px;
	padding: 10px 20px 10px 20px;
}
.featured_listing .listing_content {
	width: 430px;
	min-height: 140px;
}
.basic_listing .listing_content {
	padding: 10px 20px 10px 20px;
}
.listing_photo {
	position: absolute;
	width: 120px;
	height: 120px;
	border: 1px solid #fff;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	top: 20px;
	left: 470px;
}
.listing_anchor {
	position: relative;
	width: 630px;
	height: 20px;
	clear: both;
}
.spacer {
	position: relative;
	height: 20px;
	clear: both;
}

/* ---------- featured styles ---------- */

#featured_content_wrapper {
	position: relative;
	width: 950px;
	min-height: 240px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
#featured_content {
	position: relative;
	width: 910px;
	padding: 20px;
}
#back_button {
	position: relative;
	width: 800px;
	padding: 10px;
	float: left;
}
#back_button a {
	color: #81A53E;
}
#featured_content #left_col {
	margin: 0px;
}
#featured_photo {
	position: relative;
	width: 300px;
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 20px;
}
#google_map {
	width: 300px;
	height: 200px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#featured_content_details {
	position: relative;
	float: left;
	clear: none;
	width: 590px;
	min-height: 240px;
	margin: 0px 0px 20px 20px;
}
#basic_content_details {
	position: relative;
	float: left;
	clear: none;
	width: 720px;
	min-height: 240px;
	margin: 0px 0px 20px 20px;
}
#featured_video {
	position: relative;
	float: left;
	clear: none;
	width: 320px;
	margin: 0px 0px 20px 20px;
}
#featured_contact {
	position: relative;
	float: left;
	clear: none;
	/*width: 250px;*/
	margin: 0px 0px 20px 20px;
	border-top: 1px solid #988A80;
}
#featured_contact img {
	margin: 10px 0px 10px 10px;
}
#featured_content_details p, #basic_content_details p {
	color: #3C3632;
	padding-top: 10px;
}
.content_anchor {
	position: relative;
	width: 910px;
	height: 1px;
	clear: both;
}
