/*
#footer {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 50px;
	overflow: hidden;
}

#page {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50px;
	overflow: auto; 
}

* html body {
	padding: 0 0 50px 0;
}

* html #footer { 
	height: 100%; 
	width: 100%; 
} 
*/
.inner {
	margin: 15px;
}

body {
	background-color: #000;
	border: 0;
	color: #fff;
	font-family: "Lucida Grande",Lucida,Verdana,Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
/*	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
*/}

#header {
	margin: 6px auto 0;
	width: 1036px;
}
#content {
	margin: 0 auto;
	width: 1036px;
}

ul.navigation {
	float: left;
	margin: 1.5em 0 0 50px;
	padding: 0;
	width: 450px;	
}
ul.navigation li {
	float: left;
	list-style: none;
	margin: 0 10px 0;
	padding: 0;
	text-align: left;
}
ul.errors li {
	list-style: none;
	margin: 0;
	font-style: italic;
}

a, a:visited, a:active {
	color: #fff;
}

#title a { border: none; }

th {
	font-size: 1.4em;
	letter-spacing: 5px;
}

td {
	font-size: 1em;
}

h1#title {
	font-size: 3em;
	letter-spacing: .1em;
	font-weight: normal;
	width: 500px;
	float: left;
	text-align: right;
}

hr {
	display: block;
	border-bottom: solid #666 1px;
	border-width: 0 0 1px 0;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}

#lightbox div, #lightbox a, #lightbox a:visited, #lightbox a:active {
	color: #fff;
}
#lightbox a, #lightbox a:visited, #lightbox a:active,
.navigation a, .navigation a:visited, .navigation a:active
{
	border: none;
}
#footer {
	font-size: .85em;
	margin: 0;
	padding: 0;
}

/** FORMS **/
.zend_form dt {
	clear: left;
	float: left;
	margin: 0 1% 5px 0;
	text-align: right;
	width: 30%;
}
.zend_form dd {
	margin: 0 0 5px 32%;
	text-align: left;
	width: 68%;
}

/** INDEX **/
/*
#page {
	background: transparent url(/images/bg/fish-bg.jpg) no-repeat center top;
}
*/
#home h2 {
	font-weight: normal;
	font-size: 1em;
}
#home #featuredPhotos {
	height: 282px;
	float: left;
	padding: 8px 8px 0;
	width: 502px;
}
#home #featuredPhotos a,
#home #featuredVideos a {
	border: 0;
}
#home .imgBox {
	border: 1px solid #333;
	background: #000;
	height: 282px;
	padding: 0;
	width: 500px;
	vertical-align: middle;
	display: table-cell;
}
#home #featuredVideos {
	height: 282px;
	float: left;
	padding: 8px 8px 0 5px;
	width: 502px;
}

/** PHOTO MODULE **/
#galleries {
	text-align: center;	
	margin: 0 auto;
	width: 1020px;
}
#gallery {
	margin: 0 auto;
	width: 1020px;
}	
.tile {
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	height: 100px;
	margin: 0 2px 2px 0;
	position: relative;
	width: 100px;
}
.halfpad {
	width: 50px !important;	
}
#featured a, .tile a {
	border: none;
}
.rollover h2,
.rollover h3,
.tile h3 {
	display: none;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100px;
}
.rollover h2 a,
.rollover h3 a,
.tile h3 a {
	display: block;	
}
