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

body {
	margin: 0;
	background: #FFFFFF top repeat-x url(/skin/images/body-bg.gif);
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ac0e36;
	margin: 10px 0;
}
h1.title {
	background-color: #f1e2c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 10px 0;
	padding: 6px 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ac0e36;
	margin: 15px 0 10px 0;
	padding: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ac0e36;
	margin: 15px 0 0 0;
	padding: 0 0 2px 0;
	border-bottom: 4px solid #666666;
}
h4 {
	background: bottom left repeat-x url(/images/dot.gif);
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ecc160;
	margin: 0 0 6px 0;
	padding: 0 0 4px 0;
}

img {
	border: 0;
}

a:link, a:active, a:visited {
	color: #ac0e36;
	text-decoration: underline;
}
a:hover {
	color: #ac0e36;
	text-decoration: none;
}

em {
	font-style: normal;
	color: #B61031;
}

form {
	margin: 0;
	padding: 0;
}

/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

input, select, textarea {
	background-color: #e1e1e1;
	border: 1px solid #1c2325;
	padding: 5px 6px 4px 6px;
	color: #475357;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.button {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}


.error {
	margin: 10px 0;
	padding: 12px 25px;
        background: #efefef 5px 11px no-repeat url(/skin/images/icon-error.png);
	border: 4px solid #d8d8d8;
	color: #555555;
	font-weight: bold;
}
.notification {
	margin: 10px 0;
	padding: 12px 25px;
        background: #efefef 5px 11px no-repeat url(/skin/images/icon-notification.png);
	border: 4px solid #d8d8d8;
	color: #555555;
	font-weight: bold;
}

/* MAIN CONTAINER */
#container {
	width: 975px;
	margin: 0 auto;
}

/* LEFT COLUMN */
#content-left-panel {
	float: left;
	width: 230px;
}

/* RIGHT COLUMN */
#content-right {
	float: right;
	width: 706px;
	padding: 13px;
	margin-top: 26px;
	background-color: #FFFFFF;
	min-height: 300px;
  height: auto !important;
  height: 300px;
}


/* Main Menu */
#menu {
	margin: 0 0 10px 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0;
	line-height: normal;
}
#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	background: left bottom repeat-x url(/skin/images/div-dotted.gif);
	padding: 3px 22px 2px 22px;
	text-decoration: none;
}
#menu a:hover {
	background-color: #b61031;
	color: #FFFFFF;
}

/* Submenu - indented */
#menu li li {
	background: left bottom repeat-x url(/skin/images/div-dotted.gif);
}
#menu li li a:link, #menu li li a:active, #menu li li a:visited {
	background: 24px 8px no-repeat url(/skin/images/icon-arrow-right.gif);
	color: #333333;
	padding: 3px 22px 2px 32px;
}
#menu li li a:hover {
	background: #b61031 24px 8px no-repeat url(/skin/images/icon-arrow-right-over.gif);
	color: #FFFFFF;
}

/* Press releases */
#press {
	background-color: #F1E2C0;
	margin-bottom: 10px;
	padding: 10px;
}
#press h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
	font-weight: bold;
	color: #171411;
	border: 0;
}
#press ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#press li {
	margin: 0 0 10px 0;
	padding: 0;
}
.pressimage {
	float: right;
	margin: 0 0 20px 20px;
}

/* Special - dynamic */
#special {
	background: #d61142 bottom no-repeat url(/skin/images/special-bg.gif);
	margin: 35px 0 10px 0;
  min-height: 140px;
  height: auto !important;
  height: 140px;
	color: #EEEEEE;
}
#special h3 {
	background: top no-repeat url(/skin/images/special-title.gif);
	margin: 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #e7d5ad;
	border: 0;
}
#special p {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 14px;
	line-height: 18px;
	color: #EEEEEE;
}

/* Newsletter - subscription */
#newsletter {
	background: #318cd7 bottom no-repeat url(/skin/images/newsletter-bg.jpg);
	margin-bottom: 10px;
	padding-bottom: 110px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
}
#newsletter h3 {
	margin: 0;
	padding: 10px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
	font-weight: bold;
	color: #003366;
	border: 0;
}
#newsletter p {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}
#newsletter a:link, #newsletter a:active, #newsletter a:visited {
	margin: 0 5px;
	color: #FFFFFF;
	text-decoration: underline;
}
#newsletter a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#newsletter img {
	vertical-align: middle;
}
#newsletter input {
	padding: 2px;
	font-size: 11px;
}

p.date {
	margin-top: 0;
	padding: 0 0 10px 13px;
	border-bottom: 1px solid #F1E2C0;
	color: #535353;
	font-size: 11px;
}

/* SEARCH PANEL */
#search-panel {
	width: 682px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
	margin-bottom: 10px;
	padding: 27px 12px 0 12px;
}
#search-panel input, #search-panel select {
	background-color: #FFFFFF;
	padding: 0;
	font-size: 11px;
}
#search-panel input.button {
	width: auto;
	padding: 0;
	border: 0;
}
#search-panel th {
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}
#search-panel td {
	color: #FFFFFF;
	font-size: 11px;
}

div.general {
	background: #ab0e35 top no-repeat url(/skin/images/search-bg.gif);
}
div.general input, div.general select {
	border: 1px solid #700a23;
}
div.general th {
	padding: 0 40px 0 0;
}
div.general td {
	padding: 0 40px 0 0;
}

div.rental {
	background: #e86e01 top no-repeat url(/skin/images/search-bg-rental.gif);
}
div.rental input, div.rental select {
	border: 1px solid #d36400;
}
div.rental th {
	padding: 0 14px 0 0;
}
div.rental td {
	padding: 0 14px 0 0;
}
a.rental {
	color: #FF7800;
}

div.buy {
	background: #f7b617 top no-repeat url(/skin/images/search-bg-buy.gif);
}
div.buy input, div.buy select {
	border: 1px solid #e0a20a;
}
div.buy th {
	padding: 0 14px 0 0;
}
div.buy td {
	padding: 0 14px 0 0;
}
a.buy {
	color: #FBC749;
}

div.corporate {
	background: #6a90d4 top no-repeat url(/skin/images/search-bg-corporate.gif);
}
div.corporate input, div.corporate select {
	border: 1px solid #476caf;
}
div.corporate th {
	padding: 0 14px 0 0;
}
div.corporate td {
	padding: 0 14px 0 0;
}
a.corporate {
	color: #6e93d5;
}

.formlink {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	background-color: #6A90D4;
	padding: 6px;
}
.formlink a:link, .formlink a:active, .formlink a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.formlink a:hover {
	color: #000000;
	text-decoration: none;
}

/* Location Banners - Home Page */
.location-banners {
	text-align: center;
}
/* Location Listing -  Home Page */
.location-listing {
}
.location-listing ul {
	width: 706px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
.location-listing li {
	float: left;
	width: 340px;
	background: left bottom repeat-x url(/skin/images/div-dotted.gif);
	margin: 0 12px 0 0;
	padding: 4px 0;
	line-height: 16px;
}
.location-listing a:link, .location-listing a:active, .location-listing a:visited {
	color: #000000;
	text-decoration: none;
}
.location-listing a:hover {
	color: #ce1141;
	text-decoration: none;
}
.location-listing .fromprice {
	float: right;
	background: right no-repeat url(/skin/images/icon-arrow-right.gif);
	color: #ce1141;
	font-size: 11px;
	line-height: 14px;
}
.location-listing .fromprice a:link, .location-listing .fromprice a:active, .location-listing .fromprice a:visited {
	color: #000000;
	text-decoration: none;
}
.location-listing .fromprice a:hover {
	color: #ce1141;
	text-decoration: none;
}
.location-listing .fromprice em {
	font-size: 18px;
}
.location-listing .fromprice em a:link, .location-listing .fromprice em a:active, .location-listing .fromprice em a:visited {
	padding: 0 8px 0 4px;
	color: #ce1141;
	text-decoration: none;
}
.location-listing .fromprice em a:hover {
	color: #000000;
	text-decoration: none;
}

/* Location Browse buttons */
.location-buttons {
	background: left bottom repeat-x url(/skin/images/div-dotted.gif);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.location-buttons a:link, .location-buttons a:active, .location-buttons a:visited {
	color: #000000;
	text-decoration: none;
}
.location-buttons a:hover {
	color: #ac0e36;
	text-decoration: none;
}
.location-buttons .button-label {
	float: left;
	background: right no-repeat url(/skin/images/icon-arrow-right.gif);
	padding-right: 10px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
.location-buttons .button-image {
	width: 80px;
	height: 16px;
	float: left;
	display: block;
	background: center no-repeat url(/skin/images/button-bg.gif);
	margin-right: 10px;
	padding-top: 2px;
	text-align: center;
}

/* Expand content */
.expandcontent {
}
.expandcontent h3 {
	font-size: 12px;
	border: 0;
	padding: 0;
	color: #666666;
}

/* BREADCRUMBS */
#breadcrumbs {
	font-size: 11px;
}
#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	background: right no-repeat url(/skin/images/icon-arrow-right-black.gif);
	padding-right: 10px;
	margin-right: 3px;
	color: #000000;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	color: #000000;
	text-decoration: none;
}

  /****************************/
 /* Property Listing Results */
/****************************/
.property-listing {
	width: 706px;
}
.property-listing td {
	vertical-align: top;
	padding: 10px 0;
}
.property-listing th {
	vertical-align: top;
	width: 228px;
	text-align: right;
	padding: 10px 0 10px 20px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
.property-listing th img {
	border: 5px solid #cccccc;
	margin-bottom: 10px;
}
.property-listing h3 {
	border: 0;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 13px;
}
.property-listing p {
	font-size: 11px;
	line-height: 14px;
}
.property-listing .buttons {
	text-align: right;
	font-size: 11px;
	color: #ce1141;
}
.property-listing .buttons em {
	margin-right: 20px;
	font-size: 30px;
	color: #ce1141;
}

/* Additional details (eg. beds / baths / price) */
.property-listing-details {
}
.property-listing-details td {
	padding: 3px 8px;
	font-size: 11px;
	border-bottom: 1px solid #e8e8e8;
}
.property-listing-details th {
	width: 75px;
	text-align: left;
	padding: 3px 8px;
	font-weight: bold;	
	border-bottom: 1px solid #e8e8e8;
}


.paging {
	background-color: #f1e2c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px 0;
	padding: 6px 12px;
}
.paging a:link, .paging a:active, .paging a:visited {
	color: #000000;
	text-decoration: none;
	margin: 0 4px 0 0;
}
.paging a:hover {
	color: #ce1141;
	text-decoration: none;
}
.paging .paging-links {
	width: 300px;
	float: left;
	font-weight: bold;
}
.paging .paging-links em {
	padding: 1px 4px;
	margin-right: 4px;
	background-color: #ce1141;
	color: #FFFFFF;
}
.paging .paging-options {
	width: 360px;
	float: right;
}
.paging select {
	margin-right: 10px;
	padding: 1px 2px;
	font-size: 11px;
	background-color: #FFFFFF;
}
.paging img {
	vertical-align: middle;
}

  /********************/
 /* Property Details */
/********************/

/* Book Now Banner */
.banner-booknow {
	margin-top: 10px;
	width: 230px;
	float: right;
}

/* Tab Content */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 29px;
	width: 470px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 29px;
	margin-bottom: -1px;
	margin-right: 4px;
	overflow: hidden;
	position: relative;
	background: top repeat-x url(/skin/images/tab-bg.gif);
}
ul.tabs li a, ul.tabs li a:link, ul.tabs li a:active, ul.tabs li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	color: #FFFFFF;
	background: top repeat-x url(/skin/images/tab-bg-hover.gif);
}
html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:link, html ul.tabs li.active a:active, html ul.tabs li.active a:visited, html ul.tabs li.active a:hover  {
	font-weight: bold;
	color: #000000;
	background: top repeat-x url(/skin/images/tab-bg-active.gif);
}
.tab_container {
	border-top: 3px solid #f1e2c0;
	width: 660px;
	background: top center no-repeat url(/skin/images/tab-content-bg.gif);
	min-height: 326px;
	height: auto !important;
	height: 326px;
	clear: left;
	padding: 1px 23px;
}

.tab_container h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ac0e36;
	margin: 15px 0 0 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #eecbd4;
}


/* Gallery */
.image-gallery {
	width: 660px;
	float: left;
	margin: 0;
	padding: 0;
}
.image-gallery li {
	display: block;
	overflow: hidden;
	float: left;
	width: 150px;
	height: 100px;
	margin: 0 4px 4px 4px;
	text-align: center;
	border: 3px solid #F1E2C0;
}


.form {
	margin: 15px 0;
}
.form th {
	width: 100px;
	padding: 10px 5px 10px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.form td {
	border: 3px solid #FFFFFF;
	padding: 3px 5px 3px 5px;
}
.form td.required {
	color: #999999;
	padding-right: 25px;
	background: right no-repeat url(/skin/images/icon-central.gif);
}
.form input, .form textarea {
	width: 200px;
	background-color: #e3e3e3;
	border: 1px solid #999999;
}
.form input.button {
	width: auto;
	border: 0;
	padding: 0;
}

.formlist {
	width: 700px;
	list-style: none;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.formlist li {
	width: 330px;
	float: left;
	margin: 0 10px;
	padding: 0;
}

/* FOOTER */
#footer {
	clear: both;
	background: left top repeat-x url(/skin/images/div-dotted.gif);
	padding: 10px 0;
	font-size: 11px;
	color: #666666;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #333333;
	text-decoration: none;
	padding: 0 15px 0 0;
}
#footer a:hover {
	color: #ac0e36;
	text-decoration: none;
}
#footer .col1 {
	float: left;
	width: 380px;
}
#footer .col1 input.button {
	border: 1px solid #b8b8b8;
	background-color: #e0e0e0;
	padding: 3px;
}
#footer .col2 {
	float: right;
	width: 580px;
	text-align: right;
}
#footer .col2 a {
	padding: 0;
	color: #666666;
}

.map {
	width: 660px;
	height: 500px;
}

.map-info {
	width: 250px;
	min-height: 100px;
}



/* Split Content (this is due to blog options not being clearly visible since the menu is in the left col) */

.split-content .text {
	width: 480px;
	float: left;
}
.split-content .column {
	width: 200px;
	float: right;
}


/* Blog Styles */
.panel-blog {
	margin-bottom: 40px;
}

.entry {
	margin: 15px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.entry .image {
	float: left;
	margin: 0 20px 0 0;
}
.entry .summary {
}
.entry h2, .entry h2 a:link, .entry h2 a:active, .entry h2 a:visited {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #3a3a3a;
	text-decoration: none;
}
.entry h2 a:hover {
	color: #3a3a3a;
	text-decoration: underline;
}
.entry .details {
	font-size: 11px;
}

.comment {
	background: 0px 10px no-repeat url(/skin/images/icon-profile.gif);
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
	line-height: 18px;
	min-height: 50px;
  height: auto !important;
  height: 50px;
}

a.rss {
	display: block;
	padding: 9px 0 9px 30px;
	color: #f78f40;
	text-decoration: none;
	background: left no-repeat url(/skin/images/icon-rss.png);
	font-size: 14px;
	font-weight: bold;
}
