body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}
body {
	background-color: #09C;
	text-align:left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #06F;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	padding:10px;
	font-size: x-large;
	color: #393;
	text-align:center;
}
h2 {
	font-size: large;
	color:#000;
	text-align:center;
}
.h2-link{color:#06F;}

h3 {
	font-size: 110%;
	color:#069;
	text-align:left;
}

#logo {text-align:center;}

.img {border: thin solid #000;}

#body-container {
	width:800px;
	border:solid 2px #000;
	margin: 0 auto;
	}
	
#header {
	width:100%;
	height:250px;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	border-bottom: thin solid #000;
	text-align:right;
	background-position: left top;
}

div#navigation {
	background-color:#FF3;
	padding: 5px;
	border-bottom: thin solid #000;
	font-family: arial, sans-serif;
	font-size: 110%;
	text-align: center;
	position: relative;
}

div#navigation ul {margin: 0 auto; padding: 0px;}
div#navigation ul li {
	margin: 0px;
	padding: 0px 5px;
	border-right: thin solid #000;
	list-style-type: none;
	display: inline;
}
div#navigation ul li a{
	font-size:larger;
	color: #06F;
	text-decoration: underline;
}
div#navigation ul li.lastItem {border-right: none;}

div#content {
	padding: 5px;
	background-color:#FFC;
	}

div#footer {
	clear:both;
	width:100%;
	background:	url(/img/footer-bg.jpg) top left repeat-x #F3DE6B;
	border-top: thin solid #000;
	padding:1px 0 1px 0;
	}
div#footer p{text-align:center; font-size:70%;}
div#footer a{font-size:100%;}

a.pdf-right {
	padding-right: 18px;
	background-image: url(img/bullet-pdf.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.index-pool-img{
	float:right;
	border:thin solid #000;
	height:265px;
	margin-top:25px;}
.index-container {
	padding: 0 5px 5px 5px;
	float:left;
	width:420px;
	text-align:justify;
	}
.terms-container {
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	width:700px;
	text-align:justify;
	}
	
.img-float-right{
	float:right;
	border:thin solid #000;
	height:225px;
	margin-top:10px;
	margin-left:10px;}
	
.address{
	font-weight:bold;
	color:#FFF;
	border:thin solid #000;
	padding:10px;
	background: url(/img/address-bg.jpg) top left repeat-x #393;
	text-align:center;}
.contact-container{height:240px;}
table {
	font-size: 100%;
	border-collapse: collapse;
	width: 600px;
	margin: 25px auto;
	
	}

th {
	padding: .6em;
	text-align: left;
	color:#FFF;
	font-size:125%;
	background-color:#069;
	}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}
	
tr.blue td {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background: #393;
	font-weight:bold;
	}

td.width {
	width: 200px;
	}

.thumb{
	float:left;
	margin:5px;
	padding:5px;
	background-color:#FFF;
	border:thin solid #000;}
.photos{
	width:680px;
	margin:0 auto;}
	
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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