/* basics */
html {
	
}
body {
	padding: 0;
	margin: 0;
	background: #f2f3ee url("/images/bg/body.jpg");
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}

a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #3cf;
	text-decoration: underline;
}
a:active {
	color: #3cf;
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	display: none;
}
h2 {
	font: normal 22px 'Trebuchet MS', Arial, Verdana, sans-serif;
}
h3 {
	margin: 6px 0 0 0;
	border-bottom: 1px #cdcdcd solid;
	font: 16px 'Trebuchet MS', Arial, Verdana, sans-serif;
	text-align: center;
}
h5 {
	font: normal 18px 'Trebuchet MS', Arial, Verdana, sans-serif;
}
	
h6#breadcrumb {
	padding: 2px 0 0 14px;
	font: 10px arial, geneva, verdana, sans-serif;
}
	
p {
	font: 12px 'Trebuchet MS', Arial, Verdana, sans-serif;
}

hr {
 	margin-top: 12px;
 	margin-bottom: 12px;
	border: 0;
	color: #069;
	background: #069;
	height: 1px;
	width: 80%;
	clear: both;
	text-align: center;
}

.alert {
	color: #c00;
}


/* layout blocks */
#masthead {
	padding: 49px 0 0 0;
	background: #fff url("/images/bg/masthead.jpg") no-repeat;
	height: 80px;
}
	
#container1 {
	margin: 0 auto;
	background: #fff url("/images/bg/container.jpg") repeat-y;
	text-align: left;
	width: 917px;
	height: 100%;
}
#container2 {
	padding: 0 13px;
	height: 100%;
}
	
#body {
	margin: 0 10px;
	border: 5px #f2f3ee solid;
}

#content1 {
	border: 1px #d9dad7 solid;
	min-height: 700px;
}
#content1 .content {
	padding: 0 13px;
/*	height: 100%;*/
}

#content2 {
	border: 1px #d9dad7 solid;
	background: url("/images/bg/main-content.jpg") right repeat-y;
	min-height: 700px;
}
#content2 .content {
	margin: 0 198px 0 0;
	padding: 0 28px 14px 14px;
	height: 100%;
}

#toolbar {
	padding: 0 0 8px 0;
}

.content h6 {
	padding: 4px;
	background: #036f99 url("/images/bg/table-head.gif") repeat-x;
	font: bold 12px 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #fff;
	vertical-align: top;
	text-align: left;
	margin: 5px 0 3px 0;
}


/* MAIN MENU
----------------------------------------------- */
#menu {
height:19px;
list-style-type:none;
margin:0pt;
padding:0pt;
width:754px;
float: left;
}

#menu li {
	width: 16.5%;
	float: left;
	height: 19px;
}

#menu li a {
	padding: 9px 0;
	font: bold 15px 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 19px;
}
#menu li a:hover {
	color: #3ff;
}
#menu li.active a {
	color: #3ff;
}

/* SIDE BAR
----------------------------------------------- */
#sidebar {
	padding: 16px 0 0 0;
	width: 198px;
	float: right;
	font: 11px 'Trebuchet MS', Arial, Verdana, sans-serif;
	text-align: right;
	height: 16px;
}

#sidebar a {
	margin: 0;
	padding-top: 3px;
	font: 11px 'Trebuchet MS', Arial, Verdana, sans-serif;
	text-align: right;
	height: 16px;
}
	
#sidebar ul {
	margin: 0 8px 0 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	border-top: #B7B7B7 1px solid;
	font: 11px 'Trebuchet MS', Arial, Verdana, sans-serif;
	height: 18px;
}

#sidebar ul li a {
	margin: 0;
	padding: 2px 8px 2px 12px;
	font: 12px 'trebuchet ms', verdana, arial, sans-serif;
	text-decoration: none;
	text-align: right;
	display: block;
}
#sidebar ul li a:hover {
	background: #B7B7B7;
	color: #fff;
}

#sidebar ul li.active, #sidebar ul li a.active {
	background: #B7B7B7 url("/images/elements/arrow-sub-menu.gif") left no-repeat;
	color: #069;
	text-align: left;
}
#sidebar h4 {
	margin: 4px 0 12px 5px;
	background: url("/images/bg/column-heading.gif") center no-repeat;
	text-align: center;
	width: 186px;
	height: 27px;
}
#sidebar h4 a {
	font: bold 15px 'trebuchet ms', arial, verdana, sans-serif;
	color: #fff;
	line-height: 1.8em;
}
#sidebar p {
	text-align: center;
}
#sidebar select {
	width: 95%;
}
#sidebar img {
	margin: 5px 0 15px 0;
}


/* tables */
table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	padding: 4px;
	background: #036f99 url("/images/bg/table-head.gif") repeat-x;
	font: bold 12px 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #fff;
	vertical-align: top;
	text-align: left;
}
table tr td {
	padding: 4px;
	font: 12px 'Trebuchet MS', Arial, Verdana, sans-serif;
	vertical-align: top;
	text-align: left;
}
table tr th.stroke-left {
	border-left: 1px #012d49 solid;
}
table tr th.stroke-right {
	border-right: 1px #012d49 solid;
}

table tr th.actions {
	text-align: center;
}
table tr td.actions {
	text-align: center;
}

.stroke-left {
	border-left: 1px #d9dad7 solid;
}
.stroke-right {
	border-right: 1px #d9dad7 solid;
}


/* will_paginate */
.pagination {
	padding: 3px;
	margin: 10px auto;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #aaaadd;
	text-decoration: none;
	color: #018c9b;
	font: normal 11px 'Trebuchet MS', Arial, Verdana, sans-serif;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #018c9b;
	color: #000;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #018c9b;
	font-weight: bold;
	background: #036f99 url("/images/bg/table-head.gif") repeat-x;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd;
}

/* some cool tricks */
.half {
	width: 49.5%;
	float: left;
	display: block;
}
.third {
	width: 32%;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}
.zebra {
	background: #f2f3ee;
}
ul.inline {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.inline li {
	list-style-type: none;
	padding: 2px 0;
	margin: 0;
}

/* forms */
form div.label, form div.field {
	margin: 0;
	font: 12px 'Trebuchet MS', Arial, Verdana, sans-serif;
}
form div.label {
	padding: 5px 5px 0 5px;
	text-align: left;
	vertical-align: top;
}
form div.field {
	padding: 0 5px 5px 5px;
}
form div.field p {
	padding: 3px 0;
	margin: 0;
}
form div.field input {
	width: 80%;
}
form div.field div.third input, form div.field input.radio {
	width: auto;
}
form div.field textarea {
	width: 80%;
	height: 120px;
}
form div.half div.field textarea {
	height: 50px;
}
form div.submit, form div.nav_next {
	text-align: right;
}


/* FORM BUTTON
----------------------------------------------- */	
.button {
	border-color: #036f99;
	background: #036f99 url("/images/bg/table-head.gif") repeat-x;
	color: #fff;
	font: bold 12px arial, geneva, verdana, sans-serif;
	cursor: pointer;
}
form div.submit input, form div.reset input, form div.nav_prev input, form div.nav_next input {
	padding: 4px 2em;
	margin: 5px 5px 0 5px;
	background: #036f99 url("/images/bg/table-head.gif") repeat-x;
	border-color: #018c9b;
	color: #fff;
	font: bold 12px 'Trebuchet MS', Arial, Verdana, sans-serif;
	cursor: pointer;
	width: auto;
}



/* footer */	
#footer {
	padding: 10px 20px 50px 20px;
	background: #fff;
	color: #999;
	text-align: center;
	font: 10px arial, sans-serif;
	line-height: 1.8em;
}
#footer hr {
 	margin-top: 12px;
 	margin-bottom: 12px;
	border: 0;
	color: #d9dad7;
	background: #d9dad7;
	height: 1px;
	width: 80%;
	clear: both;
	text-align: center;
}

/* page-specific styles */	
h4.blue-button {
	margin: 4px 0 12px 5px;
	background: url("/images/bg/column-heading.gif") center no-repeat;
	font: bold 15px 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #fff;
	text-align: center;
	width: 186px;
	height: 27px;
	line-height: 1.8em;
}
	
h4.blue-button a {
	color: #fff;
}

/* homepage */
div.content div.page_home p {
	padding-top: 8px;
	font: 15px 'Trebuchet MS', Arial, Verdana, sans-serif;
	line-height: 1.5em;
}
div.content div.page_home_feature h2, .featured {
	padding-top: 12px;
	font: normal 18px 'Trebuchet MS', Arial, Verdana, sans-serif;
	border-bottom: 2px #98bdcd solid;
}
div.home_slideshow, div.home_slideshow div {
	height: 333px;
}
div.home_slideshow div {
	overflow: hidden;
	position: absolute;
}

/* properties pages */

#property_search input, #property_search select {
	width: 18%;
}
#property_search input.button {
	border-color: #036f99;
	background: #036f99 url("/images/bg/table-head.gif") repeat-x;
	color: #fff;
	font: bold 12px arial, geneva, verdana, sans-serif;
	cursor: pointer;
	width: auto;
}

#property_photos {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	white-space: nowrap; 
	overflow:auto;
	height: auto;
}
#property_photos li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#property_photos li a {
	display: block;
	float: left;
	margin: 0;
	padding: 2px;
}
#property_photos li a.active,
#property_photos li a:hover {
	border: 1px solid #333;
}
#property_photos li a img {
	border: none;
	padding: 2px;
	margin: 0;
	height: 25px;
	width: 25px;
}
div.property_details img.property {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

/* contact-us page */
div.page_contact h2 {
	margin-bottom: 0;
}
div.page_contact p {
	margin-top: 0;
	font: 8pt arial, geneva, verdana, sans-serif;
}

/* sidebar contact block */
#sidebar div.contact {
	padding: 4px 8px;
	font: 11px 'Trebuchet MS', Arial, Verdana, sans-serif;
	line-height: 1.5em;
	text-align: right;
}

/* 3rd level navigation */
#nav3 ul li {
	padding: 6px 6px 6px 0;
	font: 11px arial, geneva, helvetica, sans-serif;
}
#nav3 ul li a {
	font-weight: bold;
}

.property_details p {
		float:right;
		width:350px;
		margin-top: -2px;
		}