CSS - http://defaultStyle.css
http://www..com
Inline Styles from http://defaultStyle.css

/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */

/* Author - 'Luther Johnson' */
/* Template Created By 'Electric Lizard' */
/* Template Created For 'distinguished gentlemen' */
/* Template Style - 'simple' */
/* Date Modified - 'May 11, 2009' */

/* @import ""; */

/* CSS Document */

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #000000;
}

P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #000000;
}

a {
	/* a tag must be represented to control the width of the layout; otherwise site is fluid*/
}





/* Navigation Styles*/

	 /*all lists */
#nav, #nav ul { 
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	list-style: none;
	float: left;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	background-color: ;
	z-index: 1800;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	_position: static;
}

#nav a { 
	display: block;
	/*/text-indent: /**/5px;
	z-index: 800;
	width: 100px;
}

#nav li {
	/* all list items */
	position: relative;
	float: left;
	margin-bottom: 0px;
	text-indent: 5px;
	/text-indent: /**/0px;
	z-index: 800;
	width: 100px;
}

/*second-level lists */
/*#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: 100px;
	margin-top:-23px;
	z-index: 800;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}*/



#nav li a {
	width: 100px;
	display: block;
	color: #000;
	text-decoration: none;
	background-color: ;
	border-bottom: 1px solid #000000;
	border-top: 0px solid #bbb;
	padding: 3px 0px 3px 5px;
	z-index: 800;
	_width: 100px;
}

#nav li a:hover {
	width: 100px;
	color: #fff;
	background-color: ;
	z-index: 1000;
	_width: 110px;
}

/* lists nested under hovered list items */

/*#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	
	left: auto;
	z-index: 1000;
	width: 100px;
}*/

/*#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}*/

/* lists nested under hovered list items */
/*#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}*/




/* photo gallery style */

#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; }

