@charset UTF-8;
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia,Times New Roman, Times, serif;
	font-size: 100.1%;
}
#container {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/winterheader.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #DEE9EC;
	padding: 0;
} 
#header {
	padding: 15px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../images/mountainsLUG.png);
	z-index:2;
	height: 160px;
	background-repeat: no-repeat;
	background-position: left 28px;
} 
#header h1 {
	margin: 15px; /* 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: 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-variant: small-caps;
	display: none;
}

#container #header h3 {
	text-align: right;
	padding: 0px;
	margin-right: 10px;
	color: #CB7D0C;
	font-size: 12px;
}

.MountainMenu {
	padding: 0;
	width: 100%;
	background: transparent;
	position: absolute;
	top: 68px;
	margin-left: auto;
	left: 5px;
}

.MountainMenu ul {
	Font: Verdana, Arial, Helvetica, sans-serif 12px;
	list-style:none;
	margin:  0;
	overflow: hidden;
	padding: 2px;
}
.MountainMenu a {
	color: #663333;
	float: left;
	
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
}
.MountainMenu li a {
	float: left;
	display: block;
	
	overflow: hidden;
	padding: 7px 9px 3px 6px;
	cursor: pointer;
}

.MountainMenu a:hover {
	text-decoration: underline; /*background color of tabs onMouseover*/
	color: #990000;
}

.MountainMenu li.selected a {
	color: #666666;
}

.MountainMenu a: hover li{
 	background-color: transparent;
}	

#divider {
	clear: both;
	pading: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #330066;	
}

#mainContent {
	color: #000000;
	text-align: left;
	height: 650px;
	width: 1000px;
	padding: 0px 5px 0 5px;
	position: relative;
	background-color: #F8F4E0;
	margin: 0 auto;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #F8F4E0;
	border-left-color: #F8F4E0;
} 
 #mainContent a {
 	color:#330000;
}

#mainContent2 {
	color: #000000;
	text-align: left;
	height: 1200px;
	width: 1000px;
	padding: 0px 5px 0 5px;
	position: relative;
	background-color: #F8F4E0;
	margin: 0 auto;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #F8F4E0;
	border-left-color: #F8F4E0;
} 

#mainContent2 a {
 	color:#330000;
}

#mainContent3 {
	color: #000000;
	text-align: left;
	height: 1450px;
	width: 1000px;
	padding: 0px 5px 0 5px;
	position: relative;
	background-color: #F8F4E0;
	margin: 0 auto;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #F8F4E0;
	border-left-color: #F8F4E0;
} 

#mainContent3 a {
 	color:#330000;
}


#InfoLeft {
	padding: 5px 2px 0 15px;
	margin: 5px 2px 0 15px;
	width: 200px;
	float: left;
	position: relative;
	background-color: #F8F4E0;
}

#InfoLeft ul {
	float: left;
	list-style-type: none;
	margin-left: -15px;
}


#InfoLeft .janpic {
	position: relative;
	border:thick #FFF;
	clear: left;
}


#CenterInfo {
	font-size: 98%;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 325px;
}

#CenterInfo .framed {
	display: block;
	text-align: center;
	height: 210px;
	background: url(../images/Breck-Mountains.jpg) no-repeat center;
}

#Listings {
	float: right;
	width: 375px;
	padding-top: 0px;
	padding-bottom: 0;
	margin: 5px;
	height: 500px;
	padding-left: 10px;
	padding-right: 10px;
}
#Listings .table{
	color: #999999;
}	

#InfoRight {
	float: right;
	background-color: #F8F4E0;
	margin: 3px;
	padding: 4px;
}
#InfoRight td {
	color: #666666;
	text-align: left;
	vertical-align: top;
}




#footer {
	border-width: 5px 0px 0px;
	background-image: url(../images/winterheader.png);
	border-top-style: ridge;
	border-top-color: #F8F4E0;
	height: 75px;
	width: 100%;
	display: block;
	clear: both;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.bottommenu {
	width: 90%;
	height: 45px;
	background-color:transparent;
	text-align:center;
	margin-left: auto;
	margin-top: 5px;
}

.bottommenu ul {
	text-align: justify;
	display: inline;
}


.bottommenu li {
	float: left;
	list-style:none;
	margin: 5px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	z-index:1;
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.bottommenu li a {
	z-index:2;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clip: rect(auto,auto,auto,auto);
	color: #330000;
}

.bottommenu li a:hover {
	color: #990000;
}


.bottommenu li.selected a {
	z-index:2;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color:#000000;
	text-decoration: none;
}	
#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1pt;
	line-height: 0px;
}
#header .name {
	position: absolute;
	left: 150px;
	top: 25px;
}
.style2 {
	font-size: 1.25em;
	color: #5A1700;
}
.style4 {font-size: 90%}
.style5 {
	font-size: 105%;
	font-weight: bold;
}
.style6 {font-size: 105%}
.style7 {
	font-size: 10pt
}
.center {
	font-weight: bold;
	text-align: center;
	font-size: 90%;
	display: inline;
}
#CenterPhoto {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 350px;
}
