/* general reset */
body{
	margin:0;
	font:14px Arial, Helvetica, sans-serif;
	background:#333;
	color:#333;
	min-width:1003px;
}
p
{
	font-size: 14px;
	font-weight: normal;
}
li
{
	font-size: 14px;
	font-weight: normal;
}
img{ border-style:none;}
a{
	text-decoration:none;
	color:#333;
}
a:hover{text-decoration:underline;}
input, textarea, select{ vertical-align:middle;}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
	padding-top:40px;
}
#wrapper .w1{
	width:1009px;
	left:50%;
	float:left;
	position:relative;
}
#wrapper .w2{
	width:1009px;
	left:-50%;
	float:left;
	position:relative;
}
#header {
	width:954px;
	padding:0 55px 8px 0;
	margin:0 auto;
	background:url(../images/bg-main-t.png) no-repeat 0 100%;
}
#header:after {
	clear: both;
	content:"";
	display: block;
}
.logo a{
	position:absolute;
	top:32px;
	left:27px;
	text-indent:-9999px;
	overflow:hidden;
	width:242px;
	height:154px;
	background:url(../images/logo.png) no-repeat;
	z-index:150;
	cursor:pointer;
}
.logo-small a {
	position:absolute;
	top:-18px;
	left:21px;
	text-indent:-9999px;
	overflow:hidden;
	width:245px;
	height:43px;
	background:url(../images/logo-small.png) no-repeat;
	z-index:99;
	cursor:pointer;
}
ul#nav {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	background:url(../images/separator-nav.gif) no-repeat;
}
ul#nav li{
	float:left;
	background:url(../images/separator-nav.gif) no-repeat 100% 0;
	padding:0 1px 0 2px;
}
ul#nav li a{
	display:block;
	font-size:10px;
	line-height:28px;
	padding:0 15px 4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
ul#nav li a:hover, ul#nav li.active a{
	background:url(../images/bg-nav-hover.gif) repeat-x;
	text-decoration:none;
}
#main {
	background:url(../images/bg-main-c.png) repeat-y;
	padding:0 4px;
	height:1%;
}
#main:after {
	clear: both;
	content:"";
	display: block;
}
.home-holder {
	background:url(../images/bg-home.jpg) no-repeat;
	height:623px;
	width:1001px;
	float:left;
	margin:-8px 0 -10px;
	position:relative;
	padding-top:240px;
}
.home-holder .intro{
	padding:0 0 0 45px;
	width:505px;
	font-size:16px;
	line-height:22px;
}
.home-holder .intro h1{
	margin:0;
	font-size:42px;
	line-height:46px;
	color:#fff;
	font-weight:normal;
}
.home-holder .intro p{
	margin:8px 0 0;
	color:#fff;
	padding-right:20px;
}
.home-holder .box-holder {
	margin-top:172px;
	background:url(../images/bg-box-holder.png);
	padding:33px 0 34px 28px;
	overflow:hidden;
	width:973px;
}
.box-holder .box{
	float:left;
	width:301px;
	margin-right:22px;
}
.box-holder .box h2{
	margin:0;
	text-indent:-9999px;
	height:51px;
	width:100%;
}
.box-holder .box h2.john{
	background:url(../images/bg-title-john.png) no-repeat;
}
.box-holder .box h2.coaches{
	background:url(../images/bg-hdr_ourcoaches.png) no-repeat;
}
.box-holder .box h2.team{
	background:url(../images/bg-hdr_seniorteam.png) no-repeat;
}


.box-holder .box h2.meets{
	background:url(../images/bg-title-meets.png) no-repeat;
}
.box-holder .box h2.champ{
	background:url(../images/bg-title-champ.png) no-repeat;
}
.box-holder .box .data {
	background:#fff;
	overflow:hidden;
	height:1%;
	padding:12px 18px 0 7px;
}
.box-holder .box .img-holder {
	float:left;
	width:78px;
	padding-top:2px;
}
.box-holder .box .img-holder img{float:right;}
.box-holder .box .text {
	float:right;
	width:185px;
	font-size:11px;
	line-height:15px;
	color:#666;
	min-height:100px;
	position:relative;
}
* html .box-holder .box .text {
	height:100px;
	overflow:visible;
	font-size: 11px;
}
.box-holder .box .text p{
	margin:0;
	padding-bottom:22px;
	font-size: 11px;
}
.box-holder .box .text a.read{
	font-weight:bold;
	color:#900;
	position:absolute;
	bottom:5px;
	left:0;
}
.box-holder .box .b{
	height:4px;
	background:url(../images/bg-box-b.png) no-repeat;
	font-size:1px;
}
#footer {
	background:url(../images/bg-main-b.png) no-repeat;
	padding:21px 0 40px 38px;
	color:#fff;
	font-size:12px;
	width:971px;
}
/* inner page */
.main-holder {
	width:1001px;
	float:left;
	margin:0 0 -11px;
	position:relative;
	padding-top:24px;
}
.main-holder .heading{
	text-align:center;
	padding:0 170px 13px;
}
.main-holder .heading h1{
	margin:0;
	font-size:36px;
	line-height:40px;
	font-weight:normal;
	color:#333;
}
.main-holder .heading p{
	margin:12px 0 0;
	font-size:21px;
	line-height:25px;
	color:#808080;
}
.main-holder .visual {
	border:10px solid #000;
	border-width:10px 0;
}
.main-holder .visual img{display:block;}
#two-columns {
	height:1%;
	padding:25px 18px 10px 15px;
}
#two-columns:after {
	clear: both;
	content:"";
	display: block;
}
#content {
	float:right;
	width:755px;
}
#content .row{
	overflow:hidden;
	height:1%;
	padding-right:38px;
	margin-bottom:45px;
}
#content .row .right-column{
	float:right;
	width:300px;
	margin:10px 0 0 35px;
}
#content .row .left-column{
	width:270px;
	float:left;
	margin-right:25px;
}
#content .row .img-holder{
	width:258px;
	height:167px;
	padding:5px;
	background:url(../images/bg-img-holder.gif) no-repeat;
}
#content .row .text
{
	line-height:20px;
	font-size: 14px;
}
#content .row img{display:block;}
#content .row h2{
	margin:0;
	font-size:24px;
	font-weight:normal;
}
#content .row p{
	font-size: 14px;
	font-weight: normal;
	margin:12px 0 0;
}
#content .columns-holder{
	overflow:hidden;
	height:1%;
	padding-left:5px;
}
#content .columns-holder .column{
	float:left;
	width:200px;
	padding-right:36px;
	line-height:20px;
}
#content .columns-holder .first{
	padding-right:53px;
	width:225px;
}
#content .columns-holder strong
{
	font-size: 14px;
	font-weight: bold;
}
#content .columns-holder .column p{
	margin:5px 0 0;
	font-size:12px;
}
#sidebar {
	float:left;
	width:191px;
}
#sidebar .navbar {
	width:100%;
	margin-top:-197px;
	position:relative;
}
#sidebar .navbar .t{
	height:6px;
	font-size:1px;
	background:url(../images/bg-navbar-t.png) no-repeat;
}
#sidebar .navbar .c{
	background:url(../images/bg-navbar-c.png) repeat-y;
	overflow:hidden;
	height:1%;
	padding:0 2px;
}
#sidebar .navbar ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:187px;
	margin-top:-1px;
	position:relative;
}
#sidebar .navbar ul li{
	background:url(../images/separator-navbar.gif) no-repeat;
	float:left;
	width:187px;
}
#sidebar .navbar ul li:first-child {
	background:none;
}
#sidebar .navbar ul li a{
	display:block;
	line-height:40px;
	text-transform:uppercase;
	font-size:10px;
	color:#474747;
	padding:2px 0 0 23px;
}
#sidebar .navbar .b{
	height:6px;
	background:url(../images/bg-navbar-b.png) no-repeat;
}



#content .meetEventList ul{
	margin: 0;
	padding:0;
	list-style:none;
	float:left;
	width: 100%;
	Xmargin-top:-1px;
	position:relative;
}
#content .meetEventList ul li{
	margin: 5px 0 14px 0;
	border-bottom: solid 1px #cdcdcd;
	Xbackground:url(../images/separator-navbar.gif) no-repeat;
	Xfloat:left;
	Xwidth:187px;
}
#content .meetEventList ul li:first-child {
	Xbackground:none;
}

#content .meetEventList ul li h4
{
	font-weight: normal;
	font-size: 22px;
	margin: 0;
	padding: 0;
	color: #1164a6;
}

#content .meetEventList ul li em
{
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	margin: 0;
	padding: 5px 0 0 0;
	color: #343434;
}

#content .meetEventList .meetDescription
{
	display: block;
	padding: 15px 0 15px 0;
	margin: 0;
	width: 480px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}


#content .meetEventList ul li a{
	display:block;
	text-transform:uppercase;
	font-size:11px;
	 font-weight: bold;
	color:#1164a6;
	padding: 0 0 11px 0px;
}


h2.contentTitle
{
	color:#333333;
	font-size:24px;
	font-weight:normal;
	line-height:40px;
	margin:10px 0 20px 0;
}

