@charset "UTF-8";
/* CSS Document */




body {

	font-size: 13px;

	font-family: "century gothic", Geneva, Arial, Helvetica, sans-serif;
}

#main_wrapper {
	width: 1000px;
	margin: auto;
}


.corners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#footer {
	clear: both;
	float: left;
	margin-top: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
	
}

#footer img {
	margin-bottom: 10px;
}

#footer p {
	color: #666600;
	font-size: 11px;
	padding: 5px;
	border-bottom: 1px solid #666600;
	border-top: 1px solid #666600;
	width: 1000px;
	
}

#footer a {
	color: #669900;
	text-decoration: underline;
}

#footer a:hover {
	color: #999;
	text-decoration: underline;
}

#header {
	margin-bottom: 0px;

}

#header h1 {
	margin: 0;
	padding: 0 0 5px 0;

}

#main_section {
	width: 770px;
	float: left;
	margin-left: 20px;
	
}

	#nav {
		padding: 5px;
		list-style: none;
		float : left;
		width : 200px;
		background-color: #669900;
	}

	#nav ul { /* all lists */
		padding: 0;
		margin-top: 15px;;
		list-style: none;
		float : left;
		margin-left: 0px;
		
		
	}
	
	#nav li { /* all list items */
	
		float : left;
		line-height :25px;
		margin-left: 10px;
		margin-bottom : -1px;
		padding: 5px 5px 5px 5px;
		width: 170px;
		background-color: #99cc33;

	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 10.6em;
		margin-top : -1.35em;
	}
	

	
	#nav li a {
		width : 155px;
		display : block;
		color : #FFF;
		font-weight : lighter;
		text-decoration : none;
		background-color: #669900;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : #000;
		background-color : #cccc33;
		border-right: #FFF 5px solid;
				

	}
	
	#on a {
		
		background-color : #cccc33;
		border-right: #ffff00 4px solid;
	
	}
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
body#home #nav img {
	padding-top: 2190px;
	float: right;
}

body#about #nav img {
	padding-top: 885px;
}

body#membership #nav img {
	padding-top: 240px;
}

body#coaching #nav img {
	padding-top: 1465px;
}

body#events #nav img {
	padding-top: 1270px;
}

body#booking #nav img {
	padding-top: 800px;
}

body#match #nav img {
	padding-top: 295px;
}

body#photo #nav img {
	padding-top: 1360px;
}

body#links #nav img {
	padding-top: 450px;
}

body#news #nav img {
	padding-top: 150px;
}

#graphic {
	float: right;
	
	
	}
	
#pic {
	float: right;
	margin-bottom: 10px;
	border: 1px #ccc dotted;
	background: #fff;
}

#pic_lists {
	float: left;
	background: #fff;
}


.text p {
	padding: 3px;
	color: #00301e;
	display: block;
	float: left;
	width: 220px;

}

.text a {
	color: #666600;
	text-decoration: none;

}

.text h1 {
	font-size: 20px;
	color: #666600;

}
.text a:hover {
	color: #666;
	text-decoration: underline;

}

.person {
	float: left;
	margin: 5px;
	width: 90px;
	display: inline;

}

img.linkPic {
	float: left;
	margin: 5px 10px;
	width: 180px;
	display: block;
	

}

.floatLeft {
	float: left;
	width: 380px;
}

img.kidsCorner {
	float: right;
}

.coach {
	height: 220px
}

.director {
	float: left;
	width: 250px;
	font-size: 15px;
	color: #666600;
	font-weight: bold;
	margin-top: 5px;
	display: inline;

}

.instructor {
	float: left;
	width: 450px;
	font-size: 15px;
	color: #666600;
	font-weight: bold;
	margin-top: 5px;
	display: inline;

}

.info {
	width: 260px;
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	display: inline;
}

.info_instruct {
	width: 260px;
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	display: inline;
}




.block {
	width: 328px;
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #999;
	display: inline;
	background-color: #ccff99;


}

.coaches {
	min-height: 250px;
}

.block_instruct {
	width: 565px;
	float: left;
	padding: 5px;
	margin: 10px 0 55px 10px;
	border: 1px dotted #999;
	display: inline;
	background-color: #ccff99;


}

.web_block {
	width: 210px;
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px dotted #999;
	display: inline;
	background-color: #ccff99;
}

*html .web_block {
	margin: 2px;
}

p.link {
	float: left;
	width: 200px;
	font-size: 12px;
	text-align: center;
	color: #666600;
	margin-top: 5px;
	display: inline;

}


#content {
	float: right;
	width: 780px;
	padding-left: 5px;
	background-color: #669900;
	margin-bottom: 5px;
}

#fronttext {
	float: left;
	width: 600px;


}

#content_text {
	float: right;
	width: 785px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#content h1 {
	color: #FFF;
	font-size: 15px;
	padding: 3px;
}

#content p {
	color: #fff;
	padding: 3px;
}
#content ul {
	color: #FFF;

}

#content li {
	padding-bottom: 5px;
}

* html #content { 
	display:inline; 
}


.text img {
	padding-right: 5px;
}

img {
	border: 0;
}


#container {
	float: right;
	width: 785px;
	background:#669900; 
	border:2px solid #fff; 
	margin-bottom: 10px;
}



.xboxcontent { 

	width: 776px;
	background:#666600; 
	margin: 2px;
	border:2px solid #fff; 

	}

.xboxcontent p {
	color: #FFF;
	font-size: 1em;
	padding: 0.5em;
	text-align: center;


}

.flash_banner {
	background: #660000;
	padding: 5px 25px;
	color: #fff;
	font-size: 60%;
	margin-top: 20px;
	text-align: center;
}

a.download_link {
	color: #ededed;
}

#main_section p {
	margin-bottom: 10px;
}

.doubleColumn {
	width: 700px;
	padding: 20px;
	float: left;
	border: 1px solid  #99cc33;
	border-right: 25px solid #99cc33;
	background: #fff;
	margin-bottom: 10px;
	position: relative;
	margin-top: 10px;
}

body#match .doubleColumn {
	padding-bottom: 145px;
}

.noTopMargin {
	margin-top: 0;
}

	#main_section h1 {
		color: #99cc33;
		font-size: 140%;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
	}
	
	#main_section h1.social {
	background: url(../pics/Calender.png) no-repeat;
	height: 40px;
	padding-left: 50px;
	line-height: 40px;

	}
	 
	img.ballometer {
		float: right;
		margin: 50px 10px 0 0;
	}
	
.singleColumn {
	width: 350px;
	padding: 10px;
	background: #ffffff;
	margin: 10px 10px 0 0;
	float: left;
	border: 1px solid  #99cc33;
	min-height: 140px;
}

.thirdColumn {
	width: 545px;
	padding: 10px;
	background: #ffffcc;
	margin: 15px 0 0 0;
	float: left;
	border: 1px solid  #99cc33;
}
	.thirdColumn span.date {
		color: #669900;
		display: block;
		float: left;
		width: 160px;
	}
	
	.thirdColumn span.details {
		caption-side: #666;
		float: left;
		width: 330px;
		margin: 0 0 20px 10px;
		
	}
	
	#main_section ul {
		list-style: none;
		margin: 15px 0 15px 0px;
		padding: 3px;
	}
	
		ul.rules {
			list-style: none;
			margin: 10px 0 0 0px;
		}
		
		ul.rules li {
			margin: 15px 0 15px 0;
		}
	
	.facilities {
		background: #fff;
	}
	
	.facilities li {
		margin-bottom: 10px;
		background: url(../pics/ball.jpg) no-repeat;
		padding-left: 30px;
		
	}
	
	.rightFloat {
		float: right;
		margin: 10px 0 0 10px;
		width: 360px;	
	}
	
	.right {
		margin-right:  0;
		float: right;
	}
	
img.btn {
	position: absolute;
	top: -130px;
	right: 0px;
}

img.quoteMark {
	position: absolute;
	top: 40px;
}

p.quotes {
	padding-left: 70px;
}

h1.mission {
	padding-left: 70px;
	margin-bottom: 5px;
}

span.highlight {
	color: #99cc33;
	font-weight: bold;
}

h1.main_heading {
	font-size: 200%;
}

#main_section a {
	text-decoration: none;
	color: #669900;
}
	#main_section a:hover {
		text-decoration: underline;
	}
	
img.mac {
	float: right;
	margin-top: 30px;
}


/* TABLE */


#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin: 20px 0 0 0;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner span {
	font-size: 10px;
	display: block;
}
#rounded-corner thead th.rounded-company
{
	background: #669900 url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #669900 url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background: #669900;
	border-right: 1px solid #c7e290;

}
#rounded-corner td
{
	padding: 8px;
	background: #ffffcc;
	border: 1px solid #669900;
	color: #666;
	width:175px;
}

	#rounded-corner td.level {
		width: 180px;
	}
	
	
	#rounded-corner td.contact {
		width: 200px;
	}



#rounded-corner tfoot td.rounded-foot-left
{
	background: #c7e290 url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #c7e290 url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #c7e290;
}


/* ----------- My Form ----------- */
.myform{
width:700px;
padding:14px 0 0 0;
}

/* ----------- stylized ----------- */
#contact_form{
background:#fff;
padding-top: 20px;
}

#contact_form h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}

#contact_form p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}

#contact_form label{
display:block;
font-weight:bold;
text-align:right;
width:300px;
float:left;
}

#contact_form label.error{
display:block;
text-align:right;
width:670px;
float:left;
color: #669900;
font-size: 12px;
}


#contact_form .small {
color:#669900;
display:block;
font-size:12px;
font-weight:normal;
text-align:right;
width:300px;
}

#contact_form input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #669900;
width:350px;
margin:2px 0 20px 10px;
}

#contact_form textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #669900;
width:350px;
height: 100px;
margin:2px 0 20px 10px;
}

#contact_form button{
clear:both;
float: left;
margin-left:310px;
width:125px;
height:35px;
background:#669900;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
cursor: pointer;
}

#message						{ width:400px;margin:10px 0 0 50px; }
#message h2						{ font-size:150%;color:#666; }
#message p						{ color:#333;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-80px;left:-40px; }


/* LIGHTBOX */

.picBox {
	width: 200px;
	float: left;
	padding: 10px;
	background: #c7e290;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.withBorder {
border: 1px solid  #99cc33;
}


#events 
.picBox {
	width: 320px;
	float: left;
	padding: 10px;
	background: #c7e290;
	margin-right: 10px;
	margin-bottom: 10px;
}


a.download {
	font-size: 110%;
	text-align: center;
	display: block;
	background: #669900;
	color: #fff  !important;
	padding: 10px;
	margin-bottom: 10px;
}

	a.download:hover {
		text-decoration: none !important;
		background: #99CC33;
		color: #333 !important;
	}
	
.beacon {
	float: right;
	padding: 0px 0px 10px 10px;
}

.doubleColumn h2 {
	margin-left: 0px;
}

