/* Standard CSS On All Pages */

 
BODY  {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#efeee6;
	margin:0px auto;
	padding:0px auto;
      }

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

h1 {
	font-family:"Trajan Pro","Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#158a8e;
	margin-bottom:0px;
	
}


h2 {
	font-family:"Trajan Pro","Times New Roman", Times, serif;
	font-size:23px;
	font-weight:bold;
	color:#158a8e; 
	margin-bottom:0px;
	}

h3 {
	font-family:"Trajan Pro","Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#158a8e; 
	margin-bottom:0px;

	}


h4 {
	font-family:"Trajan Pro","Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#158a8e; 
	margin-bottom:0px;
	}


h5 {
	font-family:"Trajan Pro","Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#158a8e; 
	margin-bottom:0px;
	
}

h6 {
	font-family:"Trajan Pro","Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#158a8e; 
	margin-bottom:0px;
	}

/* STANDARD BODY TAG FORMATTING */

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #4770a6;
	line-height: normal;
}
	
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0f4387;
	line-height: normal;
	padding: 0px 0px 0px 0px;
}

hr {
	color:#35a7b0;
	margin:0px;
	padding:0px;
	}

LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0f4387;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	line-height: 16px;
	text-align: left;
	margin-left: 15px;
}
/* To use a graphic bullet add this attribute */
/* list-style-image: url(/images/bullet.gif); */

A:link {
	font-style: normal;
	text-decoration: underline;
	color: #0c5d7c;
}

A:visited {
	font-style: normal;
	text-decoration: underline;
	color: #0c5d7c;
}
/* NOTE: visited link should be a slightly darker version of main link color */

A:hover {
	font-style: normal;
	text-decoration: underline;
	color: #0c5d7c;
} 
A:active{
	font-style: normal;
	text-decoration: underline;
	color: #0c5d7c;
} 





/* NOTE: active/hover link should use underline */

.alert {
	font-weight: bold;
	color: #FF0000;
}
/* 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;
	margin-left: 20px;
	line-height: normal;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	line-height: normal;
}


/* 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 */

body {
	background-image: url(/images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#d8d3c0;
	
}
.vesignupbutton { 
	border:0px solid;
	background-color:transparent;
}
#callouts {
	position:relative;
	width:289px;
	height:auto;
	z-index:2;
	float: right;
	padding: 10px 30px 0px 0px;
}
#quicksearch {
	position:relative;
	width:272px;
	height:auto;
	z-index:2;
	text-align: left;
}
#mailinglist {
	position:relative;
	width:276px;
	height:auto;
	z-index:2;
}
#video {
	position:relative;
	width:276px;
	height:auto;
	z-index:2;
}
#emailform {
	position:relative;
	width:171px;
	height:33px;
	z-index:2;
	margin-top: 130px;
	margin-left: 45px;
}
#apDiv1 {
	position:absolute;
	left:600px;
	top:40px;
	width:500px;
	height:auto;
	z-index:2;
}

#apDiv2 {
	position:absolute;
	top:40px;
	width:675px;
	height:auto;
	z-index:5;
	margin-left: 250px;
}
.qsrchbtn{
background-image:url(/images/btn_submit.gif);
width:52px;
height:19px;
border:0px solid;
}
#containerINT {
	position:relative;
	width:1000px;
	height:auto;
	z-index:1;
	margin: 0px;
	padding: 0px;
}
#container {
	position:relative;
	width:1000px;
	height:auto;
	z-index:1;
	margin: 0px;
	padding: 0px;
}
#headerINT {
	position:relative;
	width:1000px;
	height:135px;
	z-index:2;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/interior-header.gif);
}
#maincontentheader {
	position:relative;
	width:1000px;
	height:60px;
	z-index:2;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/home-topmaincontent.gif);
	background-repeat: no-repeat;
}
#header {
	position:relative;
	width:1000px;
	height:434px;
	z-index:2;
	margin: 0px;
	padding: 0px;
}
#logoINT {
	position:relative;
	width:218px;
	height:135px;
	z-index:2;
	float: left;
}
#headerbgINT {
	position:relative;
	width:782px;
	height:135px;
	z-index:2;
	float: right;
	background-image: url(/images/contentbg-top.gif);
	background-repeat: no-repeat;
}
#mainrbg {
	position:relative;
	width:1000px;
	height:auto;
	z-index:2;
}
.clear{
clear:both;
}
#mainbgmiddleINT {
	position:relative;
	width:1000px;
	height:auto;
	z-index:1;
	background-image: url(/images/interior_mainsection.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-height: 700px;
}
* html div#mainContent { 
   height: expression( this.scrollHeight < 701 ? "700px" : "auto" ); /* sets min-height for IE */
}
div#mainContent { 
   min-height: 700px; /* sets min-height value for all standards-compliant browsers */
}


#mainbgmiddle {
	position:relative;
	width:1000px;
	height:auto;
	z-index:0;
	background-image: url(/images/home-centermaincontent.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#mainbgbottomINT {
	position:relative;
	width:1000px;
	height:auto;
	z-index:2;
	background-image: url(/images/interior-bottom.gif);
	background-repeat: no-repeat;
}
#mainbgbottom {
	position:relative;
	width:1000px;
	height:auto;
	z-index:2;
	background-image: url(/images/home-bottommaincontent.gif);
	background-repeat: no-repeat;
}

#footerINT {
	position:relative;
	width:1000px;
	height:167px;
	z-index:2;
	padding: 70px 0px 0px 0px;
	color: #0C5D7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#footerINT a:link,{
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #0C5D7C;
	}
#footerINT a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #0C5D7C;
	}
#footerINT a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
	color:#99907a;
	}
#footerINT a:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #0C5D7C;
	}
	
	#footer {
	position:relative;
	width:1000px;
	height:167px;
	z-index:2;
	padding: 70px 0px 0px 0px;
	color: #aca187;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0C5D7C;
}
#footer a:link {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #0C5D7C;
	}
#footer a:visted {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #0C5D7C;
	}
#footer a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
	color:#99907a;
	}
#footer a:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #0C5D7C;
	}
	
.footertxt {
	color: #aca187;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.footertxt a:link {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #0C5D7C;
	}
.footertxt a:visted {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #0C5D7C;
	}
.footertxt a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
	color:#99907a;
	}
.footertxt a:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #0C5D7C;
	}
		
	
	
#maincontentINT {
	position:relative;
	width:937px;
	height:auto;
	z-index:2;
}
#maincontenttopINT {
	position:relative;
	width:937px;
	height:15px;
	z-index:2;
}
#maincontentmiddleINT {
	position:relative;
	width:937px;
	height:auto;
	z-index:2;
	background-image: url(/images/contentmain-middle.gif);
	background-repeat: repeat-y;
	min-height: 690px;
}
#maincontentbottomINT {
	position:relative;
	width:937px;
	height:12px;
	z-index:2;
}
#maintextINT {
	position:relative;
	width:855px;
	height:auto;
	z-index:2;
	color: #0f4387;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding: 10px 70px;
	text-align: left;
}
#maintext {
	position:relative;
	width:600px;
	height:auto;
	z-index:2;
	color: #0f4387;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding: 10px 10px 10px 70px;
	text-align: left;
	float: left;
}
#maintexthome {
	position:relative;
	width:875px;
	height:auto;
	z-index:2;
	color: #0f4387;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding: 10px 10px 10px 70px;
	text-align: left;
	float: left;
}
#phonetopnavINT {
	position:relative;
	width:782px;
	height:auto;
	z-index:2;
	padding-top: 37px;
	
}
#phonetopnav {
	position:relative;
	width:1000px;
	height:auto;
	z-index:200;
	padding-top: 65px;
}
.topnav{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-right:15px;
}
/*
.topnav a:link {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;}
.topnav a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;}
.topnav a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;}
.topnav a:active {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#CCCCCC;
text-decoration:underline;}

.topnavhome{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-right:10px;
}

.topnavhome a:link {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;}
.topnavhome a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;}
.topnavhome a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;}
.topnavhome a:active {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#CCCCCC;
text-decoration:underline;}*/
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-size: 14px;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-size: 24px;
}
#manuINT {
	position:relative;
	width:782px;
	height:32px;
	z-index:200;
	padding-top: 12px;
}
 #manu {
	position:relative;
	width:1000px;
	height:34px;
	z-index:200;
}             


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


/*Quick Search area*/

body.qsrch {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	background-color: transparent;
}

.qsrch-box {
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-image: url(/images/luxury_villa_quicksearch_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px 0px 0px;
	height: 170px;
	width: 216px;
	text-align: center;
	}

.qsrch-body {
	  background-color: transparent;
	  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 {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #4C361E;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 2px;
}
input.qsrch, textarea.qsrch, select.qsrch {
line-height: normal;
color: #4C361E;
font: normal 9px  Verdana, Helvetica, sans-serif;
border: 0px solid #014A81;
text-indent: 0px; 
background: #FFFFFF;
background-color: #FFFFFF;
padding: 0px;
margin: 0px;
}

input.mailing, textarea.mailing, select.mailing {
	line-height: normal;
	color: #0f4387;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #ef9d2b;
	text-indent: 2px;
	background-color: #ffffff;
	padding: 2px;
	margin: 0px;
	height: 15px;
}

TD.qsrch-items  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #4C361E;
	text-align: left;
	padding: 0px 2px 0px 0px;
	line-height:normal;
	}	
TD.qsrch-formitems  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #A66022;
	text-align: left;
	padding: 1px 0px 1px 0px;
	line-height:normal;
	}	
input.qsrch, textarea.qsrch, select.qsrch {
	color: #0F4387;
	font: normal 9px Arial, Helvetica, sans-serif;
	border: 1px solid #7e6d49;
	text-indent: 0px;
	background: #FFFFFF;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	height: 15px;
}
.quicksearch{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#483a1b;
}

input.qsrchtext {
	color: #A66022;
	font: normal 9px Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #4C361E;
	text-indent: 0px;
	background-color: #EFE5B5;
	padding: 0px;
	width: 20px;
	line-height: normal;
}
textarea.qsrchfield {
	color: #A66022;
	font: normal 9px Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #4C361E;
	text-indent: 0px;
	background-color: #EFE4CE;
	padding: 0px;
	width: 120px;
	text-align: left;
	line-height: normal;
}
select.qsrchfield {
	color: #A66022;
	font: normal 9px Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #4C361E;
	text-indent: 0px;
	background-color: #EFE4CE;
	padding: 0px;
	text-align: left;
	width: 115px;
	line-height: normal;
}
textarea.qsrchfield-sm, select.qsrchfield-sm {
	color: #A66022;
	font: normal 9px Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #4C361E;
	text-indent: 0px;
	background-color: #EFE4CE;
	padding: 0px 0px 0px 0px;
	width: 37px;
	line-height: normal;
}

TD.qsrch-links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	}
A:link.qsrch-links, A:visited.qsrch-links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	line-height:normal;
	}
A:hover.qsrch-links, A:active.qsrch-links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #C3D6B8;
	text-decoration: underline;
	line-height:normal;
}


input.qsrchbutton{
	line-height: normal;
	color: #FFFFFF;
	font: bold 9px  Verdana, Helvetica, sans-serif;
	text-indent: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url(/images/button.gif);
	background-repeat: no-repeat;
}
.qsrchbutton-bg {
	background-color: #4C361E;
	border-right: solid 2px #0f4387;
	border-top: solid 2px #0f4387;
	border-bottom: solid 2px #0f4387;
	border-left: solid 2px #0f4387;}

.qsrchbutton-padding {
	padding-top: 10px; 
	text-align: center;}
                          
/* THE SEARCH PAGE */
.querytable {
	width: 800px;
	padding: 0px;
	color: #4C361E;
	}
	
.queryhead {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #4C361E;
	background-image:url(/images/head-bg.gif);
	background-repeat:no-repeat;
	background-color: #F1E2CB;
	border-bottom: solid 1px #4C361E;
	padding: 0px 0px 0px 10px;
	height: 26px;
	text-align:left;
}

.queryheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4C361E;
	text-align:left;
	background-color: #ffffff;
	border-bottom: solid 1px #4c7094;
	padding: 0px 0px 0px 12px;
	height: 23px;
	line-height: 22px;
}

a:link.searchLink, a:visited.searchLink {
	line-height: normal;
text-decoration: underline;
font-weight: bold;
}
a:hover.searchLink, a:active.searchLink {
	line-height: normal;
text-decoration: underline;
font-weight: bold;
 }

	
.queryspecs {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4C361E;
	text-align:left;
	padding: 4px 1px 1px 1px;
}
.querylabel {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4C361E;
	padding: 10px 1px 10px 1px;
	text-align: left;
}

/* THE RESULTS PAGE */
.resultstable	{ 
	width: 870px;
	padding: 0px;
	margin: 0px;
	cell-spacing: 0px;
	border: 1px solid #0f4387;
}

.resultshead {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #0f4387;
	background-color: #26b3b5;
	padding: 5px 3px 3px 10px;
	border-bottom: solid #0f4387 1px;
	border-right: solid #0f4387 1px;

}

.bedslabel {
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #4C361E;
	background-color: #26b3b5;
	padding: 5px 10px 3px 10px;
	border-bottom: solid #0f4387 1px;
	border-right: solid #0f4387 1px;
}

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

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

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


.resultsspecs {
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #0f4387;
	background-color: #ffffff;
	padding: 5px 3px 3px 10px;
	border-bottom: solid #0f4387 1px;
	border-right: solid #0f4387 1px;
	border-left: solid #0f4387 1px;
}

.resultsdetails {
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #4C361E;
	background-color: #FFFFFF;
	padding: 10px 15px 10px 15px;
	border-bottom: solid #0099CC 1px;
	border-right: solid #0099CC 0px;
	border-top: solid #00099C 0px;
}


.resultsadvantage {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #4C361E;
	background-color: #D7E9F5;
	padding: 3px 3px 3px 10px;
}

.resultscart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #4C361E;
	background-color: #EFE4CE;
	padding: 3px 3px 3px 10px;
}
                          
.resultsspecsON {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #4C361E;
	background-color: #D7E9F5;
	padding: 5px 3px 3px 10px;
}

.resultspic {
	text-align: center;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	width: 150px;
	height: 100px;
	border-bottom: solid #0f4387 1px;
}

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

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

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

.condoratesdata {
	line-height: normal;
	padding: 0px 0px 0px 0px;
	background-color: #EFE4CE;
	color: #4C361E;
	border: solid #FFFFFF 1px;
	text-align: center;
}
                          
.photolink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 1px;
}
A:link.photolink, A:visited.photolink {
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #156532;
}
A:hover.photolink, A:active.photolink  {
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #A66022;
}
                           
/* The ALPHA page */
.alphatable {
	text-align: left;
	padding: 0px;
	border: 1px solid #FFFFFF;
	margin: 0px;
	width: 100%;
	background-color: FFFFFF;
}
.alphaletter	{ 
	line-height: normal;
	font-size: 11px;
	color: #4C361E;
	font-weight: bold;
	text-align: center;
	background-color: #D7E9F5;
	border: 1px solid #FFFFFF; 
	padding: 3px;
}
.alphaname	{ 
	line-height: normal;
	font-size: 10px;
	color: #4C361E;
	text-align: left;
	background-color: #EFE4CE;
	border: 1px solid #FFFFFF;
	padding: 3px;
}
 

/* THE HOUSE PAGE */

.houseCaptions {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size: 10px;
		padding-top:5px;
		text-align: center;
		line-height:normal;
}

.houseThumbs {
		font-size: 11px;
        width:800px;
        height:115px;
		overflow:auto;
		text-align: center;
		line-height:normal;
		border: solid 1px #0f4387;
}
.houseThumbs img{
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 15px;
	text-align: center;
	padding-left: 5px;
	
}

.housetable	{
	width: 870px;
	padding: 0px 0px 0px 0px;
	border: solid #0f4387 0px;
	margin: 0;
}

.househead {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0f4387;
	background-image:url(/images/head-bg.gif);
	background-repeat:no-repeat;
	border-bottom: solid 1px #0f4387;
	padding: 0px 0px 0px 8px;
	height: 24px;
	text-align:left;
}
.housespecs {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #4C361E;
	text-align: left;
	padding: 15px 20px 15px 12px;
	
}
.houselink {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #A66022;
}

.housepic {
	text-align: center;
	background-color: #EFE4CE;
	padding: 3px 3px 3px 3px;
	border: solid #0f4387 1px;
	width: 300px;
	height: 200px;
	text-align:center;
}
	
.amenitypic {
	border: 1px solid #0f4387;
}

.specials-housepage {
	line-height: normal;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
color: #0f4387;
text-align: left;
padding-top: 3px;
padding-right: 2px;
padding-bottom: 3px;
padding-left: 3px;
background-color: #26b3b5;
width:100px;
margin-right:8px;
border:1px solid #0f4387;
	}
	
	
.specials-housepage a, .specials-housepage a:link, .specials-housepage a:visited, .specials-housepage a:hover, .specials-housepage a:active {
color:#0f4387;	}
.rental_house_specials_table{
background-color:#FFFFFF;
border:1px solid #0f4387;
}
/* The property details table */

.propimagetable	{
	text-align: center;
	width: 875px;
	padding: 5px 5px 10px 5px;
	background-color: F1E2CB;
	line-height: normal;
}
.propdetailstable	{
	font-size: 11px;
	text-align: center;
	width: 100%;
	padding: 0px;
	border: solid #0f4387 1px;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}
.propdetailsheads {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0f4387;
	text-align: left;
	padding: 3px 2px 3px 3px;
	background-color: #26b3b5;
}
.propdetails {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 3px 2px 3px 5px;
	background-color: #ffffff;
	color: #0f4387;
}

/* Property Rates Table on House Page */
.ratestable	{
	line-height: normal; 
	text-align: center;
	width:100%;
	background-color: #FFFFFF; 
	padding: 0px 0px 0px 0px;
	border: 1px solid #0f4387;
	margin:  9px 0px 0px 0px;

}

.rateheads {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #156532;
	text-align: left;
	padding: 2px 2px 2px 15px;
	background-color: #26b3b5;
}
              
.rates {
	line-height: normal;
	text-align: left;
	padding: 2px 15px 2px 15px;
	background-color: #EFE4CE;
	color: #4C361E;
	text-align: left;
	border: solid #FFFFFF 1px;
}
  
  
/*RENTAL TERMS STEPS PAGES*/

.progressBar{
	line-height: normal;
    padding: 2px 0px 2px 0px;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #4C361E;
	width: 600px;
}

.progressBarSelected {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #A66022;
	background-color: #FFFFFF;
	background-image:url(/images/step-bg.gif);
	border: solid 1px #014A81;
	padding: 5px 20px 5px 20px;
	text-align:left;
	background-repeat: repeat-x;
	line-height: 22px;
	width: 100px;
}  

.progressBarNotSelected {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	background-color: #D4EBFD;
	border-bottom: solid 1px #014A81;
	border-top: solid 1px #014A81;
	padding: 2px 20px 2px 20px;
	text-align:left;
	background-repeat: no-repeat;
	line-height: 20px;
	width: 100px;
}

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


/*For Resservation contact information and details*/

.reservelabels {
	line-height: normal;
	font-size: 11px;
	font-weight: bold;
	color: #4C361E;
	padding: 1px 1px 1px 1px;
	border: solid 1px #ffffff;
	background-color: #EFE4CE;
	border: solid 1px #ffffff;
	width: 30%;
	text-align: right;
}

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

.reservedetails {
	line-height: normal;
	font-size: 11px;
	padding: 2px;
	background-color: #EFE4CE;
	color: #4C361E;
	border: solid 1px #ffffff;
	width: 70%;
	text-align: left;
}

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

.resformlabel2 {
	line-height: normal;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #4C361E;
}

input.resformdata {
	line-height: normal;
	font-size: 11px;
	padding: 2px;
	color: #014A81;
	text-align: left;
	width:100px;
	max-width:100px;
}
 
.resformdata {
	line-height: normal;
	font-size: 11px;
	padding: 2px;
	color: #4C361E;
	text-align: left;
} 
            
                
/* The SPECIALS page */
.specialstable	{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border: solid #0f4387 1px;
	background-color:#FFFFFF;
	min-height:100%;
	text-align:center;
	line-height:normal;

}
.specialscontent	{
	width: 100%;
	padding: 3px;
	margin: 0px;
	border: solid #014A81 1px;
	background-color:#fff;
	height: 100%;
	text-align:center;
	line-height:normal;

}
.specialshead {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #0f4387;
	background-color: #26b3b5;
	padding: 5px 3px 3px 10px;
	border: solid #0f4387 1px;
}

.weeklyhead {
	line-height: normal;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #A66022;
	padding: 3px;
	background-color: #26b3b5;
}
A:link.specialshead, A:visited.specialshead {
	line-height: normal;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #4C361E;
	text-decoration: none;
}
A:hover.specialshead, A:active.specialshead {
	line-height: normal;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #A66022;
	text-decoration: underline;
}
.specialsannounce {
	line-height: normal;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #AA0000;
}
.specialsempty {
	line-height: normal;
	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: #EFE4CE;
	padding: 0px 0px 0px 0px;
	border: 0px;
	min-height:100%;
}
.specialsspecs {
	line-height: normal;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align:center;
	color: #4770a6;
	background-color: #fff;
	padding:5px 0px;
}
.specialshead2{
color:fff;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;}

.specialslink {
	line-height: normal;
	text-align: center;
	color: #A66022;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.specialslink p{
	line-height: normal;
	text-align: center;
	color: #A66022;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
  
  
  /* The CONCIERGE page */
.conciergetable	{ 
	width: 600px;
	background-color: #EFE4CE; 
	padding: 0px;
	margin: 0px;
	border: solid #0f4387 1px;
}
.conciergehead {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #156532;
	padding: 3px;
	background-color: #D7E9F5;
}

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

.conciergedetail {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #4C361E;
	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 #0f4387 1px;
}

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

.eventsspecs {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #4C361E;
	background-color: #D4EBFD;
	padding: 3px;
}
                          
.eventsdetails {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #4C361E;
	background-color: #EFE4CE;
	padding: 3px;
}
                          
 
/* The Cart TABLE */

.comparehead {
	line-height: normal;
	background-color: #26b3b5;
	padding: 5px 5px 5px 10px;
	color: #0f4387;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

.comparedata {
	padding: 3px;
	background-color: #EFE4CE;
	color: #0f4387;
}

.compare_img{border: solid #0f4387 1px;
	padding: 2px;
	width: 150px;}
                
.carthead {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #0f4387;
	text-align: center;
	padding: 3px;
	border: 0px;
	background-color: #26b3b5;
}

.cartspecs {
	padding: 3px;
	background-color: #EFE4CE;
	color: #4C361E;
}
                
.cartdata {
	line-height: normal;
	padding: 3px;
	background-color: #ffffff;
	color: #4C361E;
	border-bottom: 1px solid #0f4387;
	text-align: center;
}
                
.adcarttable	{ 
	text-align: center;
	width: 90%;
	background-color: #EFE4CE; 
	padding: 1px;
	border: 0px;
}

.addcartcell {
	line-height: normal;
	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 {
	line-height: normal;
	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 {
	line-height: normal;
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
}
a:visited.addcartlink {
	line-height: normal;
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0px 0px 6px 0px;
}
a:hover.addcartlink {
	line-height: normal;
	color: #A66022;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
}

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



.submitbutton {
	line-height: normal;
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	background-color: #4C361E;
	width: 115px;
	height: 29px;
	text-align: center;
	border-bottom: 6px;
	padding: 0px 6px 6px 0px;
}

                
/*For the 3D text links that need to look like FORM buttons*/
.buttonbar {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: 24px;
}

.buttonbarcell {
	line-height: normal;
	color: #156532;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-indent: 0px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	height: 24px;
	text-align: center;
	background-image: url(/images/button-book.gif);
	background-repeat: no-repeat;
}

.buttonbarlink {
	line-height: normal;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
}

a:link.buttonbarlink {
	line-height: normal;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
}
a:hover.buttonbarlink {
	line-height: normal;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
}

a:active.buttonbarlink {
	line-height: normal;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
}
a:visited.buttonbarlink {
	line-height: normal;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
}



.buttonbarcell1 {
	line-height: normal;
	color: #156532;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-indent: 0px;
	padding: 0px 0px 0px 0px;
	width: 175px;
	height: 24px;
	text-align: center;
	background-image: url(/images/button-book1.gif);
	background-repeat: no-repeat;
}

.buttonbarlink1 {
	line-height: normal;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
}

a:link.buttonbarlink1 {
	line-height: normal;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
}
a:hover.buttonbarlink1 {
	line-height: normal;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
}

a:active.buttonbarlink1 {
	line-height: normal;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
}
a:visited.buttonbarlink1 {
	line-height: normal;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
}


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

.book-buttonbartable {
	line-height: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 24px;
}

.book-buttonbarcell {
	line-height: normal;
	color: #FFFFFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-indent: 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(/images/btn-button-book.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 150px;
	height: 24px;
	text-align: center;
}

a:link.book-buttonbarlink {
	color: #FFFFFF;
	line-height: normal;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
	text-align:center;
	text-decoration:none;
}
a:visited.book-buttonbarlink {
	line-height: normal;
	color: #FFFFFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 0px 0px;
	text-align:center;
	text-decoration:none;

}

a:hover.book-buttonbarlink {
	line-height: normal;
	color: #FFFFFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 0px 0px;
	text-align:center;
	text-decoration:none;

}
a:active.book-buttonbarlink {
	color: #FFFFFF;
	line-height: normal;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
	text-align:center;
	text-decoration:none;
}



/* FORM elements */
input, textarea, select {
line-height: normal;
color: #0f4387;
font: normal 11px Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #447ab8;
text-indent: 2px; 
background-color: #ffffff;
padding: 2px;
margin: 0px;
}

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

/* The button alternative with a 3d effect */
input.button {
	line-height: normal;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-indent: 0px;
	background-color: #4C361E;
	padding: 0px 3px 0px 3px;
	background-image: url(/images/button.gif);
	background-repeat:repeat-x;
	background-position:right;
/*	width: 150px;
*/	height: 24px;
	border: 0px;
	text-align: center;
}


/*  STYLES ARE HERE */

.arrivalLink {
	line-height: normal;
	color: #4C361E;
	font-weight: bold;
	}
	
.backtotopLink {
	color: white;
	}

/* This sets the link color */
.cal-alink:link    { color: #4C361E; font-weight: bold; }
.cal-alink:visited { color: #4C361E; font-weight: bold; }
.cal-alink:hover   { color: #A66022; font-weight: bold;}

/* This sets the dull link color */
.cal-dlink:link    { color: #156532; font-weight: bold; }
.cal-dlink:visited { color: #156532; font-weight: bold;}
.cal-dlink:hover   { color: #A66022; font-weight: bold; }

/* This sets the calender outer box */
.cal-box {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;	
	border-left-color: #FFFFFF;
	}
	
/* This sets the  back */
.cal-back {
	background-color: #EFE4CE;
	}
	
/* This sets the calender year outer box */
.cal-year-box {
	border-bottom-color: #0f4387;
	}
	
/* This sets the calender today box */

.cal-today {
	color: #4C361E;
	background-color: #D7E9F5;
	border-right-color: #FFFFFF;
	}

/*This sets the calender year previous box */
.cal-year-prev {
	color: #014A81;
	background-color: #26b3b5;
	border-right-color: #0f4387;
	}
	
/* This sets the calender year number previous box */
.cal-year {
	color: #4C361E;
	background-color: #D7E9F5;
	}

/*This sets the calender year Next box */
.cal-year-next {
	color: #4C361E;
	background-color: #26b3b5;
	border-left-color: #0f4387;
	}

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

/*This sets the calender month previous box */
.cal-month-prev {
	color: #4C361E;
	background-color: #D7E9F5;
	border-right-color: #0f4387;
	}

/*This sets the calender month text box */
.cal-month {
	color: #4C361E;
	background-color: #fbe951;
	border:1px solid #0f4387;
}

/*This sets the calender month next box */
.cal-month-next {
	color: #4C361E;
	background-color: #D7E9F5;
	border-right-color: #0f4387;
	}


/*This sets day of the week start*/
.cal-day-start {
	color: #ffffff;
	background-color: #37aeac;
}

/*This sets day of the week rest*/
.cal-day-rest {
	color: #ffffff;
	background-color: #447ab8;
}


/*This sets days availible*/
.cal-days-avail {
	line-height: normal;
	color: #4c361e;
	background-color: #a7d3ee;
	text-align: center;
}

/*This sets the out of range days */
.cal-days-unknown {
	line-height: normal;
	color: #0f4387;
	background-color: #fab13a;
	text-align: center;
}

/*This sets days booked*/
/*background-color: #fed7a3;*/
.cal-days-booked {
	line-height: normal;
	color: #0f4387;
	background-color: #37aeac;
	text-align: center;
}

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

#cal {
width: 20px;
position: relative;

}

/*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: #0f4387;
}
.3dbuttoncell {
	line-height: normal;
	color: #FFFFFF;
	font: bold 10px  Verdana, Helvetica, sans-serif;
	border: 2px;
	border-style: outset;
	border-color: #014A81 #014A81 #014A81 #014A81;
	text-indent: 2px; 
	background-color: #0f4387;
	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: #014A81;}
.stepresult { font-weight: bold; font-style: normal; color: #CF7603;}
.editor { padding: 0px; border: 0px; background-color: #fdf09a;}
.accounttable {
	border-bottom:'1px' 'dotted' '#cccccc';
	height: 1px;
	width: 100%;
}
.content { padding: 0px; border: 0px; background-color: #fdf09a; width: 100%; height: 100%; margin: 0px;}
.GAmemberbtn { color: #ffffff;font: bold 10px Verdana, Arial, Helvetica, sans-serif;border: 1px;border-color: #014A81 #014A81 #014A81 #014A81;text-align: center;background-color: #8C0C0D;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: #014A81 #014A81 #014A81 #014A81;
	text-indent: 2px;
	background-color: #8C0C0D;
	padding: 3px;
}

/*MAP SYTLES*/

.maptable	{ 
	width: 640px;
	background-color: #EFE4CE; 
	padding: 0px;
	margin: 0px;
	cell-spacing: 1px;
	border: 1px solid #0f4387;
	text-align:center;
}



/* GuestAdvantage Stylesheet Information - do not remove */



/* Make a table column that looks just like the submit button */
td.buttonmain {
	line-height: normal;
background-color: #8C0C0D;
color: #FFFFFF;
font-weight: bold;
border-color: #0f4387;
border-width: 0px;
padding: 0px}

div#map {
	line-height: normal;
	width: 294px;
	height: 200px;
	padding: 3px 3px 3px 3px;
	border: solid #0f4387 1px;
	text-align: center;
	background-color: #EFE4CE;
	color: #4C361E;
}
td.map {
	width: 850px;
	height: 250px;
	padding: 3px 3px 3px 3px;
	border: solid #0f4387 1px;
	text-align: center;
	background-color: #0f4387;

}
.map {
text-align:center;
}
.prev-next {
	text-align: center;
	padding: 6px 0px 6px 0px;

}

.calendar p {
margin: 0;
}
