/* CSS Document
ITEM     |      SIZE    |   LOCATION
container:  600w x 600h     center, 3px down
headBox:    580w x 162h     centered in container, 10 down in container
topNav:  	215w x 20h
leftNav:    180w x 20h
leftBox:    280w x 380h
rightBox:   280w x 380h
flashBox:   260w x 170h
baseBox:  	580w x 380h
tagBox:	    580w x 18h

 */

		body {
			background-color:#222222;
			
			font color:#FFFFFF;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			
		}
		div#container		
		{
			position: relative;
			margin-top: 10px;
			margin-left: auto; 
			margin-right: auto;
			width: 600px;
			height: 600px;
			background-image:url(images/container.png);
			text-align: left;
		}
		div#headBox
		{
		position:absolute;
		    margin-left: auto; 
			margin-right: auto;
			margin-top: 10px;
			height: 162px;
			width: 580px;
			left: 10px;
			
			text-align: center;
		}
			div#leftNav		
		{
			position:absolute;
			margin-left: auto; 
			margin-right: auto;
			margin-top: 1px;
			
			height: 20px;
			width:215px;
			top: 132px;
			left:10px;
			text-align: left;
			background-image:url(images/leftNavbac.png);
			font-size:15px;
			text-align: center;
			color:#FFFFFF;
		}
		
		div#topNav
		{
		position:absolute;
			
			margin-left: auto; 
			margin-right: auto;
			margin-top: 1px;
			left:325px;
			top:10px;
			height: 20px;
			width:245px;
			background-image:url(images/topNavbac.png);
			text-align: center;
			color:#FFFFFF;

		}
		
		div#leftBox
		{
			position: absolute;
			margin-left: auto;
			margin-right: auto;
			top: 182px;
			width: 280px;
			height:380px;
			left:10px;
			text-align: center;
			font-size:11px;
			color:#ffffff;
			
			}
	
		div#rightBox	
		{
			position:absolute;
			margin-left: auto;
			margin-right: auto;
			top: 182px;
			width: 280px;
			height:380px;
			left:310px;
			text-align: center;
			font-size:11px;
			color:#ffffff;
			
		}
		div#flashBox
		{
		position:absolute;
			
			margin-left: auto; 
			margin-right: auto;
			margin-top: 1px;
			top:  200px;
			left:1px;
			height:170px;
			width:278px;
			text-align: left;
			
		}	
		div#baseBox	
		{
			position:absolute;
			margin-left: auto;
			margin-right: auto;
			top: 182px;
			width: 580px;
			height:380px;
			left:10px;
			text-align: center;
			font-size:11px;
			color:#ffffff;
			
		}
		
		div#tagBox
		{
		position:absolute;
			
			margin-left: auto; 
			margin-right: auto;
			margin-top: 1px;
			top:  572px;
			left:10px;
			height: 18px;
			width:580px;
			text-align:center;
			font-size:9px;
			color:#cccccc;
			
		}	
		
/* Classes */		
		img.floatLeft { 
  			float: left; 
    		margin: 4px; 
		}
		img.floatRight { 
    		float: right; 
    		margin: 4px; 
		}
		.overflow{
			overflow:scroll;
			}
		.mainhd{
		background-image:url(images/header.png);
			}
		.abouthd{
		background-image:url(images/testabout.png);
			}	
		.contacthd{
		background-image:url(images/contacthd.jpg);
			}
		.faqhd{
		background-image:url(images/faqhd.jpg);
			}

a:link { 
	color: #ffffff;
	font-size: 10px;
	}
a:visited { 
	color: #cccccc;
	font-size: 10px;
	}
a:hover { 
	color:#CC6600;
	font-size: 10px;
	font-style:italic;
	
	}
a:active { 
	color: #333333;
	font-size: 10px;
	}

/*current page stuff*/
body#home a#homenav,
body#about a#aboutnav,
body#faq a#faqnav,
body#contact a#connav,
body#qp a#qpnav,
body#op a#opnav,
body#tp a#tpnav {
color:#FF9900;
font-style:italic;
}


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

