
/* base
----------------------------------------------------------------------------------------------------*/

#structure{
	width: 980px;
	margin: 0 auto 0 auto;
	background: white;
}

#inset{
	width: 940px;
	margin: 0 auto 0 auto;
	position: relative; /*border: 1px dotted red;*/
}

a { color: #fff; text-decoration: underline; }
a:hover { color: #f2af32; text-decoration: underline; }



a.linkitalics { color: #343735; text-decoration: underline; }
a.linkitalics:hover { color: #002859; text-decoration: underline; }

.linkitalics { font-style: italic; }

/* end base
----------------------------------------------------------------------------------------------------*/

/* grids
----------------------------------------------------------------------------------------------------*/

.inset_12 {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_5a,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	display:inline;
	float: left;
	position: relative;
	margin-right: 20px; 
}

.grid_5a { margin-right: 0; }

    .inset_12 .grid_1 {
	width:60px; /*border: 1px dotted red;*/
}
    .inset_12 .grid_2 {
	width:140px; 
}
    .inset_12 .grid_3 {
	width:220px; border: 
}
    .inset_12 .grid_4 {
	width:300px; 
}
    .inset_12 .grid_5, .inset_12 .grid_5a {
	width:345px; 
}
    .inset_12 .grid_6 {
	width:460px;
}
    .inset_12 .grid_7 {
	width:540px;
}
    .inset_12 .grid_8 {
	width:620px;
}
    .inset_12 .grid_9 {
	width:700px;
}
    .inset_12 .grid_10 {
	width:780px;
}
    .inset_12 .grid_11 {
	width:860px;
}
    .inset_12 .grid_12 {
	width:940px;
}




/* end grids
----------------------------------------------------------------------------------------------------*/









/* Header
----------------------------------------------------------------------------------------------------*/
#header {
	height: 20px;
	display: block;
	overflow: hidden;
	background: #fff; /*96b7cb  6eb4cd*/
	position: relative;
	font-size: 11px;
}

#header_nav {
	height: 15px;
	background: #719e42;
	line-height: 15px;
	padding: 5px 5px 0 85px; 
	font-size: 11px; 
}

#header_nav a, #header_nav a.first {
	padding: 0 9px 0 9px;
	border-right: 1px solid white;
	color: white;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 15px;
}

#header_nav a.first {	border-left: 1px solid white;}

#header_nav a:hover,
#header_nav a.selected
{ color: #f2af32; }



/* end header
----------------------------------------------------------------------------------------------------*/



/* title
----------------------------------------------------------------------------------------------------*/
#title {
	height: 55px;
	display: block;
	overflow: hidden;
	background: #719e42; /*96b7cb  6eb4cd*/
	position: relative;
	}

#titleimg1, #titleimg2 { border: 0; }


/* end title
----------------------------------------------------------------------------------------------------*/







/* content
----------------------------------------------------------------------------------------------------*/
#mcontent {
	height: 278px;
	display: block;
	overflow: hidden;
	background: #719e42; /*96b7cb  6eb4cd*/
	position: relative;
	font-size: 10px;
	background-image: url('../images10/hm_bg_hiking.gif');
	background-repeat: no-repeat;
}

#content1, #content2, #content3, #content4 	{ height: 160px; margin-top: 3px;}
/*#content2 { border: 1px solid red; }*/
#content2 p { padding: 3px 3px; margin: 0; font-weight: normal; color: #fff; font-size: 12px; }

#content2 p.snowreport { padding: 1px 2px; margin: 0; font-weight: normal; color: #e8cd60; background-color: #d26b3c; font-style: italic;}
#content2 p.snowreport a { color: #fff; text-decoration: none;  }
#content2 p.snowreport a:hover { color: #dce1e4; text-decoration: none; }

img.wborder, img.wborder1 { border: 4px solid white; margin-right: 18px; }
img.wborder1 { margin-right: 0px;}

/* end content
----------------------------------------------------------------------------------------------------*/


/* subtitle
----------------------------------------------------------------------------------------------------*/
#subtitle {
	height: 40px;
	display: block;
	overflow: hidden;
	background: #729abb; /*96b7cb  6eb4cd*/
	position: relative;
	font-size: 11px;
}






/* end subtitle
----------------------------------------------------------------------------------------------------*/







/* mainimage
----------------------------------------------------------------------------------------------------*/
#mainimage {
	height: 615px;
	display: block;
	overflow: hidden;
	background: #fff; /*96b7cb  6eb4cd*/
	position: relative;
	padding: 0;
	background-image: url('../images10/hm_bg2_hiking.gif');
	background-repeat: no-repeat;
	
}

#mainimage img { padding: 0; margin: 0 0 0 5px;}




/* end mainimage
----------------------------------------------------------------------------------------------------*/



/* footer
----------------------------------------------------------------------------------------------------*/
#footer {
	height: 180px;
	display: block;
	overflow: hidden;
	background: #fff; 
	position: relative;
	font-size: 10px;
	line-height: 15px;
	}

#footer1, #footer2, #footer3 { height: 150px;}

#footer2 p, #footer3 p { padding: 15px 3px 0 3px; margin: 0; color: #6a737b;}





/* end footer
----------------------------------------------------------------------------------------------------*/






































