
/*******************************************  BLANK SLATE  ********************************************/

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset,img { 
	border: 0px;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0px;
}
.clearContent {
	clear: both;
}


/**********************************************  HEADER  **********************************************/

#header {
	margin: 0px auto;
	width: 920px;
	height: 180px;
}
#header img {
	margin: 15px 0px 0px 0px;
	/*position: relative;
	left: 364px;*/
	text-align: center;
}
#homeLogo{
	text-align: center;
	width: 193px;
	margin: 0px auto;
}

/**********************************************  MENU  ************************************************/

#menu {
	text-align: center;
	position: relative;
	top: 6px;
	/*right: 221px;
	height: 32px;
	float: left;	*/
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
	margin: 0px 1px 0px 0px;
}

/***********************************************  BODY  ***********************************************/

body {
	font-family: Arial, sans-serif;
}

#wrapper {
	margin: 0px auto;
	width: 920px;
}

/**********************************************  FOOTER  **********************************************/

#footer {
	background-image: url('../images/footer-bg.gif');
	background-repeat: no-repeat;
	width: 920px;
	height: 54px;
	padding: 0px 0px 5px 0px;
}
#footer img {
	position: relative;
	bottom: 26px;
	float: right;
	right: 9px;
}
#footer p {
	font-size: .7em;
	font-family: Times New Roman, Arial, sans-serif;
	color: #888888;
	text-align: center;
	position: relative;
	top: 8px;
}
#footer a {
	color: #888888;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/********************************************  HOME PAGE  *********************************************/

#homeHeader  {
	margin: 0px auto;
	text-align: center;
	top: 20px;
	position: relative;
}
#homeContent {
	height: 443px;
}
#homeLeft {
	float: left;
	width: 278px;
}
#homeLeft img {
	position: relative;
	top: 42px;
	left: 27px;
}
#homeCenter {
	float: left;
	width: 365px;
	height: 463px;
	background-image: url('../images/home-center-long-bg.gif');
	background-repeat: no-repeat;
	background-position: center 41px;
	position: relative;
}
#homeCenter img {
	position: relative;
	top: 73px;
	left: 9px;
}

#homeCenter p {
	color: #ffffff;
	font-size: 13px;
	width: 295px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	margin-bottom: 8px;
	top: 60px;
}
#textEnrol {
	color: #9c8dc3;
	font-size: .8em;
	font-family: Georgia, Arial, sans-serif;
	position: relative;
	top: 15px;
}
#textCall {
	color: #9c8dc3;
	font-weight: bold;
	font-size: .9em;
	font-family: Georgia, Arial, sans-serif;
	position: relative;
	top: 15px;
}
#homeRight {
	float: left;
	width: 277px;
}
#homeRight img {
	position: relative;
	top: 20px;
	left: 65px;
}


/******************************************  PAGE CONTENT  ********************************************/

#home #header {
	border-bottom: 9px #a7d59d solid;
}
#about #header {
	border-bottom: 9px #f38f1d solid;
}
#about h1, #about h2 {
	color: #f38f1d;
}
#programs #header {
	border-bottom: 9px #dc75ae solid;
}
#programs h1, #programs h2 {
	color: #dc75ae;
}
#facility #header {
	border-bottom: 9px #13b5ea solid;
}
#facility h1, #facility h2 {
	color: #13b5ea;
}
#people #header {
	border-bottom: 9px #ee3224 solid;
}
#people h1, #people h2 {
	color: #ee3224;
}
#enrol #header, #thankYouEnrol #header {
	border-bottom: 9px #9c8dc3 solid;
}
#enrol h1, #thankYouEnrol h1, #enrol h2, #thankYouEnrol {
	color: #9c8dc3;
}
#contact #header {
	border-bottom: 9px #ffdd00 solid;
}
#contact h1, #contact h2 {
	color: #ffdd00;
}
#privacy #header {
	border-bottom: 9px #a7d59d solid;
}
#privacy h1, #privacy h2 {
	color: #a7d59d;
}
#pageContent {
	float: left;
	width: 620px;
	margin: 0px 0px 40px 0px;
	padding-left: 280px;
	background-image: url('../images/facility-left-image.jpg');
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
#facility #pageContent {
	background-image: url('../images/boy-bike.jpg');
	background-position: 0px 100px;
}
#enrol #pageContent {
	background-image: url('../images/girl-wagon.jpg');
	background-position: 20px 100px;
}
#thankYouEnrol #pageContent {
	background-image: none
}
#contact #pageContent {
	background-image: url('../images/boys-blocks.jpg');
	background-position: 0px 50px;
}
#about #pageContent {
	background-image: url('../images/girl-butterfly1.jpg');
	background-position: 50px 50px;
}
#programs #pageContent {
	background-image: url('../images/girl-chair.jpg');
	background-position: 0px 50px;
}
#people #pageContent {
	background-image: url('../images/boy-reading.jpg');
	background-position: 10px 85px;
}
#pageContent p {
	color: #666666;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0px 0px 15px 0px;
}
#pageContent p a {
	color: #666666;
	text-decoration: none;
}
#pageContent p a:hover {
	text-decoration: underline;
}
#pageContent ul {
	color: #888888;
	list-style-type: none;
	margin: 20px 0px 30px 40px;
}
#pageContent li {
	background-image: url('../images/menu-bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 30px;
	margin: 10px 0px 0px 0px;
}
#pageContent h1 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 2em;
	margin: 35px 0px 15px 0px;
}
#pageContent h2 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 1.5em;
	margin: 0px 0px 15px 0px;
}
#yellowBorder {
	border: 1px #ffdd00 solid;
}
.contactBlock fieldset {
	border: 1px solid #ffdd00;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 10px 10px;
}
.contactBlock legend {
	color: #666666;
	background: #ffdd00;
	border: 1px solid #9c8dc3;
	margin: 0px 0px 16px 10px;
	padding: 0px 5px 0px 5px;
}
.contactBlock a {
	color: #666666;
	text-decoration: none;
}
.contactBlock a:hover {
	text-decoration: underline;
}
#contactForm {
	font-size: 0.9em;
	color: #666666;
}
#contactForm textarea {
	font-family: Arial, sans-serif;
}
.contactBlock label {
	width: 200px;
	float: left;
	margin: 0px 0px 3px 0px;
}
.contactBlock input {
	width: 175px;
	margin: 0px 0px 3px 0px;
}
.contactBlock #submitButton {
	width: 84px;
	margin: 10px 0px 0px 0px;
	position: relative;
	left: 372px;
}
.contactBlock textarea {
	width: 250px;
}
.onError {
	color: #000000;
	border: 1px solid #ff0000;
	background-color: #ffc4bc;
}
.error {
	color: #ff0000;
	margin: 0px 0px 0px 15px;
	font-size: .8em;
}
#enrolForm fieldset {
	border: 1px solid #9c8dc3;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 10px 10px;
}
#enrolForm legend {
	color: #ffffff;
	background: #9c8dc3;
	border: 1px solid #9c8dc3;
	margin: 0px 0px 16px 10px;
	padding: 0px 5px 0px 5px;
}
#enrolForm {
	font-size: .9em;
	color: #666666;
}
#enrolForm input, #enrolForm textarea, #enrolForm select, #contactForm textarea, #contactForm input  {
	color: #666666;
}
#enrolForm #submitButton {
	position: relative;
	left: 266px;
	margin: 0px 0px 10px 0px;
}
#enrolForm h3 {
	font-weight: bold;
	margin: 10px 0px 5px 0px
}
#enrolForm h4 {
	font-size: .8em;
	font-weight: bold;
	margin: 8px 0px 5px 10px
}
#childDetails label, #comments label, #location label {
	width: 170px;
	float: left;
	margin: 3px 0px 0px 10px;
}
#location select {
	font-weight: bold;
}
#comments label {
	width: 100px;
	float: left;
}
#childDetails input {
	width: 194px;
	margin: 3px 0px 0px 0px;
	position: relative;
	bottom: 2px;
}
#parentDetails label {
	width: 220px;
	float: left;
	margin: 3px 0px 0px 10px;
}
#parentDetails input, #parentDetails textarea {
	width: 200px;
	margin: 3px 0px 0px 0px;
	position: relative;
	bottom: 2px;
	font-family: Arial, sans-serif;
	font-size: .9em;
}
#comments textarea {
	width: 433px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: .9em;
	margin: 0px;
}
#commencementDetails {
	margin: 0px 0px 0px 170px;
}
#commencementDetails input {
	margin: 0px 3px 3px 7px;
	width: 20px;
	position: relative;
	bottom: 0px;
}
#commencementDetails label {
	position: relative;
	bottom: 3px;
	width: 100px;
	float: none;
	margin: 0px;
}
#medical #medicalDetails {
	width: 161px;
	float: left;
	margin: 10px 0px 0px 0px;
}
#medical textarea {
	width: 433px;
	float: left;
	margin: 10px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: .9em;
}
#findOut input {
	margin: 0px 5px 6px 5px;
}
#findOut label {
	position: relative;
	bottom: 7px;
}
#findOut #otherDetails {
	width: 160px;
	float: left;
	margin: 20px 0px 0px 0px;
}
#findOut textarea {
	width: 434px;
	float: left;
	margin: 15px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: .9em;
}
#findOutList {
	position: relative;
	left: 160px;
}
.thumbNormal {
        border: 2px solid #666666;
        cursor: pointer;
}
.thumbSelected {
        border: 2px solid #13b5ea;
}
.photo {
	border: 2px solid #666666;
}
#gallery {
	margin: 2px 0px 10px 0px;
}
#gallery img {
	margin: 0px 2px 0px 0px;
}

/******************************************  GOOGLE MAP  ********************************************/

#googleMap {
	float: right;
}
#location {
	float: left;
}

.bold { 
	font-weight: bold;

	}