/* CSS Document */

.transparent_class {
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
} 

.transparent_class:hover {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
} 


body { font-family: Arial, Tahoma, Verdana, sans-serif;
 	   color:#333333; font-size:12px; font-style:normal;}
	   
#navigation {
	
    padding:10px 10px;
    width:150px;
	list-style-type: none;
}
#navigation a  {
    
	display: block;
    background:url(media/NavGal1.gif);
    height:69px;
    /*text-indent:-9000px;*/
}
#navigation a.link1:hover {background-position:-150px 0px;}
#navigation a.link3 {background-position:0px -69x;
					 background:url(media/contact.gif)}
#navigation a.link3:hover{background-position:-150px -69px;}
#navigation a.link2 {background-position:0px -69x;
					 background:url(media/NavGal2.gif)}
#navigation a.link2:hover{background-position:-150px -69px;}
	   
	   
	   
.my { background-color: #e6d990; }
   
.border img { padding: 10px; border: solid thin #993300; }

.essaytitle { font-size: 16px; font-weight: bold; }
.essay { margin: 20px; text-align:justify; line-height: 1.25;}
		
A:link, A:active, A:visited { font-family:verdana,arial,helvetica,sans-serif; color:#660000; font-size:11px; font-weight:bold; text-decoration:underline; }
A:hover { font-family:verdana,arial,helvetica,sans-serif; color:#CC0000; font-size:11px; font-weight:bold; text-decoration:none;}

.bodywrapper { position:absolute; 
			   display: block;
			   width: 600px;
			   height: 500px;
			   top: 106px;
			   left: 206px;
			    background-color:#FFFFFF;
			   border: thin #000000 solid}
			  
.leftwrapper  { position:absolute; 
			   display: block;
			   width: 200px;
			   height: 500px;
			   top: 100px;
			   left: 5px;
			    background-color:#FFFFFF;
			   border: thin #000000 solid}}

.topwrapper   { position:absolute;
			   display:block;
			   width: 800px;
			   height: 100px;
			   top: 5px;
			   left: 5px;
			   background-color:#FFFFFF;
			   border: thin #000000 solid}
			   
/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}


/************ 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: #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(media/images/prevlabel.gif) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(media/images/nextlabel.gif) right 0% 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; }

/************** END LIGHTBOX ***********8/
