* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: black;
 font-size: 12px;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.3em;
margin-bottom: 1.0em;
margin-top: 0.5em;
}

blockquote{
padding: 7px;
border: 1px #d9d9d9 solid;}

#header {
 border: 1px solid #ccc;
 margin: 5px 5px 5px 5px;
 padding: 4px;
 height: 60px;
 background-color: #C9C9BE;
 background-image: url(images/img20.jpg);}

ul {
	line-height: 180%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

#header p {
    color: #5dff35;
    float: left;
	padding: 25px 0em 0px 0px;}

#header h1 {
	float: left;
	padding: 15px 0em 0px 20px;
	font-size: 24px;
	color: red;
}

#header h2 {
	float: left;
	padding: 25px 0em 0px 0px;
	font-size: 12px;
	font-weight: normal;
}

#header ul {
	float: right;
	margin: 0;
	padding: 25px 0em 0px 0em;
	list-style: none;
	font-size: 11px;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: red;
	font-size: 14px;
}

#header a:hover {
    color: white;
}

#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 width: 49%;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 1px solid #ccc;
 background-color: #fff;
text-align: justify;}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#leftcolumn a:visited {
	color:purple;
}

#leftcolumn a:hover {
	color:red;
	text-decoration:underline;
}

#leftcolumn a {
	color:blue;
}

#leftcolumn h1 {
color: black;
font-size: 18px;
text-indent: 10px;
}

#leftcolumn h2 {
color: black;
font-size: 16px;
text-indent: 10px;
padding-top: 5px;
margin-top: 10px;
}

#centercolumn { /* Parent Wrapper for inside boxes */

 border: 1px solid #ccc;
 margin: 0px 5px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 20%;
 float: left;
 min-height: 300px;
background-color: #f0f0f0;}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn p{
 text-align: justify;
 }

#centercolumn h2{
 color: black;
 font-size: 14px;
 text-indent: 10px;
 padding-top: 5px;
 margin-top: 10px;
}

#centercolumn img {
margin-left: 12%;}

#rightcolumn {
 margin: 0 5px 0px 0px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 24%;
 float: left;
 background-color: #fff;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#rightcolumn h4
{
 font-size: 14px;
 color: black;
padding-top: 3px;
margin-top: 5px;
}

#rightcolumn ul, #rightcolumn li {
text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#rightcolumn a {
	border-bottom: none;
	color:blue;
}

#rightcolumn h3 {
	text-align: center;
	position:static;
}

#rightcolumn a:visited {
	color:purple;
}

#rightcolumn a:hover {
	color:red;
	text-decoration:underline;
}

#footer {
 font-size: 10px;
 background-color: #fff;
 text-align: center;
 margin: 10px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
}

/* Lightbox images and photo gallery */

#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; }