@CHARSET "ISO-8859-1";

body {
	font-family: Arial, sans-serif;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 48px;
	color: #a1c04d;
	border-bottom: 0px;
	margin-bottom: 12px;
	background-color: #fafacc;
}

h2 {
	font-size: 14px;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin-top: 26px;
}

h2.grey {
}

h2.purple {
	margin-top: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #e5edd3;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

h5 {
	font-size: 24px;
	color: #a1c04d;
	margin-bottom: 1em;
}

p, ul.bullets li {
	color: #666;
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

p.centered {
	text-align: center;
}

p.tight {
	line-height: 1.2em;
	margin-bottom: 6px;
}

ul.bullets {
	margin-left: 22px;
	list-style: disc outside;
	margin-bottom: 1em;
}

ul.bullets li {
	line-height: 1.2em !important;
	margin-bottom: 9px !important;
}	

label {
	color: #666;
	font-size: 11px;
	line-height: 1.4em;
	display: block;
	text-align: left;
}

#menu ul li a {
	display: block;
	width: 170px;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background: transparent url('../images/menu-list-style-image.png') center left no-repeat;
	padding: 0 0 0 16px;
}

#menu ul li.active a {
	color: #99c;
}

#footer ul li a {
	font-size: 9px;
	text-transform: uppercase;
	background: transparent url('../images/footer-list-style-image.png') center left no-repeat;
	padding: 0 0 0 10px;
	color: white;
}

#footer p {
	font-size: 11px;
	color: white;
	line-height: 24px;
	float: right;
	margin-right: 24px;
}


.green {
	color: #a1c04d;
}

.green2 {
	color: #a1c04d;
	line-height: 18px;
}

.purple {
	color: #99c;
}

.grey {
	color: #666;
}

.bold {
	font-weight: bold;
}

.home {
	color: #EB008B;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
}
.parents {
	color: #00A8A8;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
}
.schools {
	color: #8952DB;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
}
.staff {
	color: #008ED3;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
}
.testimonials {
	color: #8B8B80;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
}
.links {
	color: #23C923;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
}
.externallinks {
	color: #23C923;
	text-decoration: none;
	font-weight:bold;
}
.contacts {
	color: #C79F00;
	line-height:18px;
	font-size:24px;
	font-weight:bold;
}

.italic {
	font-style: italic;
}

.large {
	font-size: 16px;
}