/* Standard CSS On All Pages */
 
body  {
	background-color: #fff;
	margin: 0px;
	padding:0px;
	font-size: 11px;
	font-family: "trebuchet MS",sans-serif;
	color: #333333;
}

/* Homepage */
 
body.body_home  {
	background-color: #faf7f2;
	margin: 5px 10px 15px 10px;
	padding:0px;
	color: #333333;
	font-size: 11px;
	font-family: "trebuchet MS",sans-serif;
}

/* All Other Pages */
 
body.static_pages  {
	background-color: #faf7f2;
	margin: 5px 10px 15px 10px;
	padding:0px;
	color: #333333;
	font-size: 11px;
	font-family: "trebuchet MS",sans-serif;
}

/* ***** MAIN TEXT STYLES ***** */
/* STANDARD HEADERS */
 
h1 {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #2e8f9e; 
	text-align:left;
	margin: 15px 0px 10px 0px;
	line-height: 135%;
}

h2 {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	text-align:left;
	margin: 15px 0px 15px 0px;
}

h3 {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #ea5000;
	text-align:left;
	margin: 15px 0px 15px 0px;
}

h4 {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align:left;
	margin: 15px 0px 15px 0px;
}

h5 {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align:left;
	margin: 15px 0px 15px 0px;
}

h6 {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
	margin: 15px 0px 15px 0px;
}

/* STANDARD BODY TAG FORMATTING */

P {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align:left;
	line-height: 18px;
	margin: 15px 0px 15px 0px;
}
	
TD {
	font-family: "trebuchet MS",sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 135%;
}

TH {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align:left;
}

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

LI {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding: 1px;
	text-align:left;
	line-height: 135%;
}
/* 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: #663300;
}

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

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

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

.fineprint {
	font-family: "trebuchet MS",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 */
#containerhome {
	position:relative;
	width:933px;
	height:auto;
	margin: 0px auto;
	padding: 0px;
}
#headerLBKhome {
	position:relative;
	width:902px;
	height:82px;
	background-image: url(/images/top-header-annamaria.jpg);
	background-repeat: no-repeat;
}
#homeheader {
	position:relative;
	width:933px;
	height:239px;
	background-image: url(/images/banner-home.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#footer {
	font-size: 10px;
	color: #333333;	
}

.footerTable {
	width: 900px;
	margin-top: 10px;
}

#footer a:link, #footer a:visited {  
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #383735;
	text-decoration: none;
}

#footer a:hover, #footer a:active {  
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #383735;
	text-decoration: underline;
}

.copyright {
	padding-top: 5px;
}

#qsrch {
	position:relative;
	width:861px;
	height:55px;
	background: url(/images/qsrch-background.jpg) no-repeat;
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-bottom: solid 1px #636363;
	padding: 11px 21px 0 20px;
}

.qsrch-table {
	width: 100%;
	text-align: left;
}

.qsrch-row1 {
	width: 240px;
}

.qsrch-row2 {
	width: 235px;
}

.qsrch-row3 {
	width: 200px;
}

.qsrch-row1-head {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	width: 70px;
}

.qsrch-row2-head {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	width: 78px;
}

.qsrch-row3-head {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	width: 61px;
}

.qsrch-row1-btm-head {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	width: 70px;
	padding-top: 6px;
}

.qsrch-row2-btm-head {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	width: 78px;
	padding-top: 6px;
}

.qsrch-row3-btm-head {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	width: 61px;
	padding-top: 6px;
}

.qsrch-row1-btm-data {
	padding-top: 6px;
}

.qsrch-row2-btm-data {
	padding-top: 6px;
}

.qsrch-row3-btm-data {
	padding-top: 6px;
}

#homelinkhome {
	position:relative;
	width:192px;
	height:82px;
	float: left;
}
#phonenumberhome {
	position:relative;
	height:auto;
	float: right;
	padding-top: 50px;
	padding-right: 17px;
	font-family: "trebuchet MS",sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #B1A380;
	letter-spacing: 1px;
}
#contentbghome {
	position:relative;
	width:902px;
	background-image: url(/images/RQ-RVA_maincontentbg.gif);
	background-repeat: repeat-y;
	height: auto;
}
.clear{
clear:both;}
#maincontentbottomhome {
	left:3px;
	width:902px;
	height:14px;
}
#leftsidemenuhome {
	position:relative;
	width:192px;
	height:auto;
	float: left;
	clear:left;
}
#menuhome {
	position:relative;
	width:190px;
	height:auto;
	text-align: left;
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin:13px 0px 0px 0px;
}

.officeaddress {
	color: #5b5956;
}

#linkshome {
	position:relative;
	width:165px;
	height:auto;
	text-align: left;
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #464543;
	margin: 0px 0 15px 0;
	padding: 0px 5px 0px 20px;
}

#linkshome a:link, #linkshome a:visited {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #464543;
	text-decoration:none;
}

#linkshome a:hover, #linkshome a:active  {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #464543;
	text-decoration: underline;
}

#maincontenthome {
	position:relative;
	width:667px;
	height:auto;
	float: right;
	padding: 2px 20px 0px 23px;
	background: url(/images/gradient-bkgd.jpg) no-repeat bottom left;
}

#rvaCallout {
	text-align: left;
	margin: 15px 0px 10px 0px;
}

.socialmedia_table {
	margin-top: 5px;
}

.socialmedia_callouts {
	padding-bottom: 8px;
}

.mainTablehome {
	width: 95%;
	padding: 0px;
	border: 1px solid black;
}

.mainContenthome {
	padding: 25px;
	background-color: #FFFFFF;
	}
.mainContent-int {
	padding: 25px;
	background-color: #FFFFFF;
	border-top: solid 1px #d4c3a9;
	}
 
.quickflashTable {
	background: url(images/quickflash-bkgd.jpg) top left no-repeat;
	width: 201px;
	height: 179px;
	margin-left: 15px;
	margin-bottom: 15px;
} 

.quickflashTD {
	padding: 27px 0 0 0;
}
 
#backtoRVA {
	position:relative;
	width:200px;
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	color: #383735;
	text-align: right;
	padding-right: 35px;
	padding-top: 10px;
	float: right;
	z-index:1;
}

.arrow_padding {
	padding-right: 4px;
}
 
 
#backtoRVA a:link, #backtoRVA a:visited {  
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #383735;
	text-decoration: none;
}

#backtoRVA a:hover, #backtoRVA a:active {  
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #383735;
	text-decoration: underline;
} 
 
#qsrchnav {
	position:relative;
	width:446px;
	height:auto;
	z-index:1;
	padding-top: 212px;
	padding-left: 15px;
}

.qsrch_property_search_tab {
	background: url(images/prop-search-tab.jpg) top left no-repeat;
	height: 27px;
	width: 149px;
}

.qsrch_property_search_text {
	padding:7px 0px 0px 21px; 
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d2f6fc;
}

.qsrch_advanced_search_tab {
	background: url(images/qsrch_advanced_srch_tab.jpg) top left no-repeat;
	height: 27px;
	width: 146px;
}

.qsrch_advanced_search_text {
	padding:9px 0px 0px 26px; 
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2d8c9b;
}

.qsrch_viewallproperties_tab {
	background: url(images/qsrch_viewallprops_tab.jpg) top left no-repeat;
	height: 27px;
	width: 151px;
}

.qsrch_viewallproperties_text {
	padding:9px 0px 0px 22px; 
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2d8c9b;
}

A:link.longtermlink, A:visited.longtermlink {
	color:#d2f5fb;
	font-family:"trebuchet MS",sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
}
A:hover.longtermlink, A:active.longtermlink {
	color:#ebe3ca;
	font-family:"trebuchet MS",sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
}


A:link.qslink, A:visited.qslink {
	color:#2d8c9b;
	font-family:"trebuchet MS",sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
}
A:hover.qslink, A:active.qslink {
	color:#2d8c9b;
	font-family:"trebuchet MS",sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
}

#paragraph-clear p {
	margin: 0px;
}

#container {
	position:relative;
	width:902px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#headerLBK {
	position:relative;
	width:902px;
	height:82px;
	background-image: url(/images/top-header-annamaria.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #636363;
}
#headerLBKsecure {
	position:relative;
	width:902px;
	height:82px;
	background-image: url(/rvaannamaria/images/top-header-annamaria.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #636363;
}
#homelink {
	position:relative;
	width:192px;
	height:82px;
	float: left;

}
#phonenumber {
	position:relative;
	height:auto;
	float: right;
	font-family: "trebuchet MS",sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #B1A380;
	letter-spacing: 1px;
	top: 20px;
	right: 14px;
}

.phonenumberTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #938769;
	letter-spacing: 1px;
	text-align: right;
	padding-top: 4px;	
}

.emailfriendheader {
	font-size: 16px;
}

#contentbg {
	position:relative;
	width:902px;
	background-image: url(/images/RQ-RVA_maincontentbg.gif);
	background-repeat: repeat-y;
	height: auto;
}
#contentbgsecure {
	position:relative;
	width:902px;
	background-image: url(/rvaannamaria/images/RQ-RVA_maincontentbg.gif);
	background-repeat: repeat-y;
	height: auto;
}
.clear{
clear:both;}
#maincontentbottom {
	left:3px;
	width:902px;
	height:14px;
}
#leftsidemenu {
	position:relative;
	width:192px;
	height:auto;
	float: left;
	clear:left;
	margin-top: 0px;
}
#menu {
	position:relative;
	width:190px;
	height:auto;
	text-align: left;
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#links {
	position:relative;
	width:165px;
	height:auto;
	text-align: left;
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #464543;
	margin-top: 16px;
	padding: 0px 5px 0px 20px;
}

#links a:link, #links a:visited {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #464543;
	text-decoration:none;
}

#links a:hover, #links a:active  {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #464543;
	text-decoration: underline;
}


#rqaffiliatecallout {
	margin: 15px 0px;
}

#maincontent {
	position:relative;
	width:640px;
	height:auto;
	float: right;
	padding: 14px 35px 0px 35px;
	background: url(/images/gradient-bkgd.jpg) no-repeat bottom left;
	min-height: 645px;
	text-align: left;
	line-height: 17px;
}
#maincontentsecure {
	position:relative;
	width:640px;
	height:auto;
	float: right;
	padding: 14px 35px 0px 35px;
	background: url(/rvaannamaria/images/gradient-bkgd.jpg) no-repeat bottom left;
	min-height: 645px;
	text-align: left;
	line-height: 17px;
}

* html div#maincontent { 
   height: expression( this.scrollHeight < 646 ? "645px" : "auto" ); /* sets min-height for IE */
}
div#maincontent { 
   min-height: 645px; /* sets min-height value for all standards-compliant browsers */
}

.mainTable {
	width: 95%;
	padding: 0px;
	border: 1px solid black;
}

.mainContent {
	padding: 25px;
	background-color: #FFFFFF;
	}
.mainContent-int {
	padding: 25px;
	background-color: #FFFFFF;
	border-top: solid 1px #d4c3a9;
	}

.address {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #464543;
	text-align: left;
	padding: 14px 0px 0px 30px;
}

.mastR {
	padding: 5px 4px 0px 0px}
.mast-number {
	padding: 10px 0px 0px 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #01376d;
	background-image:url(images/mast-bg.gif);
	width:98px;
	text-align: left;
	}
.mast-city {
	padding: 5px 0px 0px 0px;
	background-image:url(images/mast-bg.gif);
	text-align: right;
	}
.pic-area {
	background-color: #d4c3a9;
	text-align: left;
	}
.pic {
	background-image:url(images/pic-homepage.jpg);
	text-align: right;
}
.picborder {
	text-align: right;}
.leftbar {
	background-image:url(images/leftbar-bg.gif);
}
.left-interior {
	padding-right: 4px;}
.leftbar-bot {
	padding: 0px 0px 0px 13px;
	text-align: right;
}
.content-botR {
	padding: 0px 15px 0px 0px;
	text-align: right;
}
.content-bot {
	background-image:url(images/content-bot-bg.gif);
	height: 12px;
}
.qsrch-bg {
	background-image:url(images/qsrch-bg.gif);
	text-align: right;}	
.qsrch-bg-int {
	background-image:url(images/qsrch-bg-int.gif);
	text-align: right;
	padding-right: 4px;
}	
	
body.qsrch {
	  background-color: #e3d0a4;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
}
TD.qsrch-links  {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003265;
	text-align: center;
	padding: 5px 0px 5px 10px;
	}
A:link.qsrch-links, A:visited.qsrch-links  {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003265;
	text-decoration: none;
	}
A:hover.qsrch-links, A:active.qsrch-links  {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #02509e;
	text-decoration: none;
}	
TD.qsrch-items  {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 42px;
	padding: 0px 0px 0px 10px;
	}	
TD.qsrch-formitems  {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 2px 1px 3px 1px;
	}	

/* The button alternative with a 3d effect */
input.qsrchbutton {
color: #000000;
font: normal 10px "trebuchet MS",sans-serif;
border: 0px;
text-indent: 2px; 
background-image: url(/images/btn-rqsrch.gif);
padding: 0px;
width: 175px;
height: 24px;
}

input.qs_dropdown, textarea.qs_dropdown, select.qs_dropdown {
	color: #000;
	font: normal 10px "trebuchet MS",sans-serif;
	border: 1px solid #bfbcb6;
	text-indent: 1px; 
	background-color: #FFFFFF;
	padding: 1px;
	width: 105px;
}

input.qs_dropdown2, textarea.qs_dropdown2, select.qs_dropdown2 {
	width: 132px;
}

input.qs_dropdown3, textarea.qs_dropdown3, select.qs_dropdown3 {
	width: 72px;
}

input.qs_dropdown4, textarea.qs_dropdown4, select.qs_dropdown4 {
	width: 120px;
}

input.qs_dropdown5, textarea.qs_dropdown5, select.qs_dropdown5 {
	width: 120px;
}


.quickflash-border {
	width: 5px;
	background-color: #00457a;
	}
.qflash-table {
	margin:5px;
}
/*for Ownernet*/

.owner-bg{
background:url(images/owner-right-col-bkgd.gif) 0 0 repeat-y;
}
body.MainContent-owner {
	padding: 25px;}
	
#ownerSideCol{
width:195px;

}
/*TD.owner { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px; 
	border: 0px solid; 
	border-color: #439374 #006633 #004A29 #91C4B0; 
	background-color: #f7ebcf; 
	color: #01376d; 
	cursor: default; 
	text-align: left;
	padding-left: 22px;
	padding-bottom: 2px;
	background-image:url(images/nav-bg.gif);
	height: 25px;
 }
a:link.owner { 
	text-decoration: none; 
	font-size: 11px; 
	color: #01376d; 
	font-weight: bold; 
	font-family: "trebuchet MS",sans-serif;
 
 }
	
a:visited.owner { 
	text-decoration: none; 
	font-size: 11px; 
	color: #012952; 
	font-weight: bold; 
	font-family: "trebuchet MS",sans-serif;

}

a:hover.owner { 
	text-decoration: none; 
	font-size: 11px; 
	color: #0159b1; 
	font-weight: bold; 
	font-family: "trebuchet MS",sans-serif;

}*/
.mastR-owner {
padding: 5px 1px 0px 0px}

.mast-logo-owner {
	padding: 5px 0px 0px 12px;
	text-align: right;}


/*********** BEGIN PROGRAMMED PAGE STYLES *************/
/*OwnerNet Vendor List*/
.vendortable	{ 
	width: 600px;
	background-color: #fcf8ee; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #e3d0a4;
}
.vendorhead {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #003265;
	padding: 3px;
	background-color: #e3d0a4;
}
.vendorspecs {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #9b6d27;
	background-color: #fcf8ee;
	padding: 1px 5px 1px 5px;

}
.vendordescription {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003265;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #e3d0a4;

}
.vendorlabel {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #9b6d27;

}
/*OwnerNet Reservation Rpt*/

.ownresreporttable { 
	width: 600px;
	background-color: #FAF1DE; 
	border: 1px solid #EFDEB8;
	padding: 0px;
	margin: 0px;
}
.ownresreportheader 
{
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	background: #236e79 url(images/condoratesheadbkgd.gif) top left repeat-x;
	border: 1px solid #BFA464;
}
.ownresreportcell {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #464543;
	background-color: #ffffff;
	padding: 1px 5px 1px 5px;
	border: 1px solid #e3d0a4;
}

.ownernetheaderorange {
	color: #ef4f00;
	font-size: 15px;
}
                          
/* THE SEARCH PAGE */
.searchtable {
	padding: 0px;
	}

.searchlink {
	color: black;
	}
	
.querytable { 
	width: 100%;
	padding: 0px;
	border: solid 0px #f3e8ce;
	text-align:left;
}

.rental_house_address {
	font-size: 14px;
	color: #383735;
}

.queryhead {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #236e79;
	background-color: #f8eed6;
	background-image:url(images/house-info-bg.gif);
	border-bottom: solid 1px #d4c3a9;
	padding: 0px 0px 0px 12px;
	height: 23px;
	text-align:left;
}
.queryspecs {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #383735;
	text-align:left;
	padding: 2px 2px 1px 2px;
}

.querylabel {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #383735;
	padding: 2px 2px 1px 2px;
	text-align: left;
}

/* THE RESULTS PAGE */
.resultstable	{ 
	width: 100%;
	background-color: #ded2b7; 
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border: 0px solid #997d51;
}

.resultshead {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background: #f6e9cb url(images/results-head-bkgd.gif) top left repeat-x;
	padding: 4px 3px 4px 3px;
	height: 12px;

}

a:link.resultslink, a:visited.resultslink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #358FDD;
	padding: 3px;
	text-decoration: none;
	
}

a:hover.resultslink, a:active.resultslink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000033;
	padding: 3px;
	text-decoration: underline;
}

a:link.resultsheadlink, a:visited.resultsheadlink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #236e79;
	text-decoration: none;
}

a:hover.resultsheadlink, a:active.resultsheadlink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #236e79;
	text-decoration: underline;
}

.resultsspecs {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #333333;
	background-color: #fefdfa;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
}
                       
.resultsspecsON {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000066;
	background-color: #FFFFDD;
	padding: 3px;
}
.resultspic {
	text-align: center;
	background-color: #F4F2E7;
	padding: 3px;
	}
.bedslabel {
	background: #f6e9cb url(images/results-head-bkgd.gif) top left repeat-x;
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #236e79;
	padding: 0px 3px 0px 3px;
	width: 80px;
	height: 12px;
	
}
                          
.photolink
{
	font-family: "trebuchet MS",sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 1px;
}
A:link.photolink, A:visited.photolink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}
A:hover.photolink, A:active.photolink  {
	font-family: "trebuchet MS",sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #D6A62C;
}
                           
/* The ALPHA page */

/*Condo Rates*/

a:link.alpha_link, a:visited.alpha_link {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #236e79;
	text-decoration: none;
}

a:hover.alpha_link, a:active.alpha_link {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #236e79;
	text-decoration: underline;
}


.alphatable {
	text-align: center;
	width: 100%;
	background-color: #FAF1DE; 
	padding: 1px;
	border: 1px solid #EFDEB8;
}
.alphaletter	{ 
	font-family: "trebuchet MS",sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	background: #236e79 url(images/condoratesheadbkgd.gif) top left repeat-x;
	border: 1px solid #BFA464;
}
.alphaname	{ 
	text-align: left;
	padding: 4px 3px 4px 6px;
	border: 1px solid #E3D0A4;
	background-color: #FFFFFF;
	color: #236e79;
}
 

/* THE HOUSE PAGE */

.rental_house_table {
	width: 100%;
	padding: 0px;
	border-top: solid 1px #383735;	
}

.rental_house_propimage_table {
	border: solid 1px #383735;
	width: 100%;
	padding: 1px;
	background-color: #FFFFFF;
	margin-top: 10px;
}

.rental_house_availability {
	background: #fff url(images/availability-bkgd.jpg) bottom right no-repeat;
}

.rental_house_property_details {
	background: url(images/details-bkgd.jpg) top left repeat-x;
	padding: 10px 2px;
}

.rental_house_details_heads {
	font-size: 11px;
	color: #105762;
	font-weight: bold;
}

.rental_house_details {
	font-size: 11px;
	color: #383735;
	font-weight: normal;
}

.rental_house_dot {
	color: #edc6a8;
	margin: 0px 3px;
}

.rental_house_rates_table {
	width: 100%;
	margin-top: 10px;
}

.rate_heads_left {
	height: 28px;
	background: url(images/rates-left.jpg) top left no-repeat;
	width:5%;
}

.rates0 {
	height: 28px;
	background: url(images/rates0-bkgd.jpg) repeat-x top left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #105762;
}

.rates1 {
	height: 28px;
	background: url(images/rates1-bkgd.jpg) repeat-x top left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #105762;
}

.rate_heads {
	height: 28px;
	width:30%;
	background: url(images/rates-middle.jpg) top left repeat-x;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.rate_heads_right {
	height: 28px;
	background: url(images/rates-right.jpg) top right no-repeat;
	width: 5%;
}


.housethumb {
width:200;height:125;overflow:auto;
}
.housetable	{ 
	width: 100%;
	padding: 0px;
	border: solid 1px #f3e8ce;
}

.househead {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2e8f9e;
	text-align:left;
	background-color: #f8eed6;
	background-image:url(images/house-info-bg.gif);
	border-bottom: solid 1px #d4c3a9;
	padding: 0px 0px 0px 12px;
	height: 23px;
}
.housespecs {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align:left;
	padding: 0px 10px 0px 10px;

}
.specials-housepage {
	font-family: "trebuchet MS",sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #d54100;
	text-align:left;
	background-color:#ffffff;
	padding: 1px;
	border-right: dashed 1px #d54100;
	width: 120px;
	}
TD.print-icon {
	text-align: right;
	padding: 0px 5px 0px 15px;
}
A:link.printlink, A:visited.printlink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #2e8f9e;
}
A:hover.printlink, A:active.printlink  {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #383735;
}	
.amenitypic {
	border: 1px solid #cccccc;
}

/* The property details table */
.propdetailstable	{ 
	text-align: center;
	width: 100%;
	background-color: #FAF1DE; 
	padding: 1px;
	border: 1px solid #EFDEB8;
}
.propdetailsheads {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	background: #236e79 url(images/condoratesheadbkgd.gif) top left repeat-x;
	border: 1px solid #BFA464;
}
.propdetails {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 3px;
	background-color: #FFFFFF;
	color: #1c6975;
	border: 1px solid #E3D0A4;
}
.propimagetable {
	width: 100%;
	padding: 1px;
	border: 1px solid #EFDEB8;
	background-color: #FFFFFF;
}
/*Condo Rates*/

.condoratestable	{ 
	text-align: center;
	width: 100%;
	background-color: #FAF1DE; 
	padding: 1px;
	border: 1px solid #EFDEB8;
	margin: 5px 0px;
}
.condorateshead {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	background: #236e79 url(images/condoratesheadbkgd.gif) top left repeat-x;
	border: 1px solid #BFA464;
}
.condorateslabel {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #003265;
	text-align: left;
	padding: 5px;
	background-color: #F6F5EC;
	border: 1px solid #E3D0A4;
}
              
.condoratesdata {
	text-align: center;
	padding: 3px;
	border: 1px solid #E3D0A4;
	background-color: #FFFFFF;
	color: #236e79;
}

a:link.condorateslink, a:visited.condorateslink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #383735;
	text-decoration: none;
}

a:hover.condorateslink, a:active.condorateslink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #236e79;
	text-decoration: underline;
}

.complextable {
	margin-top: 5px;
	margin-bottom: 5px;
}

#MainCaption {
	color: #333333;
}

.footnote {
	color: #333333;	
}

/* Property Rates Table on House Page */
.ratestable	{ 
	text-align: center;
	width: 100%;
	background-color: #FAF1DE; 
	padding: 1px;
	border: 1px solid #EFDEB8;
	margin-top: 0px;
}

.rateheads {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	background: #236e79 url(images/condoratesheadbkgd.gif) top left repeat-x;
	border: 1px solid #BFA464;
}
              
.rates {
	text-align: center;
	padding: 3px;
	border: 1px solid #E3D0A4;
	background-color: #fff;
	color: #1c6975;
}

#caption {
	margin-top: 7px;
	color: #105762;
	font-size: 13px;
	font-weight: bold;
}

div#map {
	width: 298px;
	height: 243px;
	text-align: center;
	background-color: #F4F2E7;
}

TD.map {
	text-align: center;
}
                
                
/* The SPECIALS page */
.specialstable	{ 
	text-align: center;
	width: 100%;
	background-color: #FAF1DE; 
	padding: 1px;
	border: 1px solid #EFDEB8;
}
.specialscontent	{ 
	width: 99%;
	padding: 2px;
	margin: 1px;
	border: 0px;
	background-color:#FFFFFF;
	text-align:left;
}
.specialshead {
	font-family: "trebuchet MS",sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
	background: #236e79 url(images/condoratesheadbkgd.gif) top left repeat-x;
	border: 1px solid #BFA464;
}

.weeklyhead {
	font-family: "trebuchet MS",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: "trebuchet MS",sans-serif;
	font-size: 12px;
	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: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #F0DA64;
	text-decoration: underline;
}
.specialsannounce {
	font-family: "trebuchet MS",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #AA0000;
}
.specialsempty {
	font-family: "trebuchet MS",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #837E68;
	background-color: #FFFFFF;
	border: 1px solid #E3D0A4;
	padding: 3px;
}
.specialsspecs {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align:left;
	color: #1c7482;
	background-color: #FFFFFF;
	border: 1px solid #E3D0A4;
	padding: 5px;
}
  
 
  /* The CONCIERGE page */
.conciergetable	{ 
	background-color: #FAF1DE; 
	border: 1px solid #EFDEB8;
	padding: 0px;
	margin: 0px;
}
.conciergehead {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	background: #236e79 url(images/condoratesheadbkgd.gif) top left repeat-x;
	border: 1px solid #BFA464;
}

.conciergespecs {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #464543;
	background-color: #ffffff;
	padding: 1px 5px 1px 5px;
	border: 1px solid #e3d0a4;
}

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

.eventshead {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
	background-color: #003265;
}

.eventsspecs {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #003265;
	background-color: #f4f2e7;
	padding: 3px;
}
                          
.eventsdetails {
	font-family: "trebuchet MS",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: "trebuchet MS",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;
}

/* RESERVATIONS */
.reserve {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	background: #236e79 url(images/condoratesheadbkgd.gif) top left repeat-x;
	border: 1px solid #BFA464;
	width: 75%;
	text-align: right;
}
.reservehead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	border: 0px;
	background-color: #d4c3a9;
	border: solid 3px #ffffff;
	text-align:left;
}
.reservedata {
	padding: 4px;
	border: 1px solid #E3D0A4;
	background-color: #FFFFFF;
	color: #236e79;
	width: 25%;
	text-align: right;
}
                
.reservetable	{ 
	background-color: #FAF1DE; 
	padding: 1px;
	border: 1px solid #EFDEB8;
	width: 240px;
}

.resterms {
        width:100%;
        height:205px;
        overflow:auto;
}
/*For the Reservations Form to align the pieces*/
Table.resformtable {
	width: 70%;
	float: left;
}
.resformlabel {
text-align: right;
}
.resformdata {
text-align: left;
}
                
/*For the 3D text links that need to look like FORM buttons*/
.buttonbar {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: #ffffff;
}

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

.buttonbarcell {
color: #ffffff;
font: bold 12px "trebuchet MS",sans-serif;
border: 0px;
border-style: outset;
border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
text-indent: 0px; 
background-image:url(images/button.gif);
padding: 0px;
width: 180px;
height: 24px;
text-align: center;
}

a:link.buttonbarlink, a:active.buttonbarlink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.buttonbarlink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:visited.buttonbarlink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

/*For the BOOK IT button - 3D text links that need to look like FORM buttons*/
.book-buttonbar {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: #ffffff;
}

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

.book-buttonbarcell {
	color: #663300;
	font: bold 12px "trebuchet MS",sans-serif;
	border: 0px;
	border-style: outset;
	border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
	text-indent: 0px; 
	background-image:url(images/button-book.gif);
	padding: 0px;
	width: 180px;
	height: 24px;
	text-align: center;
}

a:link.book-buttonbarlink, a:active.book-buttonbarlink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.book-buttonbarlink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:visited.book-buttonbarlink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}


/* FORM elements */
input {
color: #333333;
font: normal 10px "trebuchet MS",sans-serif;
border: 1px solid;
border-color: #2e8f9e;
text-indent: 2px; 
background-color: #fff;
padding: 2px;
width: 180px;
}
select {
color: #333333;
font: normal 10px "trebuchet MS",sans-serif;
border: 1px solid;
border-color: #2e8f9e;
	text-indent: 1px; 
	background-color: #FFFFFF;
	padding: 0px;

}
textarea {
color: #333333;
font: normal 10px "trebuchet MS",sans-serif;
border: 1px solid;
border-color: #2e8f9e;
text-indent: 2px; 
background-color: #FFFFFF;
padding: 2px;
}

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

/* The button alternative with a 3d effect */
input.button {
color: #e8fcff;
font: bold 12px "trebuchet MS",sans-serif;
border: 0px;
border-style: outset;
border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
text-indent: 0px; 
background-image:url(images/button.gif);
padding: 0px 0px 3px 0px;
width: 180px;
height: 24px;
}


/* CALENDAR STYLES ARE HERE */

.arrivalLink {
	color: black;
	}
	
.backtotopLink {
	color: white;
	}

/* This sets the link color */
.cal-link:link    { color: #000000; text-decoration:underline; }
.cal-link:visited { color: #000000; text-decoration:underline; }
.cal-link:hover   { color: #000000; text-decoration:underline; }

/* This sets the dull link color */
.cal-dlink:link    { color: #717171; text-decoration:underline; }
.cal-dlink:visited { color: #717171; text-decoration:underline; }
.cal-dlink:hover   { color: #717171; text-decoration:underline; }

/* This sets the calender outer box */
.cal-box {
	border-top-color: #01376d;
	border-right-color: #01376d;
	border-bottom-color: #01376d;	
	border-left-color: #01376d;
	margin: 3px;
	}
	
/* This sets the calendar back */
.cal-back {
	background-color: #01376d;
	}
	
/* 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: #E3D0A4;
	border-right-color: #CCCCCC;
	}

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

/*This sets the calender year Next box */
.cal-year-next {
	color: #000000;
	background-color: #E3D0A4;
	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: #E3D0A4;
	border-right-color: #CCCCCC;
	}

/*This sets the calender month text box */
.cal-month {
	color: #ffffff;
	font-weight:bold;
	background-color: #01376d;
	border-bottom-color: #C39D46;
	border-left-color: #C39D46;
	border-top-color: #C39D46; 
	border-right-color: #C39D46;
	padding: 2px;
	text-align:center;
}

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


/*This sets day of the week start*/
.cal-day-start {
	color: #ffffff;
	background-color: #BFA56A;
	padding-left: 5px;
}

/*This sets day of the week rest*/
.cal-day-rest {
	color: #ffffff;
	background-color: #BFA56A;
	padding-left: 5px;
}


/*This sets days availible*/
.cal-days-avail {
	color: #000000;
	background-color: #B5D7D0;
	padding-left: 5px;
}

/*This sets the out of range days */
.cal-days-unknown {
	color: #000000;
	background-color: #A6BEEE;
	padding-left: 5px;
}

/*This sets days booked*/
.cal-days-booked {
	color: #000000;
	background-color: #FFEBB6;
	padding-left: 5px;
}

.cal-days-HS {
	color: #000000;
	background-color: #7EABB2;
	padding-left: 5px;
}
.cal-days-UC {
	color: #000000;
	background-color: #FCD97F;
	padding-left: 5px;
}
.cal-days-C {
	color: #000000;
	background-color: #6A93E2;
	padding-left: 5px;
}
.cal-days-W {
	color: #000000;
	background-color: #D4C3A9;
	padding-left: 5px;
}
.cal-days-G {
	color: #000000;
	background-color: #FFBA5F;
	padding-left: 5px;
}
.cal-days-O {
	color: #000000;
	background-color: #95E49F;
	padding-left: 5px;
}


/*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: 0px;border-bottom-style: solid;border-bottom-color: #743507;
}
.3dbuttoncell {
	color: #ffffff;
	font: bold 11px "trebuchet MS",sans-serif;
	border: 0px;
	border-style: outset;
	border-color: #FFE69A #743507 #743507 #FFE69A;
	background-image:url(images/button.gif);
	text-indent: 0px; 
	padding: 0px;
	width: 180px;
	height: 24px;}



/* Make a table column that looks just like the submit button */
td.buttonmain {
background-image:url(images/button.gif);
color: #ffffff;
font-weight: bold;
border-color: #371802;
border-width: 0px;
padding: 0px;
width: 180px;
height: 24px;
}

/* For the Booking Process*/
.progressBar{
                padding: 0px;
                text-align:left;
                font-family: "trebuchet MS",sans-serif;
                font-size: 12px;
        		color: #a3a3a8;
				margin-top: 0px;
}

.progressBarSelected{
        		color: #000000;
                font-weight:bold;
                padding: 0px 5px 0px 5px;
}

.progressBarNotSelected{
        		color: #77787b;
                font-weight:normal;
                padding: 0px 5px 0px 5px;
}


/* Promo Code Classes */

.promo_table_container {
	width: 599px;
	margin-top: 25px;
}

.promo_td_1 {
	width: 359px;
	padding-right: 20px;
	padding-left:3px;
}

.promo_td_2 {
	text-align: right;
	width: 261px;
}

.promo_reservetable {
	padding: 0px;
	width: 261px;
}
.promo_reservehead{
	background: url(images/promo_reservehead-bkgd.jpg) no-repeat top left;
	width: 261px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	border: 0px;
	text-align:center;
}
th.promo_reserve{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	border: 0px;
	text-align: right;
	background: #fffde8;
	border-left: solid 1px #000000;
}

th.promo_reserve_blue {
	font-size: 12px;
	font-weight: bold;
	color: #25408f;
	padding: 2px;
	border: 0px;
	text-align: right;
	background: #fffde8;
	border-left: solid 1px #000000;
}

td.promo_reserve{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	border: 0px;
	width: 60%;
	text-align: right;
	background: #fffde8;
	border-left: solid 1px #000000;
}

.promo_reservedata{
	font-size: 11px;
	border: 0px;
	background: #fffde8;
	padding: 2px 30px 2px 2px;
	color: #000000;
	width: 40%;
	text-align: right;
	border-right: solid 1px #000000;
}
.promoButton{
	color: #ffffff;
	background: #25408f url(images/promo_button_bkgd.jpg) repeat-x top left;
	font: bold 10px "trebuchet MS",sans-serif;
	border: 0px;
	text-indent: 0px; 
	padding: 0px;
	width: 35px;
	height: 19px;
	margin-top: 2px;
	margin-left: 4px;
}
.promo_reserveinput{
	color: #003265;
	font: normal 10px "trebuchet MS",sans-serif;
	border: 1px solid;
	border-color: #003265;
	text-indent: 2px; 
	padding: 2px;
	width: 40px;
}

.promo_reserveempty{
	font-size: 8px;
	padding: 1px;
	color: #003265;
	text-align: center;
	height: 2px;
	background: #fffde8;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.promo_hr {
	width: 90%;
    border-style: solid;
    background-color: #4d4d4f;
    height: 2px;
    border: none; 
    color: #4d4d4f;
}

.promo_bottom {
	background: url(images/promo_bottom.jpg) no-repeat top left;
	height: 9px;
	width: 261px; 
}

.promo_header {
	margin-top: 1px;
	line-height: 18px;
}

.promo_header_grey_text {
	color: #4d4d4f;
	font-size: 12px;
	line-height: 18px;
}

.promo_subhead_text {
	font-size: 12px;
	margin-top: 20px;
}

.promo_agreement_text {
	color: #4d4d4f;
	font-size: 10px;
	padding-top: 10px;	
}

.step1 {
	margin-left: 5px;
	margin-top: 5px;
}

.termsConditionsTable {
	width: 100%;
	margin-left: 2px;
}

/* The Featured SPECIALS page */
.featuredspecialheader {
	color: #01376d;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 21px;
}

.featuredspecialsubhead {
	color: #424142;
	font-size: 14px;
	font-weight: normal;
}

.featuredspecialstable {
	width: 90%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color:#FFFFFF;
}

.featured_image {
	width: 202px;
	height: 123px;
	border: solid 0px #b3b4b7;
}

.featuredspecialscontent {
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	background: #fefceb url(images/specials-bkgd.jpg) bottom no-repeat;
	text-align:left;
	height: 230px;
	vertical-align: top;
}

.featuredspecialTD1 {
	height: 20px;
	vertical-align: top;
	
}

.featuredspecialTD2 {
	height: 5px;
	vertical-align: top;
	padding: 0 7px 0 7px;
}

.featuredspecialTD3 {
	height: 5px;
	vertical-align: bottom;
	text-align: right;
	padding: 0 0 0 7px;
}
.featured_desc_spn{
        height: 30px;
	padding: 0 7px 0 7px;
}

.featuredspecialscontentHeader {
	color: #01376d;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

.featuredspecialsinteriorheader {
	margin: 10px 7px 5px 7px;
	font-size: 13px;
	font-weight: bold;
	color: #01376d;
	font-family: "trebuchet MS",sans-serif;
}

A:link.interiorheaderLink, A:visited.interiorheaderLink {
	font-size: 13px;
	font-weight: bold;
	color: #01376d;
	font-family: "trebuchet MS",sans-serif;
	text-decoration: none;
}

A:hover.interiorheaderLink, A:active.interiorheaderLink  {
	font-size: 13px;
	font-weight: bold;
	color: #01376d;
	font-family: "trebuchet MS",sans-serif;
	text-decoration: underline;
} 

.featuredspecialsDate {
	font-size: 11px;
	line-height: 16px;
	font-weight: 200;
	color: #464546;
	text-align: left;
}

.featuredspecialsparagraph {
	margin: 0px 7px 0px 0px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 200;
	color: #464546;
	text-align: left;
}

.featuredspecialsunitname {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #464546;
}

.featuredspecialshead {
	font-family: "trebuchet MS",sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	padding: 0px;
	background-color: #FFFFFF;
}

A:link.featuredspecialslink, A:visited.featuredspecialslink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #01376d;
	text-decoration: none;

}
A:hover.featuredspecialslink, A:active.featuredspecialslink {
	font-family: "trebuchet MS",sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #01376d;
	text-decoration: underline;
}

.featuredspecialsempty {
	font-family: "trebuchet MS",sans-serif;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #837E68;
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
}

.featuredspecialsspecs {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align:left;
	color: #003265;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	padding-right: 15px;
}

.featuredspecialsCheckAvailTable {
	margin: 5px 7px 0px 0px;
}

.tableomissions {
	margin-top: 10px;
	border-top: solid 1px #b6b5b1;
}

.featuredspecialsomissions {
	padding-top: 10px;
	text-align: center;
}

hr.featuredspecialsHR {
    border-style: solid;
    background-color: #b3b4b7;
    height: 1px;
	padding: 0px;
    border: none; 
    width: 100%; 
    color: #b3b4b7;
	margin: 0px;
	}

.calendar p {
	margin: 0px;
	padding: 0px;
}

/* Advanced Specials Module */

.special_table {
	width: 100%;
	border-bottom: solid 1px #9cb7bb;
}

.special_head {
	font-family: "trebuchet MS",sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #135962;
	text-align: left;
	padding-bottom: 5px;
}

A:link.special_checkavail_link, A:visited.special_checkavail_link {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: "trebuchet MS",sans-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: solid 1px #383735;
	display: block;
	background: url(/images/checkavailbkgd.jpg) top left;
	width: 139px;
	height: 18px;
	margin-bottom: 5px;
}

A:hover.special_checkavail_link, A:active.special_checkavail_link  {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(/images/checkavailbkgd-over.jpg) top left;
	border: solid 1px #383735;
	display: block;
} 

.special_bottomcontent {
	padding-top: 10px;
}

.special_bottomcontenttable {
	width: 100%;
}

.special_bottomborder {
	background: url(images/special-border-bottom.gif) repeat-x;
	height: 12px;
}

.special_bottomborder_padding {
	padding-bottom: 10px;
}

.special_image {
	border: solid 1px #00373f;
	width: 300px;
}

.special_image_table {
	margin: 0px 10px 5px 0px;
}

.special_content {
	padding-bottom: 5px;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
}

.special_type {
	color: #383735;
	font-family: "trebuchet MS",sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:normal;
}

.special_beds {
	color: #466b71;
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}

.special_offer {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

#special_image_layer1 {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 300px;
}

#special_image_layer2 {
	position:absolute;
	z-index:2;
	width: 136px;
	height: 41px;
	background: url(images/special-price-bkgd.gif) repeat-x top left;
	bottom: 5px;
	right: 5px;
	border: solid 1px #383735;
	text-align: left;
	padding-left: 7px;
	padding-top: 3px;
}

.special_was {
	text-transform: uppercase;
	font-family: "trebuchet MS",sans-serif;
	font-weight: bold;
	color: #383735;
	font-size: 11px;
	line-height: 18px;
}

.special_now {
	text-transform: capitalize;
	font-family: "trebuchet MS",sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8b3d05;
}

#special_avail_div a:link, #special_avail_div a:visited {  
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: "trebuchet MS",sans-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: solid 1px #383735;
	display: block;
	background: url(/images/checkavailbkgd.jpg) top left;
	width: 139px;
	height: 18px;
	margin-bottom: 5px;
}

#special_avail_div a:hover, #special_avail_div a:active {  
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(/images/checkavailbkgd-over.jpg) top left;
	border: solid 1px #383735;
	display: block;
}

.special_offer_good {
	font-size: 12px;
	font-weight: bold;
	color: #d75e0b;
	font-family: "trebuchet MS",sans-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin-bottom: 5px;
}

#special_banner img {
	border: solid 1px #00373f;
}
