@charset "utf-8";
/* CSS Document */

body
{
	margin: 0; /* to avoid margins */
	text-align: center;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

h1 {
	font-size: 1.2em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;	
	}
a:visited {
	text-decoration: none;	
	}
.clear {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
table {
	margin: 0px;
	padding: 0px;
}
.tc {
	font-size: 0.8em;
}


.link img {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #666666;
}

#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 850px;
	height: 500px;
	margin-top: -250px; /* half of the height */
	margin-left: -425px; /* half of the width */
	text-align: left;
     }
#innerhome {
	height: 100%;
	width: 100%;
	background-image: url(images/face1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #FFFFFF;
}
#innersite {
	border: 1px solid #FFFFFF;
	height: 100%;
	width: 100%;
}
#header {
	height: 71px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#homecontent {
	color:#999999;
	height: 120px;
	margin-left: 30px;
}
#homecontent p {
	margin-left: 15px;
}
#homecontent a {
	color: #999999;
}

#content {
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFFFFF;
}

#content2 {
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 100px;
	color: #FFFFFF;
	width: 700px;
}

#info {
	width: 300px;
	margin-left: 200px;
}

#content2 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#content img {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #666666;
}

#footer {
	width: 850px;
	color: #FFFFFF;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	text-align: right;
	font-size: 0.8em;
}

 
#footer1 {
	width: 850px;
	color: #FFFFFF;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	text-align: right;
}


#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;
	}
