/*****************************Start of CSS File****************************/

* {
	margin: 0;
	padding: 0;
  }
	
body {
	margin: 0 0 0 0;
	padding: 0;
	background: #000000;
	/*background: url(images/backgroundSquares.jpg);*/
  }
	
img {
  border: 0;
	}


/*****************************CONTAINER****************************/

#container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 0 0px 0;
	width: 1000px !important;
	width /**/: 1000px;
	/*background: #930D0D; */
	background: #800C0C;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: .95em;
	color: #00000;
  }
	
#info {
	margin: 0 0 0 100px;
	padding: 0 0 0 0;
	width: 800px !important;
	width /**/: 800px;
  }
	
#intro {
  width: 800px;
	height: 295px;
	background: url(images/intro2.jpg);
	padding: 0 0 0 0;
	color: #ffffff;
	}
	
#introPages {
  width: 800px;
	height: 20px;
	background: url(images/intro2.jpg);
	padding: 0 0 0 0;
	color: #ffffff;
	}
	
#header {
	width: 800px;
	height: 155px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(images/header2.jpg) no-repeat;
	}
	
#content {
  width: 780px;
	margin: 0 0 0 0;
	padding: 5px 10px 25px 10px;
	background: #ffffff;
	}
	
#content ul {
  list-style-type: none;
	}
	
#content a {
	color: #000000;
	text-decoration: none;
  }

#content a:hover {
  color: #000000;
	text-decoration: underline;
	}
	
#footer {
  width: 800px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	height: 50px;
	background: #000000;
	color: #ffffff;
	text-align: center;
	font-size: .75em;
	}
	
#footer a {
	color: #ffffff;
	text-decoration: none;
  }

#footer a:hover {
  color: #ffffff;
	text-decoration: underline;
	}
	
#flash {
  /*position: absolute;*/
	width: 800px;
	/*top: 132px;
	left: 0px;*/
	}
	
#volleyball {
  position: absolute;
	width: 50px;
	top: 132px;
	right: 150px;
	}
	
#volleyball a {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.25em;
	text-decoration: none;
  }

#volleyball a:hover {
  color: #ffffff;
	text-decoration: underline;
	}
	
/*****************************LINKS********************************/

#links {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	width: 780px !important;
	width /**/: 780px;
	height: 37px;
	font-size: 1.0em;
	color: #ffffff;
	background: #000000;
  }
	
#linkStyle ul {
	width: 700px;
	padding: 7px 0 0 0;
	list-style-type: none;
  }
	
#linkStyle ul li {
	width: 700px;
	margin: 0 0 5px 0;
	padding: 0 35px 0 0;
	display: inline;
  }
	
#linkStyle ul li a{
	display: inline;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 12px;
  }
	
#linkStyle ul li a:hover{
	color: #ffffff;
	text-decoration: underline;
  }
	
.underline {
  text-decoration: underline;
	}

	
/************Lightbox*******************/

#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(../barPics/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(../barPics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../barPics/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	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: #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 */
	}	

/************End of CSS File************/