body
{
	background-color: #333333;
	background-image: url(../images/bodybg.png);
	color: #ffffff;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	margin: 0;
}

p, h1, h2, h3, img, div, ul, li, a
{
	margin: 0;
	padding: 0;
	border: 0;
}

.clearfix:after {	content: "."; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;}/* Hides from IE-mac \*/	* html .clearfix {height: 1%;}/* End hide from IE-mac */

.clear
{
	clear: both;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #ffffff;
}

a:hover, a:active
{
	text-decoration: none;
	color: #ffffff;
}

div.main-container
{
	width: 100%;
	margin: 50px 0;
	border-width: 2px 0;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #333333;	

}

ul.nav
{
	float: right;
	list-style-type: none;
	margin: 10px;
	border: 1px solid #666666;
}

	ul.nav li a:link, ul.nav li a:visited, ul.nav li a:hover, ul.nav li a:active
	{
		color: #FFFFFF;
		background-color: #333333;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
		text-align: right;
		padding: 8px 8px 8px 60px;
	}

	ul.nav li a:hover
	{
		background-color: #666666;
		color: #ffffff;
	}

	ul.nav li.selected a:link, ul.nav li.selected a:visited, ul.nav li.selected a:hover, ul.nav li.selected a:active
	{
		background-color: #666666;
		color: #ffffff;
		padding: 8px 60px 8px 8px;
		text-align: left;
	}

div.titles
{
	float: right;
	margin: 3px;
	text-align: right;
}

h1.title
{
	font-size: 3em;
	color: #FFFFFF;
	background-color: #333333;
	font-weight: normal;
	text-transform: uppercase;
}

h2.slogan
{
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #333333;
	font-weight: normal;
	letter-spacing: 0.05em;
}

div.content-container h1
{
	margin-top: 50px;
}

div.content-container p
{
	line-height: 140%;
}

div.content-container h1, div.content-container p
{
	color: #FFFFFF;
	background-color: #333333;
	padding: 10px;
	font-size: 1em;
}

p.copyright
{
	clear: both;
	margin: 20px 5px 5px 5px;
	text-align: center;
	color: #ffffff;
	background-color: #333333;
}

ul.links li
{
	padding: 3px 3px 3px 10px;
}



#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; color: #000000; background-color: #FFFFFF; }	
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	