/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C8E8F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	line-height: 16px;
	color: #000000;
	background-image: url(pool_bg.jpg);
}

.tophome {
	background-image: url(bluehippy.jpg); 
	background-position: top; 
	background-repeat: repeat;
}	

.footer2 {
	background-image: url(felt2.jpg);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}		

#hours {
	float:right;
	width:230px;
	font-size:80%;
	display:block;
	margin-top:0px;
	border:1px solid #666666;
	background-color: #F1ECDA;
	color: #000000;
	padding: 2px;
	right: 0px;
	margin-right: 25px;
}

#operation {
	width:800px;
	height:125px;
	font-size:85%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: -10px;
	padding-left: 20px;
}

#motto {
font-size:medium;
color:#ffffff;
text-align:center;
display:block;
margin-top:-4px;
font-variant:small-caps;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hometext {
	color:#FFFFFF;
	font-size:14px;
	text-align:left;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}
a.hometext:link    { color : #000000; text-decoration: underline; }
a.hometext:visited { color : #FFFFFF; text-decoration: none; }
a.hometext:hover   { color : #00CCFF; text-decoration: underline; }
a.hometext:active  { color : #FFFFFF; text-decoration: none; }

.copyright	  {
	color : #FFFFFF;
	background-image: url(bluehippy.jpg);
}
a.copyright:link    {
	color : #000000;
	text-decoration: underline;
	background-image: url(bluehippy.jpg);
}
a.copyright:visited { color : #000000; text-decoration: none; }
a.copyright:hover   { color : #000000; text-decoration: none; }
a.copyright:active  { color : #000000; text-decoration: none; }

a:link    { color : #ffffff; text-decoration: none; }
a:visited {
	color : #CC0000;
	text-decoration: none;
}
a:hover   { color : #999999; text-decoration: underline; }
a:active  { color : #ffffff; text-decoration: none; }
