/* main */
html, body { margin:0 0 0 0; padding:0 0 0 0; text-align:center; background-color:#d6f3fb;}
body { font-family: arial, verdana, Helvetica, sans-serif; font-size:12px; text-align: -moz-center; background-color:#d6f3fb;}
img { border:0px;}

a:link, a:visited, a:active { color:#0093ff; text-decoration:none; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
a:hover { color:#0093ff; font-size:12px; text-decoration:underline; font-family:Arial, Helvetica, sans-serif;}

#main { width:1007px; border-left:#000000 0px solid; border-right:#000000 0px solid; background-color:#fff;}

#top { border: 0px #000000 solid;}
.mainmenu { background-color:#36a8fc; color:#FFFFFF; padding:9px 0 10px 0; border:#000000 0px solid;}
.mainmenu a:link, .mainmenu a:active, .mainmenu a:visited { color:#fff; text-decoration:none; font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; padding:0 5px 0 5px;}
.mainmenu a:hover { color:#fff; text-decoration:underline; font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}

.fountain { float:left; width:488px;}
.pics_flow { float:right; width:513px; height:282px;}

#footer { float:left; width:1007px; height:29px; border: 0px #000000 solid; text-align:left; background-color:#a8e6f9;}
a.footer:link, a.footer:visited, a.footer:active { color:#0093ff; text-decoration:none; font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; padding:0 5px 0 5px;}
a.footer:hover { color:#0093ff; font-size:11px; text-decoration:underline; font-family:Arial, Helvetica, sans-serif; padding:0 5px 0 5px;}

.copyright { float:left; padding:8px 0 15px 10px; color:#0093ff; font-size:11px; width:40%; border: 0px #000000 solid;}
.menu_bottom { float:right; padding:8px 10px 15px 0px; color:#0093ff; font-size:11px; border: 0px #000000 solid;}

/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:513px; height:240px; z-index:100;
	border:0px solid #000;
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:513px; height:282px; 
	clip:rect(0px, 595px, 282px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
    height:240px;
	border:0px solid #000;
	}
.photo_table td { padding:1px 3px 1px 0px;}
.photo_table { height:240px;}

/* 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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; }


/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #999;
border-bottom-width: 0;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #d6f3fb;
width: 150px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999;
padding: 1px 0;
text-decoration: none;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-indent: 5px;
text-align:left;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #36a8fc;
color: white;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

