@charset "UTF-8";
/* CSS Document */

body {background-color: #ffffff;
}

#wrapper{
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	
}
#main-table{
	border: 1px #666666 solid;
	background-color: #f5e5b7;
}


.content {
	clear: both;
	width: 950px;
	height: 75px;
	border-top: 8px solid #334080;
	border-bottom: 8px solid #334080;
	background: #000000;
}

#destination-menu{
  
	height: 24px;

}

#menu-items-first {
	background: url(images/menu_first.gif) no-repeat right top;
	font: bold 11px Arial, Helvetica, sans-serif;
	height: 24px;
}
#menu-items-first a:link, #menu-items-first a:visited, #menu-items-first a:active {
    color: #ffffff;
	display: block;
	padding: 4px 25px 0px 12px;
	text-decoration: none;
}

#menu-items-first a:hover {
    color: #f5e5b7;
	display: block;
	padding: 4px 25px 0px 12px;
	text-decoration: none;

}

#menu-items-last {
	background: #e7bf4b url(images/menu_last.gif) no-repeat right top;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	height: 24px;
}
#menu-items-last a:link, #menu-items-last a:visited, #menu-items-last a:active {
    color: #000000;
	display: block;
	padding: 4px 25px 0px 12px;
	text-decoration: none;
}

#menu-items-last a:hover {
    color: #ffffff;
	display: block;
	padding: 4px 25px 0px 12px;
	text-decoration: none;

}



.content h1{
	font: italic normal 16px/20px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 6px 220px 4px 115px;
	margin: 0px;
	}


.content h2{
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	padding: 0px 220px 6px 115px;
	color: #000000;
	margin: 0px;
	}

#header-concierge {
	background: #ffffff url(images/header-concierge.jpg) no-repeat right center;
}

#header-roaring {
	background: #ffffff url(images/header-roaring.jpg) no-repeat right center;
}

#header-vail {
	background: #ffffff url(images/header-vail.jpg) no-repeat right center;
}

#header-summit {
	background: #ffffff url(images/header-summit.jpg) no-repeat right center;
}

#header-steamboat {
	background: #ffffff url(images/header-steamboat.jpg) no-repeat right center;
}


#goldkey-description{
	padding: 2px 20px 8px 12px;
	background: #fef6de;
}

#goldkey-description p{
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	color: #334080;
	padding: 0px;
	margin: 3px 0px 3px 0px;
}


#goldkey-description a:link{
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	color: #334080;
	margin: 2px;
}

#footer {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #e79d13;
	padding: 5px;
	background: #FFFFFF;
}

#footer a:link, #footer a:visited, #footer a:active {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #e79d13;
		text-decoration: none;

}


#footer a:hover {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #e79d13;
	text-decoration: underline;
}

