@charset "utf-8";
/* New Core 17012009 Alex Callard
alex.callard@tba.bexley.sch.uk
*/
html, body {
	height:100%;
	text-align:center;
}
body {
	margin:0 auto;
	padding:0;
	text-align:center;
	background:black;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0px 0px 4px 0px;
	padding:4px 4px 0px 4px;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
p {
	font-size:12px;
}
a, a:link, a:visited {
	text-decoration:none;
}
a img, a:link img, a:visited img, a:hover img, a:active img {
	border:0px none;
}
body.blackDiag {
	background:url(../images/backgrounds/blackDiag.gif) repeat;
}
body.blackFiligaree {
	background:url(../images/backgrounds/blackFiligaree.png) repeat;
}	
body.blackDiamond {
	background:url(../images/backgrounds/blackDiamondRepeat.png) repeat;
}
body.blackCeltic {
	background:url(../images/backgrounds/blackCeltic.png) repeat;
}
div.broken {
	clear:left;
}
#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
#mastHead {
	background:url(../images/backgrounds/mastHead.png) no-repeat top left;
	width:960px;
	height:70px;
	margin:0 auto;
	margin-bottom:8px;
}
h1#logo {
	height:70px;
	width:190px;
	text-indent:-10000px;
	background:url(../images/logos/AcademyLogo.png) no-repeat top left;
	margin:0 0 0 10px;
}
#content {
	width:958px;
	border:1px solid #444;
	background:url(../images/backgrounds/contentMask.png) repeat;
	min-height:520px;
}
#bodyOverlay {
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	background:#000;
	filter:Alpha(Opacity=80);
	border:0px none;
	Opacity:.8;
	margin:0px;
	padding:0px;
}
div#closerBox {
	position:absolute;
	z-index:10;
	right:0px;
	background:black;
	top:0px;
	border:0px none;
	border-bottom:1px solid white;
	width:500px;
	height:20px;
	background:#fff;
	filter:Alpha(Opacity=50);
	Opacity:.5;
	text-align:right;
}
div#closerBox p {
	margin:0px;
	padding:0px;
}
div#closerBox p a {
	color:black;
	text-decoration:none;
	padding-left:22px;
	background:url(../images/buttons/closer.png) no-repeat top left;
	font-size:16px;
}
div.inset {
	border:1px dotted orange;
	background:#222;
	padding:12px;
	margin:12px 8px;
}
div.leftColumn {
	float:left;
	margin:0px 8px 8px 0px;
}
div.finalColumn {
	float:left;
	margin:0px 0px 8px 0px;
}
div.leftColumn p {
	max-width:400px;
}
div.transPanel {
	background:url(../images/backgrounds/blackDiagTransPanel.png) repeat;
	border:1px solid white;
}
ul {
	margin:4px;
	list-style-position:inside;
}
ul.objectCollection {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0px;
	display:inline;
}
ul.objectCollection li {
	display:block;
	float:left;
	margin:0px 8px 0px 0px;
	text-align:center;
}
ul.objectCollection li a:link, ul.objectCollection li a:visited, ul.objectCollection li a:hover, ul.objectCollection li a:active {
	text-decoration:none;
	color:white;
}
div#footer {
	clear:both;
}
div.staffArea img {
	float:left;
	margin:50px 12px;
}	
div.oneThird {
	width:350px;
}
div img {
	float:left;
}
div#facHire {
	float:left;
	margin:12px;
	border:1px solid #999;
}