/* CSS Document */

/* basic elements */

body { 
	background-color: white;
	margin: 0px 0px 0px 50px;
	}
	
img {
	border:none;
	}	
	
h3 {
	font-family: verdana;
	color: #10147e;
	font-size: 14pt;
	}
	
h4 {
	font-family: verdana;
	color: #10147e;
	font-size: 11pt;
	}

h5 {
	font-family: verdana;
	}

ul {
	padding: 20px;
	margin-left: 0px;
	}

li {
	font: 10pt verdana;
	color: black;
	list-style: square;
	margin-left:0px;
	padding-left: 0px; 
	}

p {
	font: 10pt verdana;
	color:#000000;
	}
	
p.bold {
	font: 12pt trebuchet ms;
	color: #f03024;
	}
	
p.case {
	font: 9pt verdana;
	}

p.copy {
	font: 10pt trebuchet ms;
	color:#999999;
	padding-left: 34;
	}
	
p.home {
	font: 10pt trebuchet ms;
	color: #999999;
	}
	
p.note {
	font: 10pt verdana;
	font-style: italic;
	color: #999999;
	}

p.quote {
	font: 8pt verdana;
	color: #003399;
	}

p.sub {
	font: 9pt trebuchet ms;
	color: #666666;
	}

/* Top Navigation Bar */

p.nav {
	font: 10pt verdana;
	color: red;
	text-decoration:none;
	font-weight: bold;
	}
p.page {
	font: 11pt trebuchet ms;
	color:#666666;
	text-decoration:none;
	}

a:link {
	text-decoration:none;
	color:#10147e;
	font-weight: bold;
	}

a:visited {
	text-decoration:none;
	font-weight: bold;
	color:#10147e;
	}
	
a:hover {
	text-decoration:none;
	color:#f03024;
	}
	
/* Internal links */	

a.internal:link {
	text-decoration:none;
	color: #203fab;
	}

a.internal:visited {
	text-decoration:none;
	color:#666666;
	}
	
a.internal:hover {
	text-decoration:none;
	color:#f03024;
	}
	
a.map:link {
	text-decoration:none;
	color: #999999;
	font: 8pt verdana;
	}

a.map:visited {
	text-decoration:none;
	color:#999999;
	font: 8pt verdana;
	}
	
a.map:hover {
	text-decoration: underline;
	}

a.project:link {
	text-decoration:none;
	color: #404040;
	font: 8pt verdana;
	}

a.project:visited {
	text-decoration:none;
	color:#404040;
	font: 8pt verdana;
	}
	
a.project:hover {
	text-decoration: underline;
	}

/* DIV Containers */

#text {
	padding: 0 0 0 10;
	height: 340px;
	width: 620px;
	}
	
#textbox {
	width: 600px;
	height: 290px;
	overflow: auto;
	font: 10pt trebuchet ms;
	color: black;
	padding: 0px 10px 0px 0px;
	margin-bottom: 10px;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color:#808080;
	scrollbar-darkshadow-color: #cdcdcd;
	scrollbar-face-color:#ebebeb;
	scrollbar-highlight-color: #f5f5f5;
	scrollbar-shadow-color: #d7d7d7;
	scrollbar-track-color: #e1e1e1;
	}

#study {
	height: 270px;
	width: 340px;
	overflow: auto;
	color: black;
	padding: 0px 10px 0px 0px;
	margin-bottom: 10px;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color:#808080;
	scrollbar-darkshadow-color: #cdcdcd;
	scrollbar-face-color:#ebebeb;
	scrollbar-highlight-color: #f5f5f5;
	scrollbar-shadow-color: #d7d7d7;
	scrollbar-track-color: #e1e1e1;
	}

	
/* Lightbox Code */

#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;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}

#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: #10147e;
	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 */
	}	