<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #A7B4BD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../lakes/assets/shadow.jpg) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 9px;
}
#header {
	background: #415071 url(../assets/BannerNew.gif) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 95px;
}
#header .sandbag {
	float:left;
	clear:left;
	width:90px;
	height: 95px;
	margin-left: 10px;
}
#header h1 {
	position: absolute;
	top: -500px;
	visibility: hidden;
}
#search {
	float: right;
	width: 220px;
	height: 30px;
	margin-top: 5px;
}

#housekeep {
	position: absolute;
	top: 30px;
	font-size: .75em;
	color: #CCCCCC;
	margin: 2px;
}
#housekeep a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#housekeep a:hover {
	text-decoration: underline;
	color: #8a3B25;
}
#container #TopNav {
	background: #415071 url(../lakes/assets/topNav.jpg) repeat-x;
	height: 30px;
}
#container #TopNav ul {
	padding: 6px 0px 4px 20px;
	margin: 0px;
	list-style: none;
	font-size: 14px;
}
#container #TopNav li {
	display: inline;
}
#container #TopNav a {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #10203A;
	font-weight: bold;
	padding: 1px 5px 2px;
	margin: 1px;
}
#container #TopNav a:hover {
	background: #567DB6;
	color: #212121;
}
#container #TopNav a.active {
	background: #567DB6;
	color: #212121;
}
#container #TopNav a.buy {
	background: #8A3B25;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color: #FFFFFF;
	margin: 10px;
	padding:0px 0px 10px;
	background: #567DB6 url(../lakes/assets/box170_blue_base.gif) no-repeat left bottom;
}
#sidebar1 .box170 {
	width:170px;
	background:url(../lakes/assets/box170_blue.gif) no-repeat left top;
	padding-top: 10px;
	padding-bottom: 5px;
}
#sidebar1 .box170 h3 {
	line-height:21px;
	color:#FFF;
	padding:0 10px 0 10px;
	margin:0;
	font-size:12px;
	border-bottom: 2px solid #999;
}
#sidebar1 .box170 h3 a {
	text-decoration: none;
	color: #FFF;
}
#sidebar1 .box170 p {
	padding:15px 15px 0px;
	margin:0;
	line-height:1.3em;
	font-size:11px;
	color:#567DB6;
	border-right: 1px solid #E0DFE3;
	border-left: 1px solid #E0DFE3;
}
#sidebar1 .box170 ul {
	list-style:none;
	padding:10px 10px 0;
	width:148px;
	height:auto;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0px;
	background: #567DB6;
}
#sidebar1 .box170 ul li {
	text-decoration:none;
	color:#212121;
	font-size:11px;
	word-spacing:-1px;
	border-bottom: 1px solid #2C609E;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar1 .box170 ul li a {
	text-decoration:none;
	color:#FFD964;
	font-weight:bold;
	display: block;
	width: auto;
	margin: 0px;
	line-height: 18px;
	padding: 2px 0px 2px 2px;
}
#sidebar1 .box170 ul li a:hover {
	text-decoration:none;
	color:#333;
	background: #92AACF;
}
#sidebar1 .box170 ul li a.active {
	text-decoration:none;
	color:#333;
	background: #92AACF;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	margin: 10px 10px 15px;
	padding:0 0 10px;
	background:url(../lakes/assets/box190_base.gif) no-repeat left bottom;
}
#sidebar2 .box190 {
	width:190px;
	background:url(../lakes/assets/box190.gif) no-repeat;
	padding-top: 7px;
}
#sidebar2 .box190 h3 {
	line-height:31px;
	color:#333;
	padding:0 15px;
	margin:0;
	font-size:12px;
}
#sidebar2 .box190 p {
	padding:15px 10px 0;
	margin:0;
	background:#fff;
	line-height:1.3em;
	font-size:.90em;
	color:#444;
	border-right: 1px solid #E0DFE3;
	border-left: 1px solid #E0DFE3;
}
#sidebar2 .box190 ul {
	list-style:none;
	padding:5px 14px 0;
	margin:0;
	width:165px;
	background:#4A5231;
	height:auto;
	border-right: 1px solid #E0DFE3;
	border-left: 1px solid #E0DFE3;
}
#sidebar2 .box190 ul li {
	text-decoration:none;
	color:#FFFFFF;
	padding:2px 0;
	font-size:11px;
	border-bottom:1px solid #2F341F;
	word-spacing:-1px;
	list-style: none;
}
#sidebar2 .box190 ul li a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
#mainContent {
	background: #FFFFFF;
	font-size: 0.8em;
}
/* Controls Layout of Main Content */

.threeColumn {
	padding: 0px 10px 0px 0px;
	margin: 0px 205px 0 185px;
}
.twoColumn {
	margin: 0px 0px 0px 190px;
	padding: 5px 15px 0px;
}
.oneColumn {
	padding: 0px 10px;
	margin: 0px 5px 0;
}
#mainContent h1 {
	color: #293247;
	font-size: 1.5em;
	border-bottom: 2px solid #999;
}
#mainContent h2 {
	color: #183056;
	font-size: 1.3em;
	background: url(../lakes/assets/line.jpg) repeat-y;
}
#mainContent h3 {
	color: #000000;
	font-size: 1.1em;
}
#mainContent h3 a {
	color: #8A3B25;
}
#mainContent a {
	color: #316CB2;
	font-weight: bold;
}
#mainContent li {
	margin-bottom: 5px;
}
#mainContent table {
	border-collapse: collapse;
	border: 1px solid #999;
}
#mainContent th {
	background: #E5E5E5;
	border: 1px solid #999;
	text-align: left;
}
#mainContent .detail td {
	border: 1px solid #999;
}
#mainContent th.lake, #mainContent th.lake a{
	background: #336699;
	font-weight: bold;
	color: #F9F9F9;
}
#mainContent td.name  {
	background: #E4E4E4;
	font-weight: bold;
	color: #000;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#282828;
	clear: both;
	font-size: 0.65em;
	color: #000;
	border-bottom: 1px solid #000;
	border-top: 6px solid #415071;
	margin-top: 25px;
}
#footer p {
	margin: 0 0 0 184px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0;
	color: #FFF;
}
#footer a {
	color: #FFF;
}
#thumbnails img {
	width:100px;
	border:1px solid #D5D5CA;
	padding: 4px;
	background: #FFFFFF;
	margin-right: 4px;
	margin-bottom: 4px;
	text-decoration: none;
}
#thumbnails a {
	text-decoration: none;
	font-size: .7em;
	font-weight: bold;
}
#rightcolumn {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-top: 1px solid #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.img_left {
	margin: 15px 15px 15px 0px;
	float: left;
}
.img_right {
	margin: 15px 0px 15px 15px;
	float: right;
}
.smalltext {
	font-size: .8em;
	font-weight: bold;
}
.adobe  {
	font-size: 0.9em;
}
#skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
#skip a:focus {
	position:static;
	width:auto;
	height:auto;
}
/* Gallery */
#thumbnails {
	margin: 0px 0px 10px 0px;
}
#thumbnails img {
	width:100px;
	float:left;
	border:1px solid #D5D5CA;
	padding: 4px;
	background: #FFFFFF;
	margin-right: 4px;
	margin-bottom: 4px;
}

#social ul {
	margin: 0 0 0 40em;
	padding: 0 10px 0 184px;
	list-style-type: none;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#social li {
	display: inline;
}
#social li a {
	text-decoration: none;
	color: #FFF;
	padding: .25em .75em;
	font-weight:bold;
}
</pre></body></html>