@charset "utf-8";
/* CSS Document */

/********************************************
Page Setup
*********************************************/

body{
background-image:url(../images/2.jpg);
background-attachment:fixed;
background-position:top center;
background-repeat:no-repeat;
background-color:#ffffff;
position:relative;
font-family: Tahoma, Helvetica, Arial, Verdana;
line-height:30px;
}
#content{
margin:0 auto;
width:960px;
}


#top{
background-image:url(../images/babybanner.jpg);
width: 960px;
height: 250px;
}


#banner{
width:960px;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
}
div.left{
text-align:left;
}
div.right{
text-align:right;
}
#maincontent{
width:940px;
padding:10px 10px 10px 10px;
background-color:#eeeeff;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
text-align:center;
}
#leftcontent{
float:left;
width:400px;
margin-right:10px;
background-color:#ddddff;
text-align:center;
padding:10px;
}
#rightcontent{
float:right;
width:400px;
margin-right:10px;
background-color:#ddddff;
text-align:center;
padding:10px;
}
#copy{
color:#ffffff;
text-align:center;
background-color:#6699cc;
}


/********************************************
Menu
*********************************************/
div.menu{
width:960px;
text-align:center;
height:35px;
background-image:url(../images/menubg2.JPG);
background-repeat:no-repeat;
border-left:1px solid #000000;
border-right:1px solid #000000;
}
a.menu{
padding:0px 15px 0px 15px;
text-decoration:none;
color:#000000;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
}
a.menu:hover{
color:#336699;
text-decoration:underline;
}


/********************************************
Other
*********************************************/
img{
border:none;
}
a{
color:#336699;
}
a:hover{
color:#333333;
}
div.title{
background-color:#990000;
color:#FFFFFF;
font-size:24px;
font-weight:bold;
}
div.lefty{
padding:35px;
}
h1{
color:#6699cc;
}
#babyaquatics{
display:none;
}

#preschoolaquatics{
display:none;
}

#learntoswim{
display:none;
}
div.subtitle{
font-size:24px;
font-weight:bold;
}




#logo{
width: 450px;
height: 95px;
}

#logo:hover{
background-image: url(../images/newlogohover.png);
}
#redcrosslogo{
margin-left: 710px;
width: 250px;
height: 75px;
}

#redcrosslogo:hover{
background-image: url(../images/redcrosslogohover.png);
background-repeat:no-repeat;
}










/********************************************
Lightbox2 Codes
*********************************************/
#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; }

