/* setup default font/link */
body {
	margin: 0;
	padding: 0;
	background:#fff;
	font-family: Georgia, serif;
	color: #342e12;
	
	_background-image: url("../images/body_bg_tile.gif");
	_background-repeat: repeat;
	_background-position: top left;
}
a:link, a:visited {
	text-decoration: none;
	color: #c35a30;
}
a:hover, a:active {
	text-decoration: underline;
	color: #9e4b00;
}

/* remove outline around links */
a, input {outline: none;}
img {border: none;}

/* general */
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.l {float: left;}
.r {float: right;}
.txtSmall { font-size: .85em; }
.txtSmaller { font-size: .75em; }

/* BEGIN HEADER */
#boxHeader { 
    margin: 30px auto 0;
	position: relative;
    width: 993px;
	height: 77px;
	background-image: url("../images/bg_header_tile.png");
	background-repeat: repeat;
	background-position: top left;
    z-index: 900;	
}

	#boxLogo {
		position: absolute;
		top: 8px;
		left: 20px;
	}
	#boxHeadForm {
		position: absolute;
		top: 10px;
		right: 42px;
	}
	.toggleHeaderForm {
		cursor: pointer;
	}
	.boxHeadBtnSearch {
		width: 22px;
		height: 24px;
		background: url(../images/hdr_btn_search.gif) no-repeat scroll top center; 
	}
	.boxHeadBtnSearch.active {
		background-position: bottom center; 
	}
	.boxHeadBtnEmail {
		width: 22px;
		height: 24px;
		background: url(../images/hdr_btn_email.gif) no-repeat scroll top center; 
	}
	.boxHeadBtnEmail.active {
		background-position: bottom center; 
	}
	.boxHeadFormBG {
		width: 153px;
		height: 24px;
		background: url(../images/hdr_search_field.gif) no-repeat scroll top right; 
	}	
	.formHdrField {
		margin: 0;
		padding: 2px 0; 
		width: 118px; 
		height: 12px; 
		font-size: 10px; 
		color: #595959; 
		background-color: transparent; 
		border: none;
	}
	.formHdrSubmit {
		margin: 0;
		padding: 0;
		width: 12px; 
		height: 13px; 
		cursor: pointer;
		border: none;
		background-color: transparent;
		color: #595959;
	}	
/* END HEADER */
	
	
/* BEGIN CONTENT */
/* intro page */
#containerIntroContent { 
    margin: 60px auto 0;
	position: relative;
    width: 993px;
}
	#boxIntroContent {
		position: absolute;
		top: 0;
		right: 18px;
		width: 560px;
		height: 310px;
		padding: 20px;
		background: transparent url(../images/bg_content_tile.png) repeat scroll top left;
		overflow: hidden;
		font-size: 12px;
	}
	#boxIntroContent h1 {
		margin-top: 0;
		font-size: 22px;
		font-weight: normal;
		color: #9e4b00;
	}
	#boxIntroContent h2 {
		margin-top: 0;
		font-size: 18px;
		line-height: 26px;
		font-weight: normal;
		color: #666;
	}
	#boxIntroContent img {
		border: solid 12px #faf9f5;
	}
	#boxIntroContent a img {
		border: none;
	}	
	
/* content page */
#containerContent { 
    margin: 60px auto 0;
	position: relative;
    width: 993px;
}
	#boxAvailableHomes 
	{
		height: 650px;	
	}
	
	#boxContent {
		position: absolute;
		top: 0;
		right: 18px;
		width: 530px;
		height: auto;
		padding: 30px 40px 80px 30px;
		background: transparent url(../images/bg_content_tile.png) repeat scroll top left;
		overflow: hidden;
		font-size: 12px;
	}
	#boxContent h1 {
		margin-top: 0;
		font-size: 22px;
		font-weight: normal;
		font-family: Georgia;
		color: #9e4b00;
	}
	#boxContent h2 {
		margin-top: 0;
		font-family: Georgia;
		font-size: 18px;
		color: #645b41;
	}
	
	#boxContent h3 {
		margin-top: 0;
		font-family: Georgia;
		font-size: 12px;
		font-weight: bold;
		color: #645b41;		
	}
	#boxContent img {
		border: solid 12px #faf9f5;
	}
	#boxContent a img {
		border: none;
	}
	
	#boxContent ul.graphicBullet {
		list-style-image: url(../images/icon_bullet.gif);
	}
	#boxContent ul.graphicBullet li {
		margin-bottom: 8px;
	}
	#boxAddThis {
		float: right;
		margin: 20px 0 10px 0;
	}
	
	/*added to imitate h1 on pages not in CMT*/
	#sectionHeader {
		margin-top: 0;
		font-size: 22px;
		font-weight: normal;
		color: #9e4b00;
	}
	
	#siteMapSectionHeader {
		margin-top: 0;
		font-size: 18px;
		font-weight: normal;
		color: #9e4b00;
	}

#at15s { position:relative !important; top:302px !important; }
	
	/* BEGIN BREADCRUMB 2nd/3rd LEVEL NAV */
	#tblBreadcrumbNav {
		margin: 0 0 20px 0;
	}
	#nav_level_2_trigger {
		margin-top: 0;
		font-size: 16px;
		font-weight: normal;
		color: #9e4b00;
	}
	#nav_level_3_trigger {
		margin-top: 0;
		font-size: 16px;
		font-weight: normal;
		font-style: italic;
		color: #9e4b00;
	}
	#nav_level_2_trigger.active, #nav_level_2_trigger:hover, #nav_level_3_trigger.active, #nav_level_3_trigger:hover {
		color: #c35a30;
	}
	.nav_level_2_list, .nav_level_3_list { 
		display: none; 
		background: #fff;
		/* CSS3 styling for latest browsers */
		background: rgba(256, 256, 256, 0.95);	
		border: 1px solid #e0dcc8;
		border-bottom: none;
	}
	.nav_level_2_list ul, .nav_level_3_list ul { 
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.nav_level_2_list li, .nav_level_3_list li {
		border-bottom: 1px solid #e0dcc8;
		font-size: 16px;
		font-weight: normal;
		line-height: 30px;
		text-align: left;
		padding: 0 10px;
	}
	.nav_level_2_list li a, .nav_level_3_list li a {
		display: block;
	}
	.nav_level_2_list li a:link, .nav_level_3_list li a:link, .nav_level_2_list li a:visited, .nav_level_3_list li a:visited {
		color: #5d493f;
		text-decoration: none;
	}
	.nav_level_2_list li a:hover, .nav_level_3_list li a:hover, .nav_level_2_list li a:active, .nav_level_3_list li a:active, .nav_level_2_list li a.active, .nav_level_3_list li a.active {
		color: #c35a30;
		text-decoration: none;
	}

/* END BREADCRUMB 2nd/3rd LEVEL NAV */
	
	
/* begin content gallery widget layout */
	#containerGallery {
		width: 474px;
		padding: 10px 13px 13px 13px;
		background: #fff;
		overflow: hidden;
	}
	.boxGalleryHead {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		overflow: auto;
	}
	.txtGallery {
		float: left;
		font-family: arial, sans-serif;
		font-size: 11px;
		color: #978169;
	}
	.boxGalleryPhoto {
		width: 474px; 
		height: 255px;
		overflow: hidden;
	}
	.boxGalleryNav {
		width: 100%; 
		padding: 8px 0 0 0;
	}
	/* single thumbnail */
	div.thumbGallery {
		float: left;
		margin-right: 8px;
		cursor:pointer;
		width: 72px;
		height: 45px;
		display: block; 
		overflow: hidden; 
		cursor: pointer; 
	}
	div#containerGallery div.last {
		margin-right: 0;
	}
/* end gallery1 layout */
	
/* BEGIN MEGA FOOTER */
#panel {
	width: 993px;
	height: auto;
	display: none;
	position: relative;
	overflow: hidden;
}
.btn-slide {
	float: right;
	margin: 8px 8px 40px 6px;
	display: block;
	width: 39px;
	height: 7px;
	background: url("../images/footer_btn_open_close.gif") no-repeat center top;
}
.btn-slide_active {
	background: url("../images/footer_btn_open_close.gif") no-repeat center bottom;
}

#containerMegaFooter {
	margin: 0 auto;
	width: 993px;
	position: fixed;
	bottom: 0;
	left: 50%;
	_position: absolute;
	margin: 0 0 0 -496.5px;
	z-index: 100;
	background: url("../images/bg_footer.gif") repeat;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}	

/*wood panel bar that is always visible*/
#containerFooterBar {
    width: 993px;
	height: 55px;
	background-color: #f3d69c;
	background-image: url("../images/bg_footer_bar.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#boxFooterForm {
	float: left;
	margin: 10px 0 0 20px;
}

/*Reservation Link*/
#boxFooterResLink {
	float: left;
	margin: 10px 0 0 -10px;
	background:transparent url(../images/footer_btn_make_a_res.png) no-repeat;/* scroll top center; */
	display:block; 
	width:178px;
	height:46px; 
	overflow:hidden; 
	cursor:pointer; 
} 

.txtBookForm {
	font-size: 10px;
}
.padBookForm {
	padding: 0 8px 0 0;
}




	.closeBtnX { 
		z-index: 100;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		width:6px; 
		height:5px; 
		margin: 5px;
		background:transparent url(../images/btn_close.png) no-repeat scroll top center; }
	.closeBtnX:hover { background-position: bottom center; }

	#closeGallery { 
		cursor: pointer;
		float:right; 
		width:18px; 
		height:12px; 
		margin: -12px 0 0 0;
		background:transparent url(../images/gallery_popup_close.gif) no-repeat scroll top center; }
	#closeGallery.active { background-position: bottom center; }

	
	/* photo(a) and video(div) thumbnails for footer tooltip gallery */
	div.items a, div.items div {
		float: left;
		margin: 0 6px 0 0;
		width: 74px;
		height: 73px;
		cursor: pointer;
		background: #fff;
	}
	/*social icons margin*/
	.marginFooterSocial {
		margin: 20px 0 12px 5px;
	}
	/*footer nav button margin*/
	.marginFooterNav {
		margin: 0 10px 0 0;
	}
	
	/* BEGIN TOOLTIP TRIGGERS - FOOTER */
	/*twitter*/
	#socialFooterT, #socialFooterT2 { 
		float: right;
		background:transparent url(../images/footer_btn_twitter.png) no-repeat scroll top center; 
		display:block; 
		width:23px;
		height:23px; 
		overflow:hidden; 
		cursor:pointer; 
	} 
	#socialFooterT.active, #socialFooterT:hover, #socialFooterT2.active, #socialFooterT2:hover { 
		background-position:bottom center;
	}
	#twitterWidget {
		width: 250px;
		height: 350px;
	}
	/*facebook*/
	#fbNoIE6 {
		_display: none;
	}
	#fbTooltip {
		height: 400px;
		width: 300px;
	}
	#socialFooterFB, #socialFooterFB2 { 
		float: right;
		background:transparent url(../images/footer_btn_facebook.png) no-repeat scroll top center; 
		display:block; 
		width:23px;
		height:23px; 
		overflow:hidden; 
		cursor:pointer; 
	} 
	#socialFooterFB.active, #socialFooterFB:hover, #socialFooterFB2.active, #socialFooterFB2:hover { 
		background-position:bottom center;
	}
	/*wordpress*/
	#socialFooterWP, #socialFooterWP2 { 
		float: right;
		background:transparent url(../images/footer_btn_wordpress.png) no-repeat scroll top center; 
		display:block; 
		width:23px;
		height:23px; 
		overflow:hidden; 
		cursor:pointer; 
	} 
	#socialFooterWP.active, #socialFooterWP:hover, #socialFooterWP2.active, #socialFooterWP2:hover { 
		background-position:bottom center;
	}
	
	#navFooterNewsSpecials, #navFooterNewsSpecials2 { 
		float: right;
		background:transparent url(../images/footer_btn_news_specials.gif) no-repeat scroll 0 0; 
		display:block; 
		width:90px;
		height:55px; 
		overflow:hidden; 
		cursor:pointer; 
	} 
	#navFooterNewsSpecials.active, #navFooterNewsSpecials:hover, #navFooterNewsSpecials2.active, #navFooterNewsSpecials2:hover { 
		background-position:0 -55px;
	}
	#navFooterExplore, #navFooterExplore2 { 
		float: right;
		background:transparent url(../images/footer_btn_explore.gif) no-repeat scroll 0 0; 
		display:block; 
		width:90px;
		height:55px;  
		overflow:hidden; 
		cursor:pointer; 
	} 
	#navFooterExplore.active, #navFooterExplore:hover, #navFooterExplore2.active, #navFooterExplore2:hover { 
		background-position:0 -55px;         
	}
	#navFooterEventCal, #navFooterEventCal2 { 
		float: right;
		background:transparent url(../images/footer_btn_event_calendar.gif) no-repeat scroll 0 0; 
		display:block; 
		width:90px;
		height:55px; 
		overflow:hidden; 
		cursor:pointer; 
	} 
	#navFooterEventCal.active, #navFooterEventCal:hover, #navFooterEventCal2.active, #navFooterEventCal2:hover { 
		background-position:0 -55px;         
	}
	
	#navFooterSpecialsPack, #navFooterSpecialsPack2 { 
		float: right;
		background:transparent url(../images/footer_btn_specials_packages.gif) no-repeat scroll 0 0; 
		display:block; 
		width:90px;
		height:55px; 
		overflow:hidden; 
		cursor:pointer; 
	} 
	#navFooterSpecialsPack.active, #navFooterSpecialsPack:hover, #navFooterSpecialsPack2.active, #navFooterSpecialsPack2:hover { 
		background-position:0 -55px;         
	}
	#navFooterPhotoGal, #navFooterPhotoGal2 { 
		float: right;
		background:transparent url(../images/footer_btn_photo_gallery.gif) no-repeat scroll 0 0; 
		display:block; 
		width:90px;
		height:55px; 
		overflow:hidden; 
		cursor:pointer; 
	} 
	#navFooterPhotoGal.active, #navFooterPhotoGal:hover, #navFooterPhotoGal2.active, #navFooterPhotoGal2:hover { 
		background-position:0 -55px;         
	}
	
	.footerTipBox { 
		display: none; 
	}
	.footerSocialBox { 
		display: none; 
		background-color: #fff;
	}
	.bubbleAngle {
		position:absolute;
		right:10px;
		bottom:-26px;
		width: 18px;
		height: 26px;
		background:transparent url(../images/bg_social_popup_angle.png) no-repeat scroll 0 0; 
	}
	/* footer content area left side */
	#footerPanelLeft {
		float: left;
		margin: 0 0 0 20px;
		width: 530px;
	}
	/* footer content area right side */
	#footerPanelRight {
		float: right;
		margin: 10px 0 0 0;
		width: 400px;
	}
	/* footer twitter bubble */
	#tweetBubble {
		position: relative;
		width: 240px;
		padding: 5px;
		background-color: #feefca;
		font-family: arial, sans-serif;
		font-size: 11px;
		color: #82705c;
		border: 1px solid #d7bbb0;
		/* CSS3 styling for latest browsers */
		-moz-border-radius: 5px;
		-moz-border-radius: 5px;
	}	
	/* footer twiter list format */
	#tweetBubble #twitter_update_list {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#tweetBubbleAngle {
		position:absolute;
		right:5px;
		bottom:-11px;
		width: 16px;
		height: 11px;
		background:transparent url(../images/bg_footer_twitter_angle.gif) no-repeat scroll 0 0; 
	}	
	.twitterProgress {
		position: relative;
		width: 250px;
		padding-top: 100px;
		text-align: center;
	}
	
/* begin overlay elements */
	/* the overlayed element */ 
	.simple_overlay { 
	    /* must be initially hidden */ 
	    display:none; 
	    /* place overlay on top of other elements */ 
	    z-index:10000; 
	    /* styling */ 
	    background-color:#faf7f2; 
		padding: 20px 13px 13px 13px;
	    border:none; 
	    /* CSS3 styling for latest browsers */ 
	    -moz-box-shadow:0 0 90px 5px #151412; 
	    -webkit-box-shadow: 0 0 90px #151412;    
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;		
	} 
	/* close button positioned on upper right corner */ 
	.simple_overlay .close { 
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		width:6px; 
		height:5px; 
		margin: 5px;
		background:transparent url(../images/btn_close.png) no-repeat scroll top center; }
	.simple_overlay .close:hover { background-position: bottom center; }	
	
/* end overlay elements */	


/* text styles */
/* footer specials tooltip text */
.txtSpecialHead {
	font-size: 23px;
	color: #549809;
}
.txtSpecial {
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #352f25;
}
.txtSpecialLink a {
	text-transform: uppercase;
	color: #352f25;
}

.txtHome {
	font-family: arial, sans-serif;
	font-size: .8em;
	color: #978169;
	line-height: 1.7em;
}
.txtHome p {
	margin-bottom: 1em;
}
.txtHome h1 {
	font-family: Georgia, serif;
	font-size: 1.7em;
	line-height: 2.5em;
	font-weight: normal;
	color: #c36905;
}


/* footer links */
#tblFooterLinks {
	margin: 0 0 20px 0;
	font-family: arial, sans-serif;
}
#tblFooterLinks a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .7em;
	line-height: 1.6em;
}
#tblFooterLinks a:link, #tblFooterLinks a:visited {
	color: #978169;
}
#tblFooterLinks a:hover, #tblFooterLinks a:active {
	color: #c36905;
}
#tblFooterLinks td {
	padding-right: 10px;
}

#boxFooterBottom {
	margin: 10px 0;
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #978169;
}

#specialsSlideThumb 
{
}

/* SFA EVENT CALENDAR STYLES */
.sfaEventTable
{
	font-family: Verdana;
	border: 1px solid #493b28;
}
.sfaEventHeader 
{
	background-color: #493b28;
	color: #ffffff;	
	font-weight: bold;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.sfaTitles 
{
	background-image:url('../images/bg_content_tile.png');
	font-size: 10px;
	color: #493b28;	
	font-weight: bold;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.sfaEvent 
{
	background-color: #ffffff;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
}
A.sfaLink 
{
	/*
	color: #105B78;	
	*/
}
.sfaEven 
{
	background-color: #f2dec3;
}

.trapper 
{
	display: none;	
}

.trademark50 
{font-size: 50%; vertical-align: top;} 
.trademark80
{font-size: 80%; vertical-align: top;} 

