/* CSS Document */

.swimMenu{
list-style:none; margin:10px 0px 0px 05px; padding:0px;
height:35px;
}
.swimMenu li{
float:left;
margin-right: 16px;
border-bottom: 2px solid #fff;
}
.swimMenu li a{
display:block;
height:30px;
border-bottom: 2px solid #fff;
}
.swimMenu li a:hover{
border-bottom: 2px solid #009B63;
}
.swimMenu img{
border:0px;
}
div#contWrapper{
background:url(../../images/hdr-facilities.gif); background-repeat:no-repeat; background-position:top left; 
height:auto !important;
height: 250px;
min-height:250px;
}
div#contWrapperRegister{
background:url(../../images/hdr-register.gif); background-repeat:no-repeat; background-position:top left; 
height:auto !important;
height: 250px;
min-height:250px;
}
div#contWrapperSports{
background:url(../../images/hdr-sportscard.gif); background-repeat:no-repeat; background-position:top left; 
height:auto !important;
height: 250px;
min-height:250px;
}
div#contWrapperOpen{
background:url(../../images/hdr-openday.gif); background-repeat:no-repeat; background-position:top left; 
height:auto !important;
height: 250px;
min-height:250px;
}
div#contFull{
float:left;
padding-top: 195px;
}
div#contLeft{
float:left;
padding-top: 195px;
width:330px;
}
div#contRight{
float:left;
width:361px;
padding-top: 195px;
margin-left:15px;
}
/*TABLES */
table.contentTable{
	margin-left:10px; margin-top:20px; margin-bottom:20px; width:90%;
	background: #02ACEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}
table.contentTable th{
	font-size: 1.2em;}
table.contentTable td{
	background: #fff;
	padding:4px 2px 4px 2px;}

p{
font-family: Arial, Verdana, Helvetica, sans-serif; color: #373737; font-size: small; text-decoration: none; line-height: 16px;
padding:0px 10px 10px 10px;
}
div#contLeft img{
padding-left: 10px;
}
/***************Form *****************************/
#contactForm{
	margin:0px;
	padding:0;
	background:#b9e5fa;
	margin:10px;
	padding: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#contactForm p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contactForm fieldset{
	margin:0px;
	padding:0;
	border:0px solid transparent;
}

#contactForm legend{
	margin:0;
	padding:0;
	display:none;
}

#contactForm label{
	float:left;
	width:140px;
	font-weight:bold;
	width:135px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contactForm .required{
	font-size:9px;
	color:#EC227B;
}

#contactForm input, #contactForm textarea{
	border:1px solid #fff;
	background:#fff;
	padding:2px;
	font:normal 11px verdana;
	color:#000;
}

#contactForm input{
	width:200px;
}
#contactForm .inputAddress{
	margin:15px 0 15px 165px;
}
#contactForm .radioButton{
	float:none;
	width:15px;
	margin:0px 5px 0 10px;
	border:0px;
	background:transparent;
	color:#fff;
}
#contactForm textarea{
	width:200px;
	height:50px;
}

#contactForm input:focus, #contactForm textarea:focus{
	border:1px solid #512316;
}

input.submit{
	width:260px;
	cursor:pointer;
	padding:2px 5px;
	background:#EC227B;
	border:1px solid #000;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:135px;
	font-size:0.9em;
}

input.submit:hover{
	cursor:pointer;
	border:1px solid #000;
}

/*************** tables ******************/
table#sportscard{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	margin-left:15px;
	margin-top:25px;
}
table#sportscard thead{
background:#f39327;
}
table#sportscard th{
padding:2px;
}
table#sportscard .oddRow{
padding:2px;
background:#FBD0A1;
}
table#sportscard .evenRow{
padding:2px;
background:#FDE6CC;
}
.emailTable{
margin-left:10px;
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:20px;
}
.emailTable td{
vertical-align:top;
}

.register #contLeft {
padding-top: 157px;
}

.register #contRight {
padding-top: 135px;
}