body {
	margin: 0px;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	background: url(../images/layout_01.gif) repeat-x #C1C1C1;
}
a:link, a:visited {
	text-decoration:none;
	color: #428BAA;
}
a:hover {
    text-decoration: none;
}
a.nounderline {
	border-bottom: none !important;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	font: 18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #555;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C9C9C9;
}
h2 {
	font: 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #428BAA;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #C9C9C9;
}
h3 {
	font: 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #777;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #C9C9C9;
}
h4 {
	font: 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #428BAA;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #C9C9C9;
}
td {  
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #000;
}
p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
p a {
	color: #428BAA;
    border-bottom: 1px dotted #428BAA;
	text-decoration:none;
}
strong, em, i, b {
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
.zag {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #666;
	text-align: right;
	margin-right: 20px;
}
.zag a, .zag a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: none;
}
.text {
	font: 13px/170% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
ol,ul {
	font: 13px/170% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #000;
	background-color: #F3F3F3;
	margin: 20px;
	padding: 10px 40px;
	text-align: justify;
}
form {
	display: inline;
	margin: 0; /* removes mystery form tag gapping */
	padding: 0; /* removes mystery form tag gapping */
}
.print {
   display:none;   
}

/* Site Layout */

#container {
	width: 910px;
	text-align: left;
	margin: auto;
}
#logo {
	width: 910px;
	height: 86px;
	background: url(../images/layout_03.gif) no-repeat;
	text-align: right;
	float: right;
}
#logolink{display:block;width:350px;height:86px;text-indent:999em;line-height:999em;overflow:hidden;float:left;}
#logolink:hover,#logoLink:focus{background-color:transparent;}
#sponsor {
	width: 468px;
	height: 60px;
	margin-top: 14px;
	float: right;
}
#navigation {
	width: 910px;
	height: 39px;
	background: url(../images/layout_11.gif) no-repeat top right;
	text-align: left;
	float: left;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
    border-bottom: none;
}
#navigation a:hover {
	border-bottom: none;
}
#shadow {
	width: 910px;
	height: 7px;
	overflow: hidden;
	background: url(../images/layout_12.gif) no-repeat #FFF;
	float: left;
}
#content {
	width: 910px;
	text-align: left;
	float: left;
	background-color: #FFF;
	clear: left;
}
#googlead1 {
	width: 910px;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #FFF;
}
#footer {
	width: 910px;
	height: 20px;
	background: url(../images/layout_14.gif) no-repeat #C1C1C1;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #666;
	text-align: right;
	padding-top: 25px;
	float: left;
}

/* Home Page Layout */

#leftcolumn {
	width: 195px;
	float: left;
}
#rightcolumn {
	width: 715px;
	float: right;
}
.sidebox {
	width: 160px;
	font: 12px/150% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	background-color: #F2F2F2;
	margin: 10px 5px 20px 15px;
	padding: 10px 5px 5px 5px;
}
.sidebox h1 {
	font: 18px/120% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #555;
	background-color: #FFF;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px;
}
.sidebox p {
	margin-top: 0px;
}
.sidebox a {
	border-bottom: 1px dotted #428BAA;
}
.mainbox {
	width: 670px;
	font: 13px/170% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	text-align:justify;
	background-color: #F2F2F2;
	margin: 10px 10px 20px 10px;
	padding: 10px;
}
.mainbox h1 {
	font: 18px/120% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #555;
	background-color: #FFF;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
.mainbox p {
	margin-top: 0px;
}
.mainbox a {
	border-bottom: 1px dotted #428BAA;
}
.mainbox table {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: normal;
}

/* Coral, Fish, Invertebrates Page Layout */

.indexcontainer {
	width: 900px;
	margin: 10px 5px;
	_width: 875px;
	_margin-left: 5px; /*ie 6 hack */
	_margin-right: 0px; /*ie 6 hack */
	text-align: center;
	position: relative;
	float: left;
}
.indexthumb {
	width: 170px;
	height: 160px;
	float: left;
	margin-left: 5px;
	_margin-left: 0px; /*ie 6 hack */
	margin-right: 5px;
	_margin-right: 0px; /*ie 6 hack */
	margin-bottom: 10px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
a.indexthumb {
	text-decoration: none;
	border-bottom: none;
	color: #666;
}
#imagebox {
	width: 385px;
	background-color: #F3F3F3;
	margin-left: 20px;
	margin-right: 20px;
	_margin-right: 10px; /*ie 6 hack */
	margin-bottom: 20px;
	padding: 10px;
	float: right;
	text-align: center;
	font: 10px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
a.imagebox {
	text-decoration: none;
	border-bottom: none;
	color: #666;
}
#jump {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #000;
	background-color: #F3F3F3;
	margin: 20px;
	padding: 10px;
	height: 20px;
}
#jump img { vertical-align: text-bottom; }

/* TOTM Page Layout */

.totmcontainer {
	width: 900px;
	margin: 10px 5px;
	_width: 875px;
	_margin-left: 5px; /*ie 6 hack */
	_margin-right: 0px; /*ie 6 hack */
	text-align: center;
	position: relative;
	float: left;
}
.totmthumb {
	width: 215px;
	height: 200px;
	float: left;
	margin-left: 5px;
	_margin-left: 0px; /*ie 6 hack */
	margin-right: 5px;
	_margin-right: 0px; /*ie 6 hack */
	margin-bottom: 10px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
a.totmthumb {
	text-decoration: none;
	border-bottom: none;
	color: #666;
}
.imagecontainer {
	width: 850px;
	padding: 10px;
	background-color: #F3F3F3;
	text-align: center;
	position: relative;
	float: left;
	margin: 20px;
}
.imagecontainerthumb {
	width: 250px;
	height: 200px;
	float: left;
	margin: 10px 16px;
	font: 10px/170% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
a.imagecontainerthumb {
	text-decoration: none;
	border-bottom: none;
	color: #666;
}

/* Drop Down Menu CSS*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmsh div a{float:left;}.qmmc div {visibility:hidden;position:absolute;}

/* (MAIN) Container */	
#qm0 {
	width: 500px;
	height: 39px;
	background-color:transparent;
	float: left;
}
/* (MAIN) Items */	
#qm0 a {	
	padding:0px;
	margin:0px;
	background-color:#FFF;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#428BAA;
	text-decoration:none;
}
/* (MAIN) Hover State */	
#qm0 a:hover {	
	background-color:#E6E6E6;
}
/* (MAIN) Parent items */	
#qm0 .qmparent {	
}
/* (MAIN) Active State */	
body #qm0 .qmactive, body #qm0 .qmactive:hover {	
	background-color:#E6E6E6;
	text-decoration:none;
}
/* (SUB) Container */	
#qm0 div {
	padding:0px;
	margin:0px 0px 0px 0px;
	background-color:#F4F4F4;
	filter:alpha(opacity=95); /* IE's opacity*/
	opacity: 0.95;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#F0F0F0;
}
/* (SUB) Items */	
#qm0 div a {	
	padding:5px 10px 5px 10px;
	background-color:transparent;
}
/* (SUB) Hover State */	
#qm0 div a:hover {	
	text-decoration:none;
	color:#FFF;
	background-color:#428BAA;
}
/* (SUB) Parent items */	
#qm0 div .qmparent {	
}
/* (SUB) Active State */	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {	
	background-color:#FFF;
}
/* Individual Titles */	
#qm0 .qmtitle {	
}

/* (MAIN) Container */	
#qm1 {
	width: 100px;
	height: 39px;
	background-color:transparent;
	float: right;
}
/* (MAIN) Items */	
#qm1 a {	
	padding:0px;
	margin:0px;
	background-color:#FFF;
	color:#428BAA;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	text-decoration:none;
}
/* (MAIN) Hover State */	
#qm1 a:hover {	
	background-color:#E6E6E6;
}
/* (MAIN) Parent items */	
#qm1 .qmparent {	
}
/* (MAIN) Active State */	
body #qm1 .qmactive, body #qm1 .qmactive:hover {	
	background-color:#E6E6E6;
	text-decoration:none;
}
/* (SUB) Container */	
#qm1 div {
	padding:0px;
	margin:0px 0px 0px -100px;
	background-color:#F4F4F4;
	filter:alpha(opacity=95); /* IE's opacity*/
	opacity: 0.95;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#F0F0F0;
}
/* (SUB) Items */	
#qm1 div a {	
	padding:5px 10px 5px 10px;
	background-color:transparent;
}
/* (SUB) Hover State */	
#qm1 div a:hover {	
	text-decoration:none;
	color:#FFF;
	background-color:#428BAA;
}
/* (SUB) Parent items */	
#qm1 div .qmparent {	
}
/* (SUB) Active State */	
body #qm1 div .qmactive, body #qm1 div .qmactive:hover {	
	background-color:#FFF;
}
/* Individual Titles */	
#qm1 .qmtitle {	
}

