@charset "UTF-8";
/* CSS Document */

.body {}

a:link	{ color: #103155; text-decoration: none;}
a:visited	{ color: #103155; text-decoration: none;}
a:hover	{ color: #6384a9; text-decoration: none;}
a:active	{ color: #6384a9; text-decoration: none;}

.default {margin:75px auto 0 auto; height:auto; left:auto;right:auto;width:200px;font-family: Helvetica, Arial, sans-serif;line-height:18px;font-size:12px; overflow:hidden;}
img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}


.content {float:left;}






/* HIDE DIV */
/* <![CDATA[ */
div.show { border:0px #dfe7eb dotted; z-index:1100; color:#101b46; padding:10px;background-image:url('../images/bg_infodark.png');}
div.tube { }
div1.show {border:0px #dfe7eb dotted; z-index:1100; color:#101b46; padding:10px;}
div2.show {border:0px #dfe7eb dotted; z-index:1100; color:#101b46; padding:10px;}
div3.show {border:0px #dfe7eb dotted; z-index:1100; color:#101b46; padding:10px;}
.hide { display : none; }
.show { display : block; position:absolute; }
/* ]]> */

/* HOVER INFO */

a.popup1{    position:relative; /*this is the key*/    z-index:24;  color:#093864;text-decoration:none; outline: none;}
a.popup1:hover{z-index:25;}
a.popup1 span{display: none; background-image:url('../images/bg_infodark.png'); border:0px #fff solid;}
a.popup1:hover span{ /*the span will display just on :hover state*/    display:block; position:absolute;color:#101b46; padding:10px;   top:150px; left:-20px;width:490px; height:200px;   text-align: left;z-index:1050; font-size:12px;}

a.popup2{    position:relative; /*this is the key*/    z-index:24;  color:#093864;text-decoration:none; outline: none;}
a.popup2:hover{z-index:25;}
a.popup2 span{display: none; background-image:url('../images/bg_infodark.png'); border:0px #fff solid;}
a.popup2:hover span{ /*the span will display just on :hover state*/    display:block; position:absolute;color:#101b46; padding:10px;   top:-104px; left:-315px;width:265px; height:150px;   text-align: left;z-index:1050;}

a.popup3{    position:relative; /*this is the key*/    z-index:24;  color:#b6cc90;text-decoration:none; outline: none;}
a.popup3:hover{z-index:25;}
a.popup3 span{display: none; background-image:url('../images/bg_infodark.png'); border:0px #fff solid;}
a.popup3:hover span{ /*the span will display just on :hover state*/    display:block; position:absolute;color:#101b46; padding:10px;   top:-90px; left:245px;width:240px; height:116px;   text-align: left;z-index:1050;}


/* LIGHTBOX */

#lightbox{	position: absolute; float:none;	left: 0; top:auto; width: 100%; z-index: 1200; text-align: center; }
#lightbox img{ width: auto; }
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 0px; margin-top:85px; margin-left:-5px; }
#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; position:absolute;}
#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.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.png) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; margin: 7px auto 0 auto; line-height: 1.4em; overflow: auto; width: 780px; z-index:1201; }
#imageData{	padding:0 10px; color: #ffffff; }
#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{ float: right; padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height:auto;}


/* SLIDESHOW   */

/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {color:#000;}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {width:780px; height:395px; background:#eee url('../images/port1.png') no-repeat;border:1px solid #aaa;margin:0 auto 20px auto;}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {padding:0; margin:405px 0 0 0; list-style-type:none; position:relative; width:320px;}
/* remove the default image border */
.gallery img {border:0;}
/* make the list horizontal */
.gallery li {float:left;}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {font-size:11px;float:left; text-decoration:none; color:#000; background:#fff; text-align:center; width:26px; height:26px; line-height:24px; border:1px solid #444;margin:2px;}
/* position the images using an absolute position and hide them from view */
.gallery li a img {position:absolute; top:-405px; left:0; visibility:hidden; border:0;}
/* fix the top position for the landscape images */
.gallery li a img.landscape {top:-405px;}
/* fix the left position for the portrait images */
.gallery li a img.portrait {left:0;border-left:40px solid #eee;border-right:40px solid #eee;}
/* style the hover background color for the text boxes */
.gallery li a:hover {background:#ddd;}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {background:#444; color:#fff;}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {visibility:visible;}
