/* 	LIGHTBOX CSS DATA */
#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; }


/* TINK-A-TAKO CSS DATA */
/* BODY AND CONTAINER */

	body 
		{
		background-color: #660000; 			/* red */
		text-align:center;					/* this centers the container in the middle of the browser windows */
		}
	
	#container 
		{
		position:relative;
		background-image:url(images/background.jpg);
		width: 970px;
		height: 552px;
		/* height: 752px; */
		margin: 0 auto;
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 12px;
		line-height: 1.6em;
		color: #2b4e35;  /* dark green */
		border: 1px solid #072c13; /* dark green */
		}
		
/* GENERAL STYLES */
		
	h1 
		{
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 32px;
		text-align: center;
		color: #2b4e35; /* dark green */
		font-weight: normal;
		line-height:32px;
		margin-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
		}
	
	h2 
		{
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 14px;
		text-align: center;
		color: #2b4e35; /* dark green */
		font-weight: bold;
		line-height:24px;
		margin-bottom: 12px;
		padding-left: 10px;
		padding-right: 10px;
		}

	.announcement
		{
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 14px;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #2b4e35;
		text-decoration: none;
		line-height:22px;
		}
		
/* Navigation */
	
	#navigation 
		{
		width: 170px;
		height: 550px;
		/* height: 609px; */
		border-right: 1px solid #FFFF00; /*yellow line */
		float:left;
		}


/* Content */

	#content 
		{
		position:absolute;
		top:61px;
		left:216px;
		height: 409px;
		/* height: 609px; */
		width: 727px;
		padding-top:20px;
		overflow: auto;
		}
	
	#content p 
		{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		color: #2b4e35; /* dark green */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-weight:bold;
		font-size: 12px;
		line-height: 1.6em;
		}

	#content td 
		{
		padding-bottom: 5px;
		padding-top: 5px;
		color: #2b4e35; /* dark green */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-weight:bold;
		font-size: 9px;
		line-height: 1.2em;
		border-bottom-color:#2b4e35; /* dark green */
		border-bottom-style:dotted;
		border-bottom-width:thin;
		}


/* Content Header */

	#contentHeader 
		{
		position:absolute;
		top:20px;
		left:16px;
		height: 62px;
		width: 700px;
		}


/* Content Text Left */

	#contentTextLeft 
		{
		position:absolute;
		top:107px;
		left:16px;
		height: 280px;
		width: 461px;
		}


/* Content Flash */

	#contentFlash 
		{
		margin-top:90px;
		margin-right:10px;
		height: 286px;
		width: 230px;
		float:right;
		}


/* Content Image */

	#contentImage 
		{
		position:absolute;
		top:35px;
		left:16px;
		height: 245px;
		width: 335px;
		}


/* Content Text Right */

	#contentTextRight 
		{
		position:absolute;
		top:35px;
		left:373px;
		height: 245px;
		width: 335px;
		color: #2b4e35; /* dark green */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-weight:bold;
		font-size: 12px;
		line-height: 1.6em;
		}

/* Content Photo Gallery Images */

	#contentPhotoGallery
		{
		position:absolute;
		top:30px;
		left:26px;
		height: 255px;
		width: 383px;
		}

/* Content Photo Gallery Controls */

	#contentPhotoGalleryControls
		{
		position:absolute;
		top:30px;
		left:413px;
		height: 255px;
		width: 295px;
		text-align:left;
		}


/* Content Text Bottom */

	#contentTextBottom
		{
		position:absolute;
		top:286px;
		left:16px;
		height: 79px;
		width: 694px;
		color: #2b4e35; /* dark green */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-weight:bold;
		font-size: 12px;
		line-height: 1.6em;
		}


/* Content Buttons */

	#contentButtons 
		{
		position:absolute;
		top:368px;
		left:16px;
		height: 38px;
		width: 694px;
		}


/* Footer */

	#footer 
		{
		position:absolute;
		bottom:0px;
		right:27px;
		width: 708px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		color: #660000; /* red */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 12px;
		text-align:center;
		line-height: 1.6em;
		}

	#footer a 
		{
		color: #660000; /* red */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 12px;
		}

