/* CSS Document */
body {
	margin:25px;
	color:#424242;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(../images/bg-utah-scene.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
p{
   margin:5px;
   color:#424242;
   font-weight:normal;
}	
a {
	color:#637553;
	text-decoration:none;
	}
a:hover{
	color:#a9500e;
	}
	
hr {
	color:#E5CAB6;
	background:#E5CAB6;
	width:950px;
	height:1px;
	text-align:center;
	border:0px;
	margin-left:auto;
	margin-right:auto;
	}
	
#container {
width:auto;
z-index:1;
margin:0 auto;
}		

#border {
	width:1000px;
	border:#a9500e 11px solid;
	padding:30px 0 0 0;
	z-index: 1;
	margin: 0 auto;
	text-align:left;
	position:relative;
	background-color: #FFF;
	}
	
	#logo{
	background:url(wi-logo.gif) no-repeat;
	font-size:1px;
	margin:-2px 0 0 0;
	height:80px;
	width:364px;
	z-index: 2;
	padding: 0 0 0px 0;
	color:#FFFFFF;
	cursor:pointer;
	position:absolute;
	left: 14px;
	top: -25px;
	}	
	
	#navwrapper {
	height:40px;
	z-index:100;
	}
   
   #navigation {
	position:absolute;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#637553;
	top:43px;
	right:11px;
	z-index:100;
	text-align:right;
    }

    #navigation a:hover {
	color:#a9500e;
    }
	
/*drop down navigation*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:left;
	font-size:90%;
}

#nav a {
	display: block;
	color:#637553;
	padding: 0px 15px 3px 0px;
	text-decoration:none;
}

#nav a:hover {
color:#a9500e;
}

#nav li { /* all list items */
	float: left;
	padding:0;
	margin:0;

}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#ffffff;  
	border:1.5px solid #ba733e;
	width: 119px;	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a {
	padding:5px;
	color:#a9500e;
	font-size:1em;
	font-weight:bold;
	width: 115px;
	display:block;
	margin-right:15px;
}

#nav li ul li a:hover {
background:#E2EED6;
width:109px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#flash {
   clear:both;
   width:953px;
   height:260px;
   z-index:1;
   background:#ffffff;
   margin: 0px 5px 15px 22px;
   }

#sec-head {
   clear:both;
   width:98%;
   border:#a9500e 1px solid;
   background:#d27a2f;
   text-align:right;
   margin: 0px 5px 15px 10px;
   }
		
#main {
	clear:both;
	width:935px;
	background:#E8EEE3;
	padding:10px;
	margin: 15px 5px 20px 23px;
	}
#main h1{
	font-size:13px;
	padding:0px 10px 0px 10px;
	color:#990000;
	}			
	
#sec-main {
	clear:both;
	width:98%;
	font-size:12px;
	background:#FFFFFF;
	margin: 10px 10px 10px 10px;
	}
		
#trip-title {
	clear:both;
	}

#trip-quote {  
   font-size: 11px; 
   padding-left:18px; 
   padding-right:15px; 
   color:#D1792E
   }		
	
#trip-head {
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
	}		

#sideimage {
	padding:0px 25px 0px 0px;
	text-align:left;
	border-right:#b1baa9 1px solid;
	border-height:98%;
	font-weight:normal;
	}		

#hm-about {
	padding:5px 35px 10px 15px;
	border-right:#d5bea3 1px solid;
	text-align:left;
	font-weight:normal;
	}
	
#hm-about p {
	font-weight:normal;
	margin:10px;
	}
	
#hm-news {
	padding:5px 35px 10px 25px;
	background-color:#85a26d;
	border-right:#d5bea3 1px solid;
	text-align:left;
	color:#000000;
	font-weight:normal;
	}		
	
#hm-news p {
	font-weight:normal;
	margin:10px;
	}

#hm-news strong {
color:#990000;
}		
	
.hm-quote{  
   font-weight:normal;
   margin:10px; 
   color:#a9500e
   }			
		
#hm-cal {
	padding:5px 40px 10px 25px;
	text-align:left;
	font-weight:normal;
	}	
	
#hm-cal p {
	font-weight:normal;
	margin:10px;
	}		
	
#sec-content {
	padding:5px 35px 10px 55px;
	text-align:left;
	z-index:1;
	font-weight:normal;
	}		
	
#sec-content p {
	font-weight:normal;
	margin:0px 50px 10px 40px;
	}	

#sec-content h1 {
	font-weight:bold;
	font-size:17px;
	color:#4f5f40;
	margin: 13px 0px 35px 0px;
	}

#sec-content h2{
	clear:both;
	font-size:13px;
	margin:0px;
	color:#AD712C;
	}
#sec-content h3{
	clear:both;
	font-size:10px;
	margin:0px;
	text-align:right;
	vertical-align:top;
	}
#sec-content h4{
	clear:both;
	font-size:11px;
	color:#4D6736;
	margin:10px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
	}		

#sec-content h5 {
	font-weight:bold;
	font-size:15px;
	color:#4f5f40;
	margin: 13px 0px 35px 0px;
	}
	
#sec-content ul {
margin:6px 3px 1px 7px;
padding:0 0 0 45px;
list-style:square;
color:#4f5f40;
}

#sec-content ol {
margin:6px 3px 1px 7px;
padding:5px 5px 10px 45px;
color:#4f5f40;
}

#sec-content li {
background-position:0 2px;
margin:10px 0 10px 10px;
line-height:120%:
}
	
#trip-details {
	padding:5px 20px 10px 30px;
	text-align:left;
	font-weight:normal;
	}	
	
#trip-details p{	
	line-height:120%;
	margin:10px 0px 15px 0px;
	}
#trip-details strong{
    color:#4D6736;
	}	
								
#foot {
	width:1024px;
	color:#FFF;
	font-size:9px;
	text-align:right;
	margin:5px 0px 0px 0px;
	clear:both;
	position:relative;
	font-family:verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#foot a {
	color:#FFF;
	text-decoration:underline;
	vertical-align: top;
	font-weight: bold;
	}
.content_container_1 {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0.5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A9500E;
	border-right-color: #A9500E;
	border-bottom-color: #638645;
	border-left-color: #928645;
	width: 98%;
	background-color: #E8EEE3;
}
.content_container_2 {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0.5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A9500E;
	border-right-color: #A9500E;
	border-bottom-color: #638645;
	border-left-color: #928645;
	width: 98%;
}
.Heading1 {
	font-size: 14px;
	color: #A9500E;
	list-style-position: outside;
	list-style-type: circle;
}
.Heading1_12px {
	font-size: 12px;
	color: #A9500E;
	list-style-position: outside;
	list-style-type: circle;
}
.Heading2 {
	font-size: 14px;
	color: #4F5F40;
}
.facebook{
	font-size:1px;
	margin:-2px 0 0 0;
	height:44px;
	width:144px;
	z-index: 2;
	padding: 0 0 0px 0;
	color:#FFFFFF;
	cursor:pointer;
	position:absolute;
	top: 115px;
	background-repeat: no-repeat;
	right: 8px;
	}

