/* CSS Document */

body {
background: #faf8ea;
color: #485056;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
			
#announcebar {
background-image: url(images/att.gif);
background-color: #ffffff;
background-repeat: no-repeat;
border: solid 1px #dfdbce;
margin-left: 10px;
margin-right: 10px;
font-size: 11px;
padding: 7px 5px 5px 35px;
clear: both;
}
.maincontent {
padding: 0px 15px 15px 15px;
text-align: left;
}

.boxcopy {
padding: 0px 20px 0px 20px;
text-align: left;
color: #78766c;
font-size: 11px;
}

.formcopy {
color: #78766c;
font-size: 11px;
}



#botrail {
background: url(images/bottomrail.gif) repeat-x;
}

/* MORE INFO BUTTON */
.moreinfo {
text-align: right;
padding: 0px 20px 0px 20px;
}

#spabox {
background: #efede0 url(images/boxback2.gif) no-repeat;
margin-left:10px;	
border: solid 1px #dfdbce;
font-size: 12px;
		}
		
#resortbox {
background: #efede0 url(images/boxback2.gif) no-repeat;
margin-left:0px;	
border: solid 1px #dfdbce;
font-size: 12px;
		}
.picbox {
float: left;
width: 236px;
margin-left: 20px;

}
		
#plainbox {
background: #efede0 ;
margin-left:0px;	
border: solid 1px #dfdbce;
font-size: 11px;
line-height: 17px;
		}
		
#sidebarbox {
background: #efede0 url(images/boxback2.gif) no-repeat;
margin-left:13px;	
height: 380px;
width: 228px;
border: solid 1px #dfdbce;
font-size: 12px;
		}
#sidebarbox2 {
background: #efede0 url(images/boxback2.gif) no-repeat;
height: 380px;
margin-left:2px;	
width: 228px;
border: solid 1px #dfdbce;
font-size: 12px;
		}
		
#specialevents {
background: #efede0 url(images/boxback2.gif) no-repeat;
margin-left:13px;	
height: 50px;
width: 228px;
border: solid 1px #dfdbce;
font-size: 12px;
		}
#contactus {
background: #efede0 url(images/boxback2.gif) no-repeat;
margin-left:2px;	
height: 50px;
width: 228px;
border: solid 1px #dfdbce;
font-size: 12px;
		}



.shadeleft {
background: url(images/shadowleft.gif) repeat-y;
}	

.shaderight {
background: url(images/shadowright.gif) repeat-y;
}	
		
.bigtitle {
			color: #444541;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			line-height: 84%;
			letter-spacing: -2px;
			font-size: 35px; 
margin-top: 5px; }

.notasbigtitle {
			color: #444541;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			line-height: 84%;
			letter-spacing: -1px;
			font-size: 23px; 
margin-top: 5px; }

.subsubtitle {
			color: #444541;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			line-height: 84%;
			letter-spacing: -1px;
			font-size: 18px; 
}
		
.picbord {
border: white 2px solid;
}
		
.boxes {
padding-top: 5px;

}

#titleunderline {
border-bottom: 2px solid #969270;
height: 74px
}

/* single line body subheadings */
#smtitleunderline {
border-bottom: 2px solid #969270;
height: 25px;
margin-left: 20px;
margin-right: 20px;
}
#dbbigunderline {
border-bottom: 2px solid #969270;
height: 70px;
margin-left: 20px;
margin-right: 20px;
}


/* double line body subheadings */
#dbtitleunderline {
border-bottom: 2px solid #969270;
height: 45px;
margin-left: 20px;
margin-right: 20px;
}

/* OVERLINE HEADERS */
#smoverline {
border-top: 2px solid #969270;
height: 50px;
margin-left: 20px;
margin-right: 20px;
}

#dbtitleunderline {
border-bottom: 2px solid #969270;
height: 45px;
margin-left: 20px;
margin-right: 20px;
}

.lithead {
font-size: 9px;
margin-top: 8px;
text-align: left;
font-weight: normal;
}

/*  REGULAR LINKS  */

a.reg:link {
	text-decoration: none;
	color: #0c7fbb;
	font-weight: normal;
	
}
a.reg:visited {
	color: #0c7fbb;
	text-decoration: none;
}
a.reg:hover {
	text-decoration: underline;
	color: #0c7fbb;
}

/* SUB HEADING LINKS */


a.sub:link {
	color: #485056;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}
a.sub:visited {
	color: #485056;
}
a.sub:hover {
	color: #0c7fbb;
}

