@charset "utf-8";
/* CSS Document */
* {
	margin : 0;
	padding : 0;
	border: 0;
}
html {
	min-height: 100%;
	margin-bottom: 0px;
}
html { overflow: -moz-scrollbars-vertical !important; }
.clear { clear: both; }
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #d8e2e2;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}
#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#topBar {
	font-size: 1.2em;
	float: left;
	width: 860px;
	padding-top: 5px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
#topBar #text {
	float: left;
	width: 525px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999999;
	padding-left: 5px;
}
#topBar #topNavi {
	float: left;
	width: 325px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 5px;
}
#topBar a {
	color: #666666;
	text-decoration: underline;
}
#topBar a:hover {
	text-decoration: none;
}
#header {
	float: left;
	width: 860px;
	padding-top: 25px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
#header #logo {
	float: left;
	width: 430px;
}
#header #searchBox {
	float: left;
	width: 430px;
	text-align: right;
	font-size: 2.2em;
	margin-top: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#siteNavigation {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
}
#siteNavigation ul {
	list-style-type: none;
	margin-bottom: 20px;
}
#siteNavigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	font-size: 1.1em;
	width: 190px;
}
#siteNavigation li a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	width: 185px;
	font-size: 1.5em;
	text-decoration: none;
	color: #444;
	font-weight: bold;
}
#siteNavigation li.darkRed a {
	color: #CC3232;
}
#siteNavigation li.orange a {
	color: #ff8030;
}
#siteNavigation li.purple a {
	color: #a13f70;
}
#siteNavigation li.green a {
	color: #469731;
}
#siteNavigation li.blue a {
	color: #00B3BE;
}
#siteNavigation li.brown a {
	color: #665338;
}
#siteNavigation li.onpage a {
	text-decoration: underline;
	background-color: #F7F7F7;
}
#siteNavigation li a:hover {
	text-decoration: underline;
	background-color: #F7F7F7;
}

#content {
	float: left;
	width: 650px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#content #contentArea {
	float: left;
	width: 430px;
	margin-right: 20px;
}
#contentArea img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
#contentArea ul {
margin-bottom: 6px;
margin-top: 6px;
	margin-left: 26px;
	font-size: 1.2em;
	line-height: 1.7em;
}

#contentArea p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.7em;
}
#contentArea h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	padding-top: 5px;
}
#contentArea h2.green {
	color: #9C9A00;
}
#contentArea .orange {
	color: #FF7900;
}
#sideQuote {
	font-size: 1.3em;
	background-image: url(../_img/speech_mark.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 25px;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.6em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedede;
	font-weight: bold;
	width: 186px;
	float: left;
		display: inline;
}
h1.normal {
	font-size: 2.2em;
	font-weight: bold;
	color: #00AAAC;
}
h3.green {
	color: #9C9A00;
	font-weight: bold;
}
h3.orange {
	color: #FF7900;
	font-weight: bold;
}
.box1 h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #00b3be;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../_img/heading_blue.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box1 a {
	font-weight: normal;
	color: #00b3be;
}

.box2 h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #00b3be;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../_img/heading_blue.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.box2 a {
	color: #00b3be;
}
.headlineBox {
	padding-top: 3px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
.box1 {
	float: left;
	margin-bottom: 15px;
	width: 200px;
	font-size: 1.2em;
}
.box1 p {
	padding-top: 5px;
}

.box2 {
	float: left;
	width: 200px;
	font-size: 1.2em;
}
.box2 p {
	padding-top: 5px;
}






.box3 h4 {
	font-size: 1.6em;
	font-weight: bold;
	color: #00b3be;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../_img/heading_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.box3 a {
	font-weight: normal;
	color: #469731;
}

.box4 h4 {
	font-size: 1.6em;
	font-weight: bold;
	color: #00b3be;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../_img/heading_blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box4 a {
	color: #50004B;
}
.headlineBox {
	padding-top: 3px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
.box3 {
	float: left;
	margin-bottom: 15px;
	width: 205px;
	margin-right: 20px;
}
.box3 p {
	padding-top: 5px;
}

.box4 {
	float: left;
	width: 205px;
}
.box4 p {
	padding-top: 5px;
}



#content #sidebar {
	float: left;
	width: 200px;
}
#footer {
	float: left;
	width: 900px;
	background-image: url(../_img/footerBG.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #00898B;
}
#footer #footerArea {
	padding-top: 10px;
	font-size: 1.2em;
	float: left;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 550px;
}
#footerArea .topspace {
	margin-top: 10px;
	font-size: 0.95em;
}
#footer #footerLink {
	width: 310px;
	float: left;
	text-align: right;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerArea ul {
	list-style-type: none;
}
#footerArea li {
	float: left;
	padding-right: 22px;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #00AAAC;
	padding-bottom: 16px;
	background-color: #F7F6F2;
	padding-top: 6px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#sidebar #subNavi {
	width: 200px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar li {
	font-size: 1.1em;
}
#sidebar li a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	padding-left: 5px;
	width: 195px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	font-size: 1.1em;
}
#sidebar li a:hover {
	text-decoration: underline;
	background-color: #F7F7F7;
}
#sidebar #donate {
	width: 200px;
	float: left;
	margin-top: 0px;
}
#contentArea a {
	background-color: transparent;
	background-image: url(../_img/dot_link.gif);
	background-attachment: scroll;
	text-decoration: none;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 0pt;
	font-weight: normal;
	background-position: bottom;
	color: #333;
	background-repeat: repeat-x;
}
#contentArea a:hover {
	background-image: none;
}
.headline {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


h1.darkRed {
	color: #CC3232;
}
h1.orange {
	color: #ff8030;
}
h1.purple {
	color: #a13f70;
}
h1.green {
	color: #469731;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../_img/heading_green.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
li.green a {
	color: #469731;
}

h1.blue {
	color: #00B3BE;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../_img/heading_blue.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
li.blue a {
	color: #00B3BE;
}
h1.brown {
	color: #665338;
}	
.bigger {
	font-size: 1.3em;
}
.eventbg {
	background-image: url(../_img/heading_blue.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 8px;
	margin-top: 5px;
	font-size: 1.2em;
}
.newsbg {
	background-image: url(../_img/heading_blue.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 1.2em;
	margin-top: 5px;
	padding-top: 8px;
}
#contentArea h4 {
	font-weight: bold;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
#contentArea strong {
	font-weight: bold;
	color: #222;
	font-size: 1.2em;
}
input {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
label {
	font-size: 1.2em;
}
#contentArea td {
	font-size: 1.0em;
}
table {
	width:100%;
	font-size: 0.85em !important;
}
#donate {
	display: block;
	height: 94px;
	width: 200px;
	float: left;
		display: inline;
}

#donate img {
	margin-top: 5px;
}
#ofsted {
	/*	background-image: url(../_img/ofsted.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	height: 101px;
	width: 200px;
	margin-top: 38px;
	margin-bottom: 0px;
	float: left;
	text-align: right;
	display: inline;
}
