/* (c)2006 www.cogentmedia.co.uk. All rights reserved. */

/* GENERAL DEFINITIONS --------------------------------------------------------------- */

* {margin: 0px; padding: 0px; border: 0px;}

body
{	background-color: #C3DEAF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C3DEAF;
	text-align: left;
	line-height: 16px;
	min-width: 780px;
}

h1 {font-size: 20px; font-weight: bold; color: #FFFFFF; margin-top: 0px; margin-bottom: 4px; line-height: 18px;}
h2
{	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 16px;
	border-bottom: 1px dotted #C3DEAF;
	padding-bottom: 4px;
}
h2.blocked {margin-top: 20px;}
h3 {font-size: 14px; font-weight: bold; color: #FFFFFF; margin-top: 6px; margin-bottom: 6px; line-height: 14px;}
h4 {font-size: 10px; font-weight: bold; color: #FFFFFF; margin-top: 0px; margin-bottom: 20px; line-height: 12px;}
h5 {font-size: 10px; font-weight: bold; color: #FFFFFF;}
p {margin-top: 0px; margin-bottom: 12px;}
p.emphasised
{	
	padding: 11px 0px 0px 40px;
	margin: 4px 0px 8px 0px;
	background: url(resources/flower.gif) top left no-repeat;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

a {font-weight: bold; text-decoration: none; color: #FFFFFF;}
a:hover {text-decoration: underline;}

table {width: 100%; border: 0px; padding: 0px; margin: 20px 0px 20px 0px;}
td {vertical-align: top;}
img {display: block; border: 0px;}

em {font-style: italic;}
strong {font-weight: bold; color: #FFFFFF;}
small {font-size: 80%;}
.superscript {font-weight: bold; font-size: 80%; position: relative; top: -4px;}

.floatLeft, .floatLeftMargin {float: left;}
.floatLeftMargin {padding: 0px 10px 0px 0px; margin: 0px 10px 10px 0px; background-color: #C3DEAF;}
.floatRight, .floatRightMargin {float: right;}
.floatRightMargin
{	margin: 0px 0px 10px 10px;
	/*
	background-color: #2F7E20;
	padding: 0px 0px 0px 10px;
	*/
	border: 1px solid #FFFFFF;
}
.floatCentre {margin: auto;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.alignCentre {text-align: center;}

/* BANNER & MENU --------------------------------------------------------------------- */

#banner {position: relative; width: 100%; min-width: 730px; height: 125px; background-color: #C3DEAF;}

#logo {position: absolute; top: 0px; left: 0px;}
#clickForHome {position: absolute; top: 105px; left: 7px;}
#bannerBite {position: absolute; top: 0px; right: 0px;}

#bannerMiddle
{	position: relative;
	width: auto;
	margin: 0px 59px 0px 125px;
	background-color: #2F7E20;
}

#bannerAnimation, #bannerImage {width: 100%; height: 98px;}
#menu {position: relative; top: 0px; left: -30px; height: 27px; background: url(resources/buttonBACK.gif) top left no-repeat;}

#menu a {display: block; width: 107px; height: 27px;}
#menu a span {display: none;}

#aboutButton {position: absolute; top: 0px; left: 0px; background: url(resources/buttonAboutUP.gif) top left no-repeat;}
#aboutButton:hover {background: url(resources/buttonAboutHOVER.gif) top left no-repeat;}
#aboutButtonSelected {position: absolute; top: 0px; left: 0px; background: url(resources/buttonAboutDOWN.gif) top left no-repeat;}

#newsButton {position: absolute; top: 0px; left: 86px; background: url(resources/buttonNewsUP.gif) top left no-repeat;}
#newsButton:hover {background: url(resources/buttonNewsHOVER.gif) top left no-repeat;}
#newsButtonSelected {position: absolute; top: 0px; left: 86px; background: url(resources/buttonNewsDOWN.gif) top left no-repeat;}

#montessoriButton {position: absolute; top: 0px; left: 172px; background: url(resources/buttonMontessoriUP.gif) top left no-repeat;}
#montessoriButton:hover {background: url(resources/buttonMontessoriHOVER.gif) top left no-repeat;}
#montessoriButtonSelected {position: absolute; top: 0px; left: 172px; background: url(resources/buttonMontessoriDOWN.gif) top left no-repeat;}

#policiesButton {position: absolute; top: 0px; left: 258px; background: url(resources/buttonPoliciesUP.gif) top left no-repeat;}
#policiesButton:hover {background: url(resources/buttonPoliciesHOVER.gif) top left no-repeat;}
#policiesButtonSelected {position: absolute; top: 0px; left: 258px; background: url(resources/buttonPoliciesDOWN.gif) top left no-repeat;}

#schedulesButton {position: absolute; top: 0px; left: 344px; background: url(resources/buttonSchedulesUP.gif) top left no-repeat;}
#schedulesButton:hover {background: url(resources/buttonSchedulesHOVER.gif) top left no-repeat;}
#schedulesButtonSelected {position: absolute; top: 0px; left: 344px; background: url(resources/buttonSchedulesDOWN.gif) top left no-repeat;}

#contactButton {position: absolute; top: 0px; left: 430px; background: url(resources/buttonContactUP.gif) top left no-repeat;}
#contactButton:hover {background: url(resources/buttonContactHOVER.gif) top left no-repeat;}
#contactButtonSelected {position: absolute; top: 0px; left: 430px; background: url(resources/buttonContactDOWN.gif) top left no-repeat;}

#menuEnd {position: absolute; top: 0px; left: 516px;}

#menuDate {position: absolute; top: 4px; left: 550px; font-size: 10px; line-height: 12px; color: #FFFFFF;}

/* LAYOUT DEFINITIONS --------------------------------------------------------------- */

#page {position: relative; width: 100%; min-width: 730px; min-height: 475px; background-color: #2F7E20;}
#leftBite {position: absolute; top: 0px; left: 0px;}
#rightBite {position: absolute; top: 0px; right: 0px;}
.content {
	position: relative;
	width: auto;
	margin: 0px 100px 0px 100px;
	padding: 20px 0px 20px 0px;
}

/* CONTENT DEFINITIONS --------------------------------------------------------------- */

#homePage {position: relative; top: -20px; margin: 0px;}
#homePage img {margin: auto;}
#homePage #homeImage {padding-top: 50px;}
#homePage #established {text-align: center; margin-top: 10px;}

#homePageSpecial {position: relative; margin: 0px;}
#homePageSpecial #homeImage {margin: auto; padding-top: 10px; padding-bottom: 20px;}
#homePageSpecial h1 {color: #FFFF00; text-align: center;}
#homePageSpecial h2 {color: #FFFF00; text-align: center; border: none;}
#homePageSpecial h3 {color: #C3DEAF; text-align: center;}
.balloonLeft {float: left; position: relative; top: -20px; left: -20px; margin-right: -20px;}
.balloonRight {float: right; position: relative; top: -20px; right: -20px; margin-left: -20px;}

#addressPanel {margin: auto; position: relative; left: 95px; width: auto;}
#addressPanel td {padding: 0px 10px 0px 10px;}
td.address {width: 130px;}
#addressPanel h3 {margin: 0px; padding: 0px;}
#addressPanel p {margin: 0px; padding: 0px;}

#pageAnimation, #pageImage {width: 175px; height: 175px;}

.keyList {list-style-type: none;}
.keyList li h3
{	height: 26px; /* height: 37px */
	padding: 11px 0px 0px 50px;
	margin: 0px;
	background: url(resources/flower.gif) top left no-repeat;
}
.keyList li p {padding: 0px 0px 0px 50px;}

.listBox {border: 1px dotted #C3DEAF;}
.listBox td {padding: 5px 5px 5px 5px;}
.bookBox td {padding: 5px; vertical-align: middle;}
.photoBox {}
.scheduleBox td {padding: 5px;}
.scheduleBox td.timeDate {width: 40px; font-weight: bold; color: #FFFFFF; text-align: right;}
.sessionBox {margin-top: 0px; width: auto;}
.sessionBox td {padding: 5px;}
.sessionBox td.timeDate {width: 100px; padding-right: 10px; font-weight: bold; color: #FFFFFF; text-align: right;}

.bodyList
{	list-style-position: outside;
	list-style-image: url(resources/tickIcon.gif);
	margin: 6px 0px 6px 25px;
	text-indent: 0px;
	line-height: 20px;
}

.topBanner {
	padding: 15px 0px 10px 0px;
}

.topBanner .inner {
	padding: 10px 10px 10px 10px;
	border: 4px solid yellow;
}

.topBanner .inner table {
	margin: 0px;
}

/* CONTACT FORM DEFINITIONS ---------------------------------------------------------- */

#contactForm {margin: 20px 0px 0px 0px; padding: 5px; border: 1px solid #FFFFFF; background-color: #639E58; color: #FFFFFF;}
#contactForm table {width: 100%; padding: 0px;}
#contactForm table td {padding: 5px;}
.fieldLabel {width: 110px; vertical-align: middle;}
.areaLabel {width: 110px; padding-top: 3px; vertical-align: top;}
.buttonLabel {padding-top: 4px; text-align: left; border-top: 1px solid #FFFFFF;}
.inputField, .textAreaInput {width: 75%;}
.inputFieldShort {width: 25%;}
.inputField, .inputFieldShort, .textAreaInput
{	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #C3DEAF;
}
.inputField, .inputFieldShort {height: 20px;}
.formButton
{	float: left;
	width: 60px;
	height: 24px;
	padding-bottom: 2px;
	margin-right: 5px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}

/* FOOTER DEFINITIONS ---------------------------------------------------------------- */

#footer {position: relative; min-width: 730px; /* height: 30px; */ border-top: 1px solid #FFFFFF; padding-top: 6px;}
#footer h5, #footer h5 a {color: #000000;}
#footer .offstedLogo {display: block; float: right; position: relative; right: 20px; margin: 0px 0px 10px 20px;}
.footerLeft {float: left; margin-left: 20px;}
.footerRight {float: right; margin-right: 20px;}
#cogentIcon {float: right; position: relative; top: -3px; margin-left: 5px; margin-right: 20px;}