/* @group Layout */
html,body{
	background-color: #4c4c4c;
}
#customdoc{
	margin: 5% auto;
	width: 800px;
	background: url(images/bg.jpg) repeat;
	text-align: center;
}
#bd{
	width: 739px;
	margin: 0 auto;
}
#hd{
	margin: 0;
	padding: 4em 1em 0 1em;
	background: url(images/headerbg.jpg) no-repeat left top;
	text-align: left;
}
/* @group tabs */
#tabwrapper{
	text-align: center;
}
#tabs{
	text-align: right;
	margin-top: 1em;
	margin-bottom: 0;
	width: 739px;

}
/* Non-IE */
html>body #tabs{
	margin: 1em auto 0 auto;
}
#tabs li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
/* @end */

/* @group Footer */
#ft{
	margin: 3em 0 0 0;
	font-size: 85%;
	height: 50px;
	padding: .3em 0 0 0;
}
#ft, #ft a{
	color: #0053a9;
	text-align: center;
}
#footernav{
	font-size: 93%;
	position: relative;
	margin: .7em;
}
#footernav ul{
	float: right;
	margin: 9em 5em 0 0;
}
#footernav li{
	list-style: none;
	display: inline;
	margin: 0 .3em;
}
/* @end */
#bdwrapper{
	width: 739px;
}
#bdwrapper td{
	vertical-align: top;
}
#bdwrapper td.corner{
	width: 20px;
}
#content{
	margin: 0;
	color: #FFF;
	padding: .3em 0 2em 0;
	font-size: 93%;
	text-align: center;
}
#contentmain td, .contentwrapper td{

	line-height: 1.4em;
}
.home td{
	background-color: #F2843E;
}
.coach #rates, .training #rates{
	background-color: #e86c1f;
}
.club #rates{
	background-color: #304191;
}
.coach td{
	background-color: #2B3980;
}
.club td{
	background-color: #e86c1f;
}
.training td{
	background-color: #0069b2;
}
.events td{
	background-color: #f9591b;
}
.gallery td{
	background-color: #2393d3;
}
.gallery div.contentblock{
	text-align: center;
}
.subnav{
	display: block;
	text-align: left;
	margin: 0 0 0 6em;
}
.subnav li{
	list-style: none;
	display: inline;
	margin: 0;
}
.subnav a{
	color: #FFF;
}
.contentblock{
	margin: 1em auto;
	text-align: left;
	/*wierd IE bug where top corner cells expand 
	if there is a line wrap inside of the content block*/
	width: 679px;
}
/* @end */
/* @group Home */
.home #slugline{
	margin-left: .5em;
	float: right;
	width: 200px;
}
.home h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	margin: 0 0 1em 0;
	color: #0269b3;
}
#info{
	margin: 3em 0 0 0;
	/*height: 200px;
	clear: both;*/
}
#news,#events{
	padding: 4px;
	margin-bottom: 2em;
}
#events{
	width: 200px;
}
#news{
	width: 440px;
	float:right;
	margin-left:.5em;
}
#news h4, #events h4{
	font-size:123.1%;
	font-weight: bold;
	padding: 4px;
	text-align:left;
	margin: 0 0 1em 0;
}
#events p .title{
	font-size: 115%;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
	color: #FFF;
}
#news p, #events p{
	padding: 0 5px;
}
.newsitem{
	border: 2px solid #eb813f;
	margin-bottom: 2em;
}
.newsitem img{
	float: right;
}
#events p a{
	color: #005898;
}
/* @end */
/* @group Base */
#content a{
	color: #FFF;
}
#content a:hover{
	color: #666;
}
.contentimage{
	float: right;
	margin: 1.5em 0 1em 1em;
}
.events .contentimage{
	border: 1px solid #CCC;
}
p.download{
	text-align: center;
}
p.terms{
	font-size: 93%;
}
/* @end */
/* @group Rates */
#rates{
	width: 100%;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 1em 0;
	margin: 1em 0;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	min-height: 100px;
}
#rates p{
	margin: .3em 0;
}
#rates ul{
	margin: 0 0 0 6em;
}
#rates .minilogo{
	float: right;
	margin: 1em 2em 0 0;
}
#rates .signup{
	float: right;
	margin: 1em 2em 0 0;
}
#rates .signup a{
	margin-right: 6em;
	font-size: 115%;
}
#rates .title{
	float: left;
	margin: 0 2em 0 1em;
}
/* @end */

/* @group Coaching */
img.biopic{
	float: left;
	margin: 0 1em 1em 1em;
}
div.bio{
	margin: 0 1em;
	padding: .3em 0;
}
div.clearimage p, div.clearimage blockquote{
	margin-left: 175px;
}
.coach h3{
	clear: left;
}
.coach blockquote{
	margin-left: 2em;
}
/* @end */
/* @group Contact */
#contact{
	
	width: 400px;
}
/* @end */
/* @group HTML Tags */
html,body{
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 1.2em;
	width: 100%;
	height: 100%;
}
body{
	margin: 2em 0;
}
a{
	text-decoration: none;
}
a:hover{
	color: #666;
}
p{
	margin: 0 0 1em 0;
}
p img{
	float: right;

}
h1,h2,h3{
	font-weight: bold;
	text-align: left;
}
h1{
	font-size: 138.5%;
	margin: 1em 0 .5em 0;
}
h2{
	font-size: 123.1%;
	margin: 2em 0 .5em 0;
}
h3{
	font-size: 107%;
	margin: 1.5em 0 .5em 0;
}
ul{
	margin: 0 0 1em 1em;
}
ul li{
	list-style-type: disc;
	margin-left: 3em;
}
strong{
	font-weight: bold;
}
blockquote{
	margin-left: 3em;
}
table.cfdebug{
	margin-top: 100%;
}
table.cfdebug table.cfdebug{
	margin: 0;
}
/* @end */

