body {
	margin: 0px;
	padding: 0px;
    background: #fff url(../images/page_bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}




/* Headers and Fonts */



h1 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	font-weight: 500;
	line-height: 18px;
	padding-top: 4px;
	
}

h2 {
	font-size: 15px;
	font-weight: normal;
	color: #27485d;
	font-weight: 600;
	line-height: 12px;
	padding-top: 12px;

}

h3 {
	font-size: 13px;
	font-weight: normal;
	color: #27485d;
	font-weight: 600;
	line-height: 12px;
	padding-top: 12px;

}

.content_left h3 {
	color: #fff;
	line-height: 2px;
	padding-left: 3px;
	font-size: 17px;
}



/* Links */



a {
	color: #57669c;
}

a:hover {
	color: #3a4469;
}

a:visited {
	color: #3a4469;
}

.subhead {
	margin-top: -7px;

}


/* Image floats */


img.right {
    float: right;
    padding: 8px;

}


img.left {
    float: left;
    padding: 8px;
}



.wrap {
	width: 914px;
	margin: auto;
	padding: 0px;
    background: url(../images/content_bg.png) repeat-y;
}


.banner {
	height: 244px;
	width: 895px;
	
}

.banner img {
	border: 0px;
	position: relative;
}


.ski {
  left:-41px;
  position:relative;
  top:-83px;
}

.content {
	width: 895px;
	margin-left: 9px;
}

.content_left {
	float: left;
	width: 240px;
    background: url(../images/content_left_bg.png) no-repeat;
    min-height: 600px;
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


.content_mid {
	float: right;
	width: 610px;
	margin-left: 12px;
	margin-top: 8px;
	padding-bottom: 50px;
	padding-right: 24px;
	padding-left: 7px;

}

.content_mid_thin {
	float: left;
	width: 425px;
	margin-left: 12px;
	margin-right: 20px;
	margin-top: 8px;
	padding-bottom: 50px;
	padding-right: 5px;
	padding-left: 9px;

}

.content_right {
	float: left;
	width: 184px;
        min-height: 600px;
        margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


ul.side_ads {
	position: relative;
	left: 0px;	
	top: 11px;margin-left: 0px; padding-left: 0px;
}

ul.side_ads li {
	list-style: none;
	margin-bottom: 0px;
	padding-bottom: 2px;
	
}

ul.side_ads li img {
	border: 7px solid #86add3;

}


ul.side_ads li a img {
	border: 7px solid #86add3;

}



ul.nav {
	margin: 0px;
	margin-top: 20px;
	margin-left: 8px;	
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	width: 222px;
	
}


ul.nav li a {
	color: #112951;
	background: url(../images/sidenav_header.png) no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 5px;
	display: block;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
}

/** modified by srm@nwm 3/23/2010 - adding additional selectors **/
ul.nav li .current, ul.nav li .currentParent {
    text-decoration: none;
	background: url(../images/sidenav_active.png) no-repeat;
	color: #fff;
}


ul.nav li a:hover {
	background: url(../images/sidenav_hover.png) no-repeat;

}

.subnav {
	background: url(../images/subnav_bg.png) repeat-y;
    position: relative;
    left: 25px;
    top: -6px;
    margin-bottom: 8px;
    width: 157px;
    padding-top: 12px;
}

ul.nav .subnav li {
	padding-bottom: 0px;
	list-style-type: none;
	padding-top: 5px;
	
}


ul.nav .subnav li a {
	background: none;
	text-transform: none;
	text-indent: 0px;
	font-size: 12px;
	font-weight: normal;	
	padding-left: 0px;
	line-height: 16px;
	/** Modifed by srm@nwm 3/23/2010 - added color override **/
	color: #112951;
}

ul.nav .subnav li.active {
	list-style-image: url(../images/snowflake_bullet.png);
}

.subnav_bottom {
    background: url(../images/subnav_bg_bottom.png) no-repeat;
    position: relative;
    left: -40px;
    top: 18px;
    height: 20px;
    width: 196px;
	z-index: 100;    
}



/* Footer Styles */


.footer {
	color: #fff;
	clear: both;
	position: relative;
	top: 30px;
	left: -8px;
	font-size: 11px;
	line-height: 30px;
	height: 50px;
	width: 944px;
	background: #fff url(../images/footer_bg.png) no-repeat;
	text-align: right;
    margin-top: 40px;
	margin-bottom: 70px;
}

.footer p {
	padding-top: 2px;
	padding-right: 54px;
	height: 22px;
}

.footer a {
        color: #fff;
}

.footer a:hover {
        color: #fff;
}
