/* Standard CSS On All Pages */
 
BODY  {
	background-color: #d9d2b3;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	width:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
      }
/* To Make Menu overlap Flash */	  
#menu {
	padding: 0px;
	border: 0px;
	width: 100%;
	position:relative;
	height:40px;
	z-index:100;
	text-align:center;
}

#flashcontain { 
border: 0px; 
width: 100%; 
z-index: 2; 
} 

/* ***** MAIN TEXT STYLES ***** */
/* STANDARD HEADERS */
 
h1 {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #005d23;
	text-align: left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #B49332;
	text-align: left;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #13A35F;
	text-align: left;
}

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

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

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #015233;
	text-align: left;
}

/* STANDARD BODY TAG FORMATTING */

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4a3c2f;
	text-align: left;
}
	
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

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

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

LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #534204;
	padding: 1px;
}
/* To use a graphic bullet add this attribute */

a:link{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:underline;
color:#18502c;}
a:visited{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:underline;
color:#18502c;}
a:hover{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:underline;
color:#18502c;}
a:active{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:underline;
color:#18502c;}
/* NOTE: active/hover link should use underline */


/*NOSCRIPT*/

A:link.noscript {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #534204;
}

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

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



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

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


/* FOR THIS SITE - CUSTOM STYLES */
/* Consistently use mainTable, mainContent, footer styles and customize here */
/* Add your own additional styles for the site and customize here */
#container {
	position:relative;
	width:930px;
	height:auto;
	z-index:1;
	margin: 0px auto;
}
#header {
	position:relative;
	width:930px;
	height:auto;
	z-index:2;
	color:#816136;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#header a:link {
	color:#816136;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#header a:visited {
	color:#816136;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#header a:hover {
	color:#816136;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
#header a:active {
	color:#816136;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#maincontent_border {
	position:relative;
	width:920px;
	height:auto;
	z-index:2;
	border: 1px solid #c8c2a3;
	text-align: center;
	margin-top: 8px;
	padding: 5px;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#816136;
	text-align: left;
}
#footer {
	position:relative;
	width:930px;
	height:auto;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#816136;
	margin-top: 8px;
	text-align: left;
}
	#footer a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#816136;
	}
	#footer a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#816136;
	}
	#footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	color:#816136;
	}
	#footer a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#816136;
	}
.style1 {
	font-size: 12px;
	font-weight: bold;
}
#maincontent {
	position:relative;
	width:920px;
	height:auto;
	z-index:2;
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 2px;
}
#maincontent-txtarea {
	position:relative;
	width:900px;
	height:auto;
	z-index:2;
	padding: 5px;
	margin: 5px;
	border: 2px solid #d3c08d;
}
.style2 {font-size: 18px}

#topMaincontent {
	position:relative;
	width:918px;
	height:auto;
	z-index:3;
	margin: 5px 0px;
}
#bottommainContent {
	position:relative;
	width:892px;
	height:auto;
	z-index:4;
	margin: 5px;
	border: 2px solid #d3c08d;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2e1e0f;
}
#bottommaintext{
	position:relative;
	width:886px;
	height:auto;
	z-index:4;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2e1e0f;
	background-image: url(images/bottomnavbar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#bottommaintextint{
	position:relative;
	width:886px;
	height:auto;
	z-index:4;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2e1e0f;
	background-image: url(images/bottomnavbar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 750px;
}
#bottommainnav{
	position:relative;
	width:884px;
	height:auto;
	z-index:4;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2e1e0f;
	background-image: url(images/bottomnavbar.gif);
	background-repeat: no-repeat;
}

#flashSlideshow {
	position:relative;
	width:522px;
	height:345px;
	z-index:2;
	float: left;
	margin: 5px;
	border: 2px solid #d3c08d;
	padding: 8px 0px 0px 0px;
	text-align: left;
}
#RightMainTop {
	position:relative;
	width:374px;
	height:auto;
	z-index:2;
	float: right;
}
#clear{
clear:both;}
#rightcontentTopbox {
	position:relative;
	width:359px;
	height:206px;
	z-index:2;
	margin: 5px 5px 5px 0px;
	border: 2px solid #d3c08d;
	padding: 5px 5px 5px 2px;
	text-align: center;
}
#rightcontentbottombox{
	position:relative;
	width:359px;
	height:118px;
	z-index:2;
	margin: 5px 5px 5px0px;
	border: 2px solid #d3c08d;
	padding: 5px 5px 5px 5px;
	}
.style3 {
	font-size: 16px;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #665A4F;
}
TD.text-links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #9b7d0d;
	text-align:right;
	padding: 0px 11px 0px 0px;}
A:link.text-links, A:visited.text-links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color: #9b7d0d;
	text-align:right;
	}
A:hover.text-links, A:active.text-links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color: #007649;
	text-align:right;
	}
TD.text-links-sales {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #8f405e;
	text-align:right;
	padding: 0px 11px 0px 0px;}
A:link.text-links-sales, A:visited.text-links-sales {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color: #8f405e;
	text-align:right;
	}
A:hover.text-links-sales, A:active.text-links-sales {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color: #a58940;
	text-align:right;
	}
.chat {
padding: 0px 17px 0px 0px;
}
.colorbar {
	background-color:#d7c391;
	border-bottom: solid 1px #FFFFFF;
	height:13px;}
.colorbar-sales {
	background-color:#660027;
	border-bottom: solid 1px #FFFFFF;
	height:13px;}
.colorbar2 {
	background-color:#d7c391;
	border-bottom: solid 1px #FFFFFF;
	height:7px;}
.colorbar3 {
	background-color:#BBCEC5;
	border-bottom: solid 1px #FFFFFF;
	height:7px;}
.colorbar2-sales {
	background-color:#6c0024;
	border-bottom: solid 1px #FFFFFF;
	height:7px;}
.colorbar3-sales {
	background-color:#c6b27d;
	border-bottom: solid 1px #FFFFFF;
	height:7px;}
.hd-features {
	background-color: #bbcec5;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#ffffff;
	padding: 1px 0px 2px 0px;
	border-bottom: solid 1px #ffffff;
	}
.hd-features-sales {
	background-color: #c6b179;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#660027;
	padding: 1px 0px 2px 0px;
	border-bottom: solid 1px #ffffff;
	}
.hd-qsearch {
	background-color: #bbcec5;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#ffffff;
	padding: 1px 0px 2px 0px;
	border-bottom: solid 1px #ffffff;
	}
.hd-qsearch-sales {
	background-color: #c6b179;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#660027;
	padding: 1px 0px 2px 0px;
	border-bottom: solid 1px #ffffff;
	}
.featured-box {
	border-right: solid 1px #d7c391;
	border-bottom: solid 1px #d7c391;
	border-left: solid 1px #d7c391;
}
.qsearch-box {
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #d7c391;
	border-left: solid 1px #ffffff;
	background-color: #F8F1DF;
	padding: 5px 0px 0px 5px;
}
.whatsnew-box {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	border-left: solid 1px #d7c391;
	border-bottom: solid 1px #d7c391;
	border-right: solid 1px #d7c391;
	background-image:url(images/whatsnew-bg.jpg);
	text-align: left;
	padding: 14px;
}
A:link.homepagelinkgreen, A:visited.homepagelinkgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00713D;
	text-decoration: none;
}

A:hover.homepagelinkgreen, A:active.homepagelinkgreen  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00713D;
	text-decoration: underline;
} 

A:link.homepagelinkgreenLearnMore, A:visited.homepagelinkgreenLearnMore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #00713D;
	text-decoration: underline;
}

A:hover.homepagelinkgreenLearnMore, A:active.homepagelinkgreenLearnMore  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #004b28;
	text-decoration: underline;
} 

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

A:hover.homepagelinkred, A:active.homepagelinkred  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #6a0122;
	text-decoration: underline;
} 

A:link.homepagelinkredLearnMore, A:visited.homepagelinkredLearnMore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6a0122;
	text-decoration: underline;
}

A:hover.homepagelinkredLearnMore, A:active.homepagelinkredLearnMore  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3b0013;
	text-decoration: underline;
} 

.keywordsTD {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #534204;
	width: 550px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.sales-keywordsTD {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #660027;
	width: 550px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 7px;
}


.googlesearchTD{
	padding-top: 8px;
	padding-bottom: 4px;
	padding-right: 7px;
}



/* American Express Splash Page */

.amexBKGD {
	background: #FFFFFF url(images/amex-bkgd.jpg) no-repeat left top;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 8px;
	border: solid 1px #d3c59d;
}

.amexBKGD2 {
	background: #FFFFFF url(images/amex-bkgd.jpg) no-repeat left top;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border: solid 1px #d3c59d;
}

.amexHeader {
	padding-right: 15px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #005d23;
	text-align: left;
	}	

.amexHeader2 {
	padding-right: 15px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #005d23;
	text-align: left;
	}	
	
.amexParagraph {
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}
	
/* Golf Packages Page Created by Ian */

.italcizedHeader {
	font-size: 15px;
	color: #000000;
	}
	
.StaticPhoto {
	border: solid 1px #272c67;
	margin: 3px;
	padding: 5px;
	background: #ffffff;
}

.StaticPhotoTable {
	margin: 5px;
	border: solid 1px #56a045;
}	

.golfpackagesBKGD {
	background: #FFFFFF url(images/golfball-bkgd.jpg) no-repeat left top;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 8px;
	border: solid 1px #d3c59d;
}

.golfpackagesBKGD2 {
	background: #FFFFFF url(images/golfball-bkgd2.jpg) no-repeat left top;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 8px;
	border: solid 1px #d3c59d;
}

/* SPLASH PAGE STYLES */

.mainContent1-splash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 12px 30px 11px 30px;
	background-color:#FFFFFF;
	text-align: left;
	border-bottom: solid 1px #BBCEC5;
	}
.mainContent2-splash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 19px 11px 15px 11px;
	background-color:#F6F2ED;
	text-align: left;
	width: 33%;
	}
.mainContent2-splashmid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 19px 11px 15px 11px;
	background-color:#F6F2ED;
	text-align: left;
	border-left: solid 1px #BBCEC5;
	border-right: solid 1px #BBCEC5;
	width: 33%;
	}
	
.splash-hd1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #736226;
}
.splash-hd2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #40845C;
}
.splash-hd3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #B98912;
}
.splash-pics {
	padding: 20px 8px 17px 16px;
	text-align: center;
	}
.splash-pics-bg {
	text-align: center;
	background-image:url(images/splashl-call-bg.jpg)
	}

/*********** BEGIN PROGRAMMED PAGE STYLES *************/
                          
/* THE SEARCH PAGE */
.searchtable {
	padding: 0px;
	}

.searchlink {
	color: black;
	}

/* THE RESULTS PAGE */
.resultstable	{ 
	width: 95%;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #243B30;
}

.resultshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #534135;
	background-color: #ead9ab; 
	padding: 3px;
}

a:link.resultslink, a:visited.resultslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #005d23;
	padding: 3px;
	text-decoration: none;
}

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

.resultsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #660027;
	background-color: #EDEBE5;
	padding: 3px;
}
                          
.resultsspecsON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000066;
	background-color: #FFFFDD;
	padding: 3px;
}
                          
.photolink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 1px;
}
A:link.photolink, A:visited.photolink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}
A:hover.photolink, A:active.photolink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #D6A62C;
}
                           
/* The ALPHA page */
.alphatable {
	background-color: #DAE5E0;
	text-align: center;
	padding: 0px;
	border: 1px solid #BBCEC5;
	margin: 0px;
	width: 95%;
}
.alphaletter	{ 
	font-size: 11px;
	color: #534135;
	font-weight: bold;
	text-align: center;
	background-color: #F5EBD0;
	border: 1px solid #D7C391; 
	padding: 3px;
}
.alphaname	{ 
	font-size: 10px;
	color: #0F538F;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #BBCEC5;
	padding: 3px;
}
 

/* THE HOUSE PAGE */

.housetable	{ 
	width: 100%;
	background-color: #FFFFFF; 
	padding: 0px;
	border: 1px;
}

.househead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3D59A8;
	background-color: #9CBFDE;
}
.housespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6E83BE;
}
	
.amenitypic {
	border: 1px solid #cccccc;
}

/* The property details table */
.propdetailstable	{ 
	background-color: #F7F2E4;
	text-align: center;
	width: 100%;
	padding: 1px;
	border: 1px solid #BBCEC5;
}
.propdetailsheads {
	font-size: 11px;
	color: #534135;
	font-weight: bold;
	text-align: center;
	background-color: #EAD9AB;
	border: 1px solid #D7C391; 
	padding: 3px;
}
.propdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #BBCEC5;
	color: #005D23;
}
.linkblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	color: #005D23;
	width: 280px;
}
div#map {
	width: 100%;
	height: 270px;
	border: 2px solid #FFFFFF;
	text-align: center;


}

/* Property Rates Table on House Page */
.ratestable	{ 
	text-align: center;
	width: 90%;
	background-color: #DAE5E0; 
	padding: 1px;
}

.rateheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	background-color: #007649;
}
              
.rates {
	text-align: center;
	padding: 3px;
	border: 1px solid #D7C391;
	background-color: #F5EBD0;
	color: #534135;
}
                
                
/* The SPECIALS page */
.specialstable	{ 
	width: 99%;
	padding: 2px;
	margin: 1px;
	border: 1px solid #005D23;
	background-color:#FFFFFF;
}
.specialscontent	{ 
	width: 99%;
	padding: 2px;
	margin: 1px;
	border: 0px;
	background-color:#FFFFFF;
}
.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	padding: 2px;
	background-color: #007649;
}

.weeklyhead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	padding: 3px;
	background-color: #534204;
}
A:link.specialshead, A:visited.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #A69433;
	text-decoration: none;
}
A:hover.specialshead, A:active.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #F0DA64;
	text-decoration: underline;
}
.specialsannounce {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #BB9500;
}
.specialsempty {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #837E68;
}
.specialsspecs {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align:center;
	color: #90721F;
	background-color: #FAF2DB;
	border: 1px solid #D7C391;
}
  
  
  /* The CONCIERGE page */
.conciergetable	{ 
	width: 80%;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #007649;
}
.conciergehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 3px;
	background-color: #846a1e;
}

.conciergespec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #534204;
	background-color: #efeadc;
	padding: 3px;
	width: 150px;
}

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

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

.eventsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #534204;
	background-color: #efeadc;
	padding: 3px;
}
                          
.eventsdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	padding: 3px;
}

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

A:visited.eventLink {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #004f31;

}
/* NOTE: visited link should be a slightly darker version of main link color */

A:active.eventLink, A:hover.eventLink {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #856a1a;

} 
       
/* The AGENT page */
.agenttable {
	width: 98%;
	text-align: center;
	padding: 0px;
	background-color: #ffffff;
	border: 0px solid #663333;
	margin: 0px;
}
.agentphoto {
	text-align: center;
	width: 5%;
	padding: 3px;

}
.agentname	{ 
	font-size: 14px;
	color: #6C0024;
	font-weight: bold;
	text-align: left;
	width: 25%;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 10px;
	border-top: solid 1px #D7C392;
}
.agentdetails	{
	font-size: 11px;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
}


/* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	border: 0px;
	background-color: #0F538F;
}

.cartspecs {
	padding: 3px;
	background-color: #FEFFD5;
	color: #2F7BBD;
}
                
.cartdata {
	padding: 3px;
	background-color: #ffffff;
	color: #2B74B3;
	border-bottom: 1px solid #2B74B3;
	text-align: center;
}
                
.carttable	{ 
	text-align: center;
	width: 90%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 1px dotted #2B74B3;
}

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

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

.buttonbarcell {
color: #000000;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px;
border-style: solid;
border-color: #B1D0BC #B1D0BC #B1D0BC #B1D0BC;
text-indent: 2px; 
text-align: center;
background-color: #D2E3D9;
background-image:url(images/button-bg.gif);
padding: 3px;
width: 150px;
}

a:link.buttonbarlink, a:active.buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover.buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a:visited.buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
/*For the BOOK IT button - 3D text links that need to look like FORM buttons*/
.book-buttonbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: #000000;
	width: 150px;
	text-align: center;
	
}

.book-buttonbartable {
	padding: 0px;
	margin: 0px;
	width: 150px;

}

.book-buttonbarcell {
color: #FFFFFF;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
text-indent: 2px; 
background-image:url(images/button-bg-book.gif);
background-color: #D2E3D9;
padding: 5px;
text-align: center;
width: 150px;
border: 1px;
border-style: solid;
border-color: #B1D0BC #B1D0BC #B1D0BC #B1D0BC;
}

a:link.book-buttonbarlink, a:visited.book-buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.book-buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:active.book-buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

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

.Submit2 {
color: #643002;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
text-indent: 2px; 
padding: 2px 
}

.button-small{
background-image:url(/images/button_bg.gif);
background-repeat:repeat-x;
border:1px soild #947748;
text-indent: 2px;
background-color:947748;
color: #ffffff;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;

}

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

/* The button alternative with a 3d effect */
input.button {
color: #000000;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px;
border-style: solid;
border-color: #B1D0BC #B1D0BC #B1D0BC #B1D0BC;
text-indent: 2px; 
background-image:url(images/button-bg.gif);
background-color: #D2E3D9;
padding: 1px;
width: 150px;
}


/* CALENDAR STYLES ARE HERE */

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

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

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

/* This sets the calender outer box */
.cal-box {
	border-top-color: #0F538F;
	border-right-color: #0F538F;
	border-bottom-color: #0F538F;	
	border-left-color: #0F538F;
	}
	
/* This sets the calendar back */
.cal-back {
	background-color: #2B6FAA;
	}
	
/* This sets the calender year outer box */
.cal-year-box {
	border-bottom-color: #CCCCCC;
	}
	
/* This sets the calender today box */

.cal-today {
	color: #000000;
	background-color: #EDCDCD;
	border-right-color: #CCCCCC;
	}

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

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

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

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

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

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


/*This sets day of the week start*/
.cal-day-start {
	color: #0F538F;
	background-color: #D2F0FC;
}

/*This sets day of the week rest*/
.cal-day-rest {
	color: #0F538F;
	background-color: #D2F0FC;
}


/*This sets days availible*/
.cal-days-avail {
	color: #000000;
	background-color: #FEFFD5;
}

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

/*This sets days booked*/
.cal-days-booked {
	color: #000000;
	background-color: #A7CCEC;
}

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

/*For 3-D buttons*/
a.3dbuttonlink {
	background: transparent; color: #000000; text-decoration: none;
}
.3dbuttontable {
        border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #B1D0BC;
}
.3dbuttoncell {
	color: #000000;
	font: bold 11px  Verdana, Helvetica, sans-serif;
	border: 1px;
	border-style: outset;
	border-color: #B1D0BC #B1D0BC #B1D0BC #B1D0BC;
	text-indent: 2px; 
	background-color: #D2E3D9;
	background-image: url(images/button-bg.gif);
	padding: 3px;
	width: 150px;}


/* Make a table column that looks just like the submit button */
td.buttonmain {
background-color: #D2E3D9;
color: #000000;
font-weight: bold;
border-color: #B1D0BC;
background-image:url(images/button-bg.gif);
border-width: 1px;
padding: 3px;
width: 150px;
}
.photostyle{
border:2px solid #816136;}
