@charset "UTF-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	/*overflow: -moz-scrollbars-vertical;*/
	overflow: scroll;
	background-color: #000000;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
}
body, h1, h2, h3, h4, h5, p {
	padding: 0;
	margin: 0;
}
a {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #B9DCFF;
	text-decoration: none;
}
/*

strong {

	color: #e0542f;

}



em {

	font-style: normal;

	color: #769531;

}*/



#container {
	/*background: url(scripts/moo/container.png) top center repeat-y !important;

	background: url(scripts/moo/container.gif) top center repeat-y; /*stoopid ie*/

	width: 600px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}
#header {
	height: 200px;
	width: 600px; /*stoopid ie*/
	margin: 0;
	padding: 0px;
	background-image: url(headerDarkPhoto.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	/*background: url(scripts/moo/3kball.png) top left no-repeat !important;

	background: url(scripts/moo/3kball.gif) top left no-repeat; /*stoopid ie*/

	position: relative;
	height: 62px;
	width: 61px;
	left: 358px;
	top: 13px;
	cursor: move;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}
#header h1 span, #footer span {
	display: none;
	margin: 0px;
	padding: 0px;
}
/*

.toggler introduction {

	margin: 0px;

	padding: 0px;

}*/



/*

#content, #ads {

	width: 600px;

	padding-left: 41px;

}*/



h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #00CC00;
	background-repeat: repeat-x;
	height: 20px;
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/rptr00.png);
	line-height: 20px;
	vertical-align: bottom;
	text-indent: 20px;
	padding: 0px;
}
h4 {
	margin: 0;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ol {
	margin: 0;
	padding: 0;
}
h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
h3 a:hover, h3 a:active {
	color: #FFFFFF;
}
/*
h3.news, h3.mootools {
	background-color: #00CC00;
	background-repeat: repeat-x;
	color: #000000;
}
h3.gethelp, h3.prototype {
	background-color: #24D224;
	background-repeat: repeat-x;
	color: #000000;
}
*/
p {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: small;
	padding: 10px;
}
/*

#footer a {

	display: block;

	height: 60px;

	width: 600px;

	background: url(scripts/moo/footer.png) top right no-repeat;

	margin-left: 45px;

	padding-bottom: 30px;

}



#ads {

	padding-bottom: 20px;

}*/

a.plnk {
	color: #CC0000;
	text-decoration: none;
}
/*

#ads h3 {

	background-color: #eee;

}



#ads h3 a {

	text-decoration: underline;

	color: #5275b4;

}



div.ads {

	width: 600px;

	padding: 10px;

}

img a {

	color: #000000;

	text-decoration: none;

}

*/.accordion img {
	text-align: right;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.toggler a {
	color: #FFFFFF;
}
/* Lightbox styles 0G1A ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#rowHolder {
	width: auto;
	text-align: center;
}


/* ---lightbox styles ----/////////////////////////////////*/


#lightbox{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000000;
	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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }


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



/* ///////////////////////////////// */
/*
.imgRow1 ul {
	list-style:none;
	margin:0;
	padding:0;
	height:29px; */
/*	padding-bottom:8px;  current home page space *//*
	font-size: 0.8em!important;
	font-family: "bitstream vera sans", Verdana, Arial, sans-serif;
	width:100%;
}
html>body ul#nav {
	width: 100%; 
} 
.imgRow1 li {
	float: left; 
	position: relative; 
	height:50px; 
	text-align: center; 
	z-index:20;*/
	
	
#imgRow1 li {
	float: left;
	height: 50px;
	width: 100px;
	margin: 2px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}
#imgRow2 li {
	float: left;
	height: 50px;
	width: 100px;
	margin: 2px;
	list-style-type: none;
	padding: 0px;
}
#imgRow3 li {
	float: left;
	height: 50px;
	width: 100px;
	margin: 2px;
	list-style-type: none;
	padding: 0px;
}
#imgRow4 li {
	float: left;
	height: 50px;
	width: 100px;
	margin: 2px;
	list-style-type: none;
	padding: 0px;
}
.nH {
	width: 600px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

/* //////// image loader styles //// 
table {
	border: thin solid #9933CC;
float: left; 
} 
#blanky {
	border: thin solid #FF66CC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:right;
	
}
#top {
	height: 100px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#lilTitle {
	color: #0000FF;
}



/*
#belowDiv {
	float: none;
	clear: left;
	padding-top: 20px;
}

#filmTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}
#lrgPic {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
*/
/* /////// Navagation stylings /// */
.tabTD {
	text-align: center;
	width: 120px;
	cursor: pointer;
	background-image: url(../images/rptr00.png);
	background-repeat: repeat-x;
	float: left;
	margin: 0px;
	padding: 0px;
}
.tab {
	text-align: center;
	font-size: 14px;
	line-height:140%;
	white-space: nowrap;
	padding:5px;
	cursor: pointer;
}
.tabhold {
	background-color: #00CC00;
	font-weight: bold;
	letter-spacing:1px;
	color: white;
	background-image: url(../images/rptr00.png);
	background-repeat: repeat-x;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: auto;
}
.tabfocus {
	background-color: #FEE21D;
	color: #000000;
	background-image: url(../images/rptr00.png);
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: auto;
}
.tabcontent {
	font-size: 12px;
	margin: 0;
	padding: 0px;
}
