@CHARSET "ISO-8859-1";
#PreSchool {
	cursor: pointer;
	height: 40px;
	float: left;
	left: 4em;
	position: relative;
	width: 46px;
}
	#PreSchool span {
		background: url(../images/generic/preschool-learning-alliance.gif) #fff;
	}
	
#ParallaxCorner {
	bottom: -0.6em;
	cursor: pointer;
	height: 128px;
	float: right;
	position: absolute;
	right: 0;
	width: 128px;
}
	#ParallaxCorner span {
		background: url(../images/generic/parallax-corner.gif) #fff;
	}


* {
	font-size: 16px;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, li, p {
	margin: 0;
	padding: 0;
}
body {
	background: #e8e9e9;
	font-family: Arial;
	line-height: 1.2em;
	margin: 0 0 1em 0;
}
#Content {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 968px;
}
ul, ol, li {
	list-style: none;
}

	#Header {
		position: relative;
	}
	#Header ul {
		background: url(../images/generic/bg-nav.gif) repeat-x;
		float: left;
		font-family: Arial;
		position: relative;
		width: 100%;
	}
	#Header ul#NavMemberMenu {
		width: auto;
	}

#Header ul li {
	background: url(../images/generic/bg-li-nav.gif) repeat-x;
	border-top: 1px solid #66809c;
	border-bottom: 1px solid #66809c;
}

#Header h1 {
	float: left;
	height: 366px;
	margin: 0;
	width: 968px;
}
	#Header h1 span {
		background: url(../images/generic/header.jpg);
	}
	#Header ul {
		margin: 0 auto;
	}
	#Header ul li {
		float: left;
		left: 150px;
		position: relative; /* CATCH: Not the best way to do this */
	}
	#Header ul li a {
		background: url(../images/generic/bg-a-nav.gif) left no-repeat;
		color: #fff;
		display: block;
		float: left;
		font-size: 0.875em;
		font-weight: normal;
		padding: 0.875em 2em;
		text-decoration: none;
	}
	#Header ul li a#NavHome {
		background: none;
		border-left: 1px solid #66809c;
	}
	#Header ul li a#NavContactUs {
		border-right: 1px solid #66809c;
	}
	#Header ul li a:hover, #Header ul li a.selected {
		color: #ff0;
	}
	#Header ul li a:hover {
		text-decoration: underline;
	}
	#Page {
		background: #fff;
		float: left;
		padding: 2em;
		width: 904px;
	}
		#Left {
			border-right: 1px solid #b0c5a0;
			float: left;
			width: 54%;
		}
		#Right {
			float: right;
			width: 45%;
		}
		.content {
			padding: 1em;
		}
	#Footer {
		background: url(../images/generic/bg-footer.gif) bottom #fff no-repeat;
		float: left;
		margin: 0 0 1em 0;
		padding: 2em 0 1em 0;
		position: relative;
		width: 100%;
	}
		#Footer ul li {
			float: left;
			left: 250px;
			position: relative;
		}
		#Footer ul li a {
			border-left: 1px solid #00a8de;
			color: #2e7f2e;
			float: left;
			font-size: 0.625em;
			padding: 0.5em 1em;
			text-transform: uppercase;
		}
		#Footer ul li a#FooterNavContactUs {
			border-right: 1px solid #00a8de;
		}
	
	
	#Copywrite {
		font-size: 0.625em;
		text-align: center;
	}
	
	h1 {
		color: #662d91;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1em;
		margin: 0.666em 0 0 0;
	}
	h2 {
		color: #662d91;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.85em;
		font-weight: bold;
		margin: 0.666em 0 0 0;
	}
	a {
		color: #6c4068;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
	}
		a:hover {
			text-decoration: underline;
		}
	p {
		font-size: 0.75em;
		margin: 0.333em 0 0.666em 0;
	}
	.imageReplace {
		overflow: hidden;
		position: relative;
	}
	.imageReplace span {
		display: block;
		float: left;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	#Welcome {
		height: 27px;
		width: 321px;
	}
	#Welcome span {
		background: url(../images/home/h-welcome.gif) #fff;
	}
	#SignUp {
		height: 231px;
		width: 292px;
		margin: 0;
	}
	#SignUp span {
		background: url(../images/home/h-sign-up.jpg) #fff;
	}
	.clear {
		clear: both;
	}
	strong {
		font-size: 1em;
	}

form li {
	margin: 0 0 0.5em 0;
}	
label, input, textarea {
	font-size: 0.75em;
	font-family: Arial;
}
label {
	float: left;
	width: 250px;
}
ol#tsAndCs li {
	margin-bottom: 1em;
}
ol#tsAndCs li p {
	font-size: 0.65em;
	margin: 0.2em 0 0.4em 0;
}

.gone {
	display: none;
}

#Header ul#NavMemberMenu {
	background: none;
	position: absolute;
	top: 412px;
	left: 300px;
}
#Header ul#NavTrainingMenu {
	background: none;
	position: absolute;
	top: 412px;
	left: 190px;
	width: auto;
}
#Header ul#NavBallersMenu {
	background: none;
	position: absolute;
	top: 412px;
	left: 100px;
	width: auto;
}

.content ul li {
	list-style: disc;
	margin: 0 0 0 1.5em;
}
