* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #C4BFAF;
	background-image: url('../images/bgd.gif');
	background-repeat: repeat-x;
}
body, input, textarea{
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #353535;
	line-height: 16px;
}
a {
	color: #353535;
}
a:hover {
	color: #900;
}
img {
	border: 0px;
}
h1 {
	padding-bottom: 15px;
	color: #900;
	font-size: 13px;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 12px;
}
p {
	margin-bottom: 5px;
}
ol {
	margin-left: 30px;
	margin-bottom: 7px;
	list-style-type: lower-alpha; 
}
.titleSmall {
	font-size: 11px;
	color: #777;
}
.listContainer {
	margin-left: 30px;
}
#contentTop {
	height: 209px;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	width: 850px;
}
#bannerTop {
	position: absolute;
	top: 0px;
	right: 0px;
}
#logoTop {
	position: absolute;
	top: 25px;
	left: 40px;
}
#logoTopText {
	position: absolute;
	top: 50px;
	left: 180px;
}
#navi {
	clear: both;
	position: absolute;
	bottom: 5px;
	left: 10px;
}
#navi a {
	display: block;
	float: left;
	margin-left: 0px;
	width: 112px;
	height: 20px;
	text-align: center;
	border: 0px;
	text-decoration: none;
	font-size: 12px;
	background-repeat: no-repeat;
	padding-top: 8px;
}
#navi a:hover {
	background-image: url('../images/navi2.gif');
	background-position: center 0px;
	color: #FFF;
}
.naviInactive {
	background-image: url('../images/navi1.gif');
	background-position: center 1px;
	color: #353535;
}
.naviActive {
	background-image: url('../images/navi2.gif');
	background-position: center 0px;
	color: #FFF;
}
#containerMain {
	background-color: #F4F2E5;
	clear: both;
}
#contentMain {
	padding: 10px;
	position: relative;
	margin: auto;
	width: 830px;
}
/*All in content here*/
/**** left ****/
#leftCol {
	width: 212px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	/*border: 1px dotted black;*/
}
.shortCut {
	/*margin-left: 10px;*/
	margin-bottom: 15px;
}
.shortCutBtn {
	margin-left: 17px;
	margin-bottom: 25px;
}
.lBoxTitle {
	color: #900;
	font-size: 11px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-image: url('../images/titleBgd.png');
	background-position: left;
	background-repeat: no-repeat;
}
.linksList {
	font-size: 11px;
}
.linksList div {
	background-image: url('../images/a.png');
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.linksList div a {
	display: block;
	margin-left: 20px;
}
#recLinks {
	padding-bottom: 30px;
}
/**** right ****/
#rightCol {
	width: 580px;
	float: left;
	padding-top: 10px;
	/*border: 1px dotted black;*/
	border-left: 1px solid #E0DCC6;
	padding-left: 20px;
	min-height: 300px;
	line-height: 18px;
}
#rightCol img {
	border: 1px solid #900;
}
.clickToDo {
	float: right;
	background-image: url('../images/a.png');
	background-position: right 6px;
	background-repeat: no-repeat;
	padding-right: 18px;
	font-size: 11px;
	color: #900;
	cursor: pointer;
	text-decoration: underline;
}
.introBlah {
	margin-bottom: 10px;
}
.linkBlock {
	background-image: url('../images/a.png');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.linkInline {
	background-image: url('../images/a.png');
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#middlePart {
	float: left;
	width: 345px;
}
#homeWhy {
	float: right;
	width: 200px;
}
#homeWhy img {
	border: 0px;
}
#homeWhyTitle {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #900;
}
.oneWhyTitle {
	color: #900;
	font-size: 12px;
	padding-bottom: 4px;
}
#homeWhy .oneWhy {
	clear: left;
	padding-top: 10px;
	font-size: 11px;
	color: #767261;
	line-height: 14px;
}
#homeWhy .oneWhy img {
	border: none;
	float: left;
	margin-right: 10px;
}
#homeWhyMore {
	margin-top: 20px;
	float: right;
}
#schoolCal, .staffBlock {
	margin-top: 15px;
}
#schoolCal table, .staffBlock table {
	/*border-collapse: collapse;*/
	width: 100%;
}
#schoolCal td, .staffBlock td {
	padding: 4px;
	padding-left: 10px;
	border: 1px solid #F4F2E5;
	/*border: 1px solid #E6E1C4;*/
	border-bottom: 1px solid #E6E1C4;
	line-height: normal;
}
#schoolCal div, .staffBlock div {
	margin: 0px;
	padding: 0px;
}
#schoolCal ol {
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: decimal;
}
#schoolCal .trD, .staffBlock .trD {
	font-size: 10px;
	color: #900;
	white-space: nowrap;
}
#schoolCal .trD td, .staffBlock .trD td {
	border-bottom: 1px solid #900;
}
#schoolCal .brak {
	font-weight: bold;
	color: #F00;
	text-align: left;
	height: 100%;
	font-size: 9px;
}
#schoolCal .w130, .staffBlock .w130 {
	width: 130px;
}
#schoolCal .prz, .staffBlock .prz {
	/*background-color: transparent;*/
}
#schoolCal .nprz, .staffBlock .nprz {
	/*background-color: #FAF9F1;*/
}
#schoolCal .calRemarks {
	color: #616161;
	font-style: italic;
	margin-top: 2px;
	font-size: 11px;
}
#schoolCal .calClasses {
	font-size: 9px;
}
.parentNames {
	font-size: 11px;
}
#personPic {
	float: right;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 30px;
}
.personDetail {
	margin-bottom: 15px;
}
.selectLocation {
	margin: 30px;
	margin-left: 100px;
	list-style-type: square;
}
#stCholPortrait {
	float: right;
	width: 152px;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: normal;
}
.imgRmks {
	background-color: #E8E3C8;
	padding: 4px;
}
#schoolStatute {
	margin-top: 40px;
}
#schoolStatute h2 {
	text-align: center;
}
#schoolStatute p {
	text-indent: -16px;
	margin-left: 20px;
	margin-bottom: 3px;
}
#schoolStatute ol {
	margin-left: 50px;
}
.newsPiece {
	clear: both;
	padding-bottom: 10px;
}
	.newsPiece p {
		margin-bottom: 6px;
	}
	.newsPiece ul, .newsPiece ol {
		margin-bottom: 6px;
		margin-left: 30px;
	}
		.newsPiece ul li, .newsPiece ol li {
			margin-bottom: 4px;
		}
.newsDate {
	padding-top: 5px;
}

#randomGallery {
	margin-top: 30px;
	position: relative;
	margin-bottom: 30px;
}
#randomGalleryTitle {
	width: 110px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #900;
	font-size: 10px;
	background-image: url('../images/navi1.gif');
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
}
#randomGalleryName {
	position: absolute;
	top: 3px;
	left: 120px;
	font-weight: bold;
}
#randomGalleryContent {
	background-color: #E0DCC6;
	padding: 5px;
	height: 110px;
	border: 1px solid #CAC5B0;
}
#randomGalleryContent img {
	float: left;
	margin: 5px;
	background-color: #E0DCC6;
}
#galleryThumbs {
	width: 140px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}
#galleryThumbsTitle {
	width: 140px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #900;
	font-size: 10px;
	background-image: url('../images/top_140.gif');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
}
#galleryThumbsContent {
	background-color: #E0DCC6;
	border: 1px solid #CAC5B0;
	padding-top: 2px;
}
#galleryThumbsContent img {
	cursor: pointer;
	margin: 0px 2px 2px 0px;
	background-color: #E0DCC6;
}
#galleryPicContainer {
	text-align: center;
	float: right;
	width: 410px;
	margin-top: 8px;
	min-height: 380px;
	background-image: url('../images/gallery_loading_crisp.gif');
	background-position: center 100px;
	background-repeat: no-repeat;
}
#galleryPicContainer img {
	background-color: #E0DCC6;
}
#galleryNavi span {
	margin-left: 10px;
	margin-right: 10px;
}
#galleryLoadInfo {
	font-size: 10px;
	color: #900;
	height: 20px;
}
#bonusWalls {
	margin: 30px;
	margin-left: 50px;
}
.wallContainer {
	font-size: 11px;
}
.boardSchool {
	padding-bottom: 30px;
}
.oneSchool {
	clear: both;
	padding-bottom: 50px;
}
.oneSchool h2 {
	border-bottom: 1px solid #B3AB8C;
}
.schoolMap {
	float: right;
	width: 200px;
}
.mapCanvas {
	width: 200px;
	height: 140px;
	border: 1px solid #B3AB8C;
	margin-top: 10px;
	background-color: #E0DCC6;
}
.gmnoprint img, .gmnoprint span, .gmnoprint a {
	display: none;
}
.schoolAddress {
	margin-top: 15px;
	margin-bottom: 10px;
	position: relative;
	left: 40px;
}
.schoolAddress div {
	margin-bottom: 3px;
}
.contactStaff {
	position: relative;
	left: 20px;
}
#contactFooter {
	text-align: right;
}
#contactFooter img {
	border: 0px;
}
#policyBody div {
	margin-bottom: 5px;
}
/*********************/
.contentSep {
	clear: both;
}
.goUp {
	text-align: right;
	background-image: url('../images/a.png');
	background-position: right 6px;
	background-repeat: no-repeat;
	padding-right: 18px;
	margin-top: 20px;
	font-size: 11px;
	color: #900;
	cursor: pointer;
	text-decoration: underline;
}
#contentMainFooter { /*generation time*/
	text-align: center;
	font-size: 10px;
	color: #BEBCB6;
	margin-top: 40px;
}
/*********************/
#containerFooter {
	background-image: url('../images/bottom.gif');
	background-repeat: repeat-x;
	clear: both;
	font-size: 11px;
}
#contentFooter {
	padding: 10px;
	margin: auto;
	width: 830px;
	color: #FFF;
	padding-bottom: 30px;
	border-bottom: 1px solid #9E9B92;
}
#contentFooter a {
	margin-right: 10px;
}
#contentFooter div {
	padding-top: 10px;
}
#contentFooter a:hover {
}
#footerNavi {
}
#footerRights {
}
#footerPhones {
	float: right;
	width: 210px;
}
#footerPhones img {
	float: right;
	margin-left: 5px;
	margin-top: 1px;
}
#footerPhones div {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#w3c {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#w3c img {
	margin: 0px 5px 0px 5px;
}
