/* CSS Document */

/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;} 
table {border-collapse:collapse; border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;} 
q:before,q:after {content:'';} 
abbr,acronym {border:0;} 
/* End CSS Reset */

/* Font Declarations */
.title {font-size: 1.5em; font-style: italic; text-transform: uppercase; color:#000; font-weight: bold; font-family: Helvetica, Verdana, Arial, sans-serif;}
.gallerytitle {font-size: 1.2em; font-style: normal; text-decoration: none; color: #FFF; font-weight: normal; font-family: Helvetica, Verdana, Arial, sans-serif; padding-left: 10px;}
.desc {font-size: .9em; font-style: normal; color:#DDD; font-family: Helvetica, Verdana, Arial, sans-serif;}
.disclaimer {font-size: .8em; font-style: italic; font-family: Helvetica, Verdana, Arial, sans-serif;}
.event {font-size: 1.2em; font-style: italic; color: #6FF; font-weight: bold; font-family: Helvetica, Verdana, Arial, sans-serif;}
.sponsors {font-size: 1em; color: #FFF; font-family: Helvetica, Verdana, Arial, sans-serif;}

/* Link Declarations */
a:link {font-size: 1.2em; font-style: normal; font-family: Helvetica, Verdana, Arial, sans-serif; color: #FF0; text-decoration: none;}
a:visited {font-size: 1.2em; font-style: normal; font-family: Helvetica, Verdana, Arial, sans-serif; color: #FF0;	text-decoration: none;}
a:hover {font-size: 1.2em; font-style: normal; font-family: Helvetica, Verdana, Arial, sans-serif; color: #00E;text-decoration: none;}
a:active {font-size: 1.2em; font-style: normal; font-family: Helvetica, Verdana, Arial, sans-serif; color: #FF0; text-decoration: none;}

/* Image Declarations */
.gallery {border: 0px; padding-left: 10px; padding-top: 10px;}
.gallery:hover {background-color: #666;	filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6;}

/* Main Layout */
body {background-color: #666;}
#Top_Bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	background-color: #000;
	background-image: url(topimage.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	border-bottom: 5px ridge #FFF;
}
#Logo {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 391px;
	height: 70px;
	background-color: #000;
}
#navbar{
	position: absolute;	
	background-color: #333;	
	top: 75px;
	left: 30px;
	height: 240px;
	width: 150px;	
	text-align: center;
	padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;
	border-left: 2px solid #000; border-right: 2px solid #000; border-bottom: 2px solid #000;
}
#main{
	position: absolute;
	align: center;
	top: 85px;
	height: auto;
	left: 210px; right: 20px;
	width: auto;
	background-color: #666;
	color: #FFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	text-align: left;
	padding-bottom: 20px;
}
/* END Main Layout */

/* One Shot Layouts */
#biotable {padding: 5px;}
/* END One Shot Layouts */

/* Lightbox Addition */
#lightbox{
	position: absolute;
	top: 0px;
	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(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) 0 15% no-repeat; border: none;}
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) 100% 15% no-repeat; border: none;}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color: #000000;
	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: 100%;
	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 */
	}	