@charset "UTF-8";
/* CSS Document */



body {
	background: url(../images/temp1.png) no-repeat center 0 #333;
	margin: 9px 0;
	font-family: Arial, Helvetica, sans-serif;
}


a {
	text-decoration: none;
}

img { 
	border: 0;
}



/* Layout */

.mainWrap {
	width: 800px;
	margin: 0 auto;
}


.header {
	width: 800px;
	height: 110px;
}

.navBar {
	width: 800px;
	height: 20px;
}


.contentWrap {
	width: 800px;
	float: left;
	padding-bottom: 20px;
}

.contentWrap#home {
	background:url(../images/gen/homebg.gif) repeat-y;
}

.contentWrap#people {
	background:url(../images/gen/peoplebg.gif) repeat-y;
}

.contentWrap#consult {
	background:url(../images/gen/consultbg.gif) repeat-y;
}

.contentWrap#reports {
	background:url(../images/gen/reportsbg.gif) repeat-y;
}
/*
.contentWrap#gallery {
	background:url(../images/gen/gallerybg.gif) repeat-y;
}
*/
.contentWrap#gallery {
	background: #fff;
}
.contentWrap#links {
	background:url(../images/gen/linksbg.gif) repeat-y;
}

.contentLeft {
	width: 250px;
	float: left;
}
	
.contentRight {
	width: 480px;
	float: left;
	margin: 0 35px;
}	

.gallery {
	width: 716px;
	float: left;
	margin: 0 42px;
}	


.imageTopLeft {
	height: 210px;
	width: 249px;
	margin-bottom: 10px;
}

.footer {
	clear:both;
	width: 800px;
	height: 50px;
	background: url(../images/gen/footer.gif) no-repeat;
}

/* Fonts and links */


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}

#home h1, #home h3, #home .contentRight a {
 color:#A22320;
}

#people h1, #people h2, #people h3, #people .contentRight a {
 color:#0d7f62;
}

#consult h1,#consult h2, #consult h3, #consult .contentRight a {
 color:#ce9600;
}

#gallery h1, #gallery h3, #gallery .contentRight a {
 color:#a7c236;
}

#reports h1, #reports h3, #reports .contentRight a {
 color:#9a4e75;
}

#links h1, #links h3, #links .contentRight a {
 color:#2b7fb0;
}


h2 {
	font-size: 13px;
	font-weight: bold;
}	

	
h3 {
	font-size: 13px;
	font-weight: bold;
}	


.contentLeft p{
	font-size: 13px;
	line-height: 16px;
	margin: 6px 10px;
	color: #fff;
}

.contentRight p, .contentRight ul {
	font-size: 13px;
	line-height: 16px;
}


.contentLeft a {
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: #fff;
	padding: 0 0 0 16px;
	margin-left: 20px;
	background: url(../images/gen/arrow.gif) no-repeat 0 2px;
}

a.pdf {
	background: url(../images/gen/pdf_icon.gif) no-repeat;
	line-height: 22px;
	padding-left: 22px;
}
	

#home a:hover {
	color: #d87269;
}


#people a:hover {
	color: #84c1ad;
}

#consult a:hover {
	color: #EFD774;
}

.contentRight ul {
	padding-left: 4px;
}

.contentRight li {
	margin: 0 0 10px 10px;
}



/* Primary School chart */

.chartHdr {
	background-color:#A22320; 
	color:white;
	font:bold .7em arial;
	padding:2px 3px 2px 7px;
	}
	
.chart {
	vertical-align:top;
	border:solid 1px black;
	border-collapse:collapse;
	}
	
.cell {
	border:solid 1px #cccccc;
	padding:3px 5px 3px 5px;
	font:.7em arial;
	}

/* Exhibition */

table#exTable	{
	width: 480px;
}