@charset "utf-8";

/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, tr, td, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	font: 12px/16px Verdana, Geneva, sans-serif;
}

body {
	background: #46782E;
	color: black;
	font: 12px/14px Verdana, Geneva, sans-serif;
}

ol, ul { list-style: none; }

a img, :link img, :visited img { border: 0; }

:link, :visited { text-decoration:none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h3, h4, h5, h6 {
	padding:10px 0 4px 0;
	margin:0;
	font-weight: bold;
	font-size: 100%;
	color: #46782e;
}

h1.header {
	font-size: 16px;
	margin: 0px;
	padding: 5px 0px;
}

h2.header { padding: 0 0 4px 0; }

p {
	padding:6px 0 10px 0;
	margin:0;
	font: normal 12px/16px Verdana, Geneva, sans-serif;
}

/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
	* html .clearfix { height:1%; }

*+html .clearfix { height:1%; }

.clearfix { display:block; }

/* Default styling classes */
.clear { clear: both; }

.float_left { float: left; }

.float_right { float: right; }

.pad_left {
	padding-right: 10px;
	padding-bottom: 5px;
}

.pad_right {
	padding-left: 10px;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
	color: #46782e;
	font-weight: bold;
}

a:hover { color: #cbdc1c; }

.error {
	font-weight: bold;
	color: #FF0000;
}

#error_box {
	border: 2px solid #FF0000;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* H1 Image Replacement */
#example_header span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#example_header {
	width: 498px;
	height: 41px;
	padding: 0;
	background: url(../images/example_header.gif);
}

/* <h1 id="example_header" title="Example Header"><span>Example Header</span></h1> /*

/* Menu bar */
.menubar ul {
	padding:0;
	list-style-type:none;
}

.menubar ul li { display:inline; }

.menubar ul li a {
	float:left;
	display:block;
}

/* Menu Rollover */

#about:hover img, #membership:hover img, #comp:hover img, #social:hover img, #coaching:hover img, #court:hover img, #gallery:hover img, #news:hover img, #events:hover img, #contact:hover img { visibility:hidden; }

#about {
	width: 101px;
	height: 37px;
	background: url(../images/topbar/menu-ro_14.jpg) no-repeat 0 0;
}

#membership {
	width: 100px;
	height: 37px;
	background: url(../images/topbar/menu-ro_15.jpg) no-repeat 0 0;
}

#comp {
	width: 101px;
	height: 37px;
	background: url(../images/topbar/menu-ro_16.jpg) no-repeat 0 0;
}

#social {
	width: 100px;
	height: 37px;
	background: url(../images/topbar/menu-ro_17.jpg) no-repeat 0 0;
}

#coaching {
	width: 100px;
	height: 37px;
	background: url(../images/topbar/menu-ro_18.jpg) no-repeat 0 0;
}

#court {
	width: 100px;
	height: 37px;
	background: url(../images/topbar/menu-ro_19.jpg) no-repeat 0 0;
}

#gallery {
	width: 101px;
	height: 37px;
	background: url(../images/topbar/menu-ro_20.jpg) no-repeat 0 0;
}

#news {
	width: 100px;
	height: 37px;
	background: url(../images/topbar/menu-ro_21.jpg) no-repeat 0 0;
}

#events {
	width: 100px;
	height: 37px;
	background: url(../images/topbar/menu-ro_22.jpg) no-repeat 0 0;
}

#contact {
	width: 101px;
	height: 37px;
	background: url(../images/topbar/menu-ro_23.jpg) no-repeat 0 0;
}

/* Main Container (Center Content) */
#container {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFF;
}

#topbar {
	height: 211px;
	position: relative;
	z-index: 999;
}

#topbar #topimage { height: 174px; }

#index {
	position: relative;
	padding: 5px;
	z-index: 1;
}

#content {
	position: relative;
	padding: 15px;
	z-index: 1;
}

#footer {
	padding: 10px;
	padding-bottom: 20px;
	position: relative;
}

#footer ul li { display:inline; }

.spacer-2px { height: 2px; }

.spacer-5px { height: 5px; }

.spacer-10px { height: 10px; }

.spacer-20px { height: 20px; }

.pad-10px { padding: 10px; }

.pad-10px-left { padding-left: 10px; }

.pad-10px-right { padding-right: 10px; }

.pad-10px-left-right {
	padding-left: 10px;
	padding-right: 10px;
}

.pad-5px-top { padding-top: 5px; }

.pad-10px-top { padding-top: 10px; }

.pad-15px-top { padding-top: 15px; }

.pad-20px-top { padding-top: 20px; }

.internal { padding: 20px; }

.index .leftcol {
	width: 551px;	
}

.index .rightcol {
	width: 438px;
	padding-left: 5px;
}

.index .rightcol .latest-news, .index .rightcol .tennis-tips {
	width: 438px;
}

.index .leftcol .about-us .leftcol, .index .leftcol .location .leftcol {
	width: 153px;
}

.index .leftcol .about-us .rightcol {
	width: 350px;
	padding-left: 20px;
	padding-right: 15px;
}

.index .leftcol .location .rightcol {
	width: 362px;
	padding-left: 9px;
	padding-right: 15px;
}

.index .leftcol .about-us p, .index .rightcol .tennis-tips .rightcol p, .index .rightcol .tennis-tips .rightcol h1 {
	padding-top: 0;
}

.index .leftcol .about-us, .index .leftcol .location {
	padding-top: 20px;
}

.index .leftcol .location .rightcol .border-table {
	height: 153px;
}

.index .leftcol .location .rightcol .border-table .content {
	padding: 10px;
	vertical-align: middle;
}

.index .leftcol .location .rightcol .border-table .horizontal-border {
	height: 2px;
	background: url(../images/index/index_27.jpg) repeat-x 0px 0px;
	line-height: 2px;
	font-size: 2px;
}

.index .leftcol .location .rightcol .border-table .vertical-border {
	width: 2px;
	line-height: 2px;
	font-size: 2px;
	background: url(../images/index/index_30.jpg) repeat-y 0px 0px;
}

.index .rightcol .join-now {
	width: 217px;
	padding-right: 6px;
}

.index .rightcol .e-news {
	width: 195px;
	background: #46782e;
	color: #FFF;
	padding: 10px;
}

.index .rightcol .latest-news {
	position: relative;
}

.index .rightcol .latest-news tr td {
	padding: 10px;
}

.index .rightcol .latest-news tr {
	background-color: #e2eec3;
}

.index .rightcol .latest-news .no-pad-top {
	padding-top: 0;
}

.index .rightcol .latest-news .header {
	padding-bottom: 5px;
}

.index .rightcol .tennis-tips .leftcol {
	width: 170px;
	background-color: #f9f5eb;
}

.index .rightcol .tennis-tips .rightcol {
	width: 247px;
	padding: 10px;
	background-color: #f9f5eb;
}

.align_center { text-align: center; }

.align_left { text-align: left; }

.align_right { text-align: right; }

ul.std {
	padding-left: 25px;
	list-style: disc outside;
	padding-top: 5px;
}

ul.std li { padding-bottom: 4px; }

table.table-pad-5px tr td { padding: 5px; }

table.table-pad-3px tr td { padding: 3px; }

table.table-pad-2px tr td { padding: 2px; }

table.border tr, table.border tr td { border: 1px solid #000; }

table.noborder tr, table.noborder tr td { border: none; }

.font-color-white { color: #FFF; }

.tc .leftcol { width: 724px; }

.tc .rightcol { width: 250px; }

.tc .int-leftcol {
	width: 454px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.tc .int-rightcol {
	width: 250px;
	padding-bottom: 10px;
}

.tc .rightcol div {
	background: #e6f7be;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.tc-alt .leftcol {
	width: 250px;
	padding-right: 10px;
}

.tc-alt .midcol { width: 454px; }

.tc-alt .rightcol {
	width: 250px;
	padding-left: 10px;
}

.twocol .rightcol {
	width: 714px;
	padding-bottom: 10px;
}

.twocol .leftcol {
	width: 250px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.shop-table {
	width: 714px;
	padding-right: 10px;
}

.shop-table tr td { padding-bottom: 10px; }

.internal-table { margin-bottom: 10px; }

.gallery li {
	display: inline;
}

.e-news h1 {
	color: #cbdc1c;
}

.e-news .txtbox {
	width: 120px;
	margin-bottom: 5px;
}

.privacy { font-size: 9px; color: #FFF; font-weight: normal; float: left; line-height: 20px; }

#Join {
	color: #46782e;
	background: #cbdc1c;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	font-size: 10px;
	font-weight: bold;
	width: 45px;
	height: 20px;
	margin-top: 3px;
	padding-top: 0;
	float: right;
}

.caption {
	font-size: 10px;
	padding-top: 0px;
	margin-top: 0px;
}
