@charset "utf-8";
/*General*/
body 	{background: #000; text-align:center; font-family:Arial; font-size:14px; margin:0; padding:0; border:0;}
a 		{color:#fff; text-decoration:none;}
a:hover {color:#fff; text-decoration:underline;}
.spacer {background:#000; height:5px; width:800px}

/*Content section*/
#main 					{width:800px; background: url(../images/main_bg.gif) left repeat-y;}
#maintext 				{width:740px; padding:20px 30px; text-align:left; color:#fff; min-height:400px; _height:400px;}
#maintext .indented 	{margin: 0 20px;}
#maintext .largertxt 	{font-size:18px;}
#maintext .largertxt a 	{font-size:16px;}

/*Footer*/
#footer {color:white; font-size:11px; text-align:center;}

/*Gallery*/
#gallery								{padding-left:20px;}
#gallery .galleryitem 					{float:left;}
#gallery .galleryitem .galleryitemimage {height:110px; text-align:left; margin-right:10px;}
#gallery .galleryitem img 				{border:none;}




/*LightBox*/
#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: #262626; width: 250px; height: 250px; margin: 0 auto; border:3px solid #d3c799;}
#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; background: url(../images/lightbox_prevlabel.gif) left 15% no-repeat;}
#nextLink 				{right: 0; float: right; background: url(../images/lightbox_nextlabel.gif) right 15% no-repeat;}

#prevLink:hover, #prevLink:visited:hover {background: url(../images/lightbox_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover {background: url(../images/lightbox_nextlabel.gif) right 15% no-repeat; }

#imageDataContainer	{font: 10px Arial; background: #262626 15%; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; border:3px solid #d3c799;}

#imageData					{padding:0 10px; color: #fff; font-family:Arial; font-size:11px; font-weight:normal;}
#imageData #imageDetails	{width: 70%; float: left; text-align: left; }	
#imageData #caption			{font-weight: bold;}
#imageData #numberDisplay	{display: block; clear: left; padding-bottom: 1.0em; display:none;}			
#imageData #bottomNavClose	{width: 21px; 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;}