@charset "UTF-8";
/* CSS Document */

body, html {
	min-height: 101%;
	margin: 0px;
	height: 100%;
	background-color: #1d272f;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


p{
	color: #515151;
	font: 12px/20px Arial, Helvetica, Geneva, sans-serif;
}

.bigger{
	color: #515151;
	font: 12px/20px Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}


p a {
	font: 12px/20px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #4fc1e1;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

#container {
	width: 940px;
	margin: 0px auto 0px auto;
	position: relative;
}

#header{
	width: 940px;
	height: 345px;
	background-color: #2f6a62;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #48c0e0;
	border-bottom-color: #48c0e0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#spacer{
width: 100%;
height: 310px;
}

#menu{
height: 30px;
padding-top: 5px;
padding-left: 35px;
}

#menu ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#menu ul li{
	margin-bottom: 0;
	padding: 0;
	padding-top: 2px;
	padding-right: 10px;
	list-style: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

#menu ul li a{
	border: none;
	color: #48c0e0;
	text-decoration: none;
}

#menu ul li a:hover{
	border-bottom:2px solid #26313b;
}

#main{
	width: 940px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	float: left;
}

#content{
	float: left;
	width: 870px;
	margin: 0px;
	padding: 35px;
}

#columnbigl{
	width: 570px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}

#columnbigl ul{
color: #515151;
	font: 12px/20px Arial, Helvetica, Geneva, sans-serif;
}

#columnfull{
	width: 870px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}

#columnsmlr{
	width: 270px;
	float: right;
	margin: 0px;
	padding: 0px;
}

.columnsml1{
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

.columnsml2{
	width: 270px;
	float: left;
	margin-left: 30px;
	padding: 0px;
	padding-bottom: 10px;
}

.columnsp1{
	width: 420px;
	height:100px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

.columnsp2{
	width: 420px;
	height:100px;
	float: left;
	margin-left: 29px;
	padding: 0px;
	padding-bottom: 10px;
}

#footer{
float: left;
width: 870px;
margin: 0px;
padding: 35px;
background-color: #26313b;
}

#sponsors{
	float: left;
	width: 870px;
	margin: 0px;
	padding: 0px;
}

#copyright{
	border-top: solid 1px #2e3f50;
	float: left;
	width: 870px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	color: #4d6a87;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	}


h1{
	color: #999999;
	font: bold 11px/19px Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
	text-transform: uppercase;
	display: block;
}

h2{
	color: #48c0ce;
	font: bold 11px/19px Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
	text-transform: uppercase;
	display: block;
}

h3{
	color: #48c0ce;
	font: bold 11px/19px Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #2e3f50;
	padding-bottom: 5px;
	text-transform: uppercase;
	display: block;
}

h4 {
	color: #303030;
	font: bold 15px/22px "Myriad Pro", Helvetica, Arial, sans-serif;
}


#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; }
#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;}
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

