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

* {
	border: none;
	margin: 0;
	padding: 0;
	}

body {
	background: #300;
	text-align: center;
	}
	
#wood {
	background: url(images/background.jpg) repeat center top fixed;
	margin: 0 0 10px;
	}
	
#header {
	background: url(images/header.png) no-repeat center top;
	height: 125px;
	margin: 0 auto;
	padding: 0 60px 0 20px;
	width: 840px;
	}
	
#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;
	}		
	
.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;
	}	
	
/* 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;
	}
	
.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;
	}
	
.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;
}	


