body {
	border-top: 4px solid #CCCC99;
	background-color: #FFFFCC;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

body, h1, h2, h3, h4 {
	color: #333333;
	margin: 0;
}

h1, h2, h3, h4 {
	font-family: Arial, Verdana;
}

h4 {
	background-color: #CCCCCC;
	margin-bottom: 3px;
	font-weight: bold;
	padding: 3px;
}

h1 {
	font-size: 20px;
}

h2 {
	margin-bottom: 5px;
	font-weight: bold;
}

h3 {
	margin-bottom: 3px;
}

.nav_categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav_categories li {
	margin: 5px 0;
}

div#header {
	margin-top: 15px;
}	

div#header #logo {
	float: left;
}

div#lead_banner {
	float: left;
	margin-left: 50px;
	padding-top: 20px;
}

div#lead_banner_logged_in {
	float: left;
	margin-left: 25px;
	padding-top: 8px;
}

div#header #header_links {
	float: right;
	line-height: 100px;
	margin-right: 10px;
}

.link {
	color: #666666;
}

.link:hover {
	color: #000000;
	text-decoration: none;
}

.dark_link {
	color: #333333;
}

.dark_link:hover {
	color: #000000;
	text-decoration: none;
}

div#nav {
	background: url(../images/nav_background.png);
	background-repeat: none;
	height: 50px;
}

div#nav ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
}

div#nav ul li {
	margin-right: 10px;
	line-height: 50px;
	font-family: Arial;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
}

div#nav .separator {
	color: #996600;
}

div#nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}

div#nav a:hover, div#nav .nav_selected {
	color: #663300;
	background-color: #FFFFCC;
}

div#main_content {
	background-image: url(../images/canvas_middle.png);
	background-repeat: repeat-y;
	min-height: 450px;
}

div#main_content_single_column {
	background-image: url(../images/canvas_single_column.png);
	background-repeat: repeat-y;
	min-height: 450px;
}

div#single_column_content {
	width: 940px;
	margin-left: 15px;
	padding-top: 15px;
}

div#terms_content {
	width: 920px;
	margin-left: 20px;
	padding-top: 10px;
}

div#left_content {
	width: 675px;
	margin-left: 18px;
	margin-top: 15px;
}

div#main_photo_left {
	width: 257px;
	height: 250px;
	float: left;
	background-image: url(../images/main_left_background.png);
	background-repeat: none;
}

div#main_photo_left p {
	color: #FFFFFF;
	line-height: 25px;
	font-size: 14px;
	padding: 12px;
}

div#main_photo_right {
	width: 415px;
	height: 250px;
	float: left;
}

div#right_content {
	margin-top: 15px;
	margin-left: 12px;
}

div#bottom {
	background: url(../images/canvas_bottom.png);
	background-repeat: none;
	height: 25px;
}

div#footer {
	text-align: center;
	margin-top: 30px;
	height: 75px;
	padding-top: 60px;
	background-color: #CCCC99;
	font-size: 11px;
	color: #333333;
}

.container {
	width: 960px;
}

.widget {
	background-color: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}

.widget_title {
	font-size: 14px;
	text-align: center;
	background-color: #EBEDB3;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	color: #333333;
	padding: 5px;
}

.widget_box {
	padding: 10px;
}

.bold_widget {
	background-color: #EBEDB3;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.center {
	text-align: center;
}

.icon_title {
	color: #666666;
	font-size: 16px;	
	
}

.icon_column {
	width: 85px;
	margin: 10px;
}

.icon_column_right {
	width: 90px;
	margin: 10px;
	border-left: 1px solid #CCCCCC;
	padding-left: 8px;
}

.icon_box {
	margin: 5px 0;	
}

.price {
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}

.email_box {
	padding: 10px;
}

.email_box img {
	padding-left: 5px;
	padding-bottom: 10px;
	float: right;
}

.email_box form {
	margin-top: 10px;
}

.brown, .brown_link, .big_brown_link, .medium_brown_link, #main_content a {
	color: #4C2600;
}

.bold {
	font-weight: bold;
}

.big_brown_link {
	font-size: 16px;
}

.medium_brown_link {
	font-size: 14px;
}

.section, .find_properties_section {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #EBEDB3;
}

.resource_section {
	background-color: #EBEDB3;
	padding: 10px;
}

.featured_section {
	background-color: #D3BC7D;
	padding-top: 10px;
}

.find_properties_section {
	background-color: #D7D8AE;
}

.section .input {
	width: 400px;
	font-size: 16px;
	padding: 3px;
}

.section_header {
	margin-top: 15px;
	padding: 5px; 
	background-color: #663300;
}

.section_header h3 {
	color: #FFFFFF;
}

.input {
	width: 300px;
	font-size: 16px;
}

.form_helper_text {
	margin: 2px 0;
}

.valign_middle {
	vertical-align: middle;
}

.article_list {
	list-style: none;
	/*list-style-image: url(../images/article_bullet.png);*/
	margin-top: 10px;
}

.article_list li {
	margin: 15px 0px;
}

.bulleted_list {
	list-style: none;
	list-style-image: url(../images/bullet.png);
	margin-top: 10px;
}

.bulleted_list li {
	margin: 8px 0;
}

.property_list {
	list-style: none;
	margin-top: 15px;
}

.property_list li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.property_list li .left {
	float: left;
	width: 125px;
	margin-right: 15px;
}

.property_list li .right {
	float: left;
	width: 475px;
}

.property_list .size {
	margin: 10px 0;
}

.property_thumbs {
	margin-top: 10px;
}

.property_thumbs img {
	margin-right: 3px;
}

.img_border {
	border: 2px solid #CCCCCC;
}

.padded_box {
	padding: 15px;
}

.property_section {
	line-height: 22px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.property_section_headline {
	font-weight: bold;
	font-size: 14px;
}

div#map {
	width: 675px;
	height: 325px;
	margin-bottom: 15px;
	margin-top: 5px;
}

div#map_search {
	width: 930px;
	height: 550px;
}

div#region_search {
	width: 930px;
	height: 550px;
}

div#property_header{
	padding: 10px;
	background-color: #EEEEEE;
	margin-bottom: 15px;
}

div#property_header div#left {
	width: 375px;
	margin-right: 10px;
	float: left;
}

div#property_header div#right {
	width: 265px;
	float: left;
}

div#property_header img {
	border: 2px solid #CCCCCC;
}

div#property_size {
	color: #3F9301;
	font-size: 16px;
	margin: 5px 0;
	font-weight: bold;
}

div#subnav {
	background: url(../images/subnav_background.png);
	background-repeat: repeat-y;
	padding: 2px 15px 8px 15px;
}

div#subnav a {
	color: #333333;
}

div#subnav a:hover {
	text-decoration: none;
	color: #000000;
}

div#subnav .selected {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.search_container {
	margin-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

#entryform label {
	font-size: 14px;
}

#entryform .field {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

.big_field {
	width: 600px;
}

.small_field {
	width: 150px;
	font-size: 14px;
}

textarea {
	font-family: Verdana;
}

.small_textarea {
	width: 600px;
	height: 100px;
	font-size: 13px;
}

.large_textarea {
	width: 600px;
	height: 250px;
	font-size: 13px;
}

div#property_contact_form {
	background-color: #E3E3E3;
	padding: 15px;
}

.contract_pending {
	margin-right: 5px;
	padding: 2px 5px;
	color: #000000;
	background-color: #FFFF00;
	border: 1px solid #FFCC00;
}

.sold {
	margin-right: 5px;
	padding: 2px 5px;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 1px solid #990000;
}

.featured_home {
	float: left;
	width: 312px;
	margin: 10px;
}

.featured_img {
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	overflow: hidden;
}

.banner-static {
	list-style: none;
	margin: 0;
	padding: 0;
}

.banner {
	list-style: none;
	margin: 0;
	padding: 0;
}

.banner li, .banner-static li {
	margin-bottom: 10px;
}

.required {
	color: #660000;
}

.blog {
	line-height: 22px;
}

.blog_left_img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog_right_img {
	margin-left: 10px;
	margin-bottom: 10px;
}

.bio_container {
	margin-top: 5px;
}

.bio_photo {
	border: 2px solid #CCCCCC;
}

.quiet {
	color: #333333;
}

.paginate {
	text-align: right;
}

