@charset "UTF-8";
/* CSS Document */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix { display: inline-block; }

.clearfix { *zoom: 1; *display: block; }

* {
	border: none;
	margin: 0;
	padding: 0;
	}

body {
	background: #300;
	text-align: center;
	}
	
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
	
#wood {
	background: url(images/background.jpg) repeat center top fixed;
	margin: 0 0 10px;
	}
	
#header {
	height: 133px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 60px;
	padding-left: 20px;
	background: url(/images/visitcookcounty-header.png) no-repeat center bottom;
	}
	
#header h1 {
	float: left;
	height: 125px;
	width: 250px;
	}

#header h1 a {
	display: block;
	height: 125px;
	text-indent: -9999em;
	width: 250px;
	}

#header h2 {
	float: left;
	overflow: hidden;
	text-indent: -9999em;
	width: 2px;
	}
	
#header p {
	color: #300;
	float: right;
	font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 0;
	text-transform: uppercase;
	}
	
#header p a {
	color: #300;
	text-decoration: none;
	}

#header p a:hover {
	text-decoration: underline;
	}	


	
#wrapper {
	background: url(images/paper.png) repeat-y center top;
	margin: 0 auto;
	width: 920px;
	padding: 0;
	}
	
ul#nav {
	background: url(images/nav.png) no-repeat center top;
	font: normal 20px/20px Georgia, "Times New Roman", Times, serif;
	height: 70px;
	padding: 0 0 0 10px;
	}

ul#nav li {
	display: inline;
	list-style: none;
	}
	
ul#nav li a {
	background: url(images/nav-on.gif) no-repeat center 55px;
	color: #fff;
	float: left;
	height: 39px;
	padding: 16px 0 0;
	text-align: center;
	text-decoration: none;
	width: 225px;
	}

ul#nav li a:hover,
ul#nav li a.on {
	background-position: center top;
	text-shadow: #340000 0 1px 0;
	}
	
/* home */

#masthead {
	background: url(images/masthead.png) no-repeat center top;
	height: 285px;
	margin: 0 0 10px;
	padding: 25px 20px;
	}
	
#masthead img {
	display: block;
	margin: 0;
	padding: 0;
	}
	
/* rotato statements */

#statement {
	background: url(images/statement.gif) no-repeat left top;
	width: 460px;
	height: 185px;
	}	

#statement h3 {
	float: left;
	width: 170px;
	height: 100px;
	text-indent: -9999em;
	}

#statement #statement-ss {
	float: left;
	width: 280px;
	height: 75px;
	padding: 42px 0 0;
	}
	
/* outbound */

ul#outbound {
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	height: 34px;
	margin: 0 75px 10px;
	padding: 0 0 0 5px;
	}

ul#outbound li {
	display: inline;
	list-style: none;
	}
	
ul#outbound li a {
	border-bottom: 2px solid #300;
	border-top: 2px solid #300;
	color: #300;
	float: left;
	height: 24px;
	padding: 6px 0 0;
	text-align: center;
	text-decoration: none;
	width: 190px;
	}
	
ul#outbound li a img {
	border-bottom: 2px solid #f6f6f6;
	}
	
ul#outbound li a:hover {
	background: #fff;
	}

/* content */
	
.content {
	margin: 0 80px;
	text-align: left;
	}

.content h3,
.intro-upper ul#features li h3 {
	color: #300;
	font: normal 24px/24px Georgia, "Times New Roman", Times, serif;
	height: auto;
	margin: 0 0 10px;
	padding: 10px 0 0;
	text-indent: 0;
	}
	
.content h3 a,
.intro-upper ul#features li h3 a {
	color: #300;
	border-bottom: 1px dotted #300;
	text-decoration: none;
	}
	
.content h3 a:hover,
.intro-upper ul#features li h3 a:hover {
	background: #fff;
	}
	
.content h4 {
	color: #300;
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	}
	
.content h5 {
	color: #300;
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	}
	
.content p,
.content ul,
.content ol {
	color: #300;
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	line-height:1.3em;
	}		
	
.content ul li {
	background: url(images/star.gif) no-repeat left 6px;
	list-style: none;
	margin: 0 30px 0 12px;
	padding: 0 0 0 18px;
	}	
	
.content ol li {
	margin: 0 30px;
	}
	
.content a {
	color: #300;
	}

.content a.more {
	text-decoration: none;
	white-space: nowrap;
	}
	
.content a.more:hover {
	text-decoration: underline;
	}	
	
/* news */

.content ul.events {
	}

.content ul.events li {
	background: none;
	margin: 0 0 10px;
	padding: 0;	
	}
	
.content ul.events li h4 {
	color: #960;
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	}
	
.content ul.events li h4 a {
	color: #960;
	text-decoration: none;
	}
	
.content ul.events li h4 a:hover {
	text-decoration: underline;
	}
	
.content ul.events li p {
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	}
	
/* marquee */

a.marquee {
	border-bottom: 2px solid #300;
	border-top: 2px solid #300;
	color: #300;
	display: block;
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	height: 24px;
	padding: 6px 0 0;
	text-align: center;
	text-decoration: none;
	}
	
a.marquee img {
	border-bottom: 2px solid #f6f6f6;
	}
	
a.marquee:hover {
	background: #fff;
	}
	
	
/* to-do */

.content ul.todo {
	border-bottom: 2px solid #300;
	}

.content ul.todo li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.content ul.todo li a {
	border-top: 2px solid #300;
	color: #300;
	display: block;
	font: normal 24px/24px Georgia, "Times New Roman", Times, serif;
	height: 31px;
	padding: 6px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.content ul.todo li a img {
	border-bottom: 4px solid #f6f6f6;
	}
	
.content ul.todo li a:hover {
	background: #fff;
	}
	
.content ul.todo li ul {
	color: #960;
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 30px 10px;
	}	
.content ul.todo li ul li {
	padding:0px;
	margin:0px;
	text-align:left;
	text-transform:none;
	padding-left:10px;
}
.content ul.todo li ul li a {
	color: #960;
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0px 6px;
	border-top:none;
	background:none;
	font-style:normal;
	height:1em;
text-transform:none;
text-align:left;
text-decoration:underline;
}

.content ul.todo li ul li a:hover {
	background:none;
}
	
/* home */	

.intro-upper {
	background: url(media/content/max-tagline.gif) no-repeat left top;
	}
	
.intro-upper h3 {
	height: 75px;
	overflow: hidden;
	text-indent: -9999em;
	}
	
.intro-lower {
	padding: 20px 320px 0 0;
	background-position: right top;
	background-repeat: no-repeat;
	height: 615px;
	}
	
.intro-lower h3	{
	background: url(media/content/max-label.gif) no-repeat left bottom;
	float: right;
	height: 160px;
	width: 150px;
	text-indent: -9999em;
	}
	
ul#features {
	/* height: 220px; */
	padding: 10px 80px 0;
	margin: 0 0;
	text-align: left;
	clear: both;
	}
	
	ul.summer-features { padding: 0 !important; }
		ul.summer-features li { width: 50%; padding: 0 !important; }
			ul.summer-features li.weather { margin-right: 9px !important; }
	
ul#features li {
	background: none;
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#features li.weather {
	border-right: 1px solid #300;
	float: left;
	padding-right: 10px;
	height: 300px;
	width: 220px;
	}
	
ul#features li.weather dl {
	height: 220px;
	padding: 10px 0 0;
	}

ul#features li.weather dl dt {
	float: left;
	height: 120px;
	text-indent: -9999em;
	width: 100px;
	}
	
ul#features li.weather dl dt.inland {
	background: url(images/label-inland.gif) no-repeat left 8px;
	}	
	
ul#features li.weather dl dt.lakefront {
	background: url(images/label-lakefront.gif) no-repeat left 8px;
	}	
	
ul#features li.weather dl dd {
	color: #960;
	float: right;
	font: normal 9px/10px Verdana, Arial, Helvetica, sans-serif;
	height: 120px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	width: 118px;
	}
	
ul#features li.weather dl dd strong {	
	color: #300;
	display: block;
	font: bold 56px/56px Impact, Arial Narrow, Helvetica, Arial, sans-serif;
	height: 56px;
	overflow: hidden;
	}

ul#features li.weather dl dd a {
	color: #300;
	font: bold 16px/24px Impact, Arial Narrow, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	}
	
ul#features li.snow {
	float: left;
	padding: 0 0 0 10px;
	}

ul#features li.snow h3,
ul#features li.map h3 {
	padding-left: 10px;
	}
	
ul#features li.snow ul {
	background: url(images/snowreport.gif) no-repeat left top;
	width: 220px;
	height: 230px;
	margin: 0 !important;
	padding: 10px 10px 0 !important;
	}
	
ul#features li.snow ul li {
	display: inline;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	}
	
ul#features li.snow ul li a {
	display: block;
	height: 44px;
	text-indent: -9999em;
	}
	
ul#features li.map {
	border-left: 1px solid #300;
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	height: 300px;
	width: 250px;
	}
	
/* footer */

#footer {
	border-top: 1px dotted #fff;
	font: normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	}
	
#footer p {
	color: #960;
	margin: 0 0 10px;
	}
	
#footer p a {
	color: #960;
	}

#footer p.copy {
	color: #633;
	font: normal 9px/18px Verdana, Arial, Helvetica, sans-serif;
	}
	
/* ad */

#ad {
	padding: 5px 0 15px;
	}

#ad img {
	display: block;
	margin: 0 auto;
	}	
	
/* general */

.clear {
	clear: both !important;
	}

.left {
	float: left; 
	margin: 0 10px 10px 0;
	}

.right {
	float: right; 
	margin: 0 0 10px 10px;
	}

.narrow {
	float: left;
	margin-right: 0;
	width: 480px;
	}
	
.wide {
	float:left;
	margin-right: 80;
	width: 760px;
}
	
.center {
	text-align: center !important;
	}
	
.sidebar {
	border-left: 1px solid #300;
	float: right;
	margin: 0 80px 0 0;
	padding: 0 0 0 20px;
	text-align: left;
	width: 240px;
	}
	
	.event-sidebar { float: right; width: 180px; overflow: hidden; margin: 0 0 10px 20px; }
	
		.event-sidebar img { clear: both; }
		
		.event-sidebar img + p { margin: 0 0 1.5em 0; font: italic 12px/14px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; color: #220000; }
	
.align-right {
	text-align: right !important;
	}

/* table */

.content table {
	margin: 0 0 12px;
	width: 760px;
	font: normal 11px/12px Verdana, Arial, Helvetica, sans-serif;
	}
	
.content table th {
	font: bold 12px/12px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	color: #643310;
	padding: 5px;
	vertical-align: bottom;
	}
	
.content table td {
	padding: 5px;
	border-top: 1px solid #ddd;
	}
	
	

/* form */


form label {
	font: bold 12px/12px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0;
	}

form input,
form select,
form textarea {
	border: 1px solid #bebeac;
	background: #fff;
	padding: 2px;
	margin: 0;
}

form input.submit,
form input.thickbox,
.content .form form input.submit {
	background: #643310;
	border: 1px solid #bebeac;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 4px 5px;
	width:auto;
}
	
/* interactive map */

.stickytooltip{
display:none;
position:absolute;
display:none;
border: none;
background: none;
z-index:3000;
width: 355px;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}


#mn {
	height: 580px;
/*	overflow: hidden; */
	}

.popup {
	width: 289px;
	height: 460px;
	padding: 15px 33px;
	background: url(media/map/popup.png) no-repeat center center;
/* 	float: left;
	position: relative;
	z-index: auto;
	margin: 0 0;
	top: -480px;
	display: none; */
	text-align: left;
	}

.popup .pop-head {
	height: 130px;
	}

.popup .pop-head a.pop-title {
	float: left;
	height: 130px;
	background: #999;
	text-indent: -9999em;
	}
	
.popup .pop-head a.pop-close {
	background: url(media/map/close.gif) no-repeat left top;
	width: 80px;
	height: 30px;
	float: right;
	text-indent: -9999em;
	margin: 24px 0 0;
	}
	
.popup h4 {
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 6px;
	color: #300;
	}

.popup p {
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
	color: #300;
	}

.popup h5 {
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #300;
	text-align: center;
	}

.popup a {
	color: #300;
	text-decoration: none;
	}

.popup a:hover {
	color: #600;
	}

/* 
#lutsen { left: 165px; }
#grandmarias { left: 350px; }
#gunflint { left: 380px; }
#mn #grandportage { left: 240px; }
*/

#lutsen .pop-head a.pop-title { width: 173px; background-image: url(media/map/logo-lutsen.gif); }
#grandmarias .pop-head a.pop-title { width: 200px; background-image: url(media/map/logo-grandmarias.gif); }
#gunflint .pop-head a.pop-title { width: 100px; background-image: url(media/map/logo-gunflint.gif); }
#grandportage .pop-head a.pop-title { width: 173px; background-image: url(media/map/logo-grandportage.gif); }



/* SUCKERFISH */

	
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 215px;
	height: auto;
	clear: both;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 9999;
	margin: 55px 5px 0;
	padding: 0 0 3px;
	background: #230000 !important;
	*margin: 0 5px;
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	text-align: left;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#nav li ul#inner { /* second-level lists */
	margin: 44px 0 0;
	*margin: -6px 0 0;
}

#nav ul li a {
	display: block;
	width: 195px;
	height: auto !important;
	float: none !important;
	text-align: left !important;
	color: #fff;
	padding: 10px !important;
	background: #230000 !important;
	border-bottom: 1px dotted #976300;
	}

#nav ul li a:hover {
	background: #490909 !important;
	color: #fff !important;
	}
	

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	float: none;
}	

ul#results li { margin: 0 30px 15px 12px; }

ul#results li h3 { 
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;  }
	
ul#results li p { margin: 0; }

.tooltip { width: 300px !important; color: #783F26 !important;  }

.tooltip table { width: 100% !important; 
	background: #F1F1E9 !important;
	border: 1px solid #783F26 !important; 
	margin: 0 !important;}
	
	.tooltip p{ margin: 0 0 3px 0; font:11px/13px Verdana,Arial,Helvetica,sans-serif !important; }
	
	 .tooltip h5 { font: 11px/13px Verdana,Arial,Helvetica,sans-serif !important; margin: 0 0 7px 0; font-weight: bold !important; color: #009364;}
	
	.tooltip table table { border: 0 !important; margin: 0 !important; _margin: 5px ; }
	
.tooltip td { background: none !important; border: none !important; }

/* Landing Page specific CSS */
#header .landingName p {
	color:#4294cd;
	font-weight:bold;
	float:right;
	margin-top:80px;
	font-size:18px;
}

.checkback {
	margin-top:20px;
	margin-bottom:300px;
}

h1.snowHeadline {
	background-image: url(/images/snowConditions-headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 17px;
	width: 224px;
	margin-top:20px;
	margin-bottom:20px;
}

h1.snowHeadline span {
	display:none;
}

/* Snowmobiling specific CSS */

#snowmobilingContent {
	clear:both;

}

#snowmobilingContent h1.headline {
	background-image: url(/images/landingpages/snowmobiling/headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 395px;
	margin-bottom:20px;
	margin-top:20px;
}

#snowmobilingContent h1.headline span {
	display:none;
}

#snowmobilingContent h1.contestheadline,  {
	background-image: url(/images/landingpages/snowmobiling/contestHeadline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 367px;
	margin-bottom:20px;
	margin-top:10px;
}

#snowmobilingContent h1.contestheadline span {
	display:none;
}

.entryIframe {
	background-color:#FFF;
	padding:20px;
	border: 1px solid #2d0700;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#snowmobilingContent .introParagraph {
	line-height:1.2em;
}

#snowmobilingContent .ribbon, .newhp .ribbon {
	background-image: url(/images/landingpages/snowmobiling/ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 85px;
	width: 288px;
	position:relative;
	right:55px;
	margin-top:40px;
}

#snowmobilingContent .ribbon p, .newhp .ribbon p {
	margin-left:55px;
	padding-top:10px;
	line-height:1.6em;
}

#snowmobilingContent .ribbon p a, .newhp .ribbon p a {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}
#snowmobilingContent .groomingNservices {
	margin-top:20px;
}
#snowmobilingContent .groomingNservices a {
	font-weight:bold;
}
#snowmobilingContent .placestostay, .newhp .placestostay {
	line-height:1.3em;
	margin-top:40px;
	margin-bottom:40px;
}
#snowmobilingContent .placestostay strong, .newhp .placestostay strong {
	text-decoration: none;
}

#snowmobilingContent .conditionsheadline {
	background-image: url(/images/landingpages/snowmobiling/snowmobile-conditions-headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 279px;	
	margin-top:20px;
}

#snowmobilingContent .mapsheadline {
	background-image: url(/images/landingpages/snowmobiling/snowmobile-maps-headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 230px;
	margin-bottom:40px;
	margin-top:20px;
}|

/* Cross Country specific CSS */

#xcContent {
	clear:both;
	margin-top:100px;
}

#xcContent h1.headline {
	background-image: url(/images/landingpages/crosscountryskiing/xc-headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 69px;
	width: 378px;
	margin-bottom:20px;
	margin-top:20px;
}

#xcContent h1.contestheadline {
	background-image: url(/images/landingpages/crosscountryskiing/contestHeadline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 367px;
	margin-bottom:10px;
	margin-top:20px;
}

#xcContent h1.contestheadline span {
	display:none;
}
	

#xcContent h1.mapheadline {
	background-image: url(/images/landingpages/crosscountryskiing/xc-maps-headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	width: 185px;
	margin-bottom:20px;
	margin-top:20px;
}

#xcContent h1.headline span, #xcContent h1.mapheadline span, #xcContent .conditionsheadline span, #snowmobilingContent .mapsheadline span, #snowmobilingContent .conditionsheadline span {
	display:none;
}

#xcContent .introParagraph {
	line-height:1.2em;
}

#xcContent .ribbon {
	background-image: url(/images/landingpages/snowmobiling/ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 85px;
	width: 288px;
	position:relative;
	right:55px;
	margin-top:40px;
}

#xcContent .ribbon p {
	margin-left:55px;
	padding-top:10px;
	line-height: 1.6em;
}

#xcContent .ribbon p a {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}
#xcContent .groomingNservices {
	margin-top:20px;
}
#xcContent .groomingNservices a {
	font-weight:bold;
}
#xcContent .placestostay {
	line-height:1.2em;
	margin-top:40px;
	margin-bottom:40px;
}
#xcContent .placestostay strong {
	text-decoration: none;
}

#xcContent .volksImage {
	float:right;
	margin-right:30px;
	margin-top:30px;
}

#xcContent p.mapTitle {
	margin-bottom:20px;
	margin-top:6px;
}

#xcContent p.mapTitle a {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

#xcContent .conditionsheadline {
	background-image: url(/images/landingpages/crosscountryskiing/xc-conditions-headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 236px;
	margin-top:20px;
}

/* New homepage specific CSS */


.eventButtons {
	margin-top:10px;
	margin-bottom:10px;
}
.eventButtons img {
	margin-bottom:10px;
	clear:both;
}
	

.newhp {
	margin-bottom:100px;
}

.newhp p.hpdivider {
	margin-bottom: 100px;	
	
}

.newhp h1.hpHeadline {
	background-image: url(/images/homepage-title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 378px;
	margin-top:20px;
	margin-bottom:20px;
}

.newhp h1.hpHeadline span {
	display:none;
}

.newhp p.introParagraph {
	font-weight: bold;
	color: #333333;
	line-height: 1.2em;
}

/* Winter Tracks Landing page */

#wintertracksContent h1.headline {
	background-image: url(/images/landingpages/wintertracks/wintertracksheadline-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 88px;
	width: 321px;
	margin-top:10px;
	margin-bottom:20px;
}

#wintertracksContent h1.headline span {
	display:none;
}

#wintertracksContent a.wtExtLink {
	color:#164169;
	font-weight:bold;
	font-size:14px;
	padding-right:10px;
}

/* Winter activities Pages */

h1.winteractivitiesHeadline {
	background-image: url(/images/Winter-Activities-headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 379px;	
	margin-top:10px;
	margin-bottom:20px;
}

h1.winteractivitiesHeadline span {
	display:none;
}

#switches .active {
	font-weight: bold;
	cursor:pointer;
	padding-left:10px;
	background-image: url(/images/circle.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#slides div {
  display: none;
  height:200px;
}

#slides div.active {
  display: block;
}

#slides h2 {
	font-family:Helvetica, Arial, sans-serif;
	color:#4a77af;
	margin-top:10px;
	margin-bottom:20px;
	font-size:24px;
	font-weight:normal;
}

/* Winter Tracks 2 CSS */
#wintertracksContent hr {
	color:#333;
	width:100%;
}
#wintertracksContent h2 {
	color:#24407b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:20px;
}

#wintertracksContent h2 a {
	color:#86005c;
	
}

.wtHTbackground {
	background-image: url(/images/landingpages/wintertracks2/wthomeSidebar.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:100%;
}

.wtHomeImage {
	float:right;
}


/* Winter Tracks Main Events Page */

#wintertracksContent h1.mainEventsheadline {
	background-image: url(/images/landingpages/wintertracks2/meTitle.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 389px;
	margin-bottom:40px;
	margin-top:20px;
}

#wintertracksContent h1.mainEventsheadline span {
	display:none;
}

#wintertracksContent .meCol {
	width:215px;
	margin-right:25px;
	float:left;
}
#wintertracksContent .meEvent {
	margin-bottom:30px;
}
#wintertracksContent .meEvent h2 {
	margin-top:5px;
	margin-bottom:5px;
}
#wintertracksContent .meEvent a {
	color:#24407b;
}
#wintertracksContent .meEvent span.meEventDates {
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

/* Winter Tracks Daily Events CSS */

#wintertracksContent h1.echeadline {
	background-image: url(/images/landingpages/wintertracks2/ecTitle.png);
	height: 92px;
	width: 392px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:28px;
}
#wintertracksContent h1.echeadline span {
	display:none;
}

/* Winter Tracks Calendar CSS */
#ecSidebar {
	background-image: url(/images/landingpages/wintertracks2/calendarSidebar/background.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 742px;
	width: 251px;
}

#ecSidebar h3.month {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	text-align:center;
	font-size:18px;
	margin-left: 20px;
}

#ecSidebar .dayBlocks {
	margin-left:42px;
	padding-top:15px;
}

#ecSidebar .calendarDayImage {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}

#ecContent .ecDate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #86005c;
	margin-bottom: 20px;
}

#ecContent a.mainLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #24407b;
}

#ecContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #24407b;
	margin: 0px;
}

#ecContent table {
	width:100%;
}

/* Winter Tracks Passport page */

#wintertracksContent h1.passportheadline {
	background-image: url(/images/landingpages/wintertracks2/passportHeadline.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	width: 343px;
	margin-bottom:40px;
}

#wintertracksContent h1.passportheadline span {
	display:none;
}

#wintertracksContent .passportDisplay {
	float:right;
	margin-left: 10px;
	text-align:center;
}

/* winter tracks header */

ul#wtoutbound {
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	height: 34px;
	margin: 0 75px 10px;
	padding: 0 0 0 5px;
	width:100%;
	}

ul#wtoutbound li {
	display: inline;
	list-style: none;
	}
	
ul#wtoutbound li a {
	border-bottom: 2px solid #300;
	border-top: 2px solid #300;
	color: #300;
	float: left;
	height: 24px;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	}
	
ul#wtoutbound li a img {
	border-bottom: 2px solid #f6f6f6;
	}
	
ul#wtoutbound li a:hover {
	background: #fff;
	}

/* overall trail conditions */



.allTrailConditions h2.sch2 {
	font-family:Arial, Helvetica, sans-serif;
	Font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top:40px;
	margin-bottom:10px;
}

.allTrailConditions h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.allTrailConditions a.backtotop {
	float:right;
}

