@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
}

img { border: none; }
a {
	color: #288be5;
	text-decoration: none;
}
a:hover { color: #1485ba; }
p {
	margin: 5px 0 10px 0;
	line-height: 1.5;
}
h1 {
	font-size: 32px;
	color: #288be5;
	font-weight: normal;
	margin-bottom: 15px;
}
ul, ol {
	margin-left: 25px;
	line-height: 1.5;
}

.clear { clear: both; }

#container {
	width: 100%;
	min-height: 100%;
	position: absolute;
}

#top_bar {
	width: 100%;
	height: 30px;
	background-color: #a4967e;
}
#top_bar_content {
	width: 980px;
	margin: auto;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: relative;
}
#facebook {
	position: absolute;
	top: 3px;
	right: 3px;
}

#header {
	width: 100%;
	height: 127px;
	background-color: #e0d3bc;
}
#header_content {
	width: 980px;
	height: 127px;
	margin: auto;
	background: url('images/logo.jpg');
	position: relative;
}
#header_content ul {
	list-style-type: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#header_content ul li, #header_content ul li a {
	diaplay: block;
	float: left;
}
#header_content ul li a {
	padding: 5px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
}
#header_content ul li a:hover, #header_content ul li a.active { color: #1485ba; }
#header_content ul li a:active { color: #288be5; }

#middle_container1 {
	width: 100%;
	min-height: 520px;
	background: url('images/middle_bg.jpg');
	overflow: hidden;
}
#middle_container2 {
	width: 100%;
	min-height: 520px;
	background: url('images/middle_bg2.jpg') top center no-repeat;
}
#middle_home_container {
	width: 814px;
	margin: auto;
	overflow: hidden;
	height: 400px;
}
#arrow_left, #arrow_right {
	display: block;
	float: left;
	width: 54px;
	height: 112px;
	margin-top: 137px;
	overflow: hidden;
	text-indent: -9999px;
}
#arrow_left { background: url('images/arrow.png') 0 0; }
#arrow_left:hover { background-position: 0 -112px; }
#arrow_right { background: url('images/arrow.png') -54px 0; }
#arrow_right:hover { background-position: -54px -112px; }
#middle_home_content {
	float: left;
	width: 706px;
	height: 355px;
	margin-top: 31px;
}
.featured_content {
	float: left;
	width: 685px;
	height: 345px;
	padding: 10px 10px 0 11px;
	background: #fff url('images/middle_content_bg.jpg');
}
.featured_content .featured_img {
	width: 685px;
	height: 282px;
}

#middle_home_content .price {
	display: block;
	width: 105px;
	height: 45px;
	padding: 5px 10px;
	float: right;
	text-align: right;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #0077df;
}
#middle_home_content .price p {
	margin: 0;
	padding: 0;
	line-height: 45px;
}
#middle_home_content .description {
	display: block;
	float: left;
	width: 540px;
	height: 45px;
	padding: 5px 10px;
	font-size: 12px;
	color: #717375;
}
#middle_bottom {
	width: 100%;
	height: 3px;
	background: url('images/middle_bottom_bg.jpg');
}

#home_left {
	float: left;
	width: 50%;
	min-height: 208px;
	background: url('images/home_left_bg_repeat.jpg') repeat-x;
	margin: 65px 0 55px 0;
}
#home_left_divider {
	float: right;
	width: 25px;
	min-height: 208px;
	background-color: #000;
}
#home_left_content {
	float: right;
	width: 340px;
	min-height: 148px;
	padding: 60px 30px 0 0;
	background: url('images/home_left_content_bg.jpg') top right no-repeat;
}
#home_left_content span {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	line-height: 25px;
}
#home_left_content label {
	float: left;
	background: url('images/textbox_bg.jpg') repeat-x;
	padding: 2px 5px;
	color: #000;
	height: 21px;
	line-height: 21px;
	width: 190px;
	text-align: right;
	overflow: hidden;
}
#home_left_content label span {
	float: left;
	margin-right: 5px;
	line-height: 21px;
	width: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#home_left_content input[type=text] {
	height: 18px;
	line-height: 18px;
	width: 165px;
	border: 1px solid #9f9f9f;
}
#home_left_content select {
	width: 165px;
	border: 1px solid #9f9f9f;
}
#home_left_content input[type=submit] {
	border: none;
	padding: 5px 10px;
	background-color: #0661b3;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	float: right;
	border-radius: 10px;
}
#home_left_content input[type=submit]:hover { background-color: #5ea0db; }
#home_left_content input[type=submit]:active { background-color: #064278; }
#home_left_content .clear { height: 15px; }

#home_right {
	float: left;
	width: 50%;
	height: 208px;
	background: url('images/home_right_bg_repeat.jpg') repeat-x;
	margin: 65px 0 55px 0;
}
#home_right_divider {
	float: left;
	width: 25px;
	height: 208px;
	background-color: #000;
}
#home_right_content {
	float: left;
	width: 380px;
	height: 133px;
	padding: 75px 0 0 42px;
	background: url('images/home_right_content_bg.jpg') no-repeat;
	line-height: 1.5;
}
#home_right_content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #288be5;
}
#home_right_content span { font-size: 24px; }

#home_quote {
	clear: both;
	width: 600px;
	margin: 15px auto 0 auto;
	font-size: 30px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-shadow: 3px 3px 5px #000;
}

#footer {
	clear: both;
	width: 100%;
	height: 55px;
	margin-bottom: -55px;
	position: absolute;
	bottom: 0;
	background: url('images/footer_bg.jpg');
}
#footer_content {
	width: 880px;
	padding: 10px 50px 0 50px;
	margin: auto;
	font-size: 11px;
	color: #000;
	position: relative;
}
#realtor {
	position: absolute;
	top: 3px;
	left: 437px;
}
#equal_housing {
	position: absolute;
	top: 3px;
	left: 500px;
}
#footer_content span {
	float: right;
	text-align: right;
	margin-top: 10px;
}

#middle_other_content {
	width: 900px;
	margin: 25px auto;
	padding: 25px;
}

.content-block {
	padding: 25px;
	background-color: #fff;
	color: #000;
	margin: 25px 0;
	overflow: hidden;
}
.content-block h2 {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #288be5;
}
.content-block.agent h2 span {
	float: right;
	font-size: 22px;
}
.content-block h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 10px 0;
}
.content-block .title { font-size: 12px; }
.content-block.agent .title span { float: right; }

.agent img {
	float: left;
	background-color: #fff;
	padding: 0 10px 10px 0;
}
.agent ul { float: left; }

.content-block.links ul { list-style-type: none; }
.content-block.links ul li span {
	float: left;
	width: 300px;
}
.content-block.links ul li {
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}


/* Listing page */
.photoBox { float: left; width: 550px; min-height: 1000px; margin: 0 20px 0 0;font-family: Arial, Helvetica, sans-serif; }
.photoBox .lrgPhoto { float: left; width: 550px; }
.photoBox .lrgPhoto img { padding: 4px; width: 530px; }
.photoBox .thumbPhoto { float: left; width: 120px; margin: 4px; }
.photoBox .thumbPhoto img { float: left; width: 120px; padding: 4px; }
.photoBox p { font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; }

.listInfo {
	float: left;
	width: 276px;
	margin: 0px 10px 0 10px;
	padding: 15px;
	background: url('images/form_line2_bg.png');
}
.listInfo h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.listInfo h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

.listingBlock1, .listingBlock0 {
	clear: both;
	float: left;
	width: 660px;
	height: 120px;
	margin:4px auto;
	border-radius: 5px;
	padding-left:10px;
	}

.listingBlock0 { background: #fff; }
.listingBlock1 { background: #fff; }

.listingBlock0 img, .listingBlock1 img {
	float: left;
	margin: 14px 14px 14px 0px;
	}
	
.smaller { font-size: 12px; line-height: 20px; color:#333; font-family: Arial, Helvetica, sans-serif; }
a.listMore { display: block; background: #eee url(images/details.png) no-repeat bottom center; float: left; height: 120px; width: 100px; margin:4px 0 0 10px; border-radius: 5px; }
a.listMore:hover { background: #ffffff url(images/details.png) no-repeat bottom center; }
.listMore p { display:none; }
#dynloadarea img { width: 530px; }
.clearBoth { height:1px; clear:both; line-height:0; font-size:1px; }

#contact_form {
	width: 285px;
	float: left;
}
#contact_form label {
	clear: left;
	float: left;
	width: 275px;
	margin-top: 10px;
	background: url('images/textbox_bg.jpg') repeat-x;
	padding: 2px 5px;
	color: #000;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
}
#contact_form label span {
	float: left;
	line-height: 21px;
	width: 115px;
	font-weight: bold;
	color: #000;
}
#contact_form input[type=text] {
	float: left;
	width: 155px;
}
#contact_form textarea {
	clear: both;
	float: left;
	width: 283px;
	height: 100px;
	border-width: 1px;
}
#contact_form label.error span { color: #f00; }
#contact_form input[type=submit] {
	clear: both;
	border: none;
	padding: 5px 10px;
	background-color: #0661b3;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	float: right;
	border-radius: 10px;
	margin: 15px 0;
}
#contact_form input[type=submit]:hover { background-color: #5ea0db; }
#contact_form input[type=submit]:active { background-color: #064278; }

.contact-page {
	float: left;
	margin: 10px 0 10px 50px;
	width: 500px;
	line-height: 1.75;
}
.contact-page .col_half span {
	display: block;
	width: 75px;
	font-weight: bold;
	float: left;
}

.listings_holder {
	width:219px;
	height:219px;
	margin:2px;
	float:left;
}

.listings_holder:hover {margin:-5px 2px 2px 2px;}

.col_half {
	float: left;
	width: 50%;
}

