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

*{
	margin:0px;
	padding:0px;}

body
	{
		background-image:url(images/background.gif);
		background-repeat:no-repeat;
	}

#content
	{
		position:relative;
		float:none;
		top:25px;
		margin:0 auto;
		width:920px;
		min-height:760px;
		background-image:url(images/contentbg.jpg);
		background-repeat:repeat-y;}
		
table#sign_in
	{
	position:absolute;
	top:26px;
	left:695px;
	padding-top:5px;
	padding-bottom:5px;
	}

table#sign_in tr td
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#CCC;
		font-weight:bold;
		padding:3px;
	}

#menu
	{
		position:relative;
		width:650px;
		height:25px;
		float: left;
	}
#menu ul
	{
		width:650px;
		height:25px;
		float:left;
		margin:0px;
		padding:0px;
		display:block;
		list-style:none;
		list-style-type:none;
	}
#menu ul li a
	{
		width:91px;
		height:25px;
		float:left;
		margin-right:1px;
		display:block;
		background-image:url(images/menubutton.jpg);
	}
#menu ul li a:hover
	{
		background-image:url(images/menubutton_over.jpg);
	}
		
#menu ul li a.menu
	{
		width:91px;
		height:25px;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#666;
		text-align:center;
		vertical-align:middle;
		text-decoration:none;
	}
#maincontent
	{
		position:relative;
		left:30px;
		width:605px;
		height:auto;
		margin-top:50px;
	}
.pageheadertxt
	{
		width:210px;
		height:30px;
		font-family:rockwell, arial;
		font-size:22px;
		color:#E5E5E5;
	}
.bodytxt
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#E5E5E5;
		line-height:17px;
	}
.bodytxt h3
	{
		font-family:rockwell, Arial, Helvetica;
		font-size:16px;
		color:#FFF;
	}
.bodytxt hr
	{
		color:#FFF;
		background-color:#FFF;
		height:0.5px;
	}
.bodytxt_form
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#E5E5E5;
		line-height:17px;
	}
.bodytxt_form table tr td
	{
		padding:3px;
	}
#simplegallery1{ //CSS for Simple Gallery Example 1
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: 1px solid white;
	}
#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
	text-align: left;
	padding: 2px 5px;
	}
#rightcontent
	{
	position:absolute;
	left:675px;
	top:250px;
	width:240px;
	height:400px;
	}
#rightcontent_history
	{
	position:absolute;
	left:900px;
	top:275px;
	width:240px;
	height:400px;
	}
table.phototable tr td
	{
		width:80px;
		height:80px;
		border:solid 1px #E5E5E5;
	}
table#featured_gallery{
	margin-top:10px;
	border:0px;
}
table#featured_gallery tr td a img{
	border:0px;
	padding:4px;
}
	
	
/*------- LIGHTBOX STYLES ----------------------*/

#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; }


/*------- FOOTER STYLES ----------------------*/

#footer
	{
		position:relative;
		top:35px;
		float:none;
		margin:0px auto;
		width:560px;
		height:25px;
		z-index:2;
	}
#footer ul
	{
		width:560;
		height:25px;
		padding:0px;
		list-style:none;
		list-style-type:none;
	}
#footer ul a
	{
		width:80px;
		height:25px;
		display:inline-block;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#BF430F;
		text-align:center;
		vertical-align:middle;
		text-decoration:none;
	}
#footer ul a:hover
	{
		color:#999;
	}


/*------- ROSTER STYLES ----------------------*/


table#roster
	{
		width:760px;
	}
table#roster tr
	{
		height:30px;
	}
table#roster tr td
	{
		height:30px;
		font:12px Arial, Helvetica, sans-serif;
		color:#E5E5E5;
		margin:0px;
		padding-top:8px;
		padding-bottom:4px;
		padding-left:5px;
		border-bottom:dotted 1px #FFF;
	}
table#roster tr th
	{
		font:13px Arial, Helvetica, sans-serif;
		color:#FFF;
		font-weight:bold;
	}
table#roster tr td a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:20px;
		color:#E5E5E5;
		text-decoration:none;
	}
ul#roster li a:hover
	{
		color:#FFF;
	}

/*------- GALLERY STYLES ----------------------*/

table#gallery{
	border:0px;
}
table#gallery tr td a img{
	border:0px;
	padding:2px;
}

/*------- SPONSORS STYLES ----------------------*/

.sponsorimg{
	position:relative;
	display:inline-block;
	width:250px;
	height:auto;
	margin-right:15px;
	border:0;}
	
.sponsorimg img{
	border:0;}
