/*------------------------ GLOBAL ------------------------*/



body
{
margin: 0;
background: #444;
font-size: 12px;
line-height: 18px;
font-family: "Lucida Grande", Lucida Sans, Verdana, sans-serif;
}



.bodyIndex
{
background: #111;
}



#header
{
margin: 0 auto;
width: 1024px;
height: 500px;
background: url(../img/header.jpg);
border: 1px solid #777;
}



#headerIndex
{
margin: 0 auto;
width: 1024px;
height: 500px;
border: 1px solid #777;
}




#container
{
margin: 0 auto;
width: 1024px;
background: #111;
border: solid #777;
border-width: 0 1px;
}



#content
{
color: #999;
overflow: hidden;
}
 
 
 
#content div 
{
float: left;
margin: 0 0 -5000px 0;
padding: 2em 2em 5000px 2em;
}



#content .leftCol
{
width: 650px;
}



#content .rightCol
{
width: 277px;
margin-top: 2em;
color: #444;
}



h1
{
color: #6b5818;
font-size: 16px;
font-family: "Lucida Grande", Lucida Sans, Verdana, sans-serif;
font-weight: normal;
}



h2 /** Used for right column LINKS **/
{
width: 190px;
color: #555;
font-size: 14px;
font-family: "Lucida Grande", Lucida Sans, Verdana, sans-serif;
}



.clear
{
clear: both;
}



.divider
{
border-top: 1px solid #333;
padding-top: 2em;
}



#footer
{
margin: 2em auto;
color: #555;
font-style: italic;
text-align: right;
width: 1024px;
}



img
{
border: 0;
}



/*------------------------ LINKS ------------------------*/



a
{
color: #50400a;
}



/*------------------------ FLASH HEADER ------------------------*/



#headerFla
{
margin: 0 auto;
width: 1024px;
height: 500px;
border: solid #333;
border-width: 0 1px;
}





/*------------------------ TEXT ------------------------*/



b
{
color: #6b5818;
font-weight: normal;
}



.intro
{
display: block;
font-family: "Times New Roman", Times, Georgia, serif;
font-size: 22px;
font-style: italic;
color: #9d873e;
line-height: 24px;
padding-bottom: .5em;
}



.finePrint
{
float: right;
width: 250px;
font-style: italic;
color: #555;
}



.description
{
font-style: italic;
color: #444;
width: 600px;
border-bottom: 1px solid #444;
padding-bottom: 1em;
}



/*------------------------ SLIDESHOW ------------------------*/



ul.slideLinks
{
margin: 0 auto;
padding: 0;
list-style-type: none;
}



ul.slideLinks li
{
display: inline;
}



/*------------------------ ACCORDION MENU ------------------------*/



.accordionHeader
{
cursor: hand;
cursor: pointer;
color: #6b5818;
font-weight: normal;
}


.accordionContent
{
min-height: 400px;
min-width: 650px;
}



.open
{

color: #666;
}



.technology
{
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}



/*------------------------ RIGHT COL MODULES ------------------------*/



#links
{
min-height: 512px;
min-width: 250px;
background: url(../img/links_mod.gif) no-repeat;
}



ul
{
list-style-type: none;
margin: 0;
padding: 0;
}



#links i
{
display: block;
color: #888;
width: 200px;
margin-top: 3em;
}



.tn
{
margin: 2em 0 2em 2em;
border: 2px solid #6b5818;
}



.tnLink
{
margin: 2em 0 0 1em;
border: 2px solid #666;
}





/** 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); /* Tricks IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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; }





