
@import "layout.css";
a:link {color:#fff}
body
    {
    margin:0 auto;
    padding-top:0px;
    background-color:#c0c0c0;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    }
    
/*set the fonts and headers*/
h1,h2,h3,h4,h5,h6,p 
    {
    margin:0;
    } 

li { font-size:12px; font-family:Arial, Helvetica, sans-serif;line-height:1.5em; }    
    
    
    
/*------fix for menu. menu adds extra on the left and sub menus shoot over to the right--------------*/
*
    {
    margin: 0;
    padding: 0;
    }
/*---------------------------------------------------------------------------------------------------*/

p
    {
    padding-bottom:20px;
    color:#ebebeb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.5em;
    }
    
strong
    {
    color:#000000;
    font-weight:bold;
    }
    
#content ul 
    {
    margin-left:25px;
    font-size:9pt;
    font-family:Arial, Helvetica, sans-serif;
    color:#000000;
    padding-bottom:20px;
    }
    
#content li
    {
    margin-left:25px;
    list-style-image:url("/Portals/0/images/list.gif");
    padding-bottom:10px;
    }
    
h1
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:30px;
    font-stretch:ultra-expanded;
    color:#dbe31e;
    padding-bottom:20px;
    font-weight:normal;
    }

h2
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:140%;
    color:#dbe31e;
    padding-bottom:15px;
    font-weight:normal;
    }
h3
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:130%;
    color:#dbe31e;
    padding-bottom:15px;
    font-weight:bold;
    }
h4
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:120%;
    color:#f36f21;
    padding-bottom:15px;
    font-weight:bold;
    }
h5
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:110%;
    color:#6666ff;
    padding-bottom:15px;
    font-weight:bold;
    }
h6
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:105%;
    color:#6666ff;
    padding-bottom:15px;
    font-weight:bold;
    }
    
a:hover
    {
    color:#f36f21;
    }

    
a:visited
    {
    color:#000000;
    text-decoration:underline;
    }
a:visited:hover
    {
    color:#f36f21;
    }
    
/*footer*/
#footer
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#550f01;
    }
    
#footer a:link
    {
    font-family:Arial, Helvetica, sans-serif;
    color:#550f01;
    text-decoration:none;
    }
    
#footer a:hover
    {
    color:#ffffff;
    text-decoration:underline;
    }

#footer a:visited
    {
    color:#550f01;
    text-decoration:none;
    }
#footer a:visited:hover
    {
    color:#ffffff;
    text-decoration:underline;
    }
    
/*end of footer*/
.contentright li{text-align:left; margin-left:30px;}
.contentpane
    {
    margin-left:50px;
    margin-bottom:5px;
    margin-right:5px;
    margin-top:5px;
    max-height:200px;
    }
/*     L I G H T B O X      /
#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(/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox/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; }
        
