body {text-align: center;
background: #000;
color: #304b52;
font: .8em "Trebuchet MS", verdana, arial, sans-serif; line-height: 20px;
margin-top: 0; }

img { border: 0; }

#wrapper { width: 950px; margin: 0 auto; text-align: left; position: relative;  background:#000 url(../images/bg.gif) repeat-y; }
#wrapperpop { width: 400px; margin: 0 auto; text-align: left; position: relative;  background:#000; }
#wrapperpop1 { width: 550px; margin: 0 auto; text-align: left; position: relative;  background:#000; }
#top { clear: both; }
#navstrip { height: 30px; background: url(../images/navbg.jpg) no-repeat #29261b; padding: 10px 0 0 20px; }
#left { width: 352px; float: left; }
#content { width: 350px; float: left; background: #fff; }
#contentwide { width: 597px; float: left; background: #fff; }
#contentwider { width: 950px; float: left; background: #fff; }
#contentpop { width: 350px; background: #fff; margin: 10px 25px; }
#contentpop1 { width: 460px; background: #fff; margin: 10px; padding: 20px; text-align:center; }
#right { width: 247px; float: left; background: #2a1b07; padding: 20px 0 0 0; }
#footer { clear: both; height: 73px; background: url(../images/fishborder.gif) no-repeat; }

#inner { padding: 10px 30px; }
#innerhome { padding: 10px; text-align: center; }

#firstcolumn{ width: 100px; float: left; }
#secondcolumn { width: 150px; float: left; padding: 5px; }
#thirdcolumn { width: 150px; float: left; padding: 5px; }

h1 { font-size: 2em; font-weight: 700; line-height: 40px; }
h2 { font-size: 1.4em; font-weight: 700; line-height: 25px; }
h3 { font-size: 1.1em; font-weight: 700;  line-height: 25px; }
h4 { font-size:1.5em; font-weight: 700;  line-height: 25px; background: url(../images/base.gif) repeat-x; height: 31px; }

.paddingpic { padding: 6px 0 0 0; }
.padclear { clear: both; padding-bottom: 50px; }
.picright { float: right; margin: 0 0 0 10px; }
.picleft { float: left; margin: 0 10px 0 0; }
.paddingtop { padding: 10px 0 0 10px; }
.paddingtop1 { padding-top: 4px; }


div#nav a { font: 1em arial, verdana, sans-serif; color:#fff; text-decoration: none; background:transparent; font-weight:500;  padding: 6px 3px; }
div#nav a:visited { font: 1em arial, verdana, sans-serif; color:#fff; text-decoration: none; background:transparent; font-weight:500;  padding: 6px 3px; }
div#nav a:hover { font: 1em arial, verdana, sans-serif; color:#fff; text-decoration: underline; background:transparent;  font-weight:500; padding: 6px 3px;}


a:link { color: #b4b25d; text-decoration: underline; background: transparent; font-weight: 700; }
a:visited { color: #b4b25d; text-decoration: underline; background: transparent; font-weight: 700;}
a:hover { color: #5a5928; text-decoration: underline; background: transparent; font-weight: 700; }

a.link2:link { color: #b4b25d; text-decoration: none; background: transparent; font-size:1em; font-weight: 500; }
a.link2:visited { color: #b4b25d; background: transparent; text-decoration: none; font-size:1em;  font-weight: 500; }
a.link2:hover { color: #b4b25d; background: transparent;  text-decoration: underline; font-size:1em;  font-weight: 500; }

a.link3:link { color: #564b32; text-decoration: none; background: #cbc2ab; font-size:1em; font-weight: 700; padding: 10px 20px; margin-top: 10px; }
a.link3:visited { color: #564b32; background: #cbc2ab; text-decoration: none; font-size:1em;  font-weight: 700; padding: 10px 20px; margin-top: 10px; }
a.link3:hover { color: #564b32; background: #bcb092;  text-decoration: underline; font-size:1em;  font-weight: 700; padding: 10px 20px; margin-top: 10px;  }

.nolink { color: #800000; text-transform: uppercase; background: transparent; font-weight: 700; }

.bold { font-weight: 700; }
.dots { background-image: url(../images/dots.gif); background-repeat: repeat-x; height: 1px; }
.line { background: #053905; height: 1px; clear: both; padding: 0; margin: 0 0 10px 0; }
.border { border: solid 1px #c7e3c7; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

.leftgallery { float: left; padding: 5px; border: solid 1px #fdefcd; margin: 5px 5px 10px 5px; background-color: #fef2e6; }
.galleryback { width: 400px; }


/*Lightbox enlarging images effect */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
