@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003;
	background-image: url(images/rockiesBackground.jpg);
	background-color: #ebebeb;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	background-attachment: fixed;	
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #8BBCF7;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 100px;
}
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 25px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.menu{
	font-size:12px;
	font-weight:bold;
	white-space: nowrap;
	margin:0px;
	border:0px;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menu ul{
	background:#710826;
	height:35px;
	list-style:none;
	background-color: #069;
	margin: 0;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	color: #FFF;
	padding-left: 5;
}
.menu li{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu li a{
	color:#FFF;
	display:block;
	font-weight:normal;
	margin:0px;
	text-align:center;
	text-decoration:none;
	background-color: #069;
	background-image: url("images/seperator1.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 0px;
	line-height: 35px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.menu li a:hover, .menu ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #036;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	z-index:200;
	background-color: #036;
	width: 200px;
		/*top:1em;
		/*left:0;*/
}
.menu li:hover ul{
		display:block;
		
}
.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:200px;
	background-image: url("images/sub_sep1.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu li:hover li a{
	background:none;
		
}
.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	text-align:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #069;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("images/hover_sub.gif");
}
.menu p{
		clear:left;
}	

#footer {
	padding: 0 10px;
	font-size: 10px;
	font-weight: 400;
	color: #003;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9CF;
	border-right-color: #9CF;
	border-bottom-color: #9CF;
	border-left-color: #9CF;
	text-align: center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link {
	color:#003;
	text-decoration: none;
}

#footer a:visited {
	color: #069;
	text-decoration: none;
}

#footer a:hover {
	color: #9C0;
	text-decoration: none;
}

#footer a:active {
	color: #036;
	text-decoration: none;
}

#web {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #003;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}

#web a:link {
	color:#1452AD;
}

#web a:visited {
	color: #99CCFF;
}

#web a:hover {
	color: #9C0;
}

#web a:active {
	color: #036;
}
.floatright {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px none #666;
	margin: 0;
}
.floatleft {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 1px none #666;
	margin: 0;
}
.travelLogo {
	float: left;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#subfooter {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #069;
	text-align: center;
	border-top-style: none;
	text-decoration: none;
	background-color: #EBEBEB;
}
#subfooter a:link {
	color:#069;
	text-decoration: underline;
	font-weight: 500;
	font-size: 11px;
}

#subfooter a:visited {
	color: #036;
	text-decoration: none;
}

#subfooter a:hover {
	color: #9C0;
	text-decoration: none;
}
#format {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #003;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}

#format a:link {
	color:#1452AD;
}

#format a:visited {
	color: #099;
}

#format a:hover {
	color: #9C0;
}
.bold {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	padding-right: 3px;
}
.imageCentre {
	position: relative;
	clip: rect(auto,auto,auto,auto);
	left: 100px;
}
#reservation {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #003;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}

#reservation a:link {
	color:#1452AD;
}

#reservation a:visited {
	color: #099;
}

#reservation a:hover {
	color: #9C0;
}
.red {
	font-size: 16px;
	color: #900;
	line-height: 1.25em;
}
hr {
	width: 70%;
}
h1 {font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: normal;
	color: #036;
	text-align: center;
	}

