/* CSS Document */

td.navmenu {background: #e8e8e8}

/* -=-=-=-=-=-=-=- Hyperlink Appearance-=-=-=-=-=-=-=-  */

a {text-decoration: underline; color: #333333;}
a:link {color: #666666;}
a:visited {color: #666666;}
a:active {color: #666666;}
a:hover {color: #ff6600;}





/* =-=-=-=-=-=-=-[Ski Board Menu]-=-=-=-=-=-=-=- */

#skiheaderimage {
	height: 170px;
	width: 200px;
	margin-left: 165px;	
	margin-top: 15px;
}


/* =-=-=-=-=-=-=-[Navigation Sidebar]-=-=-=-=-=-=-=- */

#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu3 {
	width: 159px;
	border: 1px solid #ccc;
	margin: 2px;
	}
	
#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #283A50;
	display: block;
	background: url(images/menu3.gif);
	padding: 8px 0 0 2px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #000;
	background: url(images/menu3.gif) 0 -32px;
	padding: 8px 0 0 2px;
	}

/* =-=-=-=-=-=-=-[Ski Resort Link Styles]-=-=-=-=-=-=-=- */

#leftjustbox {
	float: left;
	height: 600px;
	width: 270px;
	}
	
#rightjustbox {
	float: right;
	height: 600px;
	width: 270px;
	}
	

#skiresortlinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#skiresortlinks li {
	text-align: center;
	width: 200px;
	height: 120px;
	}
	
#skiresortheader {
	padding-top: 10px;
	height: 60px;
	width: 400px;
	float: left;
	}
	
	
/* =-=-=-=-=-=-=-[Font Headings]-=-=-=-=-=-=-=- */

h1 {
	color: #336699;
	font-family: 'Verdana', Helvetica,  sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 38px;
	margin-bottom: 10px;
	
	}
	
h2 {
	color: #333333;
	font-family: 'Verdana', Helvetica,  sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	
	}
	
h2a {
	color: #333333;
	font-family: 'Verdana', Helvetica,  sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	
	}

/* =-=-=-=-=-=-=-[Main Content Font]-=-=-=-=-=-=-=- */

.content {
	color: #666666;
	font-family: 'Verdana', Helvetica,  sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;

	}

hr 	{
	color: #cccccc;
	height: 1;
		}
