@charset "UTF-8";
/* CSS Document */
body  {
	margin: 10; /* 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 */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(../images/Bg_Glow.png);
	background-repeat: repeat-y;
	background-position: center center;
	height: 750px;
}
img {
	border: none;	
}
ul {
	list-style-image: url(../images/bullet_img.png);
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
li {
	padding-bottom: 5px;
}
a:link{
	color:#5D9731;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	text-decoration: none;
	color:#5D9731;
	font-weight: bold;
}
a:active{
	text-decoration: none;
	color:#5D9731;
	font-weight: bold;
}
a:hover{
	color: #3E6520;
	font-weight: bold;
}
.twoColFixRtHdr #container {
	width: 925px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5px;
	background-image: url(../images/Bg_container.png);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	height: 180px;
	background-image: url(../images/Bg_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
} 
.twoColFixRtHdr #header h1 {
	margin: 0px;
	padding: 5px 0px 0px 20px;
}
.twoColFixRtHdr #header h2 {
	font-size: 11px;
	margin: 0px;
}
.twoColFixRtHdr #navBar {
	height: 35px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/Bg_navBar.png);
	background-repeat: repeat-x;
	background-position: center center;
	border: thin solid #666666;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 165px;
	text-align: center;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	padding: 0px 0px 0px 3px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 925px;
}
.twoColFixRtHdr #container #mainContent p {
	text-indent: 25px;
}
.twoColFixRtHdr #mainContent #programHeader {
	border: thin solid #999999;
	margin: 0px 0px 5px 0px;
	text-align: center;
	background-image: url(../images/Bg_lowerContent.png);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent #content {
	height: 460px;
	border: thin solid #999999;
	margin: 0px 0px 0px 0px;
}
.twoColFixRtHdr #mainContent #content #item1{
	float: right;
	height: 460px;
	width: 210px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	background-image: url(../images/tennisadimg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent #content #item2{
	height: 460px;
	background-color: #C9DBEA;
}
.twoColFixRtHdr #container #latestNews {
	margin: 5px 0px 0px 0px;
	height: 350px;
	width: 925px;
}
.twoColFixRtHdr #container #latestNews #latestNewsHeader{
	background-image: url(../images/Bg_container.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 10px;
	border: thin solid #999999;
}
.twoColFixRtHdr #container #latestNews #item {
	width: 210px;
	float: right;
	height: 275px;
	text-align: center;
	padding: 0px 3px 0px 3px;
	background-image: url(../images/Bg_blueGradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 10px 8px 0px 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	-moz-border-radius:    5px;
	-webkit-border-radius:  5px;
}
.twoColFixRtHdr #container #latestNewsArticles {
	background-image: url(../images/Bg_blueGradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: thin solid #999;
	width: 890px;
	margin-left: 22px;
	height: 150px;
}
.twoColFixRtHdr #container #latestNewsArticles #latestNewsArticlesHdr {
	font-weight: bold;
	font-size: 18px;
	border-bottom: solid thin #999;
	margin: 5px;
}
.twoColFixRtHdr #lowerContent {
	margin: 10px 0px 0px 0px;
	background-position: center top;
	background-repeat: no-repeat;
	height: 1000px;
	width: 925px;
} 
.twoColFixRtHdr #lowerContentHeader{
	background-image: url(../images/Bg_container.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 10px;
	border: thin solid #999999;
}
.twoColFixRtHdr  #lowerContent  #programs {
}
.twoColFixRtHdr  #lowerContent #programs #program {
	width: 222px;
	height: 300px;
	border: thin solid #999999;
	margin: 10px 60px 3px 0px;
	text-align: center;
	float: right;
	-moz-border-radius:    5px;
	-webkit-border-radius:  5px;
	background-image: url(../images/Bg_blueGradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
} 
.twoColFixRtHdr #lowerContent #programs #program h3{
	font-size: 14px;
	margin: 1px;
	text-align: center;
} 
.twoColFixRtHdr #container #lowerContent #programs #program img {
	margin: 5px 5px 0px 0px;
}
.twoColFixRtHdr #container #lowerContent #programs #program p {
	font-size: 14px;
	line-height: 15px;
	padding: 0px 10px 0px 10px;
}

.twoColFixRtHdr  #footer1 {
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.twoColFixRtHdr #container #footer1 h2 {
	font-size: 14px;
}
.twoColFixRtHdr #footer2 {
	padding: 0 10px 0 20px;
	text-align: right;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #boardMemberGal {
	height: 275px;
}
.twoColFixRtHdr #container #boardMemberGal #boardMember {
	float: right;
	border: thin solid #666666;
	-moz-border-radius:    10px;
	-webkit-border-radius:  10px;
	text-align: center;
	height: 220px;
	width: 210px;
	padding: 5px;
	margin: 0px 60px 0px 0px;
}
.twoColFixRtHdr #container #boardMemberGal #boardMember img {
	border: medium solid;
	border: medium solid #333333;
}
.twoColFixRtHdr #container #boardMemberGal #boardMember  p{
	font-weight: bold;
	font-size: 14px;
	margin: 5px;
	text-align: center;
}
.twoColFixRtHdr #container #staffGallery {
}
.twoColFixRtHdr #container #staffGallery #staffMember {
	float: right;
	border: thin solid #666666;
	-moz-border-radius:    10px;
	-webkit-border-radius:  10px;
	height: 250px;
	width: 220px;
	text-align: center;
	padding: 5px;
	margin: 5px 50px 5px 10px;
}
.twoColFixRtHdr #container #staffGallery #staffMember img {
	border: medium solid;
	border: medium solid #333333;
}
.twoColFixRtHdr #container #staffGallery #staffMember  p{
	font-weight: bold;
	font-size: 14px;
	margin: 5px;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #diversityProductions #diversityProductions table td{
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #diversityProductions #movieHolder {
	border: thin solid #999999;
	text-align: center;
	-moz-border-radius:    10px;
	-webkit-border-radius:  10px;
	padding: 0px 10px 0px 10px;
}
.twoColFixRtHdr #container #mainContent #diversityProductions img {
	border: medium solid #333333;
}
.twoColFixRtHdr #container #mainContent #diversityProductions td {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #diversityProductions #crewBox {
	border: thin solid #999999;
	text-align: center;
	-moz-border-radius:    10px;
	-webkit-border-radius:  10px;
	width: 600px;
	margin: 0px 0px 0px 150px;
}
.twoColFixRtHdr #container #mainContent #ripplesCredit {
	margin-bottom: 10px;
	height: 435px;
}
.twoColFixRtHdr #container #mainContent #ripplesCredit #ripplesHelpers {
	float: right;
	margin: 3px 150px 10px 30px;
}
.twoColFixRtHdr #container #mainContent #ripplesCredit #ripplesHelpersHdr {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding: 5px 0px 5px 0px;
	border: thin solid #666;
	background-image: url(../images/Bg_lowerContent.png);
	background-position: center -50px;
	background-repeat: repeat;
}
.twoColFixRtHdr #container #mainContent #ripplesCredit #donna {
	float: right;
	margin-top: 20px;
}
.twoColFixRtHdr #container #mainContent #ripplesCredit #ripplesHelpers #helpersList {
	margin-left: 20px;
}
.twoColFixRtHdr #container #mainContent #tennis {
	width: 925px;
	height: 900px;
}
.twoColFixRtHdr #container #mainContent #tennis #marathon #leftContent {
	float: right;
	width: 400px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	background-image: url(../images/tennisMarathon/kidinaction.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 550px;
}
.twoColFixRtHdr #container #mainContent #tennis #marathon #leftContent #marathonInfo {
}
.twoColFixRtHdr #container #mainContent #tennis #marathon #rightContent {
	float: right;
	margin-right: 40px;
	height: 551px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 410px;
	padding-left: 10px;
}
.twoColFixRtHdr #container #mainContent #tennis #marathon #rightContent #Item {
	height: 100px;
	width: 400px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
.twoColFixRtHdr #container #mainContent #tennis #marathon #rightContent #Item #itemtext {
	float: right;
	margin-top: 10px;
	width: 260px;
	font-size: 18px;
	margin-right: 5px;
}
.twoColFixRtHdr #container #mainContent #tennis #marathon #rightContent #Item #itemImage {
	height: 80px;
	width: 120px;
	margin: 10px 0px 0px 5px;
	border: thin solid #999;
}
.twoColFixRtHdr #container #mainContent #tennis #marathon #rightContent #grandPrize {
	height: 150px;
	width: 400px;
	margin: 10px 0px 0px 0px;
}
.twoColFixRtHdr #container #mainContent #tennis #marathon #kickoff {
	float: right;
	width: 400px;
	height: 250px;
	margin-top: 20px;
	border: thin solid #999;
	margin-right: 5px;
	background-image: url(../images/tennisMarathon/kickoffparty.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.twoColFixRtHdr #container #mainContent #tennis #marathon #freeclinic {
	float: right;
	height: 250px;
	width: 400px;
	margin-right: 40px;
	margin-top: 20px;
	border: thin solid #999;
	background-image: url(../images/tennisMarathon/youthclinic.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #tennis #marathon #registerInfo {
	height: 180px;
	width: 600px;
	margin-right: 150px;
	margin-top: 20px;
	text-align: center;
	float: right;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
