body {
	margin: 0;
	font-family: arial, sans-serif;
}
/* need this to make 2nd (body) BG visible */
#containerMain {
	position: relative;
	width:1000px;
	height:923px;
	overflow: visible;
}

hr {
	color: #d0c4b8;
	width: 50%;
}

img {
	border: none;
	}

form {
	margin: 0;
	padding: 0;
	}

.bgTransWhite {
	background-image: url("/RockResortsBase/wrap/theme0/images-shared/bg_trans-square_white90.png");
	background-repeat: repeat;
	background-position: top left;
	}
.bgTransBlack {
	background-image: url("/RockResortsBase/wrap/theme0/images-shared/bg_trans-square_black45.png");
	background-repeat: repeat;
	background-position: top left;
	}

/* BEGIN STANDARD HEADER STYLES */
#boxHeaderLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 221px;
	height: 223px;
	}
#boxHeaderTitle {
	position: absolute;
	top: 176px;
	left: 248px;
	width: 530px;
	height: 26px;
	}
#boxHeaderTitle h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #ffffff;
	}

#boxHeaderButtons {
	position: absolute;
	top: 200px;
	left: 692px;
	width: 300px;
	height: 23px;
	}
	
#boxHeaderHomeButtons {
	position: absolute;
	top: 200px;
	left:892px;
	width: 103px;
	height: 23px;
	}
/* END STANDARD HEADER STYLES */

#boxLeftCol {
	position: absolute;
	top: 244px;
	left: 27px;
	width: 170px;
	height: auto;
	}
/* BEGIN SUB NAV */
	#boxLeftCol ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	#boxLeftCol ul a {
		font-size: 11px;
		line-height: 18px;
		text-align: left;
		text-transform: uppercase;
		}
	#boxLeftCol ul a:link {
		color: #ffffff;
		text-decoration: none;
		}
	#boxLeftCol ul a:visited {
		color: #ffffff;
		text-decoration: none;
		}
	#boxLeftCol ul a:hover {
		color: #e6d7b8;
		text-decoration: none;
		}
	#boxLeftCol ul a:active {
		color: #e6d7b8;
		text-decoration: none;
		}
	#boxLeftCol ul a.navOn {
		color: #e6d7b8;
		text-decoration: none;
		}
	/* 3rd level styles */
	#boxLeftCol li ul {
		margin: 0 0 0 8px;
		padding: 0 0 0 8px;
		list-style-type: none;
		}
	#boxLeftCol li ul a {
		text-align: left;
		text-transform: none;
		}
/* END SUB NAV */

#boxIW {
	margin: 15px 0 0 0; 
	font-size: 11px;
	color: #fff;
	line-height: 15px;
}
#boxIW a {
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}
#boxIW a:hover {
	text-decoration: underline;	
}

.formFieldLeftCol {
	font-size: 10px;
	color: #999999;
	background-color: #ffffff;
	width: 145px;
	height: 13px;
	padding: 1px 3px 2px 3px;
	border: none;
	}

#boxRightCol {
	position: absolute;
	z-index: 999;
	top: 242px;
	left: 792px;
	width: 203px;
	height: auto;
	}
#boxRightColWide {
	float: right;
	width: 203px;
	height: auto;
	}

/* BEGIN CONTENT */
#boxContent {
	position: absolute;
	top: 223px;
	left: 248px;
	width: 523px;
	height: auto;
	}
#boxContentWide {
	position: absolute;
	top: 223px;
	left: 248px;
	width: 747px;
	height: auto;
	}
	
.txtContent {
	font-size: 12px;
	line-height: 18px;
	color: #957658;
	}
.txtContent h1 {
	font-size: 14px;
	color: #284b60;
	text-transform: uppercase;
	}
.txtContent h2 {
	font-size: 13px;
	padding-top: 8px;
	color: #284b60;
	}
/*use this id to remove top margin on first h1 tag in firefox*/	
.txtContent h1:first-child {margin-top:0;}

/*use this id to remove top margin on first h2 tag in firefox*/	
.txtContent h2:first-child {margin-top:0;}

/*use this id to remove top margin on first p tag in firefox*/	
.txtContent p:first-child {margin-top:0;}

.txtContent A:link {
	color: #416072;
	text-decoration: none;
	}
.txtContent A:visited {
	color: #416072;
	text-decoration: none;
	}
.txtContent A:hover {
	color: #416072;
	text-decoration: underline;
	}
.txtContent A:active {
	color: #416072;
	text-decoration: underline;
	}
/* END CONTENT */

/* BEGIN ACCORDION-RIGHT NAV STYLES */
.accordion_toggle {
	display: block;
	height: 35px;
	width: 203px;
	background: url(/LodgeAtVailBase/wrap/theme0/images/bg_accordion_closed.png) no-repeat top left;
	cursor: pointer;
	margin: 0;
	padding: 0;
	}
.accordion_toggle_active {
	background: url(/LodgeAtVailBase/wrap/theme0/images/bg_accordion_open.png) no-repeat top left;
	}
		
.accordion_top-margin {
	margin-top: 5px;
	}
		
.accordion_content {
	width: 203px;
	color: #000000;
	overflow: hidden;
	display: none;
	}	
/* END ACCORDION-RIGHT NAV STYLES */



/* BEGIN BOOKING */
#boxBookSub {
	font-size: 10px;
	color: #3e566c;
}
#boxBookSub select {
	border: none;
	font-size: 10px;
	color: #ffffff;
	background-color: #a79687;
}
#boxBookSub input {
	border: none;
	font-size: 10px;
	color: #ffffff;
	background-color: #a79687;
}
#txtAdvancedSearch {
	font-size: 10px;
	font-style: italic;
}
#txtAdvancedSearch A:link {
	color: #3e566c;
	text-decoration: none;
	}
#txtAdvancedSearch A:visited {
	color: #3e566c;
	text-decoration: none;
	}
#txtAdvancedSearch A:hover {
	color: #3e566c;
	text-decoration: none;
	}
#txtAdvancedSearch A:active {
	color: #3e566c;
	text-decoration: none;
	}
	
	/* Begin Wide Page Booking */
	#boxBookButton {
		width: 203px;
		height: 35px;
		background: url(/LodgeAtVailBase/wrap/theme0/images/bg_accordion_closed.png) no-repeat top left;
	}
	#boxBookWidget {
		position:absolute;
		top:36px;
		right:0px;
		z-index:100;
		width:203px;
	}
	/* End Wide Page Booking */
	
/* END BOOKING */


/* BEGIN SPECIALS */
.txtSpecials {
	font-size: 11px;
	color: #7f6a4a;
	}
.txtSpecials h2 {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #285377;
	text-transform: uppercase;
	}
.txtSpecials A {
	font-size: 12px;
	}
.txtSpecials A:link {
	color: #285377;
	text-decoration: none;
	}
.txtSpecials A:visited {
	color: #285377;
	text-decoration: none;
	}
.txtSpecials A:hover {
	color: #285377;
	text-decoration: underline;
	}
.txtSpecials A:active {
	color: #285377;
	text-decoration: underline;
	}
.padSpecialsLink {
	margin-top: 5px;
	}
.divSpecials {
	margin: 15px auto;
	border-top: 1px dotted #cccccc;
	width: 100%;
	height: 1px;
}
/* END SPECIALS */


/* BEGIN FOOTER STYLES */
#boxFooter {
	width: 100%;
	margin-top: 50px;
	border-top: 1px dotted #284b60;
	padding-top: 15px;
	}
.txtFooter {
	font-size: 9px;
	line-height: 15px;
	color: #284b60;
	text-transform: capitalize;
	}
.txtFooter A:link {
	color: #284b60;
	text-decoration: none;
	}
.txtFooter A:visited {
	color: #284b60;
	text-decoration: none;
	}
.txtFooter A:hover {
	color: #284b60;
	text-decoration: underline;
	}
.txtFooter A:active {
	color: #284b60;
	text-decoration: underline;
	}
	
.padFooterCell {
	padding-right: 60px;
}

.txtFooterPhone {
	font-size: 9px;
	color: #284b60;
	text-transform: uppercase;
	font-weight: bold;
	}

.txtFooter2 {
	font-size: 9px;
	color: #284b60;
	text-transform: none;
	}
.txtFooter2 A:link {
	color: #284b60;
	text-decoration: none;
	}
.txtFooter2 A:visited {
	color: #284b60;
	text-decoration: none;
	}
.txtFooter2 A:hover {
	color: #284b60;
	text-decoration: underline;
	}
.txtFooter2 A:active {
	color: #284b60;
	text-decoration: underline;
	}
/* END FOOTER STYLES */

/* SHARE THIS STYLES*/
a.stbar.chicklet img {
	border:0;
	padding: 0;
	height:13px;
	width:13px;
	margin-right:5px;
	vertical-align: bottom;
}

a.stbar.chicklet {
	position: relative;
	top: 5px;
	right: 5px;
	height:13px;
	line-height:13px;
	font-family:helvetica,sans-serif;
	font-size:11px;
	color: #1c3d54;
	text-decoration: none;
	vertical-align: middle;
}

a.stbar.bottom {
	float: right;
	height:13px;
	line-height:13px;
}

#boxWideShareThis {
	float: right;
	width: 203px;
	height: auto;
}