@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-attachment: scroll;
	background-image: url(images/bkgd-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	background-color: #850A0A;
}
h1, h2, h3, h4 {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.clear { clear:both;}
#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#branding, #flash, #main-home, #sub-page {
	margin-right: auto;
	margin-left: auto;
	width: 930px;
}
#branding {
	padding-top: 15px;
}
#branding img {
	float: left;
	width: 263px;
}
#flash a {
	border-style: none;
}
#branding-info {
	float: right;
	width: 405px;
	margin-top: 35px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
}
#branding-info .address {
	color: #000019;
	font-weight: 700;
	float: left;
	text-align: right;
	border-right-style: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
	padding-right: 15px;
}
.bigger {
	font-size: 120%;
}
#branding-info .phone-email {
	color: #D61111;
	font-weight: 700;
	float: left;
	padding-left: 15px;
}
#branding-info .phone-email a {
	color: #000019;
	text-decoration: none;
}
#branding-info .phone-email a:hover {
	text-decoration: underline;
	color: #D61111;
}

ul#nav {
	width: 930px;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 15px;
	clear: both;
	float: left;
}
ul#nav li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 23px;
	padding-left: 23px;
}
ul#nav li.nospaceleft {
	padding-left: 6px;
}
ul#nav li.nospaceright {
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#nav li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000019;
	text-decoration: none;
	font-weight: 700;
	font-size: 115%;
}
ul#nav li a:hover {
	color: #D61111;
}
#flash {
	margin-top: 15px;
}
#nav-sports {
	clear: both;
	height: 122px;
	margin-top: 12px;
}
#main-home {
	margin-top: 12px;
}
#main-home h1, h2 {
	text-transform: uppercase;
	color: #000019;
	margin-bottom: 8px;
}
#main-home h1 {
	font-size: 220%;
	line-height: .8em;
}
#main-home a, p {
	color: #FFF;
	line-height: 1.5em;
	font-size: 105%;
}
#main-home p {
	padding-bottom: 10px;
}
#main-home-a {
	width: 410px;
	background-image: url(images/home-bkgd-boxes.png);
	background-repeat: repeat-x;
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 22px;
	padding-left: 30px;
	margin-bottom: 12px;
	float: left;
	margin-right: 12px;
}
#main-home-b {
	width: 195px;
	background-image: url(images/home-bkgd-boxes.png);
	background-repeat: repeat-x;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 20px;
	margin-bottom: 12px;
	float: left;
	margin-right: 12px;
	font-size: 90%;
}
#main-home-b ul {
	list-style-type: none;
}
#main-home-b ul li {
	background-image: url(images/bullet-white.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 8px;
	padding-bottom: 5px;
}
#main-home-b ul li a {
	text-decoration: none;
}
#main-home-b ul li a:hover {
	text-decoration: underline;
}
#main-home-c {
	float: left;
	width: 160px;
}
/* sub page css */
#sub-page {
	margin-top: 15px;
	margin-bottom: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#left-col {
	float: left;
	width: 245px;
	clear: left;
	padding-right: 15px;
}
#left-col ul li a:hover {
	text-decoration: underline;
}
ul#sub-nav {
	background: #00001A url(images/bkgd-sub-nav.jpg) repeat-x;
	list-style: none;
	padding: 25px;
}
ul#sub-nav li {
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 15px;
	background: url(images/bkgd-underline.gif) left top no-repeat;
	list-style-type: none;
}
ul#sub-nav li.plain {
	background: none;
}
ul#sub-nav li a {
	color: #D80000;
	text-decoration: none;
}
ul#sub-nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
ul#sub-nav li ul li  {
	font-size: 80%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 75%;
	background-image: url(images/bullet-white.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: 10px 14px;
	list-style-type: none;
}
ul#sub-nav li ul li a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#sub-nav li ul li a:hover {
	color: #D80000;
	text-decoration: none;
}
.news, .register {
	margin-top: 15px;
	background: url(images/bkgd-callouts.png) left bottom no-repeat ;
}
.news {
	padding: 25px 30px;
}
.news h2 {
	font-size: 155%;
}
.news ul {
	list-style: none;
}
.news ul li {
	background-image: url(images/bullet-white.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 8px;
	padding-bottom: 15px;
}
.news ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.new ul li a:hover {
	text-decoration: underline;
}
.register {
	padding: 25px 20px;
}
#content {
	float: left;
	width: 600px;
	clear: right;
	background: #FFFFFF;
	min-height: 700px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}
#content p.breadcrumb {
	font-size: 11px;
	margin-bottom: 20px;
}
#content img.rightside {
	float: right;
	clear: right;
	border: 1px solid #C6C6C6;
	margin-left: 35px;
	padding: 5px;
	margin-top: 5px;
}
#content img.leftside {
	float: left;
	clear: left;
	border: 1px solid #C6C6C6;
	margin-right: 30px;
	padding: 5px;
	margin-top: 5px;
}

/* Right List */
#rightlistbox {
	background-image: url(images/right-bg.jpg);
	background-repeat: no-repeat;
	float: right;
	clear: right;
	width: 206px;
	height: 600px;
	margin-right: 5px;
	margin-left: 30px;
}

#rightlist h3 {
	margin-left: 20px;
	padding-bottom: 10px;
}

#rightlist ul li {
	margin-left: 10px;
}

/* Content Background Box */

#contentbox {
	background-image: url(images/gold-bg.jpg);
	width:599px;
	height:176px;
	margin-top:-20px;
	margin-bottom:0px;
}

#contentbox h3 {
	padding-left:20px;
	padding-top:20px;
}

#contentbox3 {
	background-image: url(images/gold-bg.jpg);
	width:599px;
	height:176px;
	margin-top:0px;
	margin-bottom:10px;
}

#contentbox3 h3 {
	padding-left:20px;
	padding-top:10px;
}

#contentbox4 h3 {
	padding-left:20px;
	padding-top:20px;
}

#contentbox2 {
	width: 598px;
	height:191px;
	margin-top:0px;
	margin-bottom:0px;
}

#contentbox4 {
	background-image: url(images/plat-bg.jpg);
	width: 598px;
	height:191px;
	margin-top:10px;
	margin-bottom:0px;
}



#content a {
	color: #D80000;
}
#content a:hover {
	text-decoration: none;
}
#content p.intro {
	color: #00019;
	font-size: 130%;
	line-height: 1.8em;
}
#content p {
	color: #333333;
	font-size:12px;
}
#content h1 {
	margin-bottom: 5px;
	color: #CA0000;
}
#content h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #0E1964;
}
#content h3 {
	margin-bottom: 5px;
	margin-top: 10px;
	color: #CA0000;
}
.copy {
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-top: 30px;
	float: left;
	width: 600px;
	clear: left;
}
.copy-2 {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
	float: left;
	width: 600px;
	clear: left;
}

.copy p, .copy-2 p {
	line-height: 1.6em;
	padding-bottom: 10px;
	font-size: 98%;
}
.copy img.logo {
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	clear: left;
}
.copy ul {
	color: #333333;
	margin-bottom: 10px;
	padding-left: 35px;
	list-style: none;
	margin-top: 10px;
}
.copy ul li {
	background-image: url(images/bullet-square.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 5px;
	padding-bottom: 15px;
	line-height: 12px;
}
img.content-logo {
	float: right;
	padding-bottom: 10px;
}
/* Thumbs for Leagues, Training, etc...*/
ul#tiles {
	width: 595px;
	margin: 0px;
	padding-left: 5px;
	list-style: none;
}
ul#tiles li {
	float: left;
	background-image: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px
}
ul#tiles li.nospace {
	padding-right: 0px;

}
a span {
	display: none;
}
ul#tiles li a, ul#mycarousel li a {
	display: block;
	height: 122px;
	background-position: 0 0;
	width: 174px;
}
a#soccer {
	background-image: url(images/tile-soccer.jpg);
}

a#lacrosse {
	background-image: url(images/tile-lacrosse.jpg);
}
a#football {
	background-image: url(images/tile-football.jpg);
}
a#softball {
	background-image: url(images/tile-softball.jpg);
}
a#baseball {
	background-image: url(images/tile-baseball.jpg);
}
a#basketball {
	background-image: url(images/tile-basketball.jpg);
}
a#volleyball {
	background-image: url(images/tile-volleyball.jpg);
}
a#performance {
	background-image: url(images/tile-performance.jpg);
}
a#other {
	background-image: url(images/tile-other.jpg);
}
ul#tiles li a:hover, ul#mycarousel li a:hover {
	background-position: 0 -122px;
}


/* sub page css ends */
#footer {
	clear: both;
	width: 930px;
	text-align: left;
	float: left;
	margin-top: 40px;
	margin-bottom: 25px;
}

#footer img {
	float: right;
	margin-bottom: 30px;
	margin-top: -10px;
}

#footer p {
	color: #C55758;
	font-size: 90%;
	margin-bottom: -11px;
}
#footer a {
	color: #C55758;
}

iframe {
	border: 1px solid #CCC;
	padding: 5px;
}
table.contact {
	margin-top: 15px;
}
p.huge  {
	font-size: 130%;
	line-height: 1em;
}
p.leftline {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

/* Background for sponsorships */
#bronzebox
{
background: url(images/bronze-bg.jpg) no-repeat;
width:599px;
height:150px;
margin:auto;
margin-top:0px;
margin-bottom:0px;
}


#bronzecontent
{
margin:10px 10px 10px 0px;
width:460px;
float:right;
}



#bronzecontent ul
{
list-style:none;
margin:0px;
padding:5px 10px 10px 10px;
}
#bronzecontent ul li
{
background: url(images/bullet-square.gif) no-repeat 0px 5px;
padding:0px 0px 10px 20px;
margin:0px;
font:12px tahoma;
color:#000000;
}

#bronzecontent h3
{
font-size:16px;
color:d40202#;
margin:10px 0px 0px 20px;
text-transform: uppercase;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Background for sponsorships */
#silverbox, #silverbox_2
{
background: url(images/silver-bg.jpg) no-repeat ;
width:599px;
height:150px;
margin:auto;
margin-top:0px;
margin-bottom:0px;
}


#silvercontent, #silvercontent_2
{
margin:10px 10px 10px 0px;
width:460px;
float:right;
}

#silvercontent ul, #silvercontent_2 ul
{
list-style:none;
margin:0px;
padding:5px 10px 10px 10px;
}
#silvercontent ul li, #silvercontent_2 ul li
{
background: url(images/bullet-square.gif) no-repeat 0px 5px;
padding:0px 0px 10px 20px;
margin:0px;
font:12px tahoma;
color:#000000;
}

#silvercontent h3, #silvercontent_2 h3
{
font-size:16px;
color:d40202#;
margin:10px 0px 0px 20px;
text-transform: uppercase;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Background for sponsorships */
#goldbox
{
background: url(images/gold-bg.jpg) no-repeat;
width:599px;
height:176px;
margin:auto;
margin-top:0px;
margin-bottom:0px;
}


#goldcontent
{
margin:10px 10px 10px 0px;
width:460px;
float:right;
}

#goldcontent ul
{
list-style:none;
margin:0px;
padding:5px 10px 10px 10px;
}
#goldcontent ul li
{
background: url(images/bullet-square.gif) no-repeat 0px 5px;
padding:0px 0px 10px 20px;
margin:0px;
font:12px tahoma;
color:#000000;
}


#goldcontent h3
{
font-size:16px;
color:d40202#;
margin:10px 0px 0px 20px;
text-transform: uppercase;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* pink box */
#pinkbox
{
background: #fdf5f5 url(images/pinkbox_bot.jpg) bottom no-repeat;
width:602px;
padding:0px 0px 20px 0px;
float:left;
font-family:Tahoma, Verdana, Arial!important;
color:#191919;
}
#pinkbox_top { background:#fdf5f5 url(images/pinkbox_top.jpg) no-repeat top; width:582px; padding:0px 10px; float:left; height:50px; }
#pinkbox_top h3
{
font-size:14px;
color:#ff0000;
padding:10px 0px 5px 5px;
text-transform: uppercase;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-bottom: 1px solid #fdc5c6;
}
#pinkbox_cont { background:#fdf5f5; float:left; width:582px; padding:0px 10px;}

#pinkbox_cont h3
{
font-size:14px;
color:#ff0000;
text-transform: uppercase;
margin:0px; 
padding:5px 0px 5px 10px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#pinkbox_cont p { padding:5px 0px 0px 10px;}
#pinkbox_cont .right_bor { border-right: 1px solid #fdc5c6;}
#pinkbox_cont ul
{
list-style:none;
margin:0px;
padding:5px 10px 0px 15px;
}
#pinkbox_cont ul li
{
background: url(images/bullet-square.gif) no-repeat 0px 5px;
padding:0px 0px 10px 15px;
margin:0px;
font-family:Tahoma, Verdana, Arial!important;
color:#181816;
}

#register-now-table {
	
}

#register-now-table td {
	width:350px;
}

#register-now-table a {
	text-decoration:none;
}

#register-now-table a:hover {
	text-decoration:underline;
}

#register-now-header {
	font-size:26px;
	font-weight:bold;
	color:#000019;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

.breakingNews {
	text-decoration:none;
	color:blue;
}

.breakingNews:hover {
	text-decoration:underline;
}

#sponsorsList {
}

.sponsorsList li {
	float:left;
	list-style-type:none;
}

.sponsorsList li img {
	border:none;
}

