/***********************************
	Color Palette
************************************

004f6f dark blue
217ba5 medium blue
bcd8e6 light blue
eef5f9 xtra light blue

df8800 dark orange
f9cd5b medium orange
ffebba light orange

*/

/***********************************
	Reset
***********************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
}
ol, ul { list-style: none; }
html { overflow-y: scroll; }

/***********************************
	Universals
***********************************/

.last { margin: 0; }
.clearall { clear: both; }
.floatright { float: right; margin-left: 16px; }
.floatleft { float: left; margin-right: 16px; }
small {	font-size: 10px; }

/***********************************
	Essentials
***********************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004f6f;
	background-color: #004f6f;
}
a {
	color: #df8800;
	cursor: pointer;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: .5em;
	line-height: 100%;
}
h1 span {
	font-size: 11px;
	font-weight: normal;
	display: block;
}
p {
	margin-bottom: 1em;
}
#outerWrapper {
	margin: 0 auto;
	background-image: url(../images/main_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#innerWrapper {
	margin: 0 auto;
	width: 849px;
}

/***********************************
	Header
***********************************/

#header {
	height: 141px;
}
#header #quickSearch {
	position: relative;
	top: 2px;
	float: right;
}
#header #quickSearch div {
	padding: 6px;
}
#header #quickSearch input {
	background-color: transparent;
	border: 0;
	width: 200px;
	padding-left: 8px;
	color: #004f6f;
}
#header #quickSearch div#searchBar {
	width: 200px;
	background-image: url(../images/quicksearch_left.png);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
}
#header #quickSearch input.formBtn {
	background-color: transparent;
	width: 24px;
	padding: 0;
}
#header #quickSearch input.formBtn:hover {
	cursor: pointer;
}
#header #quickSearch div#submitBtn {
	width: 24px;
	float: left;
	background-image: url(../images/quicksearch_right.png);
	background-position: right;
	background-repeat: no-repeat;
}

/***********************************
	Footer
***********************************/

#footerWrapper {
	padding: 22px 0 24px;
}
#footer {
	margin: 0 auto;
	width: 849px;
	font-size: 11px;
	color: #bcd8e6;
	text-align: right;
}
#footer ul {
	float: left;
}
#footer ul li {
	padding: 0 8px 2px;
	float: left;
	border-right: #217ba5 1px dotted;
}
#footer ul li.last { border: 0; }
#footer a {
	text-decoration: none;
	color: #bcd8e6;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/***********************************
	Nav
***********************************/

#nav {
	position: relative;
	top: 103px;
	height: 38px;
	text-transform: uppercase;
}
#nav a { text-decoration: none; color: #fff; }
#nav a:hover { color: #bcd8e6; }
#nav ul { margin-left: 20px; }
#nav ul li {
	padding: 12px 32px 0;
	float: left;
}

/***********************************
	Content
***********************************/

#content {
	background-color: #fff;
	padding-bottom: 16px;
}
#body {
	margin-top: 16px;
	width: 671px;
	float: left;
}
/* Sub variation */
#content.sub #body { width: 639px; }

/* Property Details variation */
#content.sub #body.propDetails {
	margin-left: 16px;
	width: 817px;
}

/***********************************
	SideBar (Ads)
***********************************/

#sidebar {
	margin: 16px 18px 16px 0;
	width: 160px;
	height: 519px;
	float: left;
	background-color: #eef5f9;
}
#content.sub #sidebar { margin-left: 16px; }

/***********************************
	SideNav
***********************************/

#sideNav {
	margin: 16px;
	padding: 6px 10px;
	width: 140px;
	float: left;
	background-color: #eef5f9;
	border: #bcd8e6 1px solid;
}
#sideNav h2 {
	font-size: 14px;
	margin-bottom: 8px;
}
#sideNav ul li {
	padding: 5px 5px;
	border-top: #bcd8e6 1px solid;
}
#sideNav ul li.first { border: 0; }
#sideNav a {
	text-decoration: none;
	color: #004f6f;
}
#sideNav img {
	margin-right: 2px;
	margin-bottom: -3px;
}

/***********************************
	Banner
***********************************/

#banner {
	height: 287px;
	background-repeat: no-repeat;
}

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

div.propertyAmenities {
	padding: 8px 16px 16px;
	background-color: #eef5f9;
	margin-bottom: 16px;
}
div.propertyAmenities div.amenItem {
	padding: 1px;
	width: 155px;
	float: left;
}
div.propertyAmenities span {
	margin-bottom: 1em;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#content.sub .featuresMiniBox {
	margin-top: 2px;
}
#content.sub h1 {
	margin-bottom: .5em;
}

/* --- DESCRIPTION --- */

.propertyDescription {
	margin: 0 12px 16px 0;
	width: 463px;
	float: left;
}

/* --- RATES --- */

table.rates {
	border-collapse: collapse;
}
table.rates tr {
}
table.rates tr.last {
	border: 0;
}
table.rates td {
	padding: 5px 6px;
	width: 134px;
	border: #bcd8e6 1px solid;
}
table.rates th {
	font-size: 14px;
	padding: 6px;
	background-color: #217ba5;
	border-left: #217ba5 1px solid;
	border-right: #217ba5 1px solid;
	color: #fff;
}
table.rates tr.heading {
	border: 0;
}

/* --- RATES BOTTOM --- */

table#bottom.rates {
	width: 400px;
	float: left;
	margin-right: 16px;
}

/* --- PHOTOS --- */

.propertyPhoto {
	margin: 0 16px 16px 0;
	width: 398px;
	float: left;
	background-color: #bcd8e6;
	border: #bcd8e6 1px solid;
}
.propertyPhoto a {
	margin: 0;
	padding: 0;
}
.photoNoMargin {
	margin-right: 0;
}
#reserveBtnHolder {
	margin: 5px 0 10px;
	width: 90px;
	float: right;
}

/* --- EXTRA DETAILS --- */

#extraDetails {
	width: 400px;
	float: left;
}

/* --- PAGE NAV --- */

div.pageNav {
	margin: 16px 0;
	padding: 6px;
	border: #bcd8e6 1px solid;
	background-color: #eef5f9;
	text-align: center;
}
div.pageNav a {
	color: #004f6f;
	text-decoration: none;
}
div.pageNav span {
	color: #bcd8e6;
	margin: 0 16px;
}

/* --- RELATED PROPERTY --- */

h4.related {	
	margin-bottom: 16px;
	font-size: 16px;
}
.relatedProperty {
	margin: 0 16px 8px 0;
	padding: 12px 16px;
	width: 366px;
	border: #bcd8e6 1px solid;
	float: left;
	background-color: #eef5f9;
}
.relatedNoMargin { margin: 0; }
.relatedProperty a {
	text-decoration: none;
	color: #004f6f;
	font-weight: bold;
	font-size: 16px;
}
.relatedProperty img {
	margin-top: 8px;
}
.relatedProperty .btn {
	float: right;
	position: relative;
	top: -4px;
}

/***********************************
	Properties
***********************************/

div.property {
	margin-bottom: 16px;
	padding: 12px;
	border: #bcd8e6 4px solid;
	background-color: #fff;
}
div.property h1 a {
	text-decoration: none;
	color: #004f6f;
}
div.property strong {
	font-size: 18px;
	font-weight: normal;
}
div.property p {
	padding-top: 6px;
}
div.thumbSmall {
	margin: 6px 16px 0 0;
	width: 200px;
	height: 125px;
	background-color: #bcd8e6;
	float: left;
}
div.property div.btn a {
	margin-left: 4px;
	width: 90px;
	height: 26px;
	float: right;
}
div.featuresMiniBox {
	margin-left: 8px;
	padding: 4px 7px;
	float: right;
	background-color: #eef5f9;
	border: #bcd8e6 1px solid;
	font-size: 11px;
}
div.featuresMiniBox span { font-weight: bold; }
div.featuresMiniBox a { color: #004f6f; text-decoration: none; }

/* --- DISABLED PROPERTIES --- */

div.disabled {
	background-color: #deecf3;
	padding: 15px;
	border: #bcd8e6 1px solid;
}
div.disabled div.thumbSmall {
	border: #fff 1px solid;
}
div.disabled div.featuresMiniBox {
	border: #bcd8e6 1px solid;
	background-color: #fff;
}

/***********************************
	Admin Specific
***********************************/

div#adminMessage {
	margin-bottom: 16px;
	padding: 8px 12px;
	background-color: #eef5f9;
	border: #bcd8e6 1px solid;
	font-weight: bold;
}
form#admin label span {
	font-size: 10px;
	color: #777;
	margin-left: 4px;
	font-weight: normal;
}
div#sideNav #adminFind input {
	margin: 6px 0 0;
	padding: 4px;
	border: #217ba5 1px solid;
	border-bottom: #bcd8e6 1px solid;
	border-right: #bcd8e6 1px solid;
	width: 94%;
}
div#sideNav #adminFind input.formBtn {
	margin-bottom: 6px;
	padding: 3px 0;
	background-color: #bcd8e6;
	border: #217ba5 1px solid;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	width: 50px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	float: right;
	display: ;
}
/*** Photo Editing ***/
div.editableThumb {
	margin: 16px 16px 0 0;
	width: 125px;
	background-color: #bcd8e6;
	float: left;
}
div.editableThumb a {
	padding: 4px;
	display: block;
	font-size: 11px;
	color: #004f6f;
	text-decoration: none;
}

/***********************************
	Admin Login
***********************************/

#adminLogin {
	margin: 25px auto;
	padding: 20px 30px;
	border: #bcd8e6 1px solid;
	width: 300px;
}
#adminLogin .formRow {
	margin: 6px 0;
}
#adminLogin form .formRow label {
	width: 100px;
	display: block;
	float: left;
}
#adminLogin form .formRow input.formButton {
	margin: 0 0 0 220px;
}

/***********************************
	jQuery Lightbox
***********************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/***********************************
	Testimonials
***********************************/

div.quote {
	margin-bottom: 5px;
	padding: 20px 0 0 0;
	text-indent: 40px;
	background-image: url(../images/testimonials/quote.png);
	background-repeat: no-repeat;
	font-style: italic;
}
div.sig {
	margin-top: 8px;
	text-align: right;
	font-style: normal;
}
.testimonialsPhoto {
	margin-top: 12px;
	margin-left: 24px;
}
.testimonialsPhoto span {
	margin-top: 3px;
	color: #999;
	display: block;
	font-size: 11px;
	text-align: right;
}

/***********************************
	Contact
***********************************/

form .ctrlHolder label span {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
}