@charset "utf-8";
/*

Adams' Grammar School
www.adamsgs.org.uk

Layout Stylesheet

Version 1.0
14-April-2008


*/

/* Import external style sheets */
@import "adams_typography.css";
@import "navMenu.css";
@import "adams_admin.css";


/* -------- Global Layout Elements --------- */

html, body {
	margin: 0;
	z-index: 1;
	background-color: #d3d2d4;
	}
	
#container {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}
		
#header {
	position: relative;
	width: 1000px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-image: url(../images/headerShadow.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
	
#mainContent {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-image: url(../images/contentShadow.gif);
	background-position: top left;
	background-repeat: repeat-y;
	text-align: left;
	}
	
#footer {
	position: relative;
	width: 1000px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-image: url(../images/footerShadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}	
	
/* -------- Primary Layout Elements --------- */
.toptabs {
	position: relative;
	width: auto;
	height: 40px;
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
	}
	
#headerBar {
	position: relative;
	width: 970px;
	height: 169px;
	border: 0;
	margin-left: 15px;
	padding: 0;
	}
	
#adamsTitleTail {
	position: relative;
	width: 970px;
	height: 21px;
	border-top: 5px solid #ffffff;
	margin-left: 15px;
	padding: 0;
	background-color: #565656;
	text-align: right;
	}
	
#mainNav {
	position: relative;
	width: 268px;
	height: auto;
	border: 0;
	margin-left: 15px;
	padding: 0;
	text-align: left;
	float: left;
	overflow: visible;
	z-index: 99;
	}
	
#lowerLeftCol {
	position: relative;
	display: block;
	width: 268px;
	height: auto;
	margin-top: 15px;
	margin-left: 0;
	border: 0;
	padding: 0;
	text-align: left;
	float: left;
	}
	
#contentBody {
	position: relative;
	width: 642px;
	height: auto;
	border: 0;
	margin: 0;
	margin-right: 10px;
	padding: 30px;
	background-color: #ffffff;
	text-align: left;
	float: right;
	}
	
#announcements {
	position: relative;
	width: 697px;
	height: auto;
	min-height: 140px;
	border-left: 5px solid #ffffff;
	margin-right: 15px;
	padding-bottom: 20px;
	text-align: left;
	float: right;
	background-color: #e7e7e7;
	}
	
#contact {
	position: relative;
	width: 697px;
	height: auto;
	min-height: 115px;
	border-left: 5px solid #ffffff;
	margin-right: 15px;
	padding-bottom: 20px;
	text-align: left;
	float: right;
	background-color: #e7e7e7;
	}

	
#logos {
	position: relative;
	width: 268px;
	height: 180px;
	margin: 0;
	border-bottom: 5px solid #ffffff;
	}
	
#prospectus {
	position: relative;
	width: 248px;
	height: 110px;
	border-top: 5px solid #9a9a9a;
	border-bottom: 5px solid #9a9a9a;
	background-color: #dfdfe0;
	margin: 0;
	padding: 10px;
	}
	
/* -------- Secondary Layout Elements --------- */
#schoolCrest {
	position: relative;
	width: 473px;
	height: 169px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	}
	
.headerPhoto {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ffffff;
	float: left;
	}
	
.headerPhotoTopRow {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: left;
	}

/***  content sections  ***/

#pageItemContainer {
	width: 642px;
	height: auto;
	border: 0;
	background-image: url(../images/public_wrapper/pageContentDivider.gif);
	background-position: top;
	background-repeat: repeat-y;
	padding: 0;
	text-align: center;
	float: left;
	margin-bottom: 30px;
	}
	
#pageItemContainer_textOnly {
	width: 642px;
	height: auto;
	border: 0;
	margin: 0;
	text-align: center;
	float: left;
	margin-bottom: 30px;
	}
	
#pageItem_textOnly {
	width: 642px;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	}
		
#pageItem_content {
	width: 490px;
	padding-right: 20px;
	margin: 0;
	vertical-align: top;
	text-align: left;
	float: left;
	}
	
#pageItem_photo {
	width: 120px;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
	color:#999;
	font-size:9px;
	}
		
#pageItem_content p {
	margin-top: 0;
	}
	
#googleMap { /* Div for google maps - 2007-08-03 ADK*/
	border: 1px solid #ddd;
	}
	
.displayPhotoTable {
	width: auto;
	border: 0;
	padding: 0;
	margin: 0px;
	}

.displayPhotoTable tr, .displayPhotoTable td {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
.displayPhotoCaption {
	margin-left: 8px;
	font-size: 10px;
	}

