/* Standard CSS On All Pages */
 
BODY  {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
      }

body.printable {background-color: #FFFFFF; background: #ffffff; margin-left: 0px; margin-top: 1px; margin-right: 0px; } 
	  

/* ***** MAIN TEXT STYLES ***** */
/* STANDARD HEADERS */
 
h1 {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #b36707;
	border-bottom: solid #b36707 1px;
	width: 99%;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003867;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #b36707;
	line-height: 15px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003867;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #b36707;
}

/* STANDARD BODY TAG FORMATTING */

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
	
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

hr {
    border-style: solid;
    background-color: #006699;
    height: 1px;
	padding: 1px;
    border: none; 
    width: 100%; 
    color: #ffffff;
	}

LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003867;
	padding: 3px;
}
/* To use a graphic bullet add this attribute */
/* list-style-image: url(/images/bullet.gif); */

A:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #B36707;
}

A:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #B36707;
}
/* NOTE: visited link should be a slightly darker version of main link color */

A:active, A:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #1f66b8;
} 
/* NOTE: active/hover link should use underline */

.alert {
	font-weight: bold;
	color: #FF0000;
}
/* NOTE: alert should use a variation of red */

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}


/* FOR THIS SITE - CUSTOM STYLES */
/* Consistently use mainTable, mainContent, footer styles and customize here */
/* Add your own additional styles for the site and customize here */


.mobitext {
	font-weight: bold;
	font-size: 12px;
	color: #003867;
}

.mainTable {
	width: 950px;
	padding: 0px;
	border-right: solid #1f66b8 1px;
	border-left: solid #1f66b8 1px;
	color: FFFFFF;
	background-color: FFFFFF;
}

.mainContent {
	background-color:#FFFFFF;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	min-height: 617px;
	}
.mainContentPage {
	background-color:#FFFFFF;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 15px;
	height: 400px;
	width: 765px;
	}
	
	.mainTableHome {
	width: 950px;
	padding: 0px;
	border-right: solid #1f66b8 1px;
	border-left: solid #1f66b8 1px;
	color: FFFFFF;
	background-color:E4F2BD;
	background-image: url(/images/callback.gif);
	background-repeat: repeat;
}	
.mainContentHome {
	background-color:#e4f2bd;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 420px;
	background-image: url(/images/callback.gif);
	background-repeat: repeat;
	}
.mainContentHomeLeft {
	background-color:#c9e0f2;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:15px;
	width:190px;
	text-align: center;
	}
	.mainContentHomeRight {
	background-color:#e4f2bd;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	width:255px;
	}
.mainContentHomeCallouts {
	background-color:#e4f2bd;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 115px;
	}	
	.mainContentHomeCallouts2 {
	background-color:#e4f2bd;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 209px;
	}
.mainContentProp {
	background-color:#ffffff;
	padding-top:15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #1f66b8;
	height: 25px;
	width: 950px;
	border-top: solid #fea541 4px;
	border-left: solid #1f66b8 1px;
	border-right: solid #1f66b8 1px;
	vertical-align: top;
}

A:link.footerlink, A:visited.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffff00;
	text-align: center;
	text-decoration: none;
	padding-left:3px;
	padding-right:3px;
	vertical-align: middle;
}

A:hover.footerlink, A:active.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffff00;
	text-align: center;
	text-decoration: underline;
	padding-left:3px;
	padding-right:3px;
	vertical-align: middle;

}

A:link.officelink, A:visited.officelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffff00;
	text-align: left;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
	vertical-align: middle;
}

A:hover.officelink, A:active.officelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffff00;
	text-align: left;
	text-decoration: underline;
	padding-left:0px;
	padding-right:0px;
	vertical-align: middle;

}

.footercredits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #1f66b8;
	height: 10px;
	width: 940px;
	/*	border-top: solid #fea541 4px;
	border-left: solid #1f66b8 1px;
	border-right: solid #1f66b8 1px;
*/	vertical-align: middle;
	border-bottom: solid #FFFFFF 1px;
}

.footeroffices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding-top: 4px;
	background-color: #1f66b8;
	height: 10px;
	width: 170px;
	/*	border-top: solid #fea541 4px;
	border-left: solid #1f66b8 1px;
	border-right: solid #1f66b8 1px;
*/	vertical-align: middle;
	padding-left: 20px;
}

.footerbookmarks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #1f66b8;
	height: 10px;
	width: 125px;
	/*	border-top: solid #fea541 4px;
	border-left: solid #1f66b8 1px;
	border-right: solid #1f66b8 1px;
*/	vertical-align: middle;
	padding-left: 10px;
}



.tideTable {
	width: 693px;
	padding: 10px;
	color: ffffff;
	border: solid #003867 1px;
}

A:link.myspacelink, A:visited.myspacelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffff00;
	text-align: left;
	text-decoration: none;
}

A:hover.myspacelink, A:active.myspacelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	text-decoration: underline;

}

/*********** BEGIN PROGRAMMED PAGE STYLES *************/

/* Featured quickflash Table*/
.quickflashBG {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
	border-left: solid 0px #003867;
	border-right: solid 0px #003867;}
.quickflash-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background-color: #003867;
	border-left: solid 0px #003867;
	border-right: solid 0px #003867;
	padding-bottom: 8px;

}


/*Quick Search area*/

.quicklinkstable {

width:100%;
text-align:left;
height: 100px;
}

.quicklinkshead {

text-align:center;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
font-weight:bold;
color:#003867;
background-color:#C9E0F2;
border:#003867 solid 1px;
}

.quicklinks {

text-align: left;
list-style-position:outside;
list-style:disc;
color: #B36707;
padding: 0px 5px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
background-color:#E4F2BD;
border:#003867 solid 1px;
}

.qsrch-box {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 0px;
	}

.qsrch-body {
	  background-color: #c9e0f2;
	  margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      scrollbar-3dlight-color: #FFFFFF;
      scrollbar-arrow-color: #B19170;
      scrollbar-base-color: #B19170;
      scrollbar-darkshadow-color: #FFFFFF;;
      scrollbar-face-color: #FBF7F3;
      scrollbar-highlight-color: #FFFFFF;
      scrollbar-shadow-color: #000000;}
.qsrch-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003867;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 2px;
}
input.qsrch, textarea.qsrch, select.qsrch {
color: #003867;
font: normal 9px  Verdana, Helvetica, sans-serif;
border: 0px solid #000033;
text-indent: 0px; 
background: #FFFFFF;
background-color: #FFFFFF;
padding: 0px;
margin: 0px;
}

input.qsrchbutton{
 color: #1f66b8;
font: bold 9px  Verdana, Helvetica, sans-serif;
border: 0px;
border-style: solid;
border-color: #000033;
text-indent: 2px; 
background-image: url(images/but-input.gif);
padding-top: 4px;
padding-bottom: 4px;
padding-left: 0px;
padding-right: 0px;
}
.qsrchbutton-bg {
	background-color: #1f66b8;
	border-right: solid 2px #000033;
	border-top: solid 2px #000033;
	border-bottom: solid 2px #000033;
	border-left: solid 2px #000033;}

.qsrchbutton-padding {
	padding-top: 10px; 
	text-align: center;}
                          
/* THE SEARCH PAGE */
.searchtable {
	padding: 0px;
	}
	
.queryhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #B36707;
	background-color: #FFFFFF;
	background-image:url(images/house-info-bg.gif);
	border-bottom: solid 1px #B36707;
	padding: 0px 0px 0px 12px;
	height: 24px;
	text-align:left;
	background-repeat: no-repeat;
}

.searchlink {
	color: black;
	}
	
.queryspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003867;
	text-align:left;
	padding: 2px 2px 1px 2px;
}
.querylabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003867;
	padding: 2px 2px 1px 2px;
	text-align: right;
}

/* MODIFY SEARCH ADDS ON RESULTS PAGE */


A:link.modifysearchLink, A:visited.modifysearchLink {
	display: block;
	height: 17px;
	background: #1d5ba3 url(images/modify-search-btn.jpg) repeat-x top left;
	border: solid 1px #003867;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 150px;
	padding-top: 3px;
}

A:hover.modifysearchLink, A:active.modifysearchLink {
	display: block;
	height: 17px;
	background: #e1933b url(images/modify-search-btn-over.jpg) repeat-x top left;
	border: solid 1px #9c5300;
	font-size: 11px;
	font-weight: bold;
	color: #003867;
	text-align: center;
	width: 150px;
	padding-top: 3px;
	text-decoration: none;
}

.rental_results_search_table {
	margin: 7px 0px 7px 0px;
	width: 100%;
}
.rental_results_search {
	border: solid 1px #a2bbce;
	background: #e7f4ff;
	padding: 4px;
	color: #404f5b;
	font-size: 10px;
	font-weight: normal;
	line-height: 19px;
}

.current_search {
	font-size: 12px;
	font-weight: bold;
	color: #192e40;
}

/* THE RESULTS PAGE */
.resultstable	{ 
	width: 765px;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 10px 0 0 0;
	cell-spacing: 1px;
	border: 1px solid #003867;
}

.resultshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #1F66B8;
	background-color: #E4F2BD;
	padding: 5px 3px 3px 10px;
	border-bottom: solid #B36707 2px;
}

.bedslabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003867;
	background-color: #E7F3FD;
	padding: 15px 10px 3px 10px;
	border-bottom: solid #1F66B8 1px;
}

a:link.resultslink, a:visited.resultslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #358FDD;
	padding: 3px;
}

a:hover.resultslink, a:active.resultslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000033;
	padding: 3px;
}

.resultsspecsname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #B36707;
	background-color: #E7F3FD;
	padding: 10px 3px 3px 10px;
	border-bottom: solid #B36707 1px;
	height: 20px;
	vertical-align: bottom;
}



.resultsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003867;
	background-color: #E7F3FD;
	padding: 10px 3px 3px 10px;
	border-bottom: solid #1F66B8 1px;
}

.resultsadvantage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003867;
	background-color: #C9E0F2;
	padding: 3px 3px 3px 10px;
}

.resultscart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003867;
	background-color: #C9E0F2;
	padding: 3px 3px 3px 10px;
}
                          
.resultsspecsON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #B36707;
	background-color: #E7F3FD;
	padding: 10px 3px 3px 10px;
}

.resultspic {
	text-align: center;
	background-color: #E7F3FD;
	padding: 2px 2px 2px 2px;
	border: solid #B36707 1px;
	width: 150px;
	height: 100px;
}

.condoratestable	{ 
	width: 99%;
	background-color: #FFFFFF; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: solid #003867 1px;
}

.condorateslabel	{ 
	width: 99%;
	background-color: #E7F3FD; 
	padding: 3px 3px 3px 10px;
	text-align: left;
	margin: 0px;
	border: solid #FFFFFF 1px;
}

.condorateshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #1F66B8;
	background-color: #E4F2BD;
	padding: 3px 3px 3px 10px;
	border: solid #FFFFFF 1px;
}

.condoratesdata {
	padding: 0px 0px 0px 0px;
	background-color: #E7F3FD;
	color: #003867;
	border: solid #FFFFFF 1px;
	text-align: center;
}
                          
.photolink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 1px;
}
A:link.photolink, A:visited.photolink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}
A:hover.photolink, A:active.photolink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #D6A62C;
}
                           
/* The ALPHA page */
.alphatable {
	text-align: left;
	padding: 0px;
	border: 1px solid #1F66B8;
	margin: 0px;
	width: 100%;
	background-color: FFFFFF;
}
.alphaletter	{ 
	font-size: 11px;
	color: #003867;
	font-weight: bold;
	text-align: center;
	background-color: #E4F2BD;
	border: 1px solid #FFFFFF; 
	padding: 3px;
}
.alphaname	{ 
	font-size: 10px;
	color: #0F538F;
	text-align: left;
	background-color: #E7F3FD;
	border: 1px solid #FFFFFF;
	padding: 3px;
}
 

/* THE HOUSE PAGE */

.housetable	{
	width: 765px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	border: solid #C9E0F2 1px;
	margin: 0;
}

.househead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #B36707;
	background-color: #FFFFFF;
	background-image:url(images/house-info-bg.gif);
	border-bottom: solid 1px #B36707;
	padding: 0px 0px 0px 12px;
	text-align:left;
	background-repeat: no-repeat;
	line-height: 24px;
}

.househeadData {
	padding: 15 0 15 0;
}

.housespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003867;
	text-align: left;
	padding: 0px 20px 15px 12px;
}
.houselink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #b36707;
}

.housepic {
	text-align: center;
	background-color: #E7F3FD;
	padding: 3px 3px 3px 3px;
	border: solid #B36707 1px;
	width: 300px;
	height: 200px;
}

.housetools {
	text-align: left;
	padding: 15px 0px 10px 15px;
	color: #003867;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-image: url(/images/toolbarmid.jpg);
	background-repeat: repeat-y;
	line-height: 25px;
	border: 0px;
	height: 100%;
}

.rating {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#FF9933;
	border-left: solid #FFCC00 3px;
	border-right: solid #FFCC00 3px;
	padding: 3px 3px 5px 3px;
	text-align: center;
}

A:link.housetools, A:visited.housetools {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #003867;
}
A:hover.housetools, A:active.housetools  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #B36707;
}
	
.amenitypic {
	border: 1px solid #cccccc;
}

/* The property details table */

.propimagetable	{
	text-align: center;
	width: 99%;
	padding: 1px 1px 1px 1px;
	background-color: FFFFFF;
}
.propdetailstable	{
	text-align: center;
	width: 99%;
	padding: 1px 1px 1px 1px;
	border: solid #003867 1px;
	background-color: #FFFFFF;
}
.propdetailsheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003867;
	text-align: left;
	padding: 2px 2px 2px 15px;
	background-color: #C9E0F2;
}
.propdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 2px 2px 2px 15px;
	background-color: #E4F2BD;
	color: #003867;
}

.houseThumbs {
	width:300px;
	height:75px;
	overflow:auto;
}

/* Property Rates Table on House Page */
.ratestable	{ 
	text-align: center;
	width: 99%;
	background-color: #FFFFFF; 
	padding: 1px 1px 1px 1px;
	border: 1px solid #003867;

}

.rateheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #003867;
	text-align: left;
	padding: 2px 2px 2px 15px;
	background-color: #C9E0F2;
	border: solid #FFFFFF 1px;
}
              
.rates {
	text-align: center;
	padding: 0px 15px 0px 0px;
	background-color: #E4F2BD;
	color: #003867;
	border: solid #FFFFFF 1px;
}

.ratingheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #003867;
	text-align: center;
	padding: 2px 2px 2px 15px;
	background-color: #C9E0F2;
	border: solid #FFFFFF 1px;
}

.ratingspecs {
	text-align: left;
	padding: 0px 15px 0px 15px;
	background-color: #E4F2BD;
	color: #003867;
	border: solid #FFFFFF 1px;
}
  
  
/*RENTAL TERMS STEPS PAGES*/

.progressBar{
    padding: 2px 0px 2px 0px;
    text-align:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #003867;
}

.progressBarSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #B36707;
	background-color: #FFFFFF;
	background-image:url(images/house-info-bg.gif);
	border-bottom: solid 1px #B36707;
	padding: 5px 70px 5px 60px;
	text-align:left;
	background-repeat: no-repeat;
	line-height: 24px;
}  

.progressBarNotSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003867;
	background-color: #FFFFFF;
	border-bottom: solid 1px #B36707;
	padding: 5px 25px 5px 25px;
	text-align:left;
	background-repeat: no-repeat;
}

/* RESERVATIONS */
.reserve {
	font-size: 11px;
	font-weight: bold;
	color: #003867;
	padding: 1px 1px 1px 1px;
	border: solid 1px #ffffff;
	background-color: #C9E0F2;
	border: solid 1px #ffffff;
	width: 65%;
	text-align: right;
}
.reservehead {
	font-size: 12px;
	font-weight: bold;
	color: #B36707;
	padding: 2px;
	border: solid 1px #ffffff;
	background-color: #E4F2BD;
	border: solid 3px #ffffff;
	text-align:left;
}
.reservedata {
	font-size: 11px;
	padding: 2px;
	background-color: #E4F2BD;
	color: #003867;
	border: solid 1px #ffffff;
	width: 35%;
	text-align: right;
}
                
.reservetable	{
	background-color: #FFFFFF;
	padding: 2px;
	width: 265px;
	border: solid #003867 1px;
}
.resterms {
	width:100%;
	height:205px;
	overflow:auto;
}


/*For Resservation contact information and details*/

.reservelabels {
	font-size: 11px;
	font-weight: bold;
	color: #003867;
	padding: 1px 1px 1px 1px;
	border: solid 1px #ffffff;
	background-color: #C9E0F2;
	border: solid 1px #ffffff;
	width: 30%;
	text-align: right;
}

.reservedetailstable	{
	background-color: #FFFFFF;
	padding: 2px;
	width: 70%;
	border: solid #003867 1px;
}

.reservedetails {
	font-size: 11px;
	padding: 2px;
	background-color: #E4F2BD;
	color: #003867;
	border: solid 1px #ffffff;
	width: 70%;
	text-align: left;
}

/*For the Reservations Form to align the pieces*/
Table.resformtable {
	width: 70%;
	float: left;
}
.resformlabel {
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #003867;
}

input.resformdata {
	font-size: 11px;
	padding: 2px;
	color: #003867;
	text-align: left;
	width:100px;
	max-width:100px;
}
 
.resformdata {
	font-size: 11px;
	padding: 2px;
	color: #003867;
	text-align: justify;
} 
            
                
/* The SPECIALS page */
.specialstable	{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: solid #003867 1px;
	background-color:#FFFFFF;
	min-height:100%;

}
.specialscontent	{
	width: 100%;
	padding: 3px;
	margin: 0px;
	border: solid #B36707 1px;
	background-color:#E7F3FD;
	height: 100%;
}
.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #B36707;
	padding: 5px;
	background-color: #E4F2BD;
}

.weeklyhead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #B36707;
	padding: 3px;
	background-color: #C9E0F2;
}
A:link.specialshead, A:visited.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #A69433;
	text-decoration: none;
}
A:hover.specialshead, A:active.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #F0DA64;
	text-decoration: underline;
}
.specialsannounce {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #AA0000;
}
.specialsempty {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #837E68;
	background-color: #E7F3FD;
	padding: 0px 0px 0px 0px;
	border: 0px;
	min-height:100%;
}
.specialsspecs {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align:center;
	color: #1F66B8;
	background-color: #E7F3FD;
}

.specialslink {
	text-align: center;
	color: #B36707;
	padding: 5px 5px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
  
  
  /* The CONCIERGE page */
.conciergetable	{ 
	width: 600px;
	background-color: #E7F3FD; 
	padding: 0px;
	margin: 0px;
	border: solid #003867 1px;
}
.conciergehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #B36707;
	padding: 3px;
	background-color: #E4F2BD;
}

.conciergespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003867;
	background-color: #E7F3FD;
	padding: 3px 15px 3px 15px;
	width: 300px;
}

.conciergedetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003867;
	background-color: #FFFFFF;
	padding: 3px 15px 3px 15px;
	width: 300px;
}

/* The EVENTS pages */
.eventstable	{ 
	width: 100%;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: solid #003867 1px;
}

.eventshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #B36707;
	padding: 3px;
	background-color: #E4F2BD;
}

.eventsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003867;
	background-color: #E7F3FD;
	padding: 3px;
}
                          
.eventsdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #003867;
	background-color: #E7F3FD;
	padding: 3px;
}
                          
 
/* The Cart TABLE */

.compare {
	border: solid #003867 1px;
	padding: 2px;
	width: 100%;
}

.comparehead {
	background-color: #E4F2BD;
	padding: 5px 5px 5px 10px;
	color: #003867;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

.comparedata {
	padding: 3px;
	background-color: #E7F3FD;
	color: #003867;
}
                
.carthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #B36707;
	text-align: center;
	padding: 3px;
	border: 0px;
	background-color: #C9E0F2;
}

.cartspecs {
	padding: 3px;
	background-color: #E4F2BD;
	color: #003867;
}
                
.cartdata {
	padding: 3px;
	background-color: #ffffff;
	color: #003867;
	border-bottom: 1px solid #1F66B8;
	text-align: center;
}
                
.adcarttable	{ 
	text-align: center;
	width: 90%;
	background-color: #C9E0F2; 
	padding: 1px;
	border: 0px;
}

.addcartcell {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	background-image: url(/images/results_button.jpg);
	background-repeat: no-repeat;
	width: 115px;
	height: 29px;
	text-align: center;
	border: 0px;
	padding: 0px 0px 6px 0px;
}

.addcartlink {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	text-align: center;
	padding: 0px 0px 6px 0px;
	width: 115px;
}
a:link.addcartlink, a:active.addcartlink {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
}

a:hover.addcartlink {
	color: #FEA541;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
}

a:visited.addcartlink {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0px 0px 6px 0px;
}

/**SALES ADD TO CART BUTTON STYLES**/

.salesadcarttable	{ 
	text-align: center;
	width: 90%;
	background-color: #C9E0F2; 
	padding: 1px;
	border: 0px;
}

.salesaddcartcell {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	background-image: url(/images/sales_button.jpg);
	background-repeat: no-repeat;
	width: 115px;
	height: 29px;
	text-align: center;
	border: 0px;
	padding: 0px 0px 6px 0px;
}

.salesaddcartlink {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	text-align: center;
	padding: 0px 0px 6px 0px;
	width: 115px;
}
a:link.salesaddcartlink, a:active.salesadcartlink {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
}

a:hover.salesaddcartlink {
	color: #FEA541;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
}

a:visited.salesaddcartlink {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0px 0px 6px 0px;
}




.submitbutton {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	background-color: #E7F3FD;
	background-image: url(/images/large_button.jpg);
	background-repeat: no-repeat;
	width: 115px;
	height: 29px;
	text-align: center;
	border: 0px;
	padding: 0px 6px 6px 0px;
}

                
/*For the 3D text links that need to look like FORM buttons*/
.buttonbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	padding: 0px 0px 6px 0px;
	color: #FFFFFF;
}

.buttonbartable {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 35px;
}

.buttonbarcell {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding:0px 0px 6px 0px;
	background-image: url(/images/large_button.jpg);
	background-repeat: no-repeat;
	width: 135px;
	text-align: center;
}

.buttonbarcellvt {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding:0px 0px 6px 0px;
	background-image: url(/images/virtual-tour-button.jpg);
	background-repeat: no-repeat;
	width: 135px;
	text-align: center;
}

a:link.buttonbarlink, a:active.buttonbarlink {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 6px 0px;
	text-align: center;
}

a:hover.buttonbarlink {
	color: #FEA541;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0px 0px 6px 0px;
}

a:visited.buttonbarlink {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0px 0px 6px 0px;
}

a:link.buttonbarlinkvt, a:active.buttonbarlinkvt {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 6px 10px;
	text-align: center;
}

a:hover.buttonbarlinkvt {
	color: #FEA541;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0px 0px 6px 10px;
}

a:visited.buttonbarlinkvt {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0px 0px 6px 10px;
}



                
/*For the 3D text links that need to look like FORM buttons*/
.book-buttonbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	padding: 0px 0px 6px 0px;
	color: #FFFFFF;
}

.book-buttonbartable {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 35px;
}

.book-buttonbarcell {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	background-color: #FFFFFF;
	padding:0px 0px 6px 0px;
	background-image: url(/images/large_orange_button.jpg);
	background-repeat: no-repeat;
	width: 135px;
	text-align: center;
}

a:link.book-buttonbarlink, a:active.book-buttonbarlink {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
}

a:hover.book-buttonbarlink {
	color: #003867;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
}

a:visited.book-buttonbarlink {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
}

/* FORM elements */
input, textarea, select {
color: #003867;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #1F66B8;
text-indent: 2px; 
background-color: #E4F2BD;
padding: 2px 
}

/* The checkbox/radio alternative to matches the page background color */
input.clear {
color: #000000;
border: 0px;
background-color: #FFFFFF;
padding: 0px;
}

/* The button alternative with a 3d effect */
input.button {
	color: #ffffff;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	background-color: #FFFFFF;
	padding: 0px 0px 6px 0px;
	background-image: url(/images/large_button.jpg);
	background-repeat: no-repeat;
	width: 135px;
	height: 29px;
	border: 0px;
	text-align: center;
}


/* CALENDAR STYLES ARE HERE */

.arrivalLink {
	color: #B36707;
	font-weight: bold;
	}
	
.backtotopLink {
	color: white;
	}

/* This sets the link color */
.cal-link:link    { color: #B36707; }
.cal-link:visited { color: #B36707; }
.cal-link:hover   { color: #B36707; }

/* This sets the dull link color */
.cal-dlink:link    { color: #1F66B8; }
.cal-dlink:visited { color: #1F66B8; }
.cal-dlink:hover   { color: #1F66B8; }

/* This sets the calender outer box */
.cal-box {
	border-top-color: #1F66B8;
	border-right-color: #1F66B8;
	border-bottom-color: #1F66B8;	
	border-left-color: #1F66B8;
	}
	
/* This sets the calendar back */
.cal-back {
	background-color: #1F66B8;
	}
	
/* This sets the calender year outer box */
.cal-year-box {
	border-bottom-color: #C9E0F2;
	}
	
/* This sets the calender today box */

.cal-today {
	color: #003867;
	background-color: #E4F2BD;
	border-right-color: #CCCCCC;
	}

/*This sets the calender year previous box */
.cal-year-prev {
	color: #003867;
	background-color: #E4F2BD;
	border-right-color: #CCCCCC;
	}
	
/* This sets the calender year number previous box */
.cal-year {
	color: #003867;
	background-color: #E4F2BD;
	}

/*This sets the calender year Next box */
.cal-year-next {
	color: #003867;
	background-color: #E4F2BD;
	border-left-color: #CCCCCC;
	}

/*This sets the calender month outer box */
.cal-month-box {
	border-bottom-color: #C9E0F2;
	}

/*This sets the calender month previous box */
.cal-month-prev {
	color: #003867;
	background-color: #E4F2BD;
	border-right-color: #CCCCCC;
	}

/*This sets the calender month text box */
.cal-month {
	color: #ffffff;
	background-color: #1F66B8;
	border-bottom-color: #092D4D;
	border-left-color: #C3DFF8;
	border-top-color: #C3DFF8; 
	border-right-color: #092D4D;
}

/*This sets the calender month next box */
.cal-month-next {
	color: #003867;
	background-color: #E4F2BD;
	border-right-color: #CCCCCC;
	}


/*This sets day of the week start*/
.cal-day-start {
	color: #003867;
	background-color: #C9E0F2;
}

/*This sets day of the week rest*/
.cal-day-rest {
	color: #003867;
	background-color: #C9E0F2;
}


/*This sets days availible*/
.cal-days-avail {
	color: #003867;
	background-color: #E4F2BD;
	text-align: center;
}

/*This sets the out of range days */
.cal-days-unknown {
	color: #003867;
	background-color: #FFFF93;
	text-align: center;
}

/*This sets days booked*/
.cal-days-booked {
	color: #003867;
	background-color: #C9E0F2;
	text-align: center;
}

/*This sets the out of month days */
.cal-days-invalid {
	color: #003867;
	background-color: #FFFFFF;
	text-align: center;
}

/*For 3-D buttons*/
a.3dbuttonlink{
	background: transparent; color: #FFFFFF; text-decoration: none
}
.3dbuttontable {
        border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #B36707;
}
.3dbuttoncell {
	color: #000000;
	font: bold 10px  Verdana, Helvetica, sans-serif;
	border: 2px;
	border-style: outset;
	border-color: #FFE69A #743507 #743507 #FFE69A;
	text-indent: 2px; 
	background-color: #B36707;
	padding: 3px;}

/* GuestAdvantage Stylesheet Information - do not remove */

.step { font-weight: bold; font-style: normal; color: #ba3038;}
.currentstep { font-weight: bold; font-style: normal; color: #003867;}
.stepresult { font-weight: bold; font-style: normal; color: #b36707;}
.editor { padding: 0px; border: 0px; background-color: #c9e0f2;}
.accounttable {
	border-bottom:'1px' 'dotted' '#cccccc';
	height: 1px;
	width: 100%;
}
.content { padding: 0px; border: 0px; background-color: #c9e0f2; width: 100%; height: 100%; margin: 0px;}
.GAmemberbtn { color: #ffffff;font: bold 10px Verdana, Arial, Helvetica, sans-serif;border: 1px;border-color: #003399 #000000 #000000 #003399;text-align: center;background-color: #1F66B8;padding: 3px;}

A:link.GAmembernav, A:visited.GAmembernav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; text-decoration: none; color: #ffffff;}

A:hover.GAmembernav, A:active.GAmembernav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; text-decoration: underline; color: #ffffcc;}
input.GAbutton {
	color: #ffffff;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	border: 2px;
	border-style: outset;
	border-color: #c9e0f2 #002303 #002303 #c9e0f2;
	text-indent: 2px;
	background-color: #1f66b8;
	padding: 3px;
}


/* GuestAdvantage Stylesheet Information - do not remove */



/* Make a table column that looks just like the submit button */
td.buttonmain {
background-color: #1f66b8;
color: #000000;
font-weight: bold;
border-color: #003366;
border-width: 0px;
padding: 0px}

div#map {
	width: 294px;
	height: 200px;
	padding: 3px 3px 3px 3px;
	border: solid #B36707 1px;
	text-align: center;
	background-color: #E7F3FD;
	color: #003867;
}

/*Fall Getaway Styles*/
.eventsTable{
margin:0 auto;
}

.eventsTable td{
padding:5px;
}
.eventsDate{
color:#1f66b8;
font-weight:bold;
border-bottom:1px solid #1f66b8;
}
.seasonalPackage{
margin:10px 0 0 0;
padding:10px 0 0 0;
background:url(/images/leaves-bkgd.gif) repeat-y top;
}

.seasonalPackage2{
margin:10px 0 0 0;
padding:10px 0 0 0;
background:url(/images/spring-footer.jpg) no-repeat bottom;
}

.seasonalPackage3{
margin:10px 0 15px 0;
padding:10px 0 0 0;
background:url(/images/summer-events-bkgd.jpg) no-repeat bottom;
}

.eventsTable a{
color:#4B2300;
}

.seasonEvent{
font-size:11px;
font-weight:bold;
color:#591e01;
}

.calendar p {
margin: 0;
}

#capturePoint{
width:215px;
height:117px;
margin:0 auto;
background:url(images/callout_capture.jpg) no-repeat 50% 5px;

}

.vesignupbutton{
 color: #1f66b8;
font: bold 11px  Verdana, Helvetica, sans-serif;
border:1px solid  #1f66b8;
padding: 4px;
background:#fca641;
width:55px;
}


#vesignbox{
text-align:center;
}