@charset "utf-8";
/* General styles */
* { 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
}
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	background-color: #333333; 
}
address { 
	line-height: 1.2em; 
	font-style: normal; 
	padding-top: 5px; 
}
address span { 
	font-weight: bold; 
	color: #003399; 
}
ul {
	list-style-type: none;
}
p {
	margin: 0 0 10px 0;
}
#wrapper-a { 
	width: 800px;
	margin: 0 auto;
	padding: 0 11px; 
	background-color: #ffffff;
}
#top { 
	height: 32px; 
	width: 800px; 
	position: relative;
	border-bottom: 2px solid #999999;
	margin: 0 0 2px 0;
}
#top p {
	margin: 10px 0 5px 5px;
	color: #999999;
	font-size: 60%;
}
#header { 
	height: 115px; 
	width: 800px; 
	position: relative;
	background-image: url(../../images/header-bg.jpg);
	background-repeat: no-repeat;
}
#header h1, #nav-skipnav { 
	position: absolute; 
	left: -9999px; 
	overflow: hidden; 
}
#nav-text {
	list-style-image: url(../../images/nav-bullet.jpg);
	position: absolute;
	top: 90px;
	left: 280px;
	width: 520px;
	font-size: 65%;
	text-align: right;
}
#nav-text li {
	display: inline;
	margin-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#nav-text a { 
	color: #ffffff; 
	text-decoration: none;
	background-image: url(../../images/nav-bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 8px;
}
#nav-main { 
	list-style-type: none; 
	margin-bottom: .5em; 
	font-size:70%;
}
#nav-main-li { 
	background: #F1F1F1; 
	margin: 0; 
}
#nav-main li a { 
	width: 168px; 
	display:block; 
	padding: 4px 0; 
	border-bottom: 1px dashed #cccccc; 
	color: #000000; 
	text-decoration: none; 
}
#nav-main-home a { 
	background-color: #FFFFFF; 
	background-image: url(../../images/left-nav-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#nav-main-home a:hover, #nav-main-home a:focus, #nav-main-home a:active { 
	background-color: #e3ecd8;
	color: #000000;
	background-image: url(../../images/left-nav-bg-over.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold; 
}
#nav-main-home-on a { 
	background-color: #e3ecd8; 
	background-image: url(../../images/left-nav-bg-over.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold; 
}
#nav-main-home-on a:hover, #nav-main-home-on a:focus, #nav-main-home-on a:active { 
	background-color: #e3ecd8;
	color: #000000;
	background-image: url(../../images/left-nav-bg-over.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold; 
}
#nav-main li a span { 
	padding: 0 14px; 
	margin: 0; 
}
#nav-main-images-left-coaches { 
	margin-bottom: 5px; 
	border: 0px; 
}
#nav-main-images-left-find { 
	margin-top: 5px; border: 0px; 
}
#wrapper-content { 
	width: 800px; 
	background-color: #ffffff;
	padding-top: 12px; 
}
#content-left { 
	width: 168px; 
	float: left; 
	color: #000000;
}
#content-left-inner { 
	padding: 0; 
}
#content-right-inner { 
	padding: 0 0 0 180px;
}
#content-right-a { 
	width: 410px; 
	float: left; 
	padding-bottom: 12px; 
}
#content-right-a p {
	font-size: 70%;
	margin: 5px 0;
}
#content-right-a ul {
	margin: 0 0 0 45px;
}
#content-right-a li {
	list-style-type: circle;
}
#content-right-a a:link, #content-right-a a:focus, #content-right-a a:active { 
	color: #000099; 
	font-weight: bold;
	font-size: 10px;
}
#content-right-a a:hover, #content-right-a a:visited { 
	color: #990099; 
	font-weight: bold; 
	font-size: 10px;
}
#content-right-b { 
	width: 209px; 
	float: left; 
}
#content-right-b-inner { 
	padding: 0 0 12px 12px; 
}
#footer { 
	font-size: 60%; 
	position: relative; 
	height: 88px; 
	width: 800px;
	background: #ffffff;
	background-image: url(../../images/footer-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#footer-inner {
	padding: 12px;
	text-align: center;
}
#footer p {
	margin: 10px 0;
	color: #cccccc;
}
#footer-nav {
	list-style-image: none;
}
#footer-nav li {
	display: inline;
	margin-right: 10px;
	color: #666666;
}
#footer-nav a { 
	color: #666666; 
	text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 8px;
}
#headline {
	height: 25px;
	background-color: #010c44;
	background-image: url(../../images/heading-bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	margin: 0 0 2px 0;
	font-size: 80%;
	color: #ffffff;
}
#headline p {
	padding: 5px 0 5px 5px;
	font-size: 80%; 
	font-weight: bold;
}
.clear-content { 
	clear: both; 
}
.w3-images { 
	margin-top: 5px; 
}
.right-images { 
	margin-bottom: 5px; 
}
.divider {
	padding: 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
}
#news-box {
	width: 193px;
	height: 165px;
	border: 1px solid #666666;
	margin: 0 0 15px 1px;
	padding: 5px 0 0 0;
}
/* tables */
table.stats {
	width: 100%;	
	border-collapse: no-collapse;
	font-size: 65%;
	border: 1px solid #cccccc;
}
table.stats th {
	background-color: #010C44;
	color: #ffffff;
	padding: 0.5em 1em 0.5em 0.2em;
	text-align: center;
}
table.stats td {
	padding: 0.5em 1em 0.5em 0.2em;
	text-align: center;
}
table.stats tr.d0 td {
	background-color: #ffffff;
	border-bottom: 1px dashed #cccccc;
}	
table.stats tr.d1 td {
	background-color: #e3ecd8;
	border-bottom: 1px dashed #cccccc;
}	
table.stats tr.d2 td {
	background-color: #ffffff;
}	
/* form elements */
fieldset {
	margin-left: 5px;
	margin-right: 5px;
}
.box {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border: 1px solid #000000;
}
.frmSubmit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #010C44;
    border: 1px solid #000000;
}

.maincell {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
	color: #666666;
    padding: 5px;
}
legend, label {
	font-size: small;
	color: #000000;
	margin: 10px 0px;
}
.errormsg {
	font-size: small;
	color: #FF0000;
	padding: 5px 0px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 21px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}