<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #D9D9D9 repeat fixed center top;
	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 */
	box-shadow: 0px 0px 8px 5px #888888;
	margin: 0 auto;
	text-align: left;
	background: #D9D9D9;
	padding: 0px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
#header {
	background: #FFF url(../images/design/Stocking.jpg) no-repeat;
	bottom: 0px;
	height: 110px;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	left: -1000px;
	top: auto;
}
#header .sandbag {
	float:left;
	clear:left;
	width:95px;
	height: 95px;
}
#header #taggedfish  {
	width: 330px;
	float: right;
	margin-right: 40px;
	margin-top: 55px;
	line-height: 16px;
	font-weight: normal;
	background: #cadced;
	padding: 2px 5px;
	border: thin dotted #666;
}
#navtop {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	border-bottom: 5px solid #333;
	height: 17px;
}
#navtop ul {
	padding: 0em;
	margin: 0px;
	list-style-type: none;
	color: #000;
	width: 100%;
	text-align: center;
	font-size:12px;
}
#navtop li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navtop li a {
	text-decoration: none;
	color: #FFF;
	padding: 2px 6px;
	font-weight:bold;
	border-radius: 7px 7px 0 0;
	margin: 0px;
	background: #336699;
	border: 1px solid #333;
}
#navtop li a:hover {
	color: #000;
	background: #FFF;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	margin: 10px 10px 20px;
	padding:0px 0px 10px;
	text-shadow: 1px 1px 1px #fff;
	border-radius: 6px;
	box-shadow: 5px 5px 5px #888888;
	border: 1px solid #666;
	background: #cadced;
}
#sidebar1 h3 {
	line-height:31px;
	color:#333;
	padding:0 15px;
	margin:0;
	font-size:1.3em;
	border-bottom: 2px solid #369;
	background: #F0F0F0;
	border-radius: 5px 5px 0 0;
}
#sidebar1 p {
	padding:15px 15px 0px;
	margin:0;
	line-height:1.3em;
	font-size:1em;
	color:#251714;
}
#sidebar1 ul {
	list-style:none;
	width:142px;
	height:auto;
	margin: 0px;
	padding:10px 8px 4px;
}
#sidebar1 ul li {
	text-decoration:none;
	color:#000;
	margin: 0px;
	padding: 0px;
	font-size:1em;
	border-bottom:1px solid #369;
	word-spacing:-1px;
	list-style: none;
}
#sidebar1 ul li a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	display: block;
	width: auto;
	padding: 2px 0px 2px 2px;
	margin: 0px;
	line-height: 18px;
}
#sidebar1 ul li a:hover {
	text-decoration:none;
	color:#204162;
	font-weight:bold;
	background: #F0F0F0;
}
/* Main Content */

#mainContent {
	padding: 10px;
	border-radius: 6px;
}
#mainContent .breadcrumb {
	font-size: 1em;
	color: #202020;
}
#mainContent h1 {
	padding: 2px 5px;
	color: #333;
	font-size: 1.5em;
	border-bottom: 1px solid #251714;
	text-shadow: 1px 1px 1px #666;
}
#mainContent h2 {
	padding: 2px 5px 2px 0px;
	color: #333;
	font-size: 1.25em;
	text-shadow: 1px 1px 1px #666;
}
#mainContent h2 a {
	text-shadow: none;
}
#mainContent h3 {
	border-top: 1px solid #ABB7C2;
	border-bottom: 1px solid #ABB7C2;
	padding: 2px 5px;
	color: #333;
	font-size: 1em;
	text-shadow: 1px 1px 1px #666;
}
#mainContent li {
	font-size: 1em;
	margin-bottom: 3px;
}
#mainContent th {
	background: #CCC;
	color: #000;
}
#mainContent table {
	border-collapse:collapse;
	border-color:#663300;
}
/* Controls Layout of Main Content */

.twoColumn {
	padding: 10px;
	margin: 10px 13px 20px 185px;
	min-height:525px;
	background: #FFF;
	border: 1px solid #666;
}
.oneColumn {
	padding: 10px;
	margin: 10px 15px 20px;
	min-height:450px;
	background: #FFF;
	border: 1px solid #666;
}
#footer {
	padding: 0px 0px 0px 185px;
	border-top: 2px solid #333;
	margin-top: 20px;
	clear: both;
	background: #FFF;
	border-radius: 0 0 6px 6px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	font-weight: bold;
	color: #251714;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.imgboxleft {
	float:left;
	margin: 5px 15px 6px 0px;
	width: 300px;
	border: 1px solid #333;
}
.imgboxcenter {
	float:none;
	margin: 5px 0px 6px;
	width: 578px;
	border: 1px solid #333;
}
.imgboxright {
	float:right;
	margin: 5px 0px 6px 15px;
	width: 300px;
	border: 1px solid #333;
}
.imgboxleft img , .imgboxcenter img, .imgboxright img{
	border-bottom: 1px solid #000;
}

.imgboxtxt {
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
}
.imgsleft {
	float:left;
	margin: 5px 15px 6px 0px;
}

.imgscenter {
	text-align:center;
	margin: 5px 5px 6px 5px;
}
.imgsright {
	float:right;
	margin: 5px 0px 6px 15px;
}

.smtxt {
	font-family:  	Verdana, Arial, sans-serif;
	font-size: 9px;
}
.morespace li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.indpub {
	margin-top:-15px;
	padding-top:0px;
	margin-left: 30px;
}
.species {
	border:solid 1px #333;
	padding-top:15px;
	background: #D9D9D9;
}
/* This is CSS for the Photo Galleries */	
#thumbnails {
	padding-left: 10px;
}
#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;
}
#photo {
	text-align:center;
}
#photo .thumb {
	margin: 4px 5px;
	border: 1px solid #333;
	height: 86px;
	float: left;
	text-align: center;
	padding: 5px;
}
#photo .thumb a img {
	border: 1px solid #333;
}
legend {
	font-weight: bold;
	font-size: 14px;
}
/* This is CSS for the Right Navigation */
#rightnav {
	float:right;
	background-color: #FFFFFF;
	border: 1px solid #1F1F1F;
	width: 165px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	box-shadow: 5px 5px 5px #888888;
	border-radius: 6px;
}
#rightnav h3 {
	background-color: #CCC;
	display: block;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F1F1F;
	letter-spacing: 0.05em;
	margin: 0px;
	border-radius: 5px 5px 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rightnav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: .90em;
}
#rightnav li {
	color:#000000;
	font-weight: bold;
	border-bottom: 1px solid #1F1F1F;
	margin:0;
}
#rightnav li a {
	color:#000000;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 6px;
	text-decoration:none;
}
#rightnav li a:hover {
	color:#000000;
	background-color: #CADCED;
	text-decoration:underline;
}
#rightnav li a:visited {
	color: #555555;
}
/* This is the CSS for the Social Buttons */
.social-btns {
	height: 25px;
	width: 130px;
	margin-left: 15px;
	margin-top: 4px;
	overflow: hidden;
}
.twitter-share-button {
	float: right;
}
.fb-share-button {
	margin-top: 1px;
	float: left;
}
</pre></body></html>