/* Aqua Tunnels CSS Document */

body {
background: #d4e3ff;
margin: 0px;
}

/* Divs */

#container {
width: 800px;
margin: 0px auto 0px auto;
}

#logo {
width: 800px;
height: 126px;
background: url(images/logo.jpg);
}

#navigation {
width: 800px;
height: 25px;
background: #000217;
}

#hspace {
height: 2px;
}

#footer {
width: auto;
height: 20px;
background: #000217;
font-family: Verdana, Tahoma, Arial;
font-size: 10px;
color: #FFFFFF;
text-align: left;
vertical-align: middle;
padding: 5px 10px 0px 10px;
}

#footer a {
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: underline;
}

#footerleft {
width: auto;
float: left;
}

#footerright {
width: auto;
float: right;
}
#gallery {
width: auto;
border: 1px solid #d4e3ff;
margin-top: 0px;
}
#banner {
padding: 8px 0px 8px 0px;
}
#banner a {
border-bottom: none;
}


/* Tables */

.left {
width: 200px;
background: #000217;
vertical-align: top;
text-align: center;
}

.content {
background: #003463;
vertical-align: top;
text-align: left;
border-left: 2px solid #d4e3ff;
padding: 5px 15px 5px 15px;
font-family: Verdana, Tahoma, Arial;
color: #FFFFFF;
font-size: 12px;
font-weight: normal;
}
.content a {
color: #ffffff;
text-decoration: none;
border-bottom: 1px dashed #ffffff;
}

/* Navigation Specific*/

#navigation ul {
margin: 2px;
padding-top: 2px;
}

#navigation li {
list-style: none;
display: inline;
color: #FFFFFF;
font-family: Verdana, Tahoma, Arial;
font-size: 12px;
padding: 0px 10px 0px 5px;
border-right: 1px solid #ffffff;
}

#navigation li.end {
border-right: none;
}

#navigation a {
color: #FFFFFF;
text-decoration: none;
}

#navigation a:hover {
color: #FFFFFF;
text-decoration: underline;
}

/* Text Styles */

h1 {
font: Tahoma;
font-size: 18px;
font-weight: normal;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
color: #003463;
background: #d4e3ff;
padding: 5px;
margin-top: 0px;
}

.red {
color: #FF0000;
}
.testimonial {
margin-left: 10px;
margin-right: 10px;
}

/* Links */

.banner {
border: 1px solid #ffffff;
}

/* Calculator Form */

.cost {
background: #003463;
border: 0px;
color: #ffffff;
}

/* LightBox Styles */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #003463;
}
#lbnoscript {
	display:block;
	width:179px;
	border:1px solid #ffe363;
	background: #ffffef;
	padding:2px;
	margin-top:10px;
}

#lbnoscript b {
	font-size:11pt;
}

#lbnoscript small {
	display:inline;
	font-size:9pt;
}
