/* CSS Document */
@charset "utf-8";
 
 
 
html {
	background: url(../images/backgrounds/background_body.png) repeat-x #fff;
	color: #244064;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0; }
 
 
div#additional_information {
	background: #244064;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: smaller;
	margin: 40px 0 0 9px;
	padding: .2em 10px 10px 10px;
	width: 180px; }
 
	div#additional_information h1 {
		font-family: "Times New Roman", Times, serif;
		font-weight: 600; }
 
 
div#additional_information_shadow {
	background: url(../images/tip_bottom_shadow.png) no-repeat;
	height: 20px; }
 
 
div#content_container {
	background: url(../images/background_two_columns.html) repeat-y;
	float: left;
	width: 940px; }
 

div.holder {
	position: relative;
	height:0px;
}
 
#primary_contact_information{
	position: absolute;
	top: -50px;
	left: -60px; }

 
div#primary_content {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: smaller;
	margin: 110px 0 15px 0px;
	width: 480px; }
 
	div#primary_content h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: large;
		padding-top: 10px;
		text-transform: uppercase; }
 
	div#primary_content img { padding: 3px 0px 3px 5px; }
 
	div#primary_content ul, div#primary_content ol { padding-left: 15px; }
 
 
div#sidebar_container {
	float: left;
	margin: 175px 0 0 50px;
	width: 250px; }
 
 
div#sign_holder {
	height: 1px;
	position: relative; }
 
 
div#sign_picture {
	margin-left: 710px;
	margin-top: -60px;
	position: absolute; }
 
 
div#site_credits {
	clear: both;
	font-size: x-small;
	text-align: center; }
 
	div#site_credits a:link, div#site_credits a:visited, div#site_credits a:hover { color: #244064; }
 
 
div#snowmobile_holder {
	height: 1px;
	position: relative; }
 
 
div#snowmobile_picture {
	margin-left: -250px;
	margin-top: 20px;
	position: absolute; }
 
 
div#webpage_container {
	background: url(../images/backgrounds/background_content.png) no-repeat;
	height: 700px;
	margin: 0 auto;
	width: 833px; }
 
 
h1, h2, p { margin: 1em 0; }
 
 
h3,h4,h5,blockquote,ol,ul,dt {
	margin: 0;
	padding: 0; }


.extreme { background:url("../images/difficult-icons.gif") no-repeat scroll 0 6px transparent; }

.expert { background:url("../images/difficult-icons.gif") no-repeat scroll 0 -44px transparent; }

.advanced { background:url("../images/difficult-icons.gif") no-repeat scroll 0 -96px transparent; }

.intermediate { background:url("../images/difficult-icons.gif") no-repeat scroll 0 -144px transparent; }

.beginner { background:url("../images/difficult-icons.gif") no-repeat scroll 0 -196px transparent; }

.mainMenu {
   width: 220px;
   min-height: 220px;
}

.mainMenu ul {
	background: #9CCBE1;
	padding: 5px 10px;
	list-style: none;
}

.mainMenu ul li {
	background: #89B6CD;
}


.mainMenu ul li:hover {
	background: #69BCE4;
}

.mainMenu ul li a:link, .mainMenu ul li a:visited {
	color: #244064;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 4px 4px 4px 30px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
}

.table, td, th {  
    text-align: left;
}

.border {
	background: #fff;
	padding: 7px;
	-webkit-box-shadow: 0px 0px 4px 0px #73748a; 
	box-shadow: 0px 0px 4px 0px #73748a; 
}