/* Global */
body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:0;
	color:#333;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
}
a:hover { 
	text-decoration:none; 
}
p {
	color:#333;
}
blockquote { 
	border:1px solid #DDD;
	background-color:#f2f2f2;
	color:#333;
	padding:12px 5px;
}
code { 
	border:1px solid #DDD;
	background-color:#F2F2F2;
	padding:12px 5px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	margin:0 0 0 8.5%;
	letter-spacing:+1px;
}
table {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
.input_focus{
	background-color:#F2F2F2;
}
fieldset {width: auto; font-size: 10px; border: 1px solid #333; margin: 5px; padding: 8px; font-family: verdana}
legend { font-size: 12px;font-weight: bold;color: #333;font-family:verdana}

/* Main layout */
div#container {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	background-color:#FFFFFF;
}

/* Header and nav */
div#header {
    background-image: url(images/logosimple.png);
	background-repeat: no-repeat;
	height:110px;
	width:700px;
	clear:both;
	padding:0 0 10px 0;
}
span.o { color:#FF0000; }
span.db { color:#333333; }
div#nav ul {
	list-style-type:none;
	width:700px;
	margin:0;
	padding:8px 0px 10px 10px;
	height:25px;
	background-color:#333;
}
div#nav ul li {
	display:inline;
}
div#nav ul li a {
	display:block;
	padding:5px 7px 5px 7px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}
div#nav ul li a:hover {
	background-color:#FF0000;
}

/* Content */
.clr { clear:both; }
div#content {
	width:700px;
}
div#main {
	float:left;
	width:470px;
}
div#main h1 {
	margin:10px 0 0 7px;
	padding:0;
	width:100%;
	text-align:left;
	font-size:25px;
	color:#333;
	border-bottom:1px dotted #333;
	font-weight:normal;
}
div#main h2 { 
	margin:10px 0 0 7px;
	padding:0;
	width:100%;
	text-align:left;
	font-size:25px;
	color:#333;
	border-bottom:1px dotted #333;
	font-weight:normal;
}
div#main h3 { 
	margin:10px 0 0 7px;
	padding:0;
	width:100%;
	text-align:left;
	font-size:25px;
	color:#333;
	border-bottom:1px dotted #333;
	font-weight:normal;
}
div#main h4 { 
	margin:10px 0 0 7px;
	padding:0;
	width:100%;
	text-align:left;
	font-size:25px;
	color:#333;
	border-bottom:1px dotted #333;
	font-weight:normal;
}
div#main h5 { 
	margin:10px 0 0 7px;
	padding:0;
	width:100%;
	text-align:left;
	font-size:25px;
	color:#333;
	border-bottom:1px dotted #333;
	font-weight:normal;
}
div#main h6 { 
	margin:10px 0 0 7px;
	padding:0;
	width:100%;
	text-align:left;
	font-size:25px;
	color:#333;
	border-bottom:1px dotted #333;
	font-weight:normal;
}
div#main p {
	font-size:13px;
	color:#333;
	margin:9px 0 8px 9px;
	padding:0;
}
div#main a { 
	font-weight:bold; 
}

/* Sidebar */
div#sidebar {
	float:right;
	width:213px;
	padding-top:5px;
}
div#sidebar a { 
	color:#333;
}
div#sidebar a:hover {
	color:#FF3300;
}
div#sidebar h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
}
div#sidebar ul {
	list-style-type:square;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
div#sidebar p {
	padding:5px 0 5px 3px;
	margin:0;
}
div#sidebar form {
	border:1px solid #ddd;
	background-color:#F2F2F2;
	padding:5px 2px 5px 2px;
	margin:0;
}

/* Footer */
div#footer {
	width:700px;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	border-left:1px solid #333;
	border-top:1px solid #333;
	background-color:#666;
	padding:3px 0 3px 0;
}
div#footer p {
	text-align:center;
	width:100%;
	margin:0;
	padding:0;
	font-size:11px;
	color:#FFF;
}
div#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
div#footer a:hover { 
	color:#FF0000;
	text-decoration:none; 
}

/* lightbox */

#lightbox{
	position: absolute;
	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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}