html {
	background: url(/images/mesaverde/bg_main_sub.jpg);
	background-color: #f9f6eb;
	background-repeat: repeat;
}
body {
	margin: 0;
	font-family: arial, sans-serif;
	background-image: url(/images/mesaverde/bg_sub_hero.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* Font-Sizer Specific Styling */

.fsizer { } /* Container element */

.fsizer a { display: block; float: left; width: 20px; text-align: center; color: #7d462e; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; color: #fcfcf9; background: #7d462e;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; height: 12px; padding-top: 8px; }
.fsizer a#fs_med { font-size: 13px; height: 16px; padding-top: 4px; }
.fsizer a#fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { color: #fcfcf9; background: #7d462e; cursor: default; } /* When mode is active */





/* spacer div for hero area bg image */
#containerHeroArea {
	z-index: 100;
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 264px;
}
#containerContent {
	margin: 0 auto;
	width: 1000px;
	height:auto;
	overflow: auto;
}

#boxContentLeftColHeader {
	float: left;
	margin: 0;
	width: 713px;
	/* height: 87px; */
	background: url(/images/mesaverde/bg_page_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left:-4px;
}

#boxContentLeftColTitle {
	margin: -15px 0 15px 19px;
	width: 450px;
	height: 31px;
}

#boxContentLeftCol {
	float: left;
	width: 705px;
	height: auto;
	min-height: 450px;
	/* border: 1px solid #b6ad93;
	border-bottom: none; */
	background-color:#fcfcf9;
}



#boxBreadcrumb ul {
	margin: 0 0 0 27px;
	padding: 0 0 20px 0;
	width: 675px;
	list-style-type: none;
	font-size: 10px;
	color: #59250e;
	text-transform: uppercase;
	overflow: auto;
}

#boxBreadcrumb ul li {
	float: left;
}

#boxBreadcrumb ul a {
	margin-left: 10px;
	padding-left: 15px;
	background:url(/images/mesaverde/bg_breadcrumb_arrow.png) no-repeat scroll  left center;
}

#boxBreadcrumb ul a:link {
	color: #59250e;
	text-decoration: none;
}
#boxBreadcrumb ul a:visited {
	color: #59250e;
	text-decoration: none;
}
#boxBreadcrumb ul a:hover {
	color: #59250e;
	text-decoration: none;
}
#boxBreadcrumb ul a:active {
	color: #59250e;
	text-decoration: none;
}

#boxContentHead {
	margin: 10px 0 0 30px;
	padding: 0;
	width: 670px;
}
#boxContentHead h1 {
    font-family: times, Serif;
    margin: 3px 0 3px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	color: #7d462e;
}

.txtContentHead {
	font-size: 10px;
	color: #736335;
}
.txtContentHead a:link {
	color: #736335;
	text-decoration: none;
}
.txtContentHead a:visited {
	color: #736335;
	text-decoration: none;
}
.txtContentHead a:hover {
	color: #736335;
	text-decoration: none;
}
.txtContentHead a:active {
	color: #736335;
	text-decoration: none;
}
.txtContentHeadBig {
	font-size: 12px;
}
.txtContentHeadBigger {
	font-size: 14px;
}
#boxTextSize {
	float: right;
}
#boxShareThis {
	float: right;
}
#boxContent {
	margin: 0 0 0 11px;
	padding: 3px 20px 40px 16px;
	width: 655px;
	font-size: 1em;
	line-height: 1.6em;
	color: #4c473a;
	
}
#boxContent a {
	font-weight: bold;
}

#boxContent a:link {
	color: #6c9527;
	text-decoration: none;
}
#boxContent a:visited {
	color: #6c9527;
	text-decoration: none;
}
#boxContent a:hover {
	color: #4f7019;
	text-decoration: none;
}
#boxContent a:active {
	color: #4f7019;
	text-decoration: none;
}

#boxContent h2 {
	margin: 10px 0;
	font-family: times, serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	color: #7d462e;
}

#boxContent h3 {
	font-weight: normal;
}

/*use this class to remove top margin on first p tag in firefox*/	
#boxContent p:first-child {margin-top:0;}


a.buttonGallery1, a.buttonFeatured {
	float: right;
	padding: 2px 30px 2px 13px;
	font-size: 12px;
	color: #fff !important;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	background: #3683ba url(/images/mesaverde/bg_button_gradient.gif) no-repeat scroll center right;
	/* CSS3 styling for latest browsers */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#boxContentRightCol {
	float: right;
	width: 245px;
	height:auto;
	
}


#boxBookSub {
	z-index: 100;
	position: absolute;
	bottom: -15px;
	right: 0;
	width: 245px;
	height: 40px;
	background-image: url(/images/mesaverde/bg_check-rates-availability.png);
	background-repeat: no-repeat;
	background-position: top right;
    cursor:pointer;
}

/* booking form box*/
#boxBookFormSub {
	z-index: 90;
	position: relative;
	margin: -0 auto;
	width: 226px;
	color:#4c473a; 
	padding: 23px 0 10px;
	background-image: url(/images/mesaverde/bg_book_form.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	/* CSS3 styling for latest browsers */
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#containerHeroArea div.plus div     { height:40px; background:url("/images/mesaverde/bg_plus_minus.png") no-repeat scroll right top transparent; }
#containerHeroArea div.minus div    { height:40px; background:url("/images/mesaverde/bg_plus_minus.png") no-repeat scroll right bottom transparent; }
#boxContentRightCol div.hide~div    { margin-top:30px; } /* Adds a margin to the top of the first div when the booking area is closed/hidden */



/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	margin: 0 auto;
	width: 225px;
	border: 1px solid #b6ad93;
	/* CSS3 styling for latest browsers */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

/* accordion header */
#accordion h2 {
	background:#fff url(/images/mesaverde/bg_plus_minus.png) no-repeat scroll  195px -8px;
	margin:0;
	padding:7px 10px;
	font-size:14px;
	font-weight:normal;
	color:#b3aa7f;
	border-top: 1px solid #b6ad93;
	cursor:pointer;		
}
#accordion h2.first {
	border-top: none;
	/* CSS3 styling for latest browsers */
	/* needed here to prevent background color from bleeding through */
	/* rounded corner border edges on #accordion element */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#accordion h2.last, #accordion div.lastPane {
	/* CSS3 styling for latest browsers */
	/* needed here to prevent background color from bleeding through */
	/* rounded corner border edges on #accordion element */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* currently active header */
#accordion h2.current {
	/*background:transparent url(/images/bg_plus_minus.gif) no-repeat scroll 195px -48px ;*/
	background:#fff none;
	cursor:default;
	color: #9b5608;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

/* accordion pane */
#accordion div.pane {
	/*border-width:0 2px;*/
	display:none;
	height:auto;
	padding: 5px;
	background-color: #f7f7f3;
	background-image: url(/images/mesaverde/bg_accordion.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#accordion div.last {
	/* CSS3 styling for latest browsers */
	/* needed here to prevent background color from bleeding through */
	/* rounded corner border edges on #accordion element */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

/* begin scrollable elements */
/* UPDATE LAYOUT DIMENSIONS FOR SPECIALS ON SECONDARY PAGES */
	/*
		root element for the SPECIALS scrollable.
		when scrolling occurs this element stays still.
	*/
	.scrollableSpecials, .scrollableItinerary {
		/* required settings */
		width: 175px;
		height:200px;
	}

	/* single scrollable item */
	.scrollableSpecials div.modItemSpecials, .scrollableItinerary div.modItemItinerary {
		width:175px;
		height:200px;
	}

	/* position and dimensions of the navigator */
	.naviSpec, .naviItin {
		margin: 0 0 5px 0;
	}
	/* end SPECIALS scrollable */

/* end scrollable elements */








	/* begin gallery1 scrollable */
	/*
		root element for the Gallery1 scrollable.
		when scrolling occurs this element stays still.
	*/
	.scrollableGallery1 {
		/* required settings */
		position:relative;
		overflow:hidden;
		width: 366px; /* (width of thumbs x 5) 66x5=330 + margin 8x4=32 + border 2 */
		height: 60px;
		/* custom decorations */
		margin: 0 auto;
		padding-top: 10px;
	}
	
	/*
		root element for Gallery1 scrollable items. Must be absolutely positioned
		and it should have a extremely large width to accomodate scrollable items.
		it's enough that you set the width and height for the root element and
		not for this element.
	*/
	.scrollableGallery1 .items {
		/* this cannot be too large */
		width:20000em;
		position:absolute;
		clear:both;
	}
	/* single scrollable item */
	.scrollableGallery1 div.modGallery1Thumb {
		float:left;
		margin-right: 8px;
		cursor:pointer;
		width: 66px;
		height: 50px;
		display:block; 
		overflow:hidden; 
		cursor:pointer; 
	}
	
	/* active item */
	.scrollableGallery1 .active {
		z-index:9999;
		margin-top: -2px;
		position:relative;
		border: 2px solid #fff;
	}



	/* scrollable-buttons */
		/* prev, next, prevPage and nextPage buttons */
		.navGallery a.browse {
			background:url(/images/mesaverde/icon_scrollable_arrows_gallery.png) no-repeat;
			display:block;
			width:10px;
			height:15px;
			float:left;
			margin:25px 10px 0 10px;
			cursor:pointer;
			font-size:1px;
		}
		
		/* right */
		.navGallery a.right 			{ background-position:-20px -15px;}
		.navGallery a.right:hover 	{ background-position:-10px -15px; }
		.navGallery a.right:active 	{ background-position:-20px -15px; } 
		
		/* left */
		.navGallery a.left			{ background-position:-20px 0; } 
		.navGallery a.left:hover  	{ background-position:-10px 0; }
		.navGallery a.left:active  	{ background-position:-20px 0; }
		
		/* disabled navigational button */
		.navGallery a.disabled {
			visibility: hidden !important;		
		}
/* end gallery1 scrollable */

/* begin gallery1 layout */
	#containerGallery1 {
		width: 433px;
		border: 1px solid #b6ad93;
		background: #fff;
		overflow: auto;
		/* CSS3 styling for latest browsers */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.boxGallery1Head {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		overflow: auto;
	}

	.txtGallery1 {
		float: left;
		font-size: 16px;
		color: #58451b;
		line-height: 24px;
	}

	.boxGallery1Photo {
		width: 413px; 
		height: 311px;
		
		overflow: hidden;
	}
	.boxGallery1Nav {
		width: 100%; 
		background: #2d4d13 url(/images/mesaverde/bg_gallery.gif) repeat-x scroll  left top;
	}
/* end gallery1 layout */

/* begin featured item layout */
	#containerFeatured {
		border: 1px solid #b6ad93;
		background: #fff;
		overflow: auto;
		/* CSS3 styling for latest browsers */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.boxFeaturedHead {
		margin-bottom: 10px;
		overflow: auto;
	}

	.txtFeaturedHead {
		float: left;
		font-size: 16px;
		color: #58451b;
		text-transform: uppercase;
	}
	
	.boxFeaturedCopy {
		padding: 5px 10px;
		color: #fff;
		line-height: normal;
		background: #2d4d13 url(/images/mesaverde/bg_gallery.gif) repeat-x scroll  left top;
		/* CSS3 styling for latest browsers */
		/* needed here to prevent background color from bleeding through */
		/* rounded corner border edges on #containerFeatured element */
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
	}
	.boxFeaturedCopyTitle {
		font-family: times, serif;
		font-size: 18px;
	}
	#containerFeatured p { margin:2px 0px; }
/* end featured item layout */


#containerFooter {
	width: 100%;
	padding-top: 10px;
	background: #f9f6eb url(/images/mesaverde/bg_footer.gif) no-repeat scroll  top center;
}

.trap {
	display: none;
} 

/* begin content styles for CMS */
.tblContent th {
	color: #f7f6f2;
	background-color: #4b6b1d;
	text-align: left;
}

.tblContent  tr.tblAltRow {
	background-color: #ece5ce;
}
/* use this class for a stylized button - will need to make available via CMS */
a.button {
padding: 3px 30px 3px 13px;
font-size: 13px;
color: #fff !important;
line-height: 20px;
text-transform: uppercase;
text-decoration: none;
background: #3683ba url(/images/mesaverde/bg_button_gradient.gif) no-repeat scroll center right;
/* CSS3 styling for latest browsers */
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}


.bgContentTop {
width: 100%;
margin: 30px 0 0 0;
padding: 10px 0 0 0;
background: transparent url(/images/mesaverde/bg_content_area_top.jpg) no-repeat scroll top left; 
}

.imgPadRight10 {
padding-right: 10px;
}
.imgPadLeft10 {
padding-left: 10px;
}

/* end content styles for CMS */

#boxContentMap {
	width: 100%;
	text-align: right;
}
#boxContentMap img { margin:15px 10px 15px 0; }

#boxContentNav ul {
	color:#125687;
	list-style-type:none;
	margin: -5px 0 0 3px;
	overflow: hidden;
	padding: 0 0 0 28px;
	height: 32px;
	width:530px;
	float:left;
	/* background: #678c2c url(/images/mesaverde/bg_sub_nav.jpg) no-repeat scroll left center; */
}
#boxContentNav ul li {
	float:left;
}
#boxContentNav ul a {
	background:transparent url(/images/mesaverde/bg_contentnav_div.gif) no-repeat scroll left center;
	margin-left:6px;
	padding-left:8px;
	line-height: 28px;
}

#boxContentNav ul  a:link {
	color: #6c9527;
	text-decoration: none;
}
#boxContentNav ul  a:visited {
	color: #6c9527;
	text-decoration: none;
}
#boxContentNav ul  a:hover {
	color: #4f7019;
	text-decoration: none;
}
#boxContentNav ul  a:active {
	color: #4f7019;
	text-decoration: none;
}

#boxContentNav ul a.first {
	background:transparent none repeat scroll 0 0;
	margin-left:0;
	padding-left:0;
}
.tblContent th {
	color: #fff;
	background-color: #4D6C18;
	text-align: left;
}
.tblContent  tr.tblAltRow {
	background-color: #edebe5;
}
#tertiaryContainer {
	background:transparent url(/images/mesaverde/tertiaryNavBg.gif) no-repeat scroll 0 -5px;
	height:40px;
	/*position:relative; -- Causes 'Area Map' modal position errors */
	width:709px;
}

#SocialMedia        { float:right; margin:10px 15px; width:145px; }
#SocialMedia div    { color:#FFFFFF; text-transform:uppercase; font-weight:bold; font-size:11px; margin:0px; float:left; padding:4px 8px; }

.faqQuestion      { cursor:pointer; }
