@charset "utf-8";
/* CSS Document for Data Sanctuary v2.1 */

/* Basic Page Divisions */

body {
	background-color:#5ebaae;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px
}

#wrap {
	background:#fbfbfb url(i/back.gif);
	width:990px;
	margin:auto
}

#top {
	background:url(i/top.gif);
	color:#fff;
	height:50px
}

#logo {
	margin:0px 15px 0px 15px
	
}

#nav {
	background:url(i/nav.png);
	height:35px;
	margin:0px 15px 0px 15px
}

#cont {
	margin:10px 15px 0 15px;
	float:left;
	width:630px;
	padding-left: 5px
}

#side {
	margin:10px 15px 0 0;
	float:left;
	width:300px
}

#man {}

#foot {
	background:url(i/bot.gif);
	height:50px;
	color:#fff
}

/* Top and Bot Text Formatting */

.top {

	float:left;
	margin:0px;
	padding:28px 0px 0px 30px
}

.topr {
	float:right;
	margin:0px 30px 0px 0px;
	padding:28px 0px 0px 30px
	

}

.add {
	text-align:center;
	padding:11px 0
}

/* General Page and Navigation Style Selectors */

#nav ul {
	margin:0;
	text-transform:uppercase;
}

#nav li {
	background:url(i/nav.png);
	background-repeat:no-repeat;
	display:inline;
	float:left;
	padding:10px 15px 5px 15px;

}

#nav dl {
	display:inline;
	margin:0px
}

#nav dd {
	display:inline;
	margin:0px 0px 0px 5px;
	padding:5px 15px 5px 15px;
	float:right
}

#cont li {
	font-size:13px;
	color:#374FB3
}

a, a:visited {
	text-decoration:none;
	color:#fff
}

a:hover {
	text-decoration:underline
}

h1 {
	font-size:10px
}

h2, h3 {
	font-size:18px;
	color:#2A2A2A
}

h4, h5 {
	background-image:url(i/nav.gif);
	font-size:12px;
	color:#fff;
	text-align:center
}

h6 {
	color:#374FB3;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:14px
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#242424;
	font-style:normal;
	font-weight:normal;
	font-size:12px
}

.style1 {
	color:#374FB3;
	text-align:center;
	font-style:italic;
	font-weight:bold
}

.style2 {
	color:#666;
	font-style:italic;
	font-weight:lighter
}

.style3 {
	font-style:italic;
	font-weight:bold
}

.style4 {
	font-weight:bold
}

.a, .a:visited {
	color:#374fb3;
}

/* Form Style Selectors */

fieldset {
		padding: 0em 0em 0em 1em
}

.fieldset {display:none} /* delete border from hidden fieldsets */
	
legend {
		padding: 0em;
		margin-bottom:0em
}
	
label {
		float: left;
		clear: left;
		width: 10em
}

.p	{
	text-align:right;
	margin-right:1em
}

.red {
	color:#f00;
}

.redb {
	color:#f00;
	font-weight:bold
}

img {
	border:none
}

#man img {
	margin-top: 10px
}

/* Lightbox v2.04 Data Sanctuary Mod */

#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; background-color:#8facdd;}
#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;}


#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; background-color:#8facdd; }

#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: 5500px; background-color: #000; }

