/* Standard CSS On All Pages */
 
BODY  {
      background-color: #c7d6ee;
      margin: 0px;
	  width:100%;
	  padding:0;
      }

body.weather {
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF; 
	}
	
body.printable {background-color: #FFFFFF; margin-left: 0px; margin-top: 1px; margin-right: 0px; } 
.maxwidth {
max-width:1000px;
height:100%;
width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
}	
/* Makes menus overlap a flash piece */
#menu { 
padding: 0px; 
border: 0px; 
width: 100%; 
} 

#flashcontain { 
border: 0px; 
width: 100%; 
z-index: 2; 
}   

/* ***** MAIN TEXT STYLES ***** */
/* STANDARD HEADERS */
 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #1E4CAC;
	text-align: left;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FD9100;
	text-align: left;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FD9100;
	text-align: left;

}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #1e76cf;
	text-align: left;

}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;

}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #083991;
	text-align: left;

}

/* STANDARD BODY TAG FORMATTING */

P {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2C5299;
	text-align: left;
}
	
TD {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

TH {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

hr {
    border-style: solid;
    background-color: #b2c6eb;
    height: 1px;
	padding: 1px;
    border: none; 
    width: 100%; 
    color: #b2c6eb;
	}

LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding: 1px;
	text-align: left;
}
/* 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: #0055A6;
}

A:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #00386c;
}
/* 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: #F47C25;
} 
/* NOTE: active/hover link should use underline */

.alert {
	font-weight: bold;
	color: #ff4800;
}
/* NOTE: alert should use a variation of red */

.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
}


/* 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 */

.mainTable {
	width: 100%;
	padding: 0px;
	border: solid 1px #5391bd;
	background-color: #FFFFFF;
	text-align: left;
}

.mainContent {
	padding: 5px;
	background-color:#FFFFFF;
	text-align: left;
	}
	
.logo {
	padding: 0px 0px 8px 14px;}
TD.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #02254a;
	text-decoration: none;
	text-align: right;
	padding: 0px 26px 6px 0px;
	}

A:link.toplinks, A:visited.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #02254a;
	text-decoration: none;
}
A:hover.toplinks, A:active.toplinks  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #e96400;
	text-decoration: none;
}
.textBG {
	background-color: #ffe7c4;
	padding: 0px 9px 10px 9px;
	}
.textBG-interior {
	background-color: #ffe7c4;
	padding: 14px 9px 10px 9px;
	}
.calloutBG {
	background-color: #ffe7c4;
	padding: 13px 0px 0px 9px;
	}
.callout-hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	text-align: left;
	}
.callout-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #354b7c;
	text-align: left;
	} 
.callout-table {
	border: solid 1px #fff7ea;
	background-image:url(images/calloutbg.jpg);
	padding: 15px 12px 0px 12px;
	height: 269px;
	text-align: left;
	} 

.callout-table2 {
	border: solid 1px #fff7ea;
	background-image:url(images/calloutbg.jpg);
	padding: 10px 8px 0px 8px;
	height: 269px;
	text-align: left;
	} 	

.hp-text {
	background: #ffffff url(images/text-hp-bg.gif) repeat-x top left;
	border-bottom: solid 1px #B0C6EA;
	padding: 16px;
	color: #2C5299;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	}
.int-hd {
	background-image:url(images/text-hp-bg.gif);
	padding: 12px 16px 0px 16px;
	text-align: left;
	}
.int-text {
	background-color: #ffffff;
	border-bottom: solid 1px #B0C6EA;
	padding: 0px 16px 16px 16px;
	text-align: left;
	}
TD.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3F505F;
	text-align: center;
	}

A:link.footer, A:visited.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3F505F;
	text-decoration: underline;
}

A:hover.footer, A:active.footer  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #e96400;
	text-decoration: underline;
} 

.unittypes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #1E4CAC;
	text-align: left;
}

.headerIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #1E4CAC;
	text-align: left;
	padding-top: 1px;
	}
	
.quicksearchHomePageTD {
	width: 198px;
	border-right: solid 1px #e1eaf7;
	padding-top: 15px;
	padding-bottom: 16px;
	padding-right: 8px;
	}
	
.quicksearchTable {
	border: solid 1px #dd711f;
	padding: 10px 0px 27px 12px;
	background: #ffd179 url(images/quicksearchBKGD.jpg) center repeat-y;
	}

.HomePageTextTD {
	padding-top: 8px;
	padding-left: 8px;
	}	
	
/* Unit Type Photo Popups */

.popupTable {
	border-left: solid 1px #034172;
	border-right: solid 1px #034172;
	border-top: solid 1px #034172;
	background-color: #ffffff;
	padding: 5px;
	}

.popupPhotoDescription {
	background-color: #ffd179;
	color: #034172;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	border-left: solid 1px #034172;
	border-right: solid 1px #034172;
	border-bottom: solid 1px #034172;
	border-top: solid 1px #df7f26;
	padding: 3px;
	}
	
a:link.thumbnailLink, a:visited.thumbnailLink {
	border: solid 1px #d16807; 
	width: 65;
	height: 46;
	display: block;
}

a:hover.thumbnailLink, a:active.thumbnailLink {
	border: solid 1px #034172; 
	width: 65;
	height: 46;
	display: block;
}

/*********** BEGIN PROGRAMMED PAGE STYLES *************/
                          
/* THE SEARCH PAGE */
.searchtable {
	padding: 0px;
	}

.searchlink {
	color: black;
	}

/* THE RESULTS PAGE */
.resultstable	{ 
	width: 95%;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #358FDD;
}

.resultshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #358FDD; 
	padding: 3px;
}

a:link.resultslink, a:visited.resultslink {
	font-family: 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000033;
	padding: 3px;
}

.resultsspecs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #0F538F;
	background-color: #FEFFD5;
	padding: 3px;
}
                          
.resultsspecsON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000066;
	background-color: #FFFFDD;
	padding: 3px;
}
                          
.photolink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 1px;
}
A:link.photolink, A:visited.photolink {
	font-family: 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: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #D6A62C;
}
                           
/* The ALPHA page */
.alphatable {
	text-align: center;
	padding: 0px;
	border: 1px solid #358FDD;
	margin: 0px;
	width: 95%;
}
.alphaletter	{ 
	font-size: 11px;
	color: #0F538F;
	font-weight: bold;
	text-align: center;
	background-color: #FBFDB7;
	border: 1px solid #358FDD; 
	padding: 3px;
}
.alphaname	{ 
	font-size: 10px;
	color: #0F538F;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #B0DFF2;
	padding: 3px;
}
 

/* THE HOUSE PAGE */

.housetable	{ 
	width: 685px;
	background-color: #FFFFFF; 
	padding: 0px;
	border: 1px;
}

.househead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3D59A8;
	background-color: #9CBFDE;
}
.housespecs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6E83BE;
	text-align: left;
}
	
.amenitypic {
	border: 1px solid #cccccc;
}

/* The property details table */
.propdetailstable	{ 
	text-align: center;
	width: 90%;
	padding: 1px;
	border: 1px solid #358FDD;
}
.propdetailsheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
	background-color: #358FDD;
}
.propdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	background-color: #FEFFD5;
	color: #0F538F;
}

/* Property Rates Table on House Page */
.ratestable	{ 
	text-align: center;
	width: 90%;
	background-color: #FFFFFF; 
	padding: 1px;
}

.rateheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	background-color: #0F538F;
}
              
.rates {
	text-align: center;
	padding: 3px;
	border: 1px solid #358FDD;
	background-color: #FEFFD5;
	color: #0F538F;
}
                
                
/* The SPECIALS page */
.specialstable	{ 
	width: 99%;
	padding: 2px;
	margin: 1px;
	border: 1px solid #315C87;
	background-color:#FFFFFF;
}
.specialscontent	{ 
	width: 99%;
	padding: 2px;
	margin: 1px;
	border: 0px;
	background-color:#FFFFFF;
	text-align: left;
}
.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	padding: 2px;
	background-color: #2D547D;
}

.weeklyhead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	padding: 3px;
	background-color: #315C87;
}
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: 16px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #AA0000;
}
.specialsempty {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #837E68;
}
.specialsspecs {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align:center;
	color: #305B86;
	background-color: #ffffff;
	border: 1px solid #EADE99;
}
  
  
  /* The CONCIERGE page */
.conciergetable	{ 
	width: 600px;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #358FDD;
}
.conciergehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
	background-color: #358FDD;
}

.conciergespecs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #0F538F;
	background-color: #FEFFD5;
	padding: 3px;
	width: 150px;
}

/* The EVENTS pages */
.eventstable	{ 
	width: 95%;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #358FDD;
}

.eventshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
	background-color: #358FDD;
}

.eventsspecs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #0F538F;
	background-color: #FEFFD5;
	padding: 3px;
}
                          
.eventsdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #0F538F;
	background-color: #ffffff;
	padding: 3px;
}
                          
 
/* The Cart TABLE */

.compare {
	border: 1px solid #358FDD;
	padding: 2px;
}

.comparehead {
	background-color: #D2F0FC;
	padding: 3px;
}

.comparedata {
	padding: 3px;
	background-color: #ffffff;
	color: #0F538F;
}
                
.carthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	border: 0px;
	background-color: #0F538F;
}

.cartspecs {
	padding: 3px;
	background-color: #FEFFD5;
	color: #2F7BBD;
}
                
.cartdata {
	padding: 3px;
	background-color: #ffffff;
	color: #2B74B3;
	border-bottom: 1px solid #2B74B3;
	text-align: center;
}
                
.carttable	{ 
	text-align: center;
	width: 90%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 1px dotted #2B74B3;
}


                
/*For the 3D text links that need to look like FORM buttons*/
.buttonbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	color: #324D70;
}

.buttonbartable {
	padding: 0px;
	margin: 0px;
}

.buttonbarcell {
color: #ffffff;
font: bold 10px Arial, Helvetica, sans-serif;
border: 2px;
border-style: outset;
border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
text-indent: 2px; 
background-color: #358FDD;
padding: 5px;
}

a:link.buttonbarlink, a:active.buttonbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.buttonbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited.buttonbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

/* FORM elements */
input, textarea, select {
color: #000000;
font: normal 11px Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #1e4cac;
text-indent: 2px; 
background-color: #ffffff;
padding: 1px 
}

/* 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 Arial, Helvetica, sans-serif;
border: 2px;
border-style: outset;
border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
text-indent: 2px; 
background-color: #358FDD;
padding: 3px;
}


/* CALENDAR STYLES ARE HERE */

.arrivalLink {
	color: black;
	}
	
.backtotopLink {
	color: white;
	}

/* This sets the link color */
.cal-link:link    { color: #000000; }
.cal-link:visited { color: #000000; }
.cal-link:hover   { color: #000000; }

/* This sets the dull link color */
.cal-dlink:link    { color: #999999; }
.cal-dlink:visited { color: #999999; }
.cal-dlink:hover   { color: #999999; }

/* This sets the calender outer box */
.cal-box {
	border-top-color: #0F538F;
	border-right-color: #0F538F;
	border-bottom-color: #0F538F;	
	border-left-color: #0F538F;
	}
	
/* This sets the calendar back */
.cal-back {
	background-color: #2B6FAA;
	}
	
/* This sets the calender year outer box */
.cal-year-box {
	border-bottom-color: #CCCCCC;
	}
	
/* This sets the calender today box */

.cal-today {
	color: #000000;
	background-color: #EDCDCD;
	border-right-color: #CCCCCC;
	}

/*This sets the calender year previous box */
.cal-year-prev {
	color: #000000;
	background-color: #EDCDCD;
	border-right-color: #CCCCCC;
	}
	
/* This sets the calender year number previous box */
.cal-year {
	color: #000000;
	background-color: #EDCDCD;
	}

/*This sets the calender year Next box */
.cal-year-next {
	color: #000000;
	background-color: #EDCDCD;
	border-left-color: #CCCCCC;
	}

/*This sets the calender month outer box */
.cal-month-box {
	border-bottom-color: #CCCCCC;
	}

/*This sets the calender month previous box */
.cal-month-prev {
	color: #000000;
	background-color: #EDCDCD;
	border-right-color: #CCCCCC;
	}

/*This sets the calender month text box */
.cal-month {
	color: #ffffff;
	background-color: #0F538F;
	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: #000000;
	background-color: #EDCDCD;
	border-right-color: #CCCCCC;
	}


/*This sets day of the week start*/
.cal-day-start {
	color: #0F538F;
	background-color: #D2F0FC;
}

/*This sets day of the week rest*/
.cal-day-rest {
	color: #0F538F;
	background-color: #D2F0FC;
}


/*This sets days availible*/
.cal-days-avail {
	color: #000000;
	background-color: #FEFFD5;
}

/*This sets the out of range days */
.cal-days-unknown {
	color: #000000;
	background-color: #FFFF93;
}

/*This sets days booked*/
.cal-days-booked {
	color: #000000;
	background-color: #A7CCEC;
}

/*This sets the out of month days */
.cal-days-invalid {
	color: #000000;
	background-color: #FFFFFF;
}

/*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: #743507;
}
.3dbuttoncell {
	color: #F2E1C9;
	font: bold 10px  Helvetica, sans-serif;
	border: 2px;
	border-style: outset;
	border-color: #FFE69A #743507 #743507 #FFE69A;
	text-indent: 2px; 
	background-color: #B77342;
	padding: 3px;}



/* Make a table column that looks just like the submit button */
td.buttonmain {
background-color: #B77342;
color: #F2E1C9;
font-weight: bold;
border-color: #371802;
border-width: 1px;
padding: 1px
}


/* Home Page image rotator */

div#rotator_btn{position:absolute; top:208px; right:118px;}
