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

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

body {
    font-size: 12px;
    color: #000000;
    margin: 0;
    padding: 0;
    background: #dedcdd url('/img/bg_grad.jpg') repeat-x top center;
}

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



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: 20px 0 10px 0;
    margin: 0;
}
p.buy {
    max-width: 90%;
}

/**** forms ****/

input[type=text], textarea {
    width: 300px;
}
textarea {
    height: 150px;
}
/*
input[type=submit]{
    border: 1px solid #bbd8a8;
    background-color: #bee1a1;
    color: #2a3b28;
}
*/

.form-error {
    font-size: 10px;
    color: #ff0000;
}

/**** page layout ****/
.page-wrap {
	text-align: left;
	margin: 10px 0 0 0;
}
.page-center {
	text-align: center;
	margin: 0px;
	margin: auto;
	padding: 5px;
    width: 998px;
	background-color: #fff;
}
.header-center {
	text-align: center;
	margin: 0px;
	margin: auto;
    width: 1003px;
	background-color: #fff;
	padding: 0 0 0 5px;
}


/**** header ****/

#header {
    height: 71px;
    padding: 50px 5px 44px 5px;
	text-align: left;
    background: transparent url('/img/header.jpg') no-repeat top left;
}

#logo-img {
    display: none;
}

#header-address {
    display: none;
}

#slogan {
    float: right;
    height: 35px;
    width: 223px;
    margin: 13px 62px 0 0;
/*    background: transparent url('/img/number_bg.gif') no-repeat top left;
	font-size: 20pt;
	color: #FFF422;
	text-align: center;*/
	-moz-opacity: 0.7;
	opacity:.7;
	filter: alpha(opacity=70);
}


/**** navigation ****/
#nav {
    height: 35px;
    padding: 0;
	margin: 0;
    font-size: 10pt;
	font-weight: bold;
	color: #323232;
	text-align: center;
}

#nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nav li {
    float: left;
    width: 159px;
    height: 23px;
    background: url('/img/nav_tab.jpg') no-repeat top right;
	border-right: #bfbfc0 1px solid;
    padding: 7px 0 0 0;
    margin: 0;
    cursor: pointer;
}

#nav .active {
    background: url('/img/nav_tab.jpg') no-repeat bottom left;
	color: #fff;
}

#nav li:hover {
    background: url('/img/nav_tab.jpg') no-repeat bottom left;
	color: #fff;
}

#nav li.active:hover {
    background: url('/img/nav_tab.jpg') no-repeat bottom left;
}

#nav a {
    text-decoration: none;
	color: inherit;
}

#nav a:hover {
    text-decoration: none;
    color: #fff;
}


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

#side-bar-left {
    float: left;
    padding: 0;
	margin: 0 5px 0 0;
	width: 180px;
}

#side-bar-block {
    padding: 10px;
	margin: 0 0 5px 0;
	width: 170px;
	background-color: #eef2e6;
}

#side-bar-block-red {
    padding: 10px;
	margin: 0 0 5px 0;
	width: 170px;
	background: #c41f25 url(/img/sidebar_red_grad.png) repeat-x top left;
}

#side-bar-block-red h2 {
    color: #ffffff;
    text-align: center;
    line-height: 15pt;
}

#side-bar-block-red a {
    color: #ffffff;
}

#side-bar-block.search h2 {
	color: #ED2224;
	font-weight: normal;
	font-size: 16pt;
	padding: 0 0 5px 0;
	margin: 0;
	width: 170px;
	height: 24px;
	line-height: 12pt;
	background: #eef2e6 url(/img/search_icon.png) no-repeat top right;
}

#side-bar-left h2 img {
	vertical-align: middle;
}

#side-bar-block .quote {
    font-size: 12pt;
    padding: 0;
    margin: 0;
    line-height: 16pt;
}

#side-bar-block .quote img {
	vertical-align: top;
}

#side-bar-block a {
	color: #000000;
}

#side-bar-block .more, #side-bar-block-red .more {
    text-align: right;
}

.more img {
    vertical-align: middle;
}

#side-bar-left select {
	width: 170px;
	margin: 0 0 2px 0;
}

#side-bar-left input[type=submit] {
	font-size: 13px;
	color: #fff;
	border: none;
	background: #f00 url(/img/search_submit.gif) no-repeat top left;
	width: 62px;
	height: 27px;
}

#side-bar-right {
    float: right;
    padding: 20px 0 40px 20px;
}

#btn-side-one, #btn-side-two {
    padding: 2px 0 0 39px;
    margin: 0 0 10px 0;
    width: 89px;
    height: 31px;
}

#btn-side-one {
/*    background: url('/img/btn_side_one.jpg') no-repeat top left;*/
}

#btn-side-two {
/*    background: url('/img/btn_side_two.jpg') no-repeat top left;*/
}

#btn-side-one h1, #btn-side-two h1 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    color: #78acc4;
}

#btn-side-one a, #btn-side-two a {
    color: #78acc4;
}

/**** content ****/

#content-wrap {
    text-align: left;
    /*background: url('/img/content_bg.jpg') no-repeat top left;*/
    padding: 0 0 0 0;
    min-height: 374px;
    width: 1008px;
}

#content-wrap-bg {
/*    background: url('/img/main_bg.jpg') repeat-y top left;*/
/*    width: 658px;*/
}

#content-fixed {
/*    min-height: 290px; */
    margin-left: 195px;
}

#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;
/*    background: url('/img/footer_bg.jpg') no-repeat top left;*/
}

#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_corner_tr, .property_corner_br {
    float: right;
}
.property_corner_tl, .property_corner_bl {
    float: left;
}
.property_corner_tr {
    background: url('/img/property_corners_t.png') no-repeat top right;
}
.property_corner_tl {
    background: url('/img/property_corners_t.png') no-repeat top left;
}
.property_corner_br {
    background: url('/img/property_corners_b.png') no-repeat bottom right;
}
.property_corner_bl {
    background: url('/img/property_corners_b.png') no-repeat bottom left;
}

.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;
	width: 245px;
	height: 184px;
	border-color: #303030;
	background-color: #303030;
}

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

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

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

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

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

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

.property_numbers {
	text-align: center;
}
/*

.property_photos {
    margin: 0;
    padding: 0;
	background-color: #3c3c3c;
}
*/
/*
#main_listing {
	padding: 0 5px 0 0;
	text-align: left;
}

#current_image {
	float: left;
	padding: 0 0 0 5px;
	display: inline;
}

#image_listing {
	float: right;
	width: 300px;
	display: inline;
	padding: 0 5px 0 0;
}

#image_listing .thumbnail {
	float: left;
	display: inline;
	padding: 0 5px 5px 0;
}
*/
.clear {
	clear: both;
}

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

.property_view {
    float: left;
}

.property_photo_box {
	background-color: #3c3c3c;
	width: 765px;
}

#large_photo {
	padding: 4px 8px 4px 3px;
	float: left;
	border-width: 0 1px 0 0;
	border-color: #303030;
	border-style: solid;
}

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

#current_photo img {
/*	width: 440px;
	height: 330px;*/
	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;
	border-width: 0 0 0 1px;
	border-color: #555555;
	border-style: solid;
	padding: 0 0 4px 8px;
	height: 334px;
	overflow: auto;
}

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

#property_thumbnails h3 {
	color: #ffffff;
	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: #222222;
}

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