/* REDEFINE HTML TAGS */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #35547A url(../images/kidsPattern.jpg) repeat;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #F00;
}
ul {
	list-style: none;
	margin-left: 15px;
}
li {
	font: 13px "Times New Roman", Times, serif;
}
h1 {
	font: bold normal 36px "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	clear: right;
	letter-spacing: .04em;
}
h1 span.subtitle {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font: bold normal 19px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin-top: 20px;
	letter-spacing: .02em;
}
h3 {
	font: italic normal 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	color: #666666;
}
h1 + img + p, h1 + p {
	padding-top: 16px;
}
p {
	font: 15px/18px "Times New Roman", Times, serif;
	color: #000000;
	margin-left: 15px;
	margin-bottom: 10px;
}
p strong {
	font-style: italic;
	font-weight: bold;
	color: #407ACD;
}

span.asterisk {
	color: #f00;
	
}

/* LAYOUT */
#saved {
	display: block;
	position: relative;
	width: 782px;
	font: italic bold 14px Arial, Helvetica, sans-serif;
	color: #9BBDEB;
	margin: 15px auto 0px;
	padding-left: 50px;
}
#saved a {
	color: #FFF;
	font-style: normal;
	font-weight: normal;
}
#saved a:hover {
	color: #F00;
}
#bigContainer {
	position: relative;
	display: block;
	width: 782px;
	background: #FFF;
	margin-top: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
#Wshadow {
	position: relative;
	display: block;
	background: url(../images/Wshadow.gif) repeat-y left top;
}
#Eshadow {
	position: relative;
	display: block;
	background: url(../images/Eshadow.gif) repeat-y right top;
}
#Sshadow {
	position: relative;
	display: block;
	background: url(../images/Sshadow.gif) repeat-x left bottom;
}
#NWshadow {
	position: relative;
	display: block;
	background: url(../images/NWshadow.gif) no-repeat left top;
}
#SWshadow {
	position: relative;
	display: block;
	background: url(../images/SWshadow.gif) no-repeat left bottom;
}
#NEshadow {
	position: relative;
	display: block;
	background: url(../images/NEshadow.gif) no-repeat right top;
}
#SEshadow {
	position: relative;
	display: block;
	background: url(../images/SEshadow.gif) no-repeat right bottom;
	padding-bottom: 15px;
}
#container {
	position: relative;
	display: block;
	width: 764px;
	margin-right: 6px;
	margin-left: 12px;
}
#headerImage {
	position: relative;
	display: block;
	width: 764;
	height: 133;
	background: url(../images/header.jpg) no-repeat 0px 0px;
}
.redBar {
	position: relative;
	display: block;
	width: 100%;
	height: 8px;
	background: #BE2F38;
	border-top: 1px solid #000;
}
.shadowBar {
	position: relative;
	display: block;
	width: 100%;
	height: 8px;
	background: url(../images/shadowBar.gif) repeat-x 0px 0px;
}
#content {
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 0px;
	padding-top: 19px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 20px;
	width: auto;
	min-height: 450px;
}

/* NAVIGATION */
#nav {
	position: relative;
	float: left;
	width: 185px;
	padding-left: 15px;
	padding-top: 19px;
	border-bottom: 3px solid #BE2F38;
	background: url(../images/navShadow.gif) repeat-x left bottom;
}
#nav li.l1 {
	margin-bottom: 15px;
}
#nav ul {
	margin-left: 0px;
	margin-bottom: 6px;
	padding-top: 19px;
}
#nav ul li {
	height: 17px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding: 0px;
}
#nav ul li a {
	font: 12px Arial, Helvetica, sans-serif;
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
	padding: 4px 0px 2px 22px;
	margin: 0px;
	background: url(../images/buttonUp.gif) no-repeat 0px 0px;
	color: #440000;
}
#nav ul li a:hover {
	background: url(../images/buttonDown.gif) no-repeat 0px 0px;
	color: #BE2F38;
}
#sportsLeagues {
	background: url(../images/sportsLeagues.gif) no-repeat;
}
#bowlingCenter {
	background: url(../images/bowlingCenter.gif) no-repeat;
}
#specialEvents {
	background: url(../images/specialEvents.gif) no-repeat;
}
#youthPrograms {
	background: url(../images/youthPrograms.gif) no-repeat;
}
#aboutUs {
	background: url(../images/aboutUs.gif) no-repeat;
}


/* REUSABLES */
.clearMe {
	clear: both;
}
.hideMe {
	display: none;
}
.floatLeft {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	border: 1px solid #000000;
}
.floatRight {
	position: relative;
	float: right;
	margin-left: 15px;
	margin-top: 20px;
	border: 1px solid #000000;
}
.smallcaps {
	font-variant: small-caps;
}

/* SITE CREDITS */
#siteBy {
	font: 12px Arial, Helvetica, sans-serif;
	color: #9BBDEB;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: .1em;
}
#siteBy a {
	color: #FFF;
}
#siteBy a:hover {
	color: #F00;
}

