body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #043539;
}

#container {
	width: 998px;
	text-align:left;
	padding:0px;
	height: 223px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#nav {
background: #315b7d;
border-bottom: 6px solid #ffffff;
height: 30px;
line-height: 31px;
}



#sidebarright {
	float: right;
	width: 50%;
	margin: 3px;
}

#site {
	color: #ffffff;
	font-family: Century Gothic;
	font-size: 36px;
	line-height: 40px;
	text-align: left;
	text-transform: lowercase;
	border-bottom-color: #3399FF;
	background-color: #062834;
	background-image: url(images/header1.png);
	background-repeat: no-repeat;
	height: 223px;
	width: 998px;
	padding-bottom: 3px;
}

b, strong, i, em {
color: #000000;
}
a:link,a:visited,a:active{
color: #000000;
text-decoration: none;
font-family: Century Gothic;
}
a:hover{
text-decoration: underline;

}


h1 {
font-family: "Trebuchet Ms";
font-weight: bold;
font-size:32px;
background: #ececec;
background-image:url('images/headerbg1.png');
border:2px solid #ffffff;
color: #ffffff;
text-align:left;
text-transform: uppercase;
letter-spacing:-2px;
word-spacing:3px;
line-height: 26px;
margin-bottom: 1px;
padding-left: 10px;
}

h2 {
margin-bottom: 2px;
margin-top: 0px;
line-height:13px;
font-size:12px;
font-family: Century Gothic;
text-transform: lowercase;
font-weight: normal;
color: #000000;
text-align: left;
}

h3 {
font-family: Century Gothic;
font-weight: normal;
font-size:24px;
color: #000000;
text-align:center;
text-transform: lowercase;
letter-spacing:-1px;
word-spacing:3px;
line-height: 28px;
margin:0px;
}

.content {
	padding:0px;
	float:left;
	width:100%;
	background: #ffffff;
	font-size: 11px;
	font-family: Lucida Grande, Lucida Sans Unicode;
	color: #666666;
	line-height:14px;
	text-align:left;
	text-transform: none;
	font-weight:normal;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

a.navi, a.navi:active, a.navi:link, a.navi:visited {
font-family: arial black;
font-size: 24px;
line-height:26px;
font-weight: normal;
letter-spacing:-1px;
text-decoration:none;
color: #ffffff;
text-transform: uppercase;
text-align: center;
padding: 0px 18px 0px 18px;
}
a.navi:hover {
background-color:#416b89;
}


img.special {border: 3px black solid;}

 
}
table.sample {
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 3px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 3px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
left: -1000px;
border: 3px solid white;
visibility: hidden;
color: #ffffff;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 500px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
