@charset "utf-8";
/* CSS Document */

body{
	background-color:#bcc3cb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	color:#616161;
}

a{
	color:#172940;
}

#main-content p a{
	color:#4F87B0;
}

#main-content p a:hover{
	color:#172940;
	text-decoration:underline;
}

h1{
	color:#4F87B0;
	margin-top:35px;

}

#site-container{
	width:970px;
	margin:20px auto;
	text-align:left;
	background:url(../images/main_bg.jpg) repeat-y;
}

#header{
	background:url(../images/header_ski.jpg) no-repeat;
	height:225px;
}

#logo{
	padding:24px 0 0 25px;
}

#main-content{
	margin:0px 70px 10px 70px;
	background:url(../images/ski.gif) top right no-repeat;
}

#right-col{
	width:550px;
	float:right;
}

#footer{
	height:70px;
	background:url(../images/footer.jpg) no-repeat;
	clear:both;
}

#nav-container{
	background:url(../images/nav_bg.jpg) repeat-y;
	width:162px;	
	float:left;
	margin:30px 0px 40px 20px;
	
}

#nav-top, #nav-bottom{
	background:url(../images/nav.jpg) no-repeat top;
	height:20px;
}

#nav-bottom{
	background-position:bottom;
}

#nav-container ul{
	font-family:Tahoma, Geneva, sans-serif;
	padding:0;
	margin:0;
}

#nav-container ul li{
	list-style:none;
	
}

#nav-container ul li a{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding:2px 20px;
	margin:5px;
	
}

#nav-container ul li a:hover, a.active {
	color:#4F87B0;
	background:url(../images/nav_highlight.png) right no-repeat;
}

#top-nav{
	float:right;
	padding:120px 50px 0 0;
}

#top-nav a{
	
}

.link{
	float:left;
	margin-left:28px;
	width:86px;
	height:60px;

}

.link:hover, .link-active{
	float:left;
	margin-left:28px;
	width:86px;
	height:60px;
	background-image:url(../images/highlight.png);
}

#connect-links{
	background-color:#bcc3cb;
	padding:4px 10px 0px 0;
	text-align:right;
}

#connect-links img{
	padding:0 5px 0 0;
}

.width-300{
	width:300px;
}