@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: #e58b04;
	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: #fd8403;
}

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: 5px 10px 5px 25px;
	background: #e6b9b9 5px 5px no-repeat url(/skin/images/icon-error.gif);
	border: 2px solid #861111;
	color: #861111;
}
.notification {
	margin: 10px 0;
	padding: 5px 10px 5px 25px;
	background: #e1eff3 5px 5px no-repeat url(/skin/images/icon-notification.gif);
	border: 2px solid #276e85;
	color: #276e85;
}

/* MAIN CONTAINER */
#container {
	width: 975px;
	margin: 26px auto 0 auto;
	background-color: #FFFFFF;
}

/* LEFT COLUMN */
#content-left-panel {
	float: left;
	width: 230px;
}

/* RIGHT COLUMN */
#content-right {
	float: right;
	width: 706px;
	padding: 13px;
	min-height: 300px;
  height: auto !important;
  height: 300px;
}

/* Logo */
#logo {
	text-align: center;
}
#logo img {
	margin: 0 auto;
}


/* Main Menu */
#menu {
	margin: 35px 0 10px 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0;
}
#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;
}


/* 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;
}

/* SEARCH PANEL */
#search-panel {
	padding: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#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 table {
	margin-top: 10px;
}
#search-panel th {
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
}
#search-panel td {
	font-size: 11px;
	padding-bottom: 6px;
}

div.general {
	background: #ab0e35 top no-repeat url(/skin/images/search-bg.gif);
	color: #FFFFFF;
}
div.general input, div.general select {
	border: 1px solid #700a23;
}
div.general th {
	color: #FFFFFF;
}
div.general td {
	color: #FFFFFF;
}

div.other {
	background: #f1e2c0;
	color: #000000;
}
div.other input, div.other select {
	border: 1px solid #d2be90;
}
div.other th {
	color: #000000;
}
div.other td {
	color: #000000;
}


/* 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;
}


  /********************/
 /* Property Details */
/********************/

/* Book Now Banner */
.banner-booknow {
	margin-top: 10px;
	width: 230px;
	float: right;
}


.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;
}


/* 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 20px 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;
}
