/* CSS Document */

html {margin: 0 auto; padding: 0;}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #e2e2e2;
	background-image: url(../images/sports_hor_bkgd_01.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	line-height: 17px;
}
a {
	text-decoration: underline;
	color: #222222;
}
a:hover {
	text-decoration: none;
	color: #999999;
}

#container {
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/container_bkgd1_12.jpg);
	background-repeat: repeat-y;
	width: 870px;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 780px;
}

#containeralt {
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/container_alt_bkgd.jpg);
	background-repeat: repeat-y;
	width: 870px;
	text-align: center;
}
#wrapperalt {
	margin: 0 auto;
	padding: 0;
	width: 780px;
}


/*--- HEADER ---*/

#header {
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/header_whole_alt_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 780px;
	height: 90px;
}
.date {
	margin: 0;
	padding: 35px 0 0 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
	color: #e2e2e2;
	text-shadow: #111 2px 2px 0;
}
#mainmenu {
	margin: 0 auto;
	padding: 14px 7px 0 0;
	width: 500px;
	text-align: center;
	float: right;
}
#headeralt {
	margin: 0;
	padding: 0;
	background-image: url(../images/container_alt_top1_05.jpg);
	width: 780px;
	height: 65px;
}

/*--- FOOTER ---*/

#prefootmenu {
	margin: 0 auto;
	padding: 0;
	clear: both;
	background-image: url(../images/prefoot_menu_19.jpg);
	width: 780px;
	height: 10px;
	background-repeat: no-repeat;
}

#prefootmenualt {
	margin: 0 auto;
	padding: 0;
	clear: both;
	background-image: url(../images/container_alt_footer.jpg);
	width: 780px;
	height: 10px;
	background-repeat: no-repeat;
}

#footer {
	margin: 0 auto;
	padding: 0;
	clear: both;
	background-image: url(../images/footer_bkgd_11.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 780px;
	height: 35px;
	color: #ffffff;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0;
}
#footer li {
	margin: 0 7px 0 7px;
	padding: 0;
	display: inline;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.littleText {
	font-size: 10px;
}

.boldcaps {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}

/*--- GENERIC FLOATS ---*/

#floatright {
	float: right;
}
#floatleft {
	float: left;
}

/*--- CONTENT DIVS ---*/

#menu {
	margin: 0 auto;
	padding: 55px 0 50px 0;
	background-color: #f1f1f1;
	background-image: url(../images/bkgd_side1_05.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 211px;
	text-align: left;
}

#content {
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 569px;
	text-align: left;
}
#content p {
	margin: 0 5px 0 5px;
	padding: 5px 0 8px 10px;
}
#content h2 {
	margin: 10px 15px 0 15px;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	border-bottom: 1px dotted #2f7093;
}
#content ul {
	text-align: left;
	list-style: square inside;
	margin: 10px 15px; padding: 0;
}
#content li {
	margin: 0 15px;
	padding: 0;
}

#breadcrumb {
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(../images/breadcrumb_bkgd_06.jpg);
	background-repeat: no-repeat;
	width: 567px;
	height: 40px;
}
#breadcrumb p {
	margin: 0;
	padding: 6px 0 0 10px;
}
#breadcrumb a {
	text-decoration: none;
	color: #222222;
}
#breadcrumb a:hover {
	text-decoration: underline;
	color: #222222;
}
#pagecontent p {
	margin: 0;
	padding: 10px 15px 5px 15px;
	text-align: left;
	line-height: 19px;
}
#pagecontent ul {
	text-align: left;
	list-style: square inside;
	margin: 10px 15px; padding: 0;
}
#pagecontent li {
	margin: 0 15px;
	padding: 0;
}


/*--- Links ---*/
#links {
	text-align: left;
}
#links h2 {
	margin: 10px 5px 0 5px;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	border-bottom: 1px solid #2f7093;
}
#links p {
	margin: 0;
	padding: 5px 15px 5px 15px;
	text-align: left;
	line-height: 19px;
}
#links ul {
	text-align: left;
	list-style: square inside;
	margin: 10px 0 0 0; padding: 0;
}
#links li {
	margin: 0 7px 0 7px;
	padding: 0;
}
#links hr {
	margin: 15px;
}
#linksleft {
	width: 250px;
	float: left;
	margin: 0 0 15px 15px;
}

#linkscenter {
	width: 250px;
	float: left;
}

#linksright {
	width: 250px;
	float: right;
	margin: 0 15px 0 0;
}

/*--- Credits ---*/
#leftside {
	margin: 0; padding: 0 5px 0 15px;
	float: left;
	width: 280px;
	text-align: left;
}
#leftside h2 {
	margin: 10px 5px 0 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	border-bottom: 1px solid #2f7093;
}
#leftside ul {
	text-align: left;
	list-style: square inside;
	margin: 10px 0 0 0; padding: 0;
}
#leftside li {
	margin: 0 7px 0 7px;
	padding: 0;
}
#rightside {
	margin: 0; padding: 0 15px 5px 10px;
	float: right;
	width: 450px;
	text-align: left;
	border-left: 1px dotted #6c6c6c;
}
#rightside h2 {
	margin: 10px 5px 0 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	border-bottom: 1px solid #2f7093;
}
#rightside ul {
	text-align: left;
	list-style: square inside;
	margin: 10px 0 0 0; padding: 0;
}
#rightside li {
	margin: 0 7px 0 7px;
	padding: 0;
}


/*--- Facilities styles ---*/

#facRightSide {
	margin: 0 5px 0 1px; padding: 0;
	float: right;
	width: 150px;
	background-color: #bfdeef;
	border-left: 2px solid #e5f0f6;
	color: #2f7093;
}
#facDivider {
	padding: 5px 0 5px 0;
	border-top: 1px dotted #ffffff;
} 
#facRightSide p {
	margin: 0; padding: 7px 2px 7px 7px;
}
.facBigger {
	font-size: 16px;
}

#facTopPhoto {
	margin: 0 0 2px 5px;
	padding: 0;
	width: 400px;
	float: left;
}

#facContent {
	margin: 0 0 0 5px; padding: 0;
	width: 400px;
	float: left;
}
#facContent h2 {
	margin: 10px 5px 0 5px;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	border-bottom: 1px dotted #2f7093;
	text-shadow: #fff 2px 2px 0;
}
#facContent ul {
	margin: 5px 5px 0 15px; padding: 0 0 25px 0;
	text-align: left;
	list-style: square inside;
}
#facContent li {
	margin: 0 5px 0 15px; padding: 0;
	line-height: 18px;
	list-style-type: square;
}

.facSoccerBkgd {
	background-image: url(../images/support/soccer/text_bkgd2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.facBaseballBkgd {
	background-image: url(../images/support/baseball/text_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.facFishingBkgd {
	background-image: url(../images/support/fishing/fishing_txt_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.facTennisBkgd {
	background-image: url(../images/support/tennis/tennis_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.facHockeyBkgd {
	background-image: url(../images/support/hockey/hockey_txt_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.facGolfBkgd {
	background-image: url(../images/support/golf/golf_txt_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.facBasketballBkgd {
	background-image: url(../images/support/basketball/basketball_txt_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.facOtherBkgd {
	background-image: url(../images/support/other/other_txt_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.facSwimBkgd {
	background-image: url(../images/support/swimming/swimming_txt_bkgd1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.facTrackBkgd {
	background-image: url(../images/support/track/track_txt_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*--- MENU STYLES ---*/

.uppercase {text-transform: uppercase;}
#menu ul {margin: 0 11px 0 11px; padding: 0;}
#menu li {
	margin: 3px 0 0 0;
	padding: 3px 0 5px 5px;
	border-bottom: 1px solid #222222;
	list-style-type: none;
}
#menu li a {
	display: block;
	color: #222222;
	text-decoration: none;
}
#menu li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #555555;
}
#menu ul li ul {margin: 0 5px 0 11px; padding: 0;}
#menu ul li ul li {
	margin: 3px 0 0 0;
	padding: 3px 0 5px 5px;
	border-bottom: 1px solid #222222;
	list-style-type: none;
}

/*---   ---*/

h1 {
	margin: 1px 5px 5px 5px;
	padding: 5px 0 8px 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #222222;
	display: block;
	background-image: url(../images/h1_bkgd_03.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #6c6c6c;
	text-align: left;
}
#letterPhotos {
	margin: 5px 10px 15px 10px;
	float: right;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #6c6c6c;
	margin: 15px 6px;
	clear: both;
 }

/*--- HOME PAGE STYLES ---*/
#row {
	margin: 0;
	padding: 0;
	width: 569px;
	background-image: url(../images/home_content_top_10.jpg);
	background-repeat: no-repeat;
}
#row p {
	margin: 0;
	padding: 15px 20px 20px 20px;
	line-height: 19px;
}
.middlecolumn {
	border-left: 1px dotted #6c6c6c;
	border-right: 1px dotted #6c6c6c;
}
#col1 {
	margin: 0;
	padding: 0;
	width: 188px;
	float: left;
}
#col2 {
	margin: 0;
	padding: 0;
	width: 188px;
	float: left;
	border-left: 1px dotted #6c6c6c;
	border-right: 1px dotted #6c6c6c;
}
#col3 {
	margin: 0;
	padding: 0;
	width: 189px;
	float: left;
}

/*--- SPORTS STYLES ---*/
#sportsSoccerBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/soccer/sports_bkgd_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsSoftballBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/softball/softball_bkgd_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsHockeyBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/hockey/hockey_bkgd_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsSkatingBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/figureskating/fs_bkgd_new_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsGolfBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	min-height: 555px;
	background-image: url(../images/support/golf/golf_bkgds1_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsTennisBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	min-height: 555px;
	background-image: url(../images/support/tennis/tennis_bkgds_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsFishingBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	min-height: 555px;
	background-image: url(../images/support/fishing/fishing_bkgd_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsCyclingBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	min-height: 555px;
	background-image: url(../images/support/cycling/images/cycling_bkgd_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsBasketballBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	min-height: 555px;
	background-image: url(../images/support/basketball/basketball_bkgd_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsSwimmingBkgd {
	margin: 0 5px 0 0; padding: 0;

	width: 557px;
	min-height: 555px;
	background-image: url(../images/support/swimming/swimming_bkgd_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsBaseballBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	min-height: 555px;
	background-image: url(../images/support/baseball/baseball_bkgd_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsGymnasticsBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	min-height: 555px;
	background-image: url(../images/support/gymnastics/gymnastics_bkgd_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#sportsOtherBkgd {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	min-height: 555px;
	background-image: url(../images/support/other/other_bkgd_03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}

#sportsContent {
	margin: 0; padding: 0 0 70px 0;
	width: 310px;
}

/*--- EVENT SUPPORT STYLES ---*/
#esRefs {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/eventsupport/referrees.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#esVolunteer {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/eventsupport/parking.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#esEMT {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/eventsupport/emt.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#esSecurity {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/eventsupport/security.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#esHospitality {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/eventsupport/hospitality.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#esHotels {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/eventsupport/hotels3.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#esSpecialEvents {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/eventsupport/specialevents.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#esCommunications {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/eventsupport/communications.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#esRestaurants {
	margin: 0 5px 0 0; padding: 0;
	width: 557px;
	background-image: url(../images/support/eventsupport/restaurants.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}

/*--- SITE MAP ---*/
#smleft {
	margin: 10px 0 25px 5px;
	padding: 0 10px 0 10px;
	width: 230px;
	text-align: left;
	float: left;
}
#smleft h2 {
	margin: 10px 5px 0 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	border-bottom: 1px solid #2f7093;
}
#smleft ul {
	text-align: left;
	margin: 10px 0 0 0; padding: 0;
}
#smleft li {
	margin: 0 7px 0 7px;
	padding: 0;
	list-style: square inside;
	line-height: 17px;
}

#smmiddle {
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	width: 230px;
	float: left;
	text-align: left;
	border-right: 1px dotted #6c6c6c;
	border-left: 1px dotted #6c6c6c;
	height: 100%;
}
#smmiddle h2 {
	margin: 10px 5px 0 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	border-bottom: 1px solid #2f7093;
}
#smmiddle h3 {
	margin: 10px 5px 0 0;
	padding: 5px 0 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #222222;
}
#smmiddle ul {
	text-align: left;
	margin: 10px 0 0 0; padding: 0;
}
#smmiddle li {
	margin: 0 7px 0 7px;
	padding: 0;
	list-style: square inside;
	line-height: 17px;
}

#smright {
	margin: 10px 0 25px 0;
	padding: 0 10px 0 10px;
	width: 230px;
	float: left;
	text-align: left;
}
#smright h2 {
	margin: 10px 5px 0 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	border-bottom: 1px solid #2f7093;
}
#smright ul {
	text-align: left;
	margin: 10px 0 0 0; padding: 0;
}
#smright li {
	margin: 0 7px 0 7px;
	padding: 0;
	list-style: square inside;
	line-height: 17px;
}


/*--- RED TEXT ---*/
.redtext {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
}


/*--- SIFR ---*/

/* 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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* 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;
	font-size: 12px;
	color: #222222;
}
