html {
	background-image: url("../images/backwater.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #339bc7;
	width: 100%;
	height: 100%;
}
body {
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}
a {
	text-decoration: none;
	color:#339bc7;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
}
.head {
	width: auto;
	height: 100px;
}
.head img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.middle {
	background-color: white;
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -10px;
	float:left;
}
.footer {
	display: block;
	width: 100%;
	clear:both;
}
#slider {
	width:276px;
	float: left;
	display: block;
	margin-right: 25px;
	min-height: 300px;
}

#sliderthumb {
	width:276px;
	float: left;
	display: block;
	margin-right: 25px;
	margin-left:-100%;
	min-height: 300px;
}
.header {
	width:250px; 
	padding:8px; 
	font-weight:bold; 
	margin-top:5px;
	text-align: right; 
	cursor:pointer; 
	background-color: #ff7900;
	color: white;
	font-size: larger; 
}
.header a {
	text-decoration:none;
	color: white;
}
.header:hover {
	background-color: #ff7900;
}
.content {
	overflow:hidden
}

.text ul, li {
	list-style-type: none;
}
.text span {
	font-weight: bold;
	font-size: 12px;
}
.text {
	width:256px; 
	background-color: #fbceaf;
	border:0px solid #9ac1c9; 
	border-top:none; 
	padding: 5px;
	text-align: right;
	font-size: 10px;
	line-height: 13px;
}
.text a {
	text-decoration: none;
	color: black;
}
.text a:hover {
	color:#339bc7;
}
.fish {
	width:auto;
	height: auto;
	margin-left: 20px;
	display: block;
	padding: 0px;
	margin-top: 0px;

}
.fish p {
	margin-top: 7px;
	line-height: 16px;
}
.fish h1 {
	font-size: 20pt;
	clear:right;
	display: block;
	padding: 0px;
	margin: 0px;
}
.fishpic {
	display:block;
	float: left;
	width: 242px;
	padding-right: 20px;
}
.fishpic img {
	padding-right: 8px;
	padding-bottom: 4px;
}
.fishdesc {
	display: block;
	width: 250px;
	float: left;
	margin-top: -26px;
	margin-bottom: 10px;
}
.fishdesc a {
	text-decoration:underline;
	cursor:pointer;
}
.fishdesc img {
	margin:0;
	padding:3px 0 0 0;
}
.fishdesc p {
	margin-top: 8px;
	line-height: 14px;
}
.species {
	color: #000;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #339bc7;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=60);
}
.white_content{
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 400px;
	height: 400px;
	padding: 10px;
	border: 2px solid #a6bc67;
	background-color: #fff;
	z-index:1002;
	overflow: auto;
	color:#339bc7;
}
.wrapper_slider{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
#menu {list-style-type:none; margin:10px 0px 34px 15px; padding:0;}
#menu li {float:left; padding:0; margin:0 2px 0 10px; position:relative; width:125px; z-index:100;}
#menu li dl {position:absolute; top:0; left:0; padding-right: 10px; background: none;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:20px;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {margin: 0; padding: 0; background: #fff; text-align:center; cursor:pointer;}
/*#menu dt {margin:0; padding: 5px; font-size: 1.1em; color: #fff; border-bottom:0px solid #444;}*/
#menu dt a {display:block; width:130px; margin:0 0 8px 0; padding: 3px 3px 3px 7px; font-size: .9em; color: #fff; background-image: url("../images/genusbar.jpg"); background-repeat: no-repeat;}
#menu dd {display:block; float:left; margin:0; padding:0; width: 135px; color: #fff; font-size: .8em; background: #fff; text-align:left;}
#menu dd.last {border-bottom:0px solid #444; width: 125px;}
#menu .species {display:block; margin-left: 140px; padding-right:12px; padding-bottom: 5px; margin-top:-30px; font-weight: bold}
/*.gallery {width:242px;}*/
.gallery dt a, .gallery dt a:visited {display:block; color:#fff;}
.gallery dd a, .gallery dd a:visited {color:#000; text-decoration:none; display:block; padding:0px 0px 0px 10px;
width:125px; margin-top: 1px;}
.gallery dd a:hover {background: #339bc7; color:#9cf;}


.main {
	display:block;
	padding:0;
	height:auto;
	float:left;
	width:600px;
}


.main p {
	line-height: 16px;
	padding-right: 20px;
	margin-top: 12px;
}


		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		/* p { text-align: left; margin: 15px 0 }*/
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		/* p a, li a { color: #39c; text-decoration: none }*/
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		/* img { border: 0 }*/
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		/*body {
			font-family: Verdana, Arial;
			background: #fff;
			color: #000;
			width: 600px;
			margin: auto;
			text-align: left;
			padding-bottom: 20px;
		}*/
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			width: 100%;
			clear:both;
		}
		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow-x: hidden; 
			overflow-y: scroll; 
			border: 0px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 460px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 600px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
			margin-left:-15px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0;
			padding: 0;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width:600px;
			height:22px;
			background-color:#a6bc67;
			clear:both;
		}
		
		.stripNav ul li {
			float: left;
			border-right: 0px solid #fff;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 11px;
			font-weight: bold;
			text-align: center;
			background: #339bc7;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 2px 4px;
		}
		
		.stripNav li.tab1 a { background: #a6bc67 }
		.stripNav li.tab2 a { background: #a6bc67 }
		.stripNav li.tab3 a { background: #a6bc67 }
		.stripNav li.tab4 a { background: #a6bc67 }
		.stripNav li.tab5 a { background: #a6bc67 }
		.stripNav li.tab6 a { background: #a6bc67 }
		.stripNav li.tab7 a { background: #a6bc67 }
		.stripNav li.tab8 a { background: #a6bc67 }
		.stripNav li.tab9 a { background: #a6bc67 }
		.stripNav li.tab10 a { background: #a6bc67 }
		.stripNav li.tab11 a { background: #a6bc67 }
		.stripNav li.tab12 a { background: #a6bc67 }
		.stripNav li.tab13 a { background: #a6bc67 }
		.stripNav li.tab14 a { background: #a6bc67 }
		.stripNav li.tab15 a { background: #a6bc67 }
		.stripNav li.tab16 a { background: #a6bc67 }
		.stripNav li.tab17 a { background: #a6bc67 }
		.stripNav li.tab18 a { background: #a6bc67 }
		.stripNav li.tab19 a { background: #a6bc67 }
		.stripNav li.tab20 a { background: #a6bc67 }
		.stripNav li.tab21 a { background: #a6bc67 }
		
		.stripNav li a:hover {
			background: #333;
			color:#fff;
			text-decoration:none;
			margin-left: 0px;
		}
		
		.stripNav li a.current {
			background: #d7ef92;
			color: #333;
			margin-left: 0px;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: #fff;
		}
		
		.stripNavR {
			background: #fff;
		}
.list {
	margin:0 0 10px 5px;
	padding:0 0 0 10px;
	display:block;
	clear:both;
	width:610px;
}

.list h4 {
	margin:0 0 3px 0;
	padding:5px 0 0 5px;
	color:#ff7900;
	text-align:left;
	font-size:10pt;
}
.list dl {
	width:190px;
	float:left;
	display:block;
	margin-left: 5px;
}
.list img {
	padding-right: 5px;
	vertical-align: middle;
	padding-bottom: 3px;
	float:left;
}

.list dt {
	font-style: italic; 
	color:#000;
	clear:left;
	font-size:10px;
	text-align:left;
}

.list dt a {
	color:#000;
	text-decoration: none;
}

.list dt a:hover {
	color: #339bc7;
	text-decoration: none;
}

#navcontainer{
	width:600px;
	margin:5px 0 0 0;
	clear: both;
}

#mainfish ul, #maincoral ul, #maininvertebrate ul, #mainplant ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear:both;
}

#mainfish li, #maincoral li, #maininvertebrate li, #mainplant li {
	display: block;
	float: left;
	font-weight:bold;
	color:#000;
	font-size:12px;
	width:150px;
	}
	
#mainfish a, #maincoral a, #maininvertebrate a, #mainplant a  {
	height:20px;
	font-size: 11px;
	padding: .2em .6em;
	color:#ff7900;
	text-decoration:none;
	cursor:pointer;
	display:block;
	background-color: #fbceaf;
	border-right: 1px solid #fff;
	}

#mainfish a:hover, #maincoral a:hover, #maininvertebrate a:hover, #mainplant a:hover {
	cursor: pointer;
	background-color: #ff7900;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	}


#mainfish #fishlist a, #maincoral #corallist a, #maininvertebrate #invertebratelist a, #mainplant #plantlist a {
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-color: #ff7900;
	}

#sortlist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #339bc7;
	width:600px;
	height:12px;
	display: block;
	clear:both;
}

#sortlist li {
	display: block;
	float: left;
	font-weight:bold;
	color:#000;
	font-size:12px;
	background-color: #fff;	
	}

#sortlist li:first-child{
	margin-right: 7px;
	padding: 4px 4px;
}
	
#sortlist a {
	height:20px;
	float: left;
	font-size: 12px;
	padding: 4px 12px;
	color:#339bc7;
	text-decoration:none;
	cursor:pointer;
	display:block;
	background-color: #fff;
	border-right: 1px solid #a8d9ee;
	}

#sortlist a:hover {
	cursor: pointer;
	background-color: #a8d9ee;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	}


#body_care #sort_care a, #body_reef #sort_reef a, #body_tank #sort_tank a, #body_disp #sort_disp a, #body_diet #sort_diet a, #body_light #sort_light a, #body_water #sort_water a, #body_plac #sort_plac a {
	color:#fff;
	background-color: #339bc7;
	text-decoration:none;
	cursor:pointer;
	}



.fact {
	width: 600px;
	height: auto;
	background-color: #d7ef92;
}
.fact p{
	font-size: 10px;
	line-height: 14px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 0px;
}