/* CSS Document */
 
BODY  {
      margin-top: 0px
      margin-bottom: 0px
      margin-left: 0px
      margin-right: 0px
      scrollbar-3dlight-color: #52292A;
      scrollbar-arrow-color: #283651;
      scrollbar-base-color: #BFC3D8;
      scrollbar-darkshadow-color: #003366;
      scrollbar-face-color: #BFC3D8;
      scrollbar-highlight-color: #F1F5F9;
      scrollbar-shadow-color: #000033;
      }
	  
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	color: #42496E;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	color: #B2A132;
}
h3 {
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	color: #42496E;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	color: #B2A132;
}
h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	color: #000000;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	color: #333333;
}
P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	color: #2C304B
	}
	
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;

}

hr {
	border-style: solid; 
	background-color: #BEF2FD; 
	height: 2px;
	border: none; 
	width: 100%; 
	color: #BEF2FD;
 }
.white {
	background-color: #ffffff;
}

.paleblue {
	background-color: #BEF2FD;
}

.dkblue {
	background-color: #42496E;
}

.gold {
	background-color: #B2A132;
}


LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	font-style: normal;
	font-weight: normal;
	color: #293752;
	text-indent: 0px;
	text-align: left;
	line-height: 100%;
}
A:link, A:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #424D89;
}
A:active, A:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #750202;
}
.alert {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	line-height: 120%;
	color: #003366;
}
.small {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	line-height: 100%;
	color: #EDEDD2;
}

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	line-height: 14px;
	color: #226C83;
	text-align: center;

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

}
.copyright a:link , .copyright a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #5884A3;
}
.copyright a:active, .copyright a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #750202;
}



/* The TABLE that controls the variable width content area of the page */
.content	{ 
	padding: 0px;
	border: 0px;
	background-color: #F5F5EA; 
}
    
/* The Calendar page */
.calendartable {
	border: 1px solid #93A7B9;
}
.calendarhead {
	background-color: #003366;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
.calendarday {
	color: #006BB7;
	background-color: #F1F5F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
.offseason {
	color: #5F7FA9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #ffffff;
	padding-bottom: 8px;
}
 
.lowseason {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #9999CC;
	padding-bottom: 8px;
}
 
.midseason {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #6d8b8b;
	padding-bottom: 8px;
}
 
.highseason {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #a25e5f;
	padding-bottom: 8px;
}
 
.peakseason {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #ff0000;
	padding-bottom: 8px;
}
.event_style {
	color: #52383d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #ffffcc;
	padding-bottom: 8px;
}
.head_style {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #52383d;
	padding-bottom: 8px;
}
.cell_style {
	color: #52383d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #9c6a64;
	padding-bottom: 8px;
}
  
/* for Hotspots */	    
.head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	color: #52383d;
}
.head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	color: #0f1f5a;
}
.head3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	color: #9c6a64;
}
 
/* The SEARCH and RESULTS page text */
.searchtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: right;
	line-height: 120%;
	color: #000066;
}
.altcolor {
	background-color: #fee6a7;
}
.amenities {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: right;
	line-height: 120%;
	color: #333366;
}
/* The HOUSE page */
.househead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #52383d;
	text-align: center;
	line-height: normal;
	padding: 3px;
	background-color: #DAB8B4;
}
.housespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #004990;
	padding: 3px;
	background-color: #9eb3cc;
}
                
.housetable	{ 
	width: 90%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 1px solid #BB827B;
}
/* The RATE TABLE */
.rateheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	color: #ffffff;
	text-align: center;
	padding: 3px;
	border: 1px solid #52383d;
	background-color: #52383d;
}
.rates {
	text-align: center;
	font-size: 9px;
	padding: 3px;
	background-color: #ffffcc;
	color: #52383d;
	border: 1px solid #9c6a64;
}
                
.ratestable	{ 
	text-align: center;
	width: 95%;
	background-color: #FFFFFF; 
	padding: 1px;
}
/* The VIEW CART page */
.viewcarttable	{ 
	width: 95%;
	border: 1px solid #52383d;
	background-color: #52383d;
	padding: 0px;
	
}
.viewcarthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #52383d;
	padding: 3px;
	background-color: #9c6a64; 
}
.viewcart {
	text-align: center;
	line-height: normal;
	padding: 2px;
	background-color: #ffffcc;
}
.viewcartspec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #003333;
	border: 1px solid #336666;
	background-color: #52383d;
	padding: 1px;
}
.viewcartspechead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #ffffff;
	background-color: #9c6a64;
	padding: 1px;
}

/* The RESULTS page */
.resultshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #336666;
	padding: 3px;
	background-color: #fcfbf4;
}
.resultsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #003333;
	border: 1px solid #336666;
	background-color: #a3baba;
	padding: 1px;
}
                
.resultsspecshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #ffffff;
	border: 1px solid #336666;
	background-color: #003333;
	padding: 1px;
}
                
.resultstable	{ 
	width: 95%;
	border: 1px solid #BB827B;
	padding: 4px;
	
}
/* The SPECIALS page */
.specialstable	{ 
	width: 90%;
	padding: 2px;
	margin: 1px;
	border: 1px solid #BB827B;
}
.weeklyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #ffffff;
	padding: 3px;
	background-color: #336666;
}
A:link.specialshead, A:visited.specialshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #003333;
	text-decoration: none;
}
A:hover.specialshead, A:active.specialshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #7a1a1c;
	text-decoration: underline;
}
.specialsannounce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #003333;
}
.specialsempty {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #7a1a1c;
}
.specialsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	color: #52383d;
	background-color: #DAB8B4;
}
                
       
/* The ALPHA page */
.alphatable {
	width: 95%;
	text-align: center;
	padding: 0px;
	background-color: #DAB8B4;
	border: 1px solid #52383d;
	margin: 0px;
}
.alphaletter	{ 
	font-size: 10pt;
	color: #52383d;
	font-weight: bold;
	text-align: center;
	width: 4%;
	background-color: #DAB8B4;
	border: 1px solid #9c6a64; 
	padding: 3px;
}
.alphaname	{ 
	font-size: 9px;
	color: #52383d;
	text-align: center;
	width: 11%;
	background-color: #FFFFFF;
	border: 1px solid #ffffcc;
	padding: 3px;
}
/*For the Add Cart and View Cart buttons*/
.addcarttable {
	padding: 1px;
}
.addcartcell {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: bold;
	color: #ffffff;
	background-color: #52383d;
	border: 2px;
	border-style: outset;
	border-color: #DAB8B4 #000000 #000000 #DAB8B4;
	text-indent: 2px; 
	padding: 3px;
}
a:link.addcartlink, a:active.addcartlink, a:hover.addcartlink, a:visited.addcartlink {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none; 
}
/* FORM elements */
input, textarea, select {
color: #52383d;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #006BB7;
text-indent: 2px; 
background: #ffffff;
background-color: #ffffff;
padding: 2px;
margin: 0px;
}
/* The button alternative with a 3d effect */
input.button {
color: #42496E;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
border: 2px;
border-style: outset;
border-color: #A8B5FD #000000 #000000 #A8B5FD;
text-indent: 2px; 
background-color: #BFC3D8;
padding: 3px;
}
/* The checkbox/radio alternative to matches the page background color */
input.clear {
color: #ffffff;
border: 1px solid #ffffff;
background: #ffffff;
background-color: #ffffff;
padding: 0px;
margin: 0px;
}
        
.tollfree {
	background-color: #006BB6;
	border: 1px outset #000000;
}

.whatsnew {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	}

.rateshd {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
	color: #F1EDCF;
	background-color: #666E97;
	text-indent: 2px; 
	padding: 3px;
}

.ratestxt {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666E97;
	background-color: #BFC3D8;
	text-indent: 2px; 
	padding: 3px;
}

	
.floorplanhd {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
	color: #F1EDCF;
	background-color: #666E97;
	border: 2px;
	border-style: solid;
	border-color: #BEF2FD;
	text-indent: 2px; 
	padding: 3px;
}

.floorpopup {
	padding: 0px;
	background-color: #BFC3D8;
	border: 1px solid #42496E;
	margin: 0px;
}

.floorpopuphd {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
	color: #F1EDCF;
}
