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

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
    font-size: 12px;
    color: #000000;
    margin: 0;
    padding: 0;
}

a:link, a:active, a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #588dc3;
}
a:hover {
    text-decoration: underline;
}

h1 {
    color: #444;
    font-weight: normal;
    font-size: 17px;
}

h2 {
    color: #444;
    font-size: 16px;
    padding: 20px 0;
}


h3 {
    color: #444;
/*    font-weight: bold;*/
    font-size: 14px;
}

p {
    line-height: 18px;
    max-width: 700px;
}

img {
    border: 0;
}

small {
    color: #606060;
}

td {
    padding: 2px 5px;
    vertical-align: top;
    font-size: 12px;
}

hr {
	border-width: 0 0 1px 0;
	border-color: #aaaaaa;
	border-style: dashed;
}

.red {
    color: #ff0000;
}

#team {
    background-color: #333333;
    color: #ffffff;
    border-collapse: collapse;
}

#team td {
    vertical-align: middle;
	border-width: 0 0 1px 0;
	border-color: #ffffff;
	border-style: solid;
    padding: 5px;
}

#team td.details {
    vertical-align: middle;
	border-width: 0 1px 1px 0;
	border-color: #ffffff;
	border-style: solid;
    padding: 5px 15px;
}

.contact td {
    padding: 5px 20px;
}

.right {
    float: right;
}

.left {
    float: left;
}
.text-center {
    text-align: right;
}

h2 {
    line-height: 14px;
}

.clear-item {
    clear: both;
    text-align: center;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.clear {
	clear: both;
}


h2.about {
    color: #839160;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
}
h2.sell {
    color: #C54E1F;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
}
h2.buy {
    color: #588dc3;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
}
p.buy {
    max-width: 90%;
}

/**** forms ****/

input[type=text], textarea {
    width: 300px;
}
textarea {
    height: 150px;
}
.form-error {
    font-size: 10px;
    color: #ff0000;
}

/**** page layout ****/

.page-center {
	padding: 5px;
    width: 740px;
	background-color: #fff;
}
.header-center {
	text-align: center;
	margin: 0px;
	margin: auto;
    width: 744px;
	background-color: #fff;
	padding: 0 0 0 5px;
}


/**** header ****/
#header {
    padding: 50px 5px 20px 5px;
	text-align: left;
}

#slogan {
    float: right;
    height: 35px;
    width: 223px;
    margin: 13px 62px 0 0;
	-moz-opacity: 0.7;
	opacity:.7;
	filter: alpha(opacity=70);
}


/**** navigation ****/
#nav {
    display: none;
}


/**** side-bar ****/

#side-bar-left {
    display: none;
}

/**** content ****/

#content-wrap {
    text-align: left;
    padding: 0 0 0 0;
    min-height: 374px;
    width: 1008px;
}

#content {
    padding: 10px 5px 0 20px;
}

#home #content {
    padding: 0;
}

/**** home ****/

.home-block-1, .home-block-2, .home-block-3 {
    float: left;
    width: 262px;
}

.home-block-1, .home-block-2 {
    margin: 0 7px 0 0;
}

.home-block-1 h2 {
    color: #588dc3;
}

.home-block-2 h2 {
    color: #c54e1f;
}

.home-block-3 h2 {
    color: #839160;
}

.text-wrap {
    margin: 0 10px;
}

.home-block-1 h2.more a {
	font-weight: bold;
    color: #588dc3;
}

.home-block-2 h2.more a {
	font-weight: bold;
    color: #c54e1f;
}

.home-block-3 h2.more a {
	font-weight: bold;
    color: #839160;
}

.home-block-1 h2.more, .home-block-2 h2.more, .home-block-3 h2.more {
	padding: 0;
}

.home-block-1 .more a {
    color: #588dc3;
}

.home-block-2 .more a {
    color: #c54e1f;
}

.home-block-3 .more a {
    color: #839160;
}


/**** footer ****/

#footer {
    text-align: left;
    clear: both;
    margin-top: 60px;
}

#footer-image {
    width: 659px;
    height: 16px;
}

#footer p {
    font-size: 9.5px;
    line-height: 13px;
    color: #606060;
    margin: 5px 0 0 0;
    padding: 0;
}

#copyright-notice {
    font-size: 9px;
    color: #444;
    text-align: right;
    margin: 0 15px 0 0;
}

#copyright-notice p {
    text-align: right;
}

#copyright-notice a {
    color: #666;
}

/**** property listing ****/

#buy a.more-btn, a.more-btn {
    padding: 2px 5px;
    background: url('/img/more_grad.png') repeat-x top right;
    color: #ffffff;
	font-size: 12px;
}

.property_corners {
    height: 4px;
}
.property_corner_tr, .property_corner_br, .property_corner_tl, .property_corner_bl {
    height: 4px;
    width: 4px;
}

.property_content {
    padding: 0 1px 0 0;
}
.property_photo {
	padding: 0 0 1px 0;
	border-width: 0 0 1px 0;
	border-color: #555555;
	border-style: solid;
	margin: 0 0 0 5px;
}

.property {
	float: left;
	background-color: #3c3c3c;
	width: 254px;
	margin: 0 5px 5px 0;
}
.property_summary {
	padding: 5px;
	font-size: 18px;
}

.property_summary_details {
	float: left;
	width: 150px;
}

.property_summary_details h2 {
	font-size: 16px;
	padding: 0;
	margin: 5px 0 0 0;
}

.property_summary_details p {
	font-size: 12px;
	padding: 0;
	margin: 2px 0;
}

.property_summary_info {
	font-size: 18px;
	float: left;
	width: 80px;
}

.property_rooms {
	float: right;
	text-align: right;
}

.property_numbers {
	text-align: center;
}

/****** view property ********/

.property_view {
    float: left;
}

.property_photo_box {
	width: 765px;
}

#large_photo {
	padding: 4px 8px 4px 3px;
	float: left;
}

#current_photo {
	display: inline;
	width: 445px;
	height: 330px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#current_photo img {
	display: inline-block;
	vertical-align: middle;
}

#current_photo span {
    display: inline-block;
    height: 100%;
    width: 1px;
	vertical-align: middle;
}


#property_thumbnails {
	float: left;
	width: 299px;
	display: inline;
	padding: 0 0 4px 8px;
	height: 334px;
	overflow: auto;
}

#image_description h3 {
	padding: 7px 0 10px 14px;
	margin: 0;
	text-align: left;
}

#property_thumbnails h3 {
	padding: 8px 0 10px 14px;
	margin: 0;
}

.property_thumbnail {
	float: left;
	display: inline;
	margin: 2px 0 0 2px;
	height: 71px;
	width: 95px;
	text-align: center;
	background-color: #eeeeee;
}

.property_details {
	float: left;
	font-size: 22px;
	padding: 5px 10px;
	width: 100px;
}

.property_details p {
	font-size: 14px;
	padding: 0;
}

.property_detail {
	margin: 0 20px 0 0;
	padding: 5px 0;
}
.property_description {
    margin: 0 0 0 140px;
    width: 600px;
}
.property_description h2 {
	font-size: 16px;
	border-width: 0 0 1px 0;
	border-color: #eeeeee;
	border-style: solid;
	padding: 0 0 15px 0;
}
.property_description h3 {
	font-size: 12px;
	border-width: 0 0 1px 0;
	border-color: #eeeeee;
	border-style: solid;
	padding: 0 0 15px 0;
}

.back-right {
    text-align: right;
}

.back-right img {
    vertical-align: middle;
}

.back-right a {
    color: #588DC3;
}

.paging {
	text-align: center;
	margin: 0px;
	margin: auto;
}
.paging div {
    display: inline;
}

.testimonials {
    margin: 0 40px 0 0;
}

.testimonial {
    background: url('/img/testimonial_bg.png') no-repeat top left;
    padding: 20px 40px;
}
.customer {
    padding: 10px 0 0 40px;
    font-family: georgia;
    font-style: italic;
    font-size: 15px;
}
