body {
	margin: 0px;
	padding: 0px;
	font: 80% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

.cleaner {clear: both; height: 0;}

h1 {
	font: bold 130% Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 2px;
}

hr {
	color: #fff;
	background-color: #fff;
	height: 4px;
}

#wrapper {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: #7AB2E1;
}

.banner {
	height: 127px;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

 #navlist {
	background: #7AB2E1;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border-bottom: 5px solid #fff;
}

#navlist li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navlist li a:link, #navlist li a:visited {
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 3px;
	margin: 0px;
	overflow: hidden;
	width: 145px;
	text-align: center;

}

#navlist li a#current {	
	font-style: italic;
}

#navlist li a:hover, #navlist li a:active {
	color: #36C;
}


#content {
	margin: 10px 30px 40px 30px;
	
}

table {
	font: 100% Arial, Helvetica, sans-serif;
	border: 0px solid #7AB2E1;
}

td { 
	border: 1px solid #fff; 
	background: #fff;
}

th { 
	border: 1px solid #fff; 
	background: #fff;
}

a:link {
	color: #000;
}	

a:visited {
	color: #000;
}

#leftcol {
	float: left;
	width: 230px;
	text-align: center;
}

.classesLeftcol {
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 15px
}

.classesRightcol {
	float: right;
	width: 600px;
	margin-bottom: 15px;
}

#rightcol {
	float: right;
	width: 240px;
	margin-left: 30px;
	font: 8pt Arial, Helvetica, sans-serif;
}

#contactrightcol {
	float: right;
	width: 290px;
}

#aboutLeftcol {
	float: left;
	width: 230px;
	text-align: center;
	margin-bottom: 30px;
}

#aboutRightcol {
	width: 470px;
	float: left;
	margin-bottom: 30px;
}
#displayImage {
	display: block;
	text-align: center;
}

#costs div {
	float: center;
}

#about div {
	float: left;
}

#box_left{
	width: 160px;
	height: 70px;
}

#box_right{
	width: 72px;
	height: 70px;
}

#box_left1{
	width: 160px;
	height: 70px;
}

#box_right1{
	width: 72px;
	height: 70px;
}

#box_left2{
	width: 160px;
	height: 70px;
}

#box_right2{
	width: 72px;
	height: 70px;
}

fieldset {
	clear: both;
}

legend {
	font: bold 130% Arial, Helvetica, sans-serif;
	color: #000;
}

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	