@charset "UTF-8";

* html {
margin:0;
padding:0;
}

.red {
color:#FF0000;
}
.yellow {
color: yellow;
}

a {
	color:#FFFF00;
	text-decoration:none;
}
a:visited {
	color:#FFFF00;
	text-decoration:none;
}
a:hover {
	color:#ccc;
	text-decoration:none;
}

h1 {
font-size:36px;
}
h2 {
font-size:24px;
}
h3 {
font-size:16px;
}
h4 {
font-size:14px;
}
h5 {
font-size:12px;
}

div.clearfloat {clear: both;}

body {
	background-image:url(images/bodybg.jpg);
	background-position:center top;
	background-repeat:no-repeat;	
	background-color:#015e89;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0 2px 0 0;
}
#container2 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/containerbg.png);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0 2px 0 0;
}



html>/**/body #mainmenu {
	margin-top:-18px;
}
#mainmenu {
	width:776px;
	height:68px;
	margin:0 auto;
	background-image:url(images/mainmenubg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
}
#mainmenu ul {
	padding:40px 0 0 0;
	list-style:none;
	display:block;
}
#mainmenu li {
	display:inline;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
}
#mainmenu li a {
	padding:40px 13px 13px 13px;
	text-decoration:none;
	color:#015e89;
}
#mainmenu li a:hover {
	padding:40px 13px 13px 13px;
	background-color:#ddd;
	text-decoration:none;
	color:#FFFF00;
}
#mainmenu li a.current {
	padding:40px 13px 13px 13px;
	background-color:#ddd;
	text-decoration:none;
	color:#FFFF00;
}




#headerimg {
	width:776px;
	height:258px;
	border:0px;
	margin:0 auto;
	margin-top:-20px;
	padding:0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerimg img {
	width:776px;
	height:253px;
	margin:0 auto;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border:none;
}
#headerimg h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




#mainContent {
	width:776px;
	margin:0 auto;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/maincontentbg2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	font-size:13px;
}
#mainContent div.pad {
	padding: 20px;
}
#mainContent div.pad a{
	color:#FFFF00;
	text-decoration:none;
}
#mainContent div.pad a:visited{
	color:#FFFF00;
	text-decoration:none;
}
#mainContent div.pad a:hover{
	color:#ccc;
	text-decoration:none;
}
#footer {
	background-image:url(images/footerbg.png);
	background-position:center;
	background-repeat:no-repeat;
	width:901px;
	height:95px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	font-size:10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:80px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}





/*FORM CREATOR**********************************************/
#formline{
margin:3px 0 3px 0;
vertical-align:middle;
display:block;
width:500px;
clear:both;
}
#formline #form-left{
margin:0 0 0 0;
padding:3px;
float:left;
width:250px;
white-space:normal;
text-align:right;
overflow:auto;
}
#formline #form-left * *{
float:none;
}
#formline #form-right{
margin:0 0 0 250px;
padding:3px 3px 3px 10px;
width:400px;
}
#formline #form-right * *{
float:none;
}
/*FORM CREATOR END**********************************************/






/*SIDEMENU START**********************************************/
#submenu {
width:175px;
padding:10px 0 20px 20px;
float:right;
margin-top:5px;
}
#submenu ul {
margin:0;
padding:0;
text-align:left;
}
#submenu li {
list-style:none;
}
#submenu li a {
background-image:url(images/submenubg.png);
background-position:center;
background-repeat:repeat-x;
display: block;
margin:0;
padding:4px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font:bold;
font-size:12px;
color:#ccc;
text-decoration:none;
text-transform:capitalize;
}
#submenu li a:hover {
margin:0;
padding:4px;
color:#FFFF00;
background-image:url(images/submenubgH.png);
background-position:center;
background-repeat:repeat-x;
text-decoration:none;
}
#submenu li .current {
margin:0;
padding:4px;
color:#FFFF00;
background-image:url(images/submenubgH.png);
background-position:center;
background-repeat:repeat-x;
text-decoration:none;
}
#submenu li ul {
margin:0;
padding-left:10px;
}


/*SIDEMENU END**********************************************/



/*HOME PAGE FEATURED BOX**********************************************/
#pagebox {
	margin:20px 20px 5px 20px;
	width:267px;
}
#pagebox div.pad{
	padding:2px 20px 10px 20px;
}
#pagebox .top {
	margin:0;
	width:267px;
	height:48px;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
	background-image:url(images/pagebox_03.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pagebox .top p {
	margin:8px 0 0 0;
	padding:0 0 0 0;
	font-size:18px;
	font-family:Helvetica, Geneva, Arial, sans-serif;
}
#pagebox .body {
	margin:0;
	width:267px;
	background-image:url(images/pagebox_05.png);
	background-position:center;
	background-repeat:repeat-y;
}
#pagebox .bot {
	margin:0;
	width:267px;
	height:20px;
	background-image:url(images/pagebox_07.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

/*HOME PAGE FEATURED BOX END**********************************************/



/*HOME PAGE BUTTONS**********************************************/
#surf_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:180px;
	height:194px;
	text-align:center;
	background: url("images/surf_btn.png") 0 0 no-repeat;
	color:#ccc
}
#surf_btn a:hover {	
	background-position: -181px 0;
	color:#fff
}
#swimlessons_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:180px;
	height:194px;
	text-align:center;
	background: url("images/swimlessons_btn.png") 0 0 no-repeat;
	color:#ccc
}
#swimlessons_btn a:hover {	
	background-position: -181px 0;
	color:#fff
}
#training_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:180px;
	height:194px;
	text-align:center;
	background: url("images/training_btn.png") 0 0 no-repeat;
	color:#ccc
}
#training_btn a:hover {	
	background-position: -181px 0;
	color:#fff
}
#lifeguard_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:180px;
	height:194px;
	text-align:center;
	background: url("images/lifeguard_btn.png") 0 0 no-repeat;
	color:#ccc
}
#lifeguard_btn a:hover {	
	background-position: -181px 0;
	color:#fff
}
/*HOME PAGE BUTTONS END**********************************************/




/*MORE BUTTONS START**********************************************/


#prices_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:160px;
	height:200px;
	text-align:center;
	background: url("images/prices_btn.png") 0 0 no-repeat;
	color:#ccc
}
#prices_btn a:hover {	
	background-position: -184px 0;
	color:#fff
}
#calendar_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:200px;
	height:200px;
	text-align:center;
	background: url("images/calendar_btn.png") 0 0 no-repeat;
	color:#ccc
}
#calendar_btn a:hover {	
	background-position: -201px 0;
	color:#fff
}
#times_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:175px;
	height:200px;
	text-align:center;
	background: url("images/times_btn.png") 0 0 no-repeat;
	color:#ccc
}
#times_btn a:hover {	
	background-position: -178px 0;
	color:#fff
}

#people1_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:100px;
	height:100px;
	text-align:center;
	background: url("images/people1_btn.png") 0 0 no-repeat;
	color:#ccc
}
#people1_btn a:hover {	
	background-position: -100px 0;
	color:#fff
}
#people2_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:100px;
	height:100px;
	text-align:center;
	background: url("images/people2_btn.png") 0 0 no-repeat;
	color:#ccc
}
#people2_btn a:hover {	
	background-position: -100px 0;
	color:#fff
}
#people3_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:100px;
	height:100px;
	text-align:center;
	background: url("images/people3_btn.png") 0 0 no-repeat;
	color:#ccc
}
#people3_btn a:hover {	
	background-position: -100px 0;
	color:#fff
}


#signup_btn a {
	margin:0;
	padding-top:5px;
	display:block;
	width:200px;
	height:90px;
	text-align:center;
	background: url("images/signup.png") 0 0 no-repeat;
	color:#ccc
}
#signup_btn a:hover {	
	background-position: -207px 0;
	color:#fff
}



#signup_surf_btn a {
	margin:0;
	padding-top:5px;
	display:block;
	width:150px;
	height:225px;
	text-align:center;
	background: url("images/signup_surf.png") 0 0 no-repeat;
	color:#ccc
}
#signup_surf_btn a:hover {	
	background-position: -151px 0;
	color:#fff
}
#signup_safety_btn a {
	margin:0;
	padding-top:5px;
	display:block;
	width:150px;
	height:225px;
	text-align:center;
	background: url("images/signup_safety.png") 0 0 no-repeat;
	color:#ccc
}
#signup_safety_btn a:hover {	
	background-position: -151px 0;
	color:#fff
}
#signup_swimlessons_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:150px;
	height:225px;
	text-align:center;
	background: url("images/signup_swimlessons.png") 0 0 no-repeat;
	color:#ccc
}
#signup_swimlessons_btn a:hover {	
	background-position: -151px 0;
	color:#fff
}
#signup_lifeguard_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:150px;
	height:225px;
	text-align:center;
	background: url("images/signup_lifeguard.png") 0 0 no-repeat;
	color:#ccc
}
#signup_lifeguard_btn a:hover {	
	background-position: -151px 0;
	color:#fff
}


#signup_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:160px;
	height:200px;
	text-align:center;
	background: url("images/signup_btn.png") 0 0 no-repeat;
	color:#ccc
}
#signup_btn a:hover {	
	background-position: -188px 0;
	color:#fff
}

#training_lifeguard_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:180px;
	height:194px;
	text-align:center;
	background: url("images/training_lifeguard_btn.png") 0 0 no-repeat;
	color:#ccc
}
#training_lifeguard_btn a:hover {	
	background-position: -181px 0;
	color:#fff
}
#training_firstaid_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:180px;
	height:194px;
	text-align:center;
	background: url("images/training_firstaid_btn.png") 0 0 no-repeat;
	color:#ccc
}
#training_firstaid_btn a:hover {	
	background-position: -181px 0;
	color:#fff
}
#training_cpr_btn a {
	margin:0;
	padding-top:10px;
	display:block;
	width:180px;
	height:194px;
	text-align:center;
	background: url("images/training_cpr_btn.png") 0 0 no-repeat;
	color:#ccc
}
#training_cpr_btn a:hover {	
	background-position: -181px 0;
	color:#fff
}

/*MORE BUTTONS END**********************************************/