@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
}

body {
	background-color: #CCCCCC;
	text-align: center;
}
ul {
}

#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}

#wrapperGallery {
	background-color: #FFFFFF;
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-image: url(../i/contentBg.gif);
	background-repeat: repeat-x;
	background-position: left 227px;
}

#homeMasthead {
	height: 227px;
	width: 760px;
	background-image: url(../i/general-masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#youngAthletesMasthead {
	height: 227px;
	width: 760px;
	background-image: url(../i/juniors-masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#seniorsMasthead {
	height: 227px;
	width: 760px;
	background-image: url(../i/seniors-masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#veteransMasthead {
	height: 227px;
	width: 760px;
	background-image: url(../i/veterans-masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#printLogo {
	display: none;
}

#logo {
	height: 72px;
	width: 161px;
	margin-bottom: 15px;
	background-image: url(../i/logoTxt.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 24px;
	top: 50px;
	text-indent: -9999px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-size: 1px;
}
#logo a {
	height: 72px;
	width: 161px;
	top: 0px;
	position: absolute;
	left: 0px;
	display: block;
	overflow: hidden;
}
#logo2 a {
	display: block;
	text-indent: -9999px;
	white-space: nowrap;
}
#logo2 a.hidden {
	display: none;
}
#nav ul {
	position: absolute;
	right: 15px;
	top: 196px;
}
#nav li {
	float: left;
	display: block;
	list-style-type: none;
	text-align: center;
	margin-right: 5px;
	font-weight: bold;
}
#nav li a {
	display: block;
	width: 112px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #57BCEB;
	padding-top: 8px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../i/navBg.gif);
	background-repeat: no-repeat;
}
#nav li a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FBB040;
}
#nav li.current a {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FBB040;
}

/* Sub Nav */

.sub-nav
    {
	width: 519px;
	background-image: url(../i/subNavBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.top {
	background: #FFFFFF url(../i/subNavBgT.gif) no-repeat left top;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	height: 10px;
	margin: 0px;
	width: 519px;
}

.bottom {
	background: #FFFFFF url(../i/subNavBgB.gif) no-repeat left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	height: 10px;
	margin: 0;
	width: 519px;
}
.sub-nav ul {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 519px;
	margin: 0px;
}
.sub-nav li {
	list-style-type: none;
	margin-right: 7px;
	display: inline;
	line-height: 100%;
}
.sub-nav li a {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.sub-nav li a:link, .curved-box li a:visited {
	color: #000000;
}
.sub-nav li a:hover, .curved-box li a:active {
	text-decoration: underline;
	color: #000000;
}
.sub-nav li.firstItem {
	margin-left: 15px;
}
.sub-nav .current {
	text-decoration: underline;
}


/* Ends */


#content {
	background-image: url(../i/contentBg.gif);
	background-repeat: repeat-x;
}

#contentGallery {
	height: auto;
}

#leftCol {
	width: 200px;
	float: left;
	height: auto;
}
#leftNav {
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#leftNav li {
	list-style-type: none;
	display: block;
	text-align: right;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FF9900;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #999999;
}
#leftNav li.lastItem {
	margin-bottom: 0px;
}
#leftNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#leftNav a:link, #leftNav a:visited {
	color: #000000;
}

#leftNav a:hover, #leftNav a:active {
	color: #FBB040;
}
#leftNav li.currentPage a {
	color: #FBB040;
}

#leftNav li.lastItemCurrentPage {
	margin-bottom: 0px;
}

#leftNav li.lastItemCurrentPage a {
	color: #FBB040;
}


#images {
	width: 200px;
	margin-bottom: 20px;
}
#images img {
	margin-top: 6px;
	width: 200px;
}

/* Styling for subscribe form */


#subscribe {
	background-color: #000000;
	width: auto;
	margin-top: 6px;
	text-align: right;
	padding: 15px;
	margin-bottom: 6px;
}

#subscribe h1 {
	color: #FBB040;
	margin-bottom: 5px;
}

#subscribe p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#subscribe div {
	margin-top: 10px;
}

#subscribe input {
	border: 1px solid #57BCEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 160px;
	padding: 5px;
	text-align: right;
}

#subscribe .button input {
	width: auto;
	padding-top: 2px;
	font-weight: bold;
}
#subscribe .name {
	color: #57BCEB;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	display: block;
}

label.overlabel {
	color:#999;
}

label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}


/* Ends */



#rightCol {
	width: 519px;
	margin-left: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#rightCol ol {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 18px;
	font-size: 12px;
	margin-top: 10px;
}
#rightCol ol li {
	margin-bottom: 5px;
}
#rightCol ol li ul {
	color: #000000;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 11px;
	margin-bottom: 10px;
}
#rightCol table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	margin-top: 10px;
}
#rightCol table td {
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#rightCol table p {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
}
#rightCol table a {
	text-decoration: none;
	font-weight: bold;
	color: #CC3300;
}
#rightCol table a:hover {
	text-decoration: underline;
}
#rightCol ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
	margin-top: 5px;
}
#rightCol ul.jumpMenu {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	width: 300px;
}
#rightCol ul.jumpMenu02 {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#rightCol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rightCol img {
	float: left;
}

/* News Box */


.curved-box
    {
	width: 200px;
	margin: 10px 0px 10px 10px;
	background-color: #666666;
	float: right;
}

.curved-box h2
    {
	background: #666666 url(../i/topCurve.gif) no-repeat left top;
	color: #FBB040;
	padding: 10px 15px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
}
#rightCol .curved-box h2 {
	color: #FBB040;
	margin-top: 0px;
}
.curved-box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FBB040;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.curved-box li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-left: 0px;
}
.curved-box li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	width: 170px;
	height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
#rightCol div.curved-box li a {
	margin-left: 0px;
	color: #FFFFFF;
}
#rightCol div.curved-box li a:hover {
	color: #57BCEB;
}
.curved-box li a:hover {
	color: #57BCEB;
}

.curved-box p
    {
    background: #666666 url(../i/bottomCurve.gif) no-repeat left bottom;
    margin: 0px;
    padding: 5px 15px 10px 15px;
    text-align: left;
}
.curved-box p.link a {
	color: #FBB040;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}
.curved-box p.link a:hover {
	color: #57BCEB;
}

/* Ends */


#rightCol p.titling {
	font-family: Arial, Helvetica, sans-serif;
	height: 74px;
	width: 234px;
	margin-bottom: 15px;
	background-image: url(../i/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#rightCol p.intro {
	font-size: 14px;
	color: #003E7E;
	font-weight: bold;
}
#rightCol ul.jumpMenu li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003E7E;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
}
#rightCol ul.jumpMenu li a {
	text-decoration: none;
	color: #003E7E;
}
#rightCol ul.jumpMenu li a:hover {
	text-decoration: underline;
}
#rightCol ul.jumpMenu02 li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003E7E;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#rightCol ul.jumpMenu02 li a {
	text-decoration: none;
	color: #003E7E;
}
#rightCol ul.jumpMenu02 li a:hover {
	text-decoration: underline;
}


#rightCol p.BackToTop a {
	text-transform: uppercase;
	font-weight: bold;
	color: #D06F1A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	padding-bottom: 10px;
	font-size: 10px;
}

#rightCol p.BackToTop a:hover {
	text-decoration: underline;
}

#rightCol p.newsArchive a {
	text-transform: uppercase;
	font-weight: bold;
	color: #D06F1A;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	font-size: 10px;
}

#rightCol p.newsArchive a:hover {
	text-decoration: underline;
}

#rightCol h1 {
	color: #000;
	margin-top: 10px;
}
#rightCol h2 {
	color: #003E7E;
	margin-top: 10px;
}
#trainingTimes {
	background-color: #999999;
	margin-top: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
#left {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px;
}
#left h1 {
	color: #003E7E;
}
#left .note {
	font-size: 10px;
}
#left p {
	margin-top: 10px;
	font-size: 11px;
	color: #FFFFFF;
}
#left strong {
	color: #003E7E;
}
#right {
	width: 225px;
	margin-left: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#right img {
	margin-bottom: 10px;
	float: none;
}

#right h1 {
	color: #003E7E;
	display: block;
	height: 20px;
}
#right .note {
	font-size: 10px;
}
#right p {
	margin-top: 10px;
	font-size: 11px;
	color: #FFFFFF;
}
#right strong {
	color: #003E7E;
}

/* Ends */


/* Styling for Gallery page thumnails */

#contentWrapper {
	height: auto;
	width: 500px;
}

/* End */

div.pic {
	float: left;
	height: 195px;
	width: 134px;
	padding: 0 10px;
	margin: 5px 6px 15px 0px;
	background-color: #CCCCCC;
	font-size: 4px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

div.pic img {
	border-top: 4px solid #999999;
	border-right: 4px solid #999999;
	border-bottom: 4px solid #999999;
	border-left: 4px solid #999999;
	margin: 0px;
	padding: 0px;
}
div.pic a img {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
div.pic a:hover img {
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

/* Styling for landscape thumbnails */

div.ls img {
	height: 96px;
	width: 128px;
	margin: 32px 0 0;
}

/* End */
/* Styling for portrait thumbnails */

div.pt img {
	height: 128px;
	width: 96px;
	margin: 0 16px;
}

/* End */

div.pic ul {
	margin: 4px 0 0;
	padding: 0;
}

div.pic li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 128px;
}
div.pic p {
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 10px;
	float: left;
	width: 134px;
	margin: 5px 0px 0px;
	padding: 0px;
}
div.pic pt p {
	font-weight: bold;
}

/* Ends */


#footer {
	clear: both;
	background-image: url(../i/footerBg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
#footer img {
	vertical-align: middle;
	margin-right: 5px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

