@charset "UTF-8";

/* THIS STYLESHEET IS USED ON ALL PAGES PERTAINING TO PROPERTIES BY EWD */

/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #C3C0AC url(images/BG.jpg) repeat-x;
	text-align: center;
	color: #000;
}

#container {
	width: 1001px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}

p {
	padding-bottom: 15px;
	text-align:justify;
}


/**********************************/
/* header                         */
/**********************************/

#header {
	width: 1001px;
}

#header img {
	vertical-align: bottom; /* removes white space from below image - IE problem only */
}

#fadeshow1 {
	float: left;
	width: 746px;
	height: 266px;
}

#quick_search {
	float: left;
	width: 263px;
	height: 262px;
	border-right: 1px solid #1A1049;
	border-bottom: 3px solid #1A1049;
	border-left: 1px solid #1A1049;
	border-top: 0px solid #1A1049;
	background-image: url(images/quick_search.jpg);
	font-size: 11px;
}


/**********************************/
/* content area                   */
/**********************************/

#mainContent {
	width: 1001px;
	background-color: #fff;
	font: 13px/22px Arial, Helvetica, sans-serif;
}

#mainContent a:link {
	text-decoration: none;
	color: #99C1D7;
	border-bottom: thin dotted #99C1D7;
}
#mainContent a:visited {
	text-decoration: none;
	color: #17174b;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a:active {
	text-decoration: none;
}

#mainContent h1 {
	color: #99C1D7;
	font: italic 22px Georgia, "Times New Roman", Times, serif;
	display: block;
}
#mainContent h2 {
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #191349;
	display: inline;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D58670;
	display: block;
}


/**********************************/
/* left div in content area       */
/**********************************/

#copy {
	width: 650px;
	padding: 10px 40px;
	float: left;
}


/**********************************/
/* right div in content area      */
/**********************************/

#boxes {
	float: right;
	width: 271px;
	background-color: #FFF;
	clear: right;
	text-align: right;
	
}

#specials_email {
	width: 268px;
	height: 120px;
	float: right;
	background-image:url(images/b_4_signup.jpg);
	text-align:center;
}


/**********************************/
/* footer                         */
/**********************************/
#footer {
	padding-top: 15px;
	width: 1001px;
	clear: both;
}
#footer div.bot {
	padding-top: 25px;
	clear: both;
	width: 1001px;
	height: 85px; /* not 90px due to padding-top - WAS 65 */
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	background: #1A1049;
	border-top: thin solid #8FBDD2;
}


/**********************************/
/* properties - in footer         */
/**********************************/
#featured_properties{
	margin: 10px 0;
	padding: 5px 0;
	width: 1001px;
	background: #1A1049;
	border-top: thin solid #8FBDD2;
	border-bottom: thin solid #8FBDD2;
	text-align: center;
	color: #FFF;
	font: italic 900 18px Georgia, "Times New Roman", Times, serif;
}
#property_box {
	margin: 0 26px;
	padding: 0 20px 15px 20px;
	width: 909px;
	height: 197px;
	background-color: #FFF;
}
#prop_1 {
	margin: 0 20px;
	float: left;
	width: 249px;
	height: 185px;
	text-align: center;
	border: 6px solid #1A1049;
}
#prop_2 {
	margin: 0 20px;
	float: left;
	width: 249px;
	height: 185px;
	background: #CCC;
	text-align: center;
	border: 6px solid #1A1049;
}
#prop_3 {
	margin: 0 20px;
	float: left;
	width: 249px;
	height: 185px;
	background: #CCC;
	text-align: center;
	border: 6px solid #1A1049;
}


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


/***************************************************/
/* everything below here is for the booking engine */
/***************************************************/
/* quick search in header */
div.be_qs_label {
	margin-bottom: 5px; 
	padding: 5px 0 3px 0; 
	border-bottom: 1px solid #BCB6A9; 
	background-color: #E5DEC1;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #615F70;
}

div.be_qs_div1 {
	padding-left: 20px;
	padding-top: 3px;
	width: 100px; 
	float: left; 
	color: #171549;
}
div.be_qs_div2 {
	margin-left: 125px; 
	margin-bottom: 5px;
}

.be_qs_text {
	width: 20px; 
	height: 14px; 
	font-size: 11px;
	margin-bottom: 5px;
}

.be_qs_select {
	width: 120px; 
	height: 18px; 
	font-size: 11px;
}

div.be_qs_optdiv {
	padding-left: 5px; 
	color: #171549; 
	font-size: 9px;
}

div.be_qs_option {
	width: 85px;
	float: left;
	line-height: 15px;
}

.be_qs_ckbox {
/*	set in the header conditional statements
	width: 10px; 
	height: 10px;*/
}

div.be_qs_submit {
	/* this is set in header using conditional statements due to the great IE browser */
}
/* end quick search in header */

/* search on pages */
div.be_row1 {
	margin-top: 15px;
	background-color: #171549; 
	padding-left: 15px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	text-align: left; 
	color: #FFF; 
    font-weight: bold;
}

div.be_row2 {
	background-color: #91C1D7; 
	padding-right: 15px; 
	font-size: 11px; 
	text-align: right;
	color: #171549; 
}
#copy a.be_row2 {
	color: #171549; 
	text-decoration: underline;
	border-bottom: none;
}

div.be_body {
	padding: 15px 0; 
	font-size: 11px; 
	background-color: #EBECED; /* #F3F1EF */
	border-bottom: 2px solid #171549;
}

div.be_search_lft {
	width: 250px; 
	float: left; 
	text-align: right;
}
.be_select {
	width: 120px; 
	height: 18px; 
	font-size: 11px;
}

div.be_search_rt {
	margin-left: 350px;
/*	padding-bottom: 5px;*/
	text-align: left;
}
div.be_option {
	line-height: 20px;
}
.be_ckbox {
	margin-right: 2px;
/*	width: 10px; 
	height: 10px;*/
}
/* end search on pages */

/* results on pages */
div.be_row1_res {
	margin-top: 15px;
	background-color: #171549; 
	padding-left: 15px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	text-align: left; 
	color: #FFF; 
}

div.be_row2_res {
	background-color: #91C1D7; 
	padding: 0 15px; 
	font-size: 11px; 
	color: #FFF;
}
#copy a.be_row2_res {
	color: #FFF; 
	text-decoration: underline;
	border-bottom: none;
}

div.be_row3_res {
	background-color: #EBECED;
	padding: 0 15px; 
	font-size: 11px; 
	color: #171549;
}
#copy a.be_row3_res {
	color: #DB8468; 
	text-decoration: underline;
	border-bottom: none;
}

div.be_row4_res {
	background-color: #D9D7D1; 
	padding: 4px 0; 
	font-size: 11px; 
	color: #171549;
	text-align: center;
	border-bottom: 2px solid #91C1D7;
	font-weight: bold;
}
#copy a.be_row4_res {
	color: #171549; 
	text-decoration: none;
	padding: 0 10px;
	border-bottom: none;
}

div.be_body_res {
	padding-top: 15px;
	padding-bottom:5px;
	font-size: 11px; 
	background-color: #EBECED; 
	border-bottom: 2px solid #171549;
}

div.be_res_img {
	float: left;
	width: 145px;
	text-align: left;
}
table.be_res {
	width: 650px;
	border: none;
}
td.be_res_picurl {
	width: 145px;
	vertical-align: top;
	height: 121px;
}
td.be_res_info {
	width: 490px;
	vertical-align: top;
}
	
div.be_res_top {
	margin-bottom: 5px;
	padding-left: 15px;
	width: 475px;
	height: 20px;
	background-color: #171549;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

div.be_res_mid {
	padding-left: 15px;
	height: 20px;
	background-color: #D9D7D1;
	color: #171549;
	border: 1px solid #999;
}
div.be_res_info {
	width: 94px; 
	text-align: center; 
	float: left;
	font-weight: bold;
}

div.be_res_bot {
	padding-right: 15px;
	padding-top: 20px;
	text-align: right;
	color: #91C1D7;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}
#copy a.be_res_bot {
	color: #171549;
	text-decoration: underline;
	border-bottom: none;
}

/* end results on pages */

/* property details page */
#det_top {
	clear: both;
	margin-top: 15px;
	width: 961px; /* not 1001px due to padding */
	padding: 25px 20px 0px 20px;
	text-align: left;
}
#det_top h1.propid {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #17174A;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
#det_top p.bdbr {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	padding-bottom: 10px;
}

#det_top #divtabs {
	line-height: 28px;
	vertical-align: middle;
	background-image: url(images/tabs_overview.jpg);
	background-repeat: no-repeat;
}

#det_top a:link {
	border-bottom: none;
}

#det_top span.tabnav {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

#det_copy {
	margin: 0 20px;
/*	margin-bottom: 15px;*/
	padding:8px;
	float:left;
	width:620px; /* not 638 due to padding & borders*/
	height: 555px;
/*	min-height: 550px;*/
	background-color: #F8F8F8;
	border: 1px solid #CCC;
	color: #000;
	font-size: 12px;
	overflow: hidden;
}

#det_copy a:link {
	border-bottom: none;
}

#det_copy p {
	margin-bottom: 15px;
}
#det_copy div.opt {
	width: 150px; 
	float: left; 
	text-align: left;
}
#det_copy span.opt {
	color: #DB8569; 
	vertical-align: -3px;
}

#det_line {
	float: left;
	width: 0px;
	height: 573px;
/*	min-height: 552px;*/
	border-left: 1px solid #9C9C9C;
}

#det_boxes {
	margin: 0 20px 0 699px;
/*	float: right;*/
	width: 282px;
	text-align: center;
	background-color: #FFF;
/*	clear: right;*/
}
#det_boxes a:link {
	border-bottom: none;
}
#det_boxes div.viewimg {
	margin-bottom: 15px;
	padding: 5px;
	width: 270px; /* not 282 due to padding and borders */
	background-color: #F8F8F8;
	border: 1px solid #CCC;
}
#det_boxes a.viewimg {
	font-size: 12px;
	color: #17174A;
	text-decoration: underline;
	font-weight: bold;
}
#det_boxes img.tnail {
	width: 63px;
	height: 50px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#det_bot {
	clear: both;
	width: 941px; /* not 1001px due to padding */
	padding: 10px 30px;
	text-align: left;
	color: #000;
	font-size: 12px;
}
#det_bot a.back {
	color: #000;
	text-decoration: underline;
	margin-right: 15px;
	border: none;
}
#det_bot span {
	vertical-align:2px;
}
/* end property details page */

/* booking pages */
#booking {
	width: 650px;
	font-size: 11px; 
	border-bottom: 2px solid #171549;
	background-color: #EBECED;
	color: #171549;
	font-family: Arial, Helvetica, sans-serif;
}
#booking div.book_row1 {
	margin-top: 15px;
	background-color: #171549; 
	padding-left: 15px; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #FFF; 
}

#booking div.book_row2 {
	background-color: #91C1D7; 
	padding: 0 15px; 
	color: #171549;
}

#booking div.book_row3 {
	margin-bottom: 3px;
	background-color: #EBECED;
	padding: 0 15px; 
	color: #171549;
	border-bottom: 1px solid #D9D7D1;
}
#booking tr.dkbg {
	background-color: #D9D7D1;
}
#booking td {
	padding: 0 25px;
	text-align: right;
}
#booking td.left {
	text-align: left;
}
#booking span.label {
	float:left;
}
#booking .form_tf {
	margin: 3px 0;
	height: 14px;
	font-size: 11px;
	width: 150px;
}
#booking td.missing_data {
	background-color: #DB8569;
}
#booking .errormsg {
	color: #DB8569;
	font-weight: bold;
}

#mainContent h1.complete {
	margin-top: 10px;
	margin-bottom: 15px;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#mainContent h2.thankyou {
	font: italic 22px Georgia, "Times New Roman", Times, serif;
	display: block;
	color: #171549;
	text-align: center;
	margin-bottom: 20px;
}
#mainContent p.thankyou {
	margin-bottom: 15px;
	color: #171549;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
/* end booking pages */

/*  misc */
.coral {
	color: #DB8569;
}
.tan {
	color: #E5DDC1;
}
.dkblue {
	color: #171549;
}
.medblue {
	color: #A7CBDD;
}
.lt blue {
	color: #EDF5F8;
}