*{
	margin: 0;
	padding: 0;
}
html,body{
	font-family: "lucida grande","lucida sans unicode",arial,"bitstream vera sans",sans-serif;/*mac,windoze,linux*/
	color: rgb(0,0,0);
	background-color: rgb(250,245,250);
	line-height: 1.5;
}
#container {
	width: 48em;/*48em or 98%*/
	margin: 0.5em auto 0 auto;
}
#masterbox {
	margin: 0 auto 0 auto;
}
#content p{
	font-size: 90%;
	margin: 0 0 0.5em 0;
	color: rgb(0,0,0);
}
h1,h2,h3,h4,h5,h6{
	color: rgb(59,116,179);/*59,84,133*/
}
h1{font-size: 130%;}
h2{font-size: 110%;}
h3{font-size: 95%;}
h4{font-size: 90%;}
h5{font-size: 90%;}
h6{font-size: 85%;}
a{
	outline: none;
}
a:link{
	color: rgb(57,92,97);
	text-decoration: underline;
}
a:visited{
	color: rgb(102,51,51);
	text-decoration: underline;
}
a:hover{
	color: rgb(0,153,153);
	text-decoration: none;
}
ul.outer_ul{
	margin: 0 0 1em 2em;
}
li{
	font-size: 85%;
	color: rgb(54,54,54);
}
.outer_li{
	list-style-type: none;
	padding: 0.5em 0 0 0;
	font-size: 100%;
}
ul.inner_ul{
	list-style-type: circle;
	margin: 0 0 1em 2em;
}
abbr, acronym {
	border-bottom : 1px dotted rgb(0, 0, 0);
	cursor : help;
}
img{
	border: 0;
	margin: 0;
}
pre{
	margin: 0 0 0.75em 0.5em;
	font-family: arial, sans-serif;
	font-size: 85%;
	color: rgb(80,80,80);
}
code{
	font-family: Monaco, "Lucida Console", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
	font-size: 100%;
	color: rgb(80,80,80);
}
.copyright{
font-size: 70%;
color: rgb(0,0,0);
}
.spacer{/*Poor rendering MSIE6and7*/
	clear: both;
	width: 100%;
	padding: 0 0 0.5em 0;
}/*Floating thumbnail gallery CSS*/
.lightbox_gallery{
	clear: both;
	float: left;
	width: 100%;
	margin: 0.5em 0 0.25em 0;
}
.lightbox_gallery img{
	float: left;
}
.frame{
	float: left;
	margin: 0em 0.2em 0em 0em;
	padding: 0.1em 0.1em 0.1em 0.1em;
	background-color: rgb(100,100,100);
	border-top: 0.1em solid rgb(240,240,240);
	border-right: 0.2em solid rgb(200,200,200);
	border-bottom: 0.2em solid rgb(230,230,230);
	border-left: 0.1em solid rgb(240,240,240);
}

.tnbox{
	float: left;
	background-color: rgb(245,245,245);
}
/*Lightbox styling*/
#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: rgb(255,255,255); 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; background: url(../images/prevlabel.gif) left 0% no-repeat;}/*GH add image background 15% changed to 0%*/
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 0% no-repeat;}/*GH add image background*/
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 0% no-repeat; }

#imageDataContainer{ font: 10px Verdana, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4; 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; }
/*End Lightbox styling*/

