/**** REMOVES DEFAULT BROWSER STYLES ****/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }


/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
	padding: 		0;
	margin: 		0 0 0 0;
}	

/* MAIN PAGE STYLES START HERE */

body {
	text-align : left;
	background-color: #F4F4F4;
	background-image: url(../graphics/bg1.gif); 
	background-repeat: repeat-x;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
}

h1,h2,h3,h4,h5,h6, .numbertxt  {
}

p{
	font-weight: normal;
	text-align: justify;
}

p.intro{
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: 19px;
}


h1 {
	padding-top: 14px;
}

h2 {
	font-weight: normal;
}

hr {
	color: #ebebeb;
	background-color: #ebebeb;
	height: 1px;
	border:0;
	margin:5px auto;
	
}
#page-wrapper {
	height: 1%;
	width: 100%;
	background-color: #FFFFFF;
	float: left;
}

/* container */

#container {
	width:100%;
	height: 1%;
}

/* header */

#header-wrapper{
	background-image: url(../graphics/watermark.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 122px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width:960px;
	height: 94px;
}




/* column wrapper */

#col-wrapper {
	width: 960px;
	height: 1%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 26px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

/* left column */

#left-col {
	width: 685px;
	height: 1%;
	float: left;
	padding-left: 18px;
	padding-bottom: 50px;
}

#left-col span {
	font-weight:bold;
}
#left-col img{
}
/* home page */

#home-block{
	width: 960px;
	height: 1%;
}

#home-pics{
	height: 253px;
	width: 438px;
	float: left;
}

#blurb-box{
	float: left;
	height: 253px;
	width: 522px;
	background-image: url(../graphics/blurb-bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 22px;
}

#blurb-box h1{
	color: #FFFFFF;
	text-align:center;
	font: 300 normal 41px/38px "HelveticaNeue-Light", "Helvetica Neue Light", arial, sans-serif;
	padding-left: 37px;
	padding-top: 85px;
	/*padding-right: 10px;*/
	padding-bottom: 0px;
}
#blurb-box h1 span{
	font-size:23px;
	font-style: italic;
}

#right-col-home #side-times{
	margin-bottom: 12px;
}

#side-times{
	height: 1%;
	width: 171px;
	margin-left: 17px;
	margin-bottom: 10px;
	background-color: #FFFFF0;
	border: 1px solid #B8D0DE;
	padding: 5px 6px;
}

#side-times h3{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 3px;
	color: #000000;
}

#side-times p{
	font-size: 12px;
	margin: 0px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#side-times a{
	color: #416CA8;	
}

#side-events{
	height: 1%;
	width: 170px;
	margin-left: 18px;
	background-color: #FFFFF0;
	border: 1px solid #B8D0DE;
	padding: 5px 6px;
	margin-bottom: 10px;
}

#side-events h3{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 3px;
	color: #000000;
}

#side-events p{
	font-size: 12px;
	margin: 0px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align:left;
}

#side-events a{
	color: #416CA8;	
}

/* right column */
#right-col-home {
	height: 1%;
	/*background-image: url(../graphics/rightcol-bg.gif);
	background-position: right top;
	background-repeat: no-repeat;*/
	background-color:#DFEEFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #D1DBDF;	
	width: 222px;
	float: right;
	margin-top: 10px;
	margin-right: 12px;
	padding-top: 14px;
	padding-bottom:5px;
}

#right-col-home img{
	padding-left: 16px;
	padding-bottom: 12px;
}

#right-col {
	height: 1%;
	/*background-image: url(../graphics/rightcol-bg.gif);
	background-position: right top;
	background-repeat: no-repeat;*/
	/*background-color:C2E3F1;*/
	background-color:#DFEEFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #D1DBDF;	
	width: 222px;
	float: right;
	margin-top: 30px;
	margin-right: 12px;
	padding-top: 14px;
	padding-bottom: 15px;
	margin-bottom:90px;
}

#right-col img{
	padding-left: 16px;
	padding-bottom: 12px;
}


#left-col h1{
	color: #0D4276;
	width: 652px;
	font: 31px "HelveticaNeue-Light", "Helvetica Neue Light", arial, sans-serif;
	padding-bottom: 4px;
	padding-top: 24px;
}


#left-col p{
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 20px;
}

#left-col h2{
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 30px;
	color: #0D4276;
	font: bold 15px Arial, Helvetica, sans-serif;
}

#left-col h3{
	padding-top: 14px;
	padding-bottom: 0px;
	padding-right: 30px;
	color: #640000;
	font-weight: bold;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 624px;
}


#left-col ul {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 9px;
	margin-bottom: 9px;
	list-style-type: square;
}

#left-col li {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 20px;
	font-size: 13px;
}

#footer {
	width: 100%;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../graphics/footer-top-bg.gif);
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

#footer a{
	color: #898989;
}

#footer p.foot-address{
	color: #666666;
	text-align: center;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 4px;
}

#footer p.credits{
	color: #7E7E7E;
	text-align: center;
	font-size: 11px;
	padding-bottom: 20px;
}

A:link	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
}
A:visited	{
	text-decoration:underline;
	font-weight: normal;
	color: #800080;
}
A:hover	{
	text-decoration:underline;
	font-weight: normal;
	color: #000000;
}
A:active	{
	text-decoration:underline;
	color: #003A8A;
}


#top-nav{
	height: 28px;
	width: 960px;
}

/* contact page form
------------------------------------------------------------------*/

#contactform {
	width: 480px;
	text-align: left;
	clear: left;
	border: 1px solid #D9D9D9;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 22px;
}

#contact-submit {
	padding: 0;
	background: transparent;
	margin-top: 10px;
	text-align: center;
	width: 420px;
}

.float-right{
	float: right;
	padding: 6px;
	margin-bottom: 12px;
	margin-left: 12px;
	border: 1px solid #CCCCCC;
	margin-top: 4px;
	background-color: #FFFFFF;
}

/*- MAIN TABS NAVIGAION */

   #tabsB {
	float:left;
	width:960px;
	height: 30px;
	margin-left: 10px;
      }

    #tabsB ul {
	margin:0;
	list-style:none;
	padding-bottom: 0;
	padding-left: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	padding-top: 0px;
      }

    #tabsB li {
    display:inline;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    }

    #tabsB a {

	float:left;
    background:url("../graphics/tabsleftc.gif") no-repeat left top;
    margin:0;
    text-decoration:none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 7px;
    font-weight: bold;
    }

    #tabsB a span {
	float:left;
	display:block;
	background:url("../graphics/tabsrightc.gif") no-repeat right top;
	color:#0A325E;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 4px;
	margin-right: 3px;
    }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #tabsB a span {float:none;}

    /* End IE5-Mac hack */

    #tabsB a:hover span {
    color:#000;
     }

    #tabsB a:hover {
     background-position:0% -42px;
      }

    #tabsB a:hover span {
    background-position:100% -42px;
    }

 /* This controls the active tabs, the tab for the corresponding page is highlighted. each tab has an id set in the li (eg home-tab) and another id set in the body (eg home-active). The body id of each page can be changed in Dreamweaver by going to Modify > Template Properties */

#home-active #home-tab a {
background-position:0% -42px;
}
#home-active #home-tab a span {
background-position:100% -42px;
}

#training-active #training-tab a {
background-position:0% -42px;
}
#training-active #training-tab a span {
background-position:100% -42px;
}

#coaches-active #coaches-tab a {
background-position:0% -42px;
}
#coaches-active #coaches-tab a span {
background-position:100% -42px;
}

#news-active #news-tab a {
background-position:0% -42px;
}
#news-active #news-tab a span {
background-position:100% -42px;
}

#gallery-active #gallery-tab a {
background-position:0% -42px;
}
#gallery-active #gallery-tab a span {
background-position:100% -42px;
}

#testimonials-active #testimonials-tab a {
background-position:0% -42px;
}
#testimonials-active #testimonials-tab a span {
background-position:100% -42px;
}

#links-active #links-tab a {
background-position:0% -42px;
}
#links-active #links-tab a span {
background-position:100% -42px;
}

#location-active #location-tab a {
background-position:0% -42px;
}
#location-active #location-tab a span {
background-position:100% -42px;
}

#contact-active #contact-tab a {
background-position:0% -42px;
}
#contact-active #contact-tab a span {
background-position:100% -42px;
}





 /* Useful Links Page */
 
 #links-wrapper{
	width: 655px;
	float: left;
	height: 1%;
 }

.link-box{
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	height: 110px;
	width: 315px;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 8px;
}

#links-wrapper p{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.link-box img{
	padding-bottom: 2px;
}

.pdf{
	background-image: url(../graphics/pdf_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
}

.word{
	background-image: url(../graphics/word_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
}

 /* Gallery Pages */

#gallery-thumbs{
	margin-top: 14px;
}

#gallery-thumbs img{
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin-right: 13px;
	margin-bottom: 13px;
	background-color: #FFFFFF;
}

#gallery-thumbs a:hover img{
	padding: 6px;
	border: 1px solid #000000;
	margin-right: 13px;
	margin-bottom: 13px;
	background-color: #FFFFFF;
}

#galleries{
	margin-top: 14px;
}

#galleries .gallery-section{
	height: 166px;
	border: 1px solid #CCCCCC;
	margin-bottom: 16px;
	width: 676px;
	display: block;
}

#galleries .gallery-section img{
	float: right;
	margin: 8px;
}

#galleries .gallery-section p{
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 55px;
	padding-top: 44px;
}

 /* Coaches Page */
 
 #coaches{
	margin-top: 10px;
}

#coaches .coach-box{
	height: 144px;
	border: 1px solid #CCCCCC;
	margin-bottom: 14px;
	display: block;
	width: 677px;
}

#coaches .coach-box img{
	float: left;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 6px;
}

#coaches .coach-box p{
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	padding-right: 24px;
	margin: 0px;
}

#coaches .coach-box h3{
	font-size: 13px;
	padding-top: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 500px;
}

p.founder{
	border: 1px solid #CCCCCC;
	background-color: #FFFFEA;
	padding-left: 12px;
	margin-bottom: 6px;
	width: 664px;
	margin-top: 14px;
}

 /* Map Page */

#map{
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin-top: 12px;
	height: 1%;
	width: 650px;
}

/* Testimonials Page */

#testimonials{

}

#testimonials .testimonial-box{
	margin-bottom: 12px;
	border-bottom:1px solid #ebebeb;
}

#testimonials .testimonial-box p{
	font-style: italic;
	text-align: left;
}

/* Announcement */
#announcement {
	background-color:#FFFFF0;
	padding:10px 20px;
	margin-top:20px;
	border: 1px solid #B8D0DE;
}

#announcement h2 {
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 30px;
	color: #0D4276;
	font: bold 15px Arial, Helvetica, sans-serif;
	}
	
#announcement p {
	font-weight:bold;
	}

/* Rule Changes */
h2.rules {
	margin-top:10px;
}
div.rules-footer {
	border: 1px solid #CCCCCC;
	background-color: #FFFFEA;
	padding: 12px;
	margin-bottom: 6px;
	width: 664px;
	margin-top: 20px;
}
/* Add This */
div.addthis_toolbox {
	padding-left: 15px;
}
/* London 2012 */
.olympics h1 {
padding-top: 5px;

}

#vote, #vote-side {
	display:block;
	position:relative;
	background-color:#0a325e;
	color: #fff;
	text-decoration: none;
	text-align:center;
	text-transform:uppercase;
	line-height: 1;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}

#vote {
	margin:20px auto 0;
	width:450px;
	padding: 8px;
	font-size:20px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}
	
#vote-side {
	margin:10px auto;
	width:180px;
	padding: 6px;
	font-size:13px;
	font-weight:600;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#vote:hover, #vote-side:hover {
	color: #999;
}

.poll-rule {
	color: #0a325e;
	background-color: #0a325e;
	height: 5px;
	border:0;
	margin-top:15px;
}
/* Ray Stevens */
.ray-stevens iframe {
	display:block;
	margin:10px 0;
}
/* Give it a go */
.giag-container {
width: 100%;
position: relative;
margin:10px 0;
}
.giag-left {
display:inline;
float:left;
width:75%;
}
.giag-image {
display:inline;
float:left;
margin-bottom:10px;
}

br.clear {
clear:both;
}


