@charset "utf-8";
/* CSS Document 

	2008-12-10	DJV		Added styles for Ritz submenu items

*/

html { 
	background: #EFEEDA url(../images/background_ritz_body.png) repeat-x;
}

div#current_conditions {
	background: url(../images/background_top_ritz.png) top left;
}

div#sub_navigation_two {
	background: url(../images/background_bottom_ritz.png) no-repeat;
}

div#content_container {
	background: url(../images/background_two_columns_ritz.png) repeat-y;
}

div#site_credits {
	color: #635F2A;
}

div#ritz_branding {
	clear: both;
	/*background: url(../images/background_booking_form.png) no-repeat;*/
	background: url(../images/ritz_branding_bar.png) no-repeat;
	height: 46px;
	border-bottom: #E5EBE8 solid 1px;
	border-top: #efefef solid 1px;
	text-indent: -8000px;
}


div#homepage_primary_content {
	float: left;
	background: url(../images/background_ritz_carlton_beaver_creek.jpg) no-repeat;
	width: 500px;
	padding: 120px 0 0 0;
}

div#homepage_primary_content h1 {
	background: url(../images/background_ritz_h1.png) top left no-repeat;
	text-indent: -8000px;
	width: 100%;
	height: 45px;
}

div#homepage_secondary_content {
	width: 165px;
}
div#homepage_secondary_content img {
	text-align: center;
}

div#homepage_secondary_content h2 {
	clear: both;
}

div#homepage_secondary_content p {
	clear: both;
}

h1, h2, div#primary_contact_information span.highlight, .alert, div#homepage_secondary_content h2, div#homepage_secondary_content h2 a:link, div#homepage_secondary_content h2 a:visited {
	color: #9D9B57;
}

li.sub {
	padding-left: 20px;
}

div#navigation_main ul li.sub a:link, div#navigation_main ul li a:visited {
	display: block;
	color: #695D46;
	width: 120px;
	padding: 2px 4px 3px 5px;
	text-decoration: none;
}

div#navigation_main ul li.sub a:hover {
	background-color: #EFEFDE;
}

div#navigation_main ul li a.selected {
	color: #646148;
	background-color: #F7F7EE;
	width: 150px;
}