/*** polam hall school ***/

body, html, table, tr, th, td, p, br, div, span, h1, h2, h3, h4, h5, h6, form, img  { border: none; margin: 0; padding: 0; }

body {
	font-family:  verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	color: #000;
}

	* html body { font-size: medium; }

#skiptomain { display: none; }

a:link, a:visited { color: #07663E; }
a:hover, a:active { color: #fdb813; }
.inline, form { display:inline; }
.breaker { clear: both; }
.lbreaker { clear: left; }
.rbreaker { clear: right; }

p { margin: 10px 0 0 0; }
p.fivespace { margin: 5px 0 0 0; }
p.tenspace { margin: 10px 0 0 0; }
p.fifteenspace { margin: 15px 0 0 0; }
p.twentyspace { margin: 20px 0 0 0; }

#wrapper {
	width: 900px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

#header, #header-blog {
	width: 900px;
	height: 105px;
	background: #fff url(/images/bg-header.gif) repeat-x left top;
}

	#header-lft {
		width: 200px;
		height: 105px;
		float: left;
	}

	#header-rgt {
		width: 700px;
		height: 105px;
		float: right;
	}

		#header-top-nav {
			width: 670px;
			height: 50px;
			color: #fff;
			font-size: 0.7em;
			line-height: 50px;
			margin: 0 15px 5px 15px;
			text-align: right;
		}

			#header-top-nav a:link, #header-top-nav a:visited { color: #fff; text-decoration: none; }
			#header-top-nav a:hover, #header-top-nav a:active { color: #fdb813; text-decoration: underline; }

		#header-bot-nav {
			width: 700px;
			height: 50px;
		}

			#hbn1 {
				width: 354px;
				height: 27px;
				color: #fdb813;
				float: left;
				font-size: 1.2em;
				line-height: 27px;
				padding: 12px 15px 0 15px;
				text-align: right;
			}

			#hbn2 {
				width: 128px;
				height: 27px;
				float: left;
				padding: 12px 15px 0 15px
			}

			#hbn3 {
				width: 128px;
				height: 27px;
				float: left;
				padding: 12px 15px 0 15px
			}

#topnav {
	width: 900px;
	height: 39px;
	background-color: #00512f;
}

	.home-topnav { border-bottom: 3px solid #e0e6e3; }
	.school-topnav { border-bottom: 3px solid #D2D5D4; }
	.nursery-topnav { border-bottom: 3px solid #FFDE00; }
	.junior-topnav { border-bottom: 3px solid #B3D88B; }
	.senior-topnav { border-bottom: 3px solid #46AA42; }
	.seniorboys-topnav { border-bottom: 3px solid #46AA42; }
	.sixth-topnav { border-bottom: 3px solid #00703C; }
	.board-topnav { border-bottom: 3px solid #00502F; }

	#topnav ul {
		width: 896px;
		height: 27px;
		list-style: none;
		margin: 0;
		padding: 12px 0 0 4px;
	}

		#topnav ul li {
			height: 27px;
			display: inline;
			float: left;
			font-size: 0.7em;
			font-weight: bold;
			line-height: 27px;
			list-style-type: none;
			margin: 0 4px 0 0;
			padding: 0;
			text-align: center;
		}

			#topnav ul li#tn1 { display: none; width: 68px;  background: transparent url(/images/bg-tn1.gif) no-repeat left top; }
			#topnav ul li#tn2 { width: 102px; background: transparent url(/images/bg-tn2.gif) no-repeat left top; }
			#topnav ul li#tn3 { width: 125px; background: transparent url(/images/bg-tn3.gif) no-repeat left top; }
			#topnav ul li#tn4 { width: 130px; background: transparent url(/images/bg-tn4.gif) no-repeat left top; }
			#topnav ul li#tn5 { width: 100px; background: transparent url(/images/bg-tn5.gif) no-repeat left top; }
			#topnav ul li#tn6 { width: 100px; background: transparent url(/images/bg-tn5.gif) no-repeat left top; }
			
			#topnav ul li#tn7 { width: 221px; background: transparent url(/images/bg-tn6.gif) no-repeat left top; }
			#topnav ul li#tn8 { width: 90px; background: transparent url(/images/bg-tn7.gif) no-repeat left top; }

			#topnav ul li a:link, #topnav ul li a:visited { color: #000; text-decoration: none; }
			#topnav ul li a:hover, #topnav ul li a:active { color: #fdb813; text-decoration: underline; }

				/* last 3 tabs are different */
				#topnav ul li#tn5 a:link, #topnav ul li#tn5 a:visited,
				#topnav ul li#tn6 a:link, #topnav ul li#tn6 a:visited,
				#topnav ul li#tn7 a:link, #topnav ul li#tn7 a:visited,
				#topnav ul li#tn8 a:link, #topnav ul li#tn8 a:visited {
					color: #fff; text-decoration: none;
				}

				#topnav ul li#tn5 a:hover, #topnav ul li#tn5 a:active,
				#topnav ul li#tn6 a:hover, #topnav ul li#tn6 a:active,
				#topnav ul li#tn7 a:hover, #topnav ul li#tn7 a:active,
				#topnav ul li#tn8 a:hover, #topnav ul li#tn8 a:active {
					color: #fdb813; text-decoration: underline;
				}

#banner {
	width: 900px;
	height: 210px;
}

#homecontent {
	width: 900px;
	background: #ffffff url(/images/bg-homecontent.gif) repeat-y left top;
	margin: 15px 0;
}

	#homecont-lft {
		width: 280px;
		float: left;
		font-size: 0.8em;
		line-height: 1.7em;
		padding: 10px;
	}

	#homecont-mid {
		width: 280px;
		float: left;
		font-size: 0.7em;
		padding: 10px;
	}

		.hp-news-cell {
			width: 280px;
			line-height: 1.4em;
			margin: 15px 0 0 0;
		}

			.hp-news-img {
				width: 115px;
				float: right;
				text-align: right;
			}

			.hp-news-txt {
				float: left;
				width: 165px;
			}

				.hp-news-txt p { margin: 0px; }

				.hp-news-cell a:link, .hp-news-cell a:visited { color: #00512f; text-decoration: underline; }
				.hp-news-cell a:hover, .hp-news-cell a:active { color: #fcb512; text-decoration: underline; }

	#homecont-rgt {
		width: 280px;
		float: left;
		font-size: 0.7em;
		padding: 10px;
	}

		.hp-event-cell {
			width: 280px;
			margin: 15px 0 0 0;
			line-height: 1.4em;
		}

			.hp-event-cell a:link, .hp-event-cell a:visited { color: #fcb512; text-decoration: underline; }
			.hp-event-cell a:hover, .hp-event-cell a:active { color: #00512f; text-decoration: underline; }

			.hp-event-cell strong a:link, .hp-event-cell strong a:visited { color: #00512f; text-decoration: underline; }
			.hp-event-cell strong a:hover, .hp-event-cell strong a:active { color: #fcb512; text-decoration: underline; }

	#homecontent h1 {
		color: #00512f;
		font-size: 1.3em;
	}

	#homecontent h2 {
		color: #fcb512;
		font-size: 1.4em;
	}

	.hp-date {
		color: #797979;
	}

#maincontent {
	width: 900px;
}

	#main-cont-lft {
		width: 225px;
		float: left;
		font-size: 0.7em;
	}

		#main-cont-lft strong {
			color: #00512f;
			font-size: 1.4em;
		}

		#main-cont-lft ul {
			width: 215px;
			list-style: none;
			margin: 10px 0 0 0;
			padding: 0;
		}

			#main-cont-lft ul li {
				width: 215px;
				height: 24px;
				border-bottom: 1px solid #d2d5d4;
				list-style-type: none;
				line-height: 24px;
			}
				#main-cont-lft ul li a {
					display: block;
					height: 24px;
					padding: 0 0 0 10px;
				}

				#main-cont-lft ul li a:link, #main-cont-lft ul li a:visited { color: #000; text-decoration: none; }
				#main-cont-lft ul li a:hover, #main-cont-lft ul li a:active { background-color: #fdb814; color: #00512f; text-decoration: none; }

				#main-cont-lft ul li.active a { background-color: #fdb814; color: #00512f; text-decoration: none; }

				#main-cont-lft ul li.subnav {
					width: 205px;
					height: 22px;
					margin-left: 10px;
					line-height: 22px;
				}

					#main-cont-lft ul li.subnav a {
						display: block;
						height: 22px;
						padding: 0 0 0 10px;
					}

					#main-cont-lft ul li.subnav a:link, #main-cont-lft ul li.subnav a:visited { color: #000; text-decoration: none; }
					#main-cont-lft ul li.subnav a:hover, #main-cont-lft ul li.subnav a:active { background-color: #ececec; color: #00512f; text-decoration: none; }

					#main-cont-lft ul li.subnav-active a:link, #main-cont-lft ul li.subnav-active a:visited { background-color: #ececec; color: #000; text-decoration: none; }
					#main-cont-lft ul li.subnav-active a:hover, #main-cont-lft ul li.subnav-active a:active { color: #00512f; text-decoration: none; }

	#main-cont-rgt {
		width: 675px;
		float: left;
		font-size: 0.8em;
		line-height: 1.8em;
	}

		#main-cont-rgt img#main-cont-header {
			margin-bottom: 20px;
		}

		#main-cont-rgt h1 {
			color: #00512f;
			font-size: 1.4em;
		}

		#main-cont-rgt h2 {
			color: #00512f;
			margin-top: 15px;
			font-size: 1.2em;
		}

		#main-cont-rgt strong {
			color: #00512f
		}

		#movie-outer {
			width: 384px;
			margin: 10px auto;
			border: 1px solid #00512f;
		}

		.main-cont-form {
		    margin-top: 30px;
		}

		.main-cont-form label {
		    display: block;
		    clear: left;
		    float: left;
		    text-align: right;
		    margin-right: 15px;
		    width: 200px;
		}

		.main-cont-form #lblResponse {
		    display: none;
		}

		.main-cont-form #lblResponse.error {
		    display: none;
		    border: 2px solid #c33;
		    background-color: #fcc;
		    padding: 10px;
		    margin-bottom: 15px;
		    color: #600;
		    text-align: center;
		}

		.main-cont-form #lblResponse.success {
		    display: none;
		    border: 2px solid #3f3;
		    background-color: #cfc;
		    padding: 10px;
		    margin-bottom: 15px;
		    color: #060;
		    text-align: center;
		    display: block;
		}

		.main-cont-form input {
            border: 1px solid #00512f;
		    margin: 2px 0px;
		}

		.main-cont-form select {
            border: 1px solid #00512f;
		    margin: 2px 0px;
		}

		.main-cont-form input.img {
		    border: 0px;
		}

		.main-cont-form input.error {
		    border: 2px solid #c33;
		    margin: 1px 0px;
		}

		.main-cont-form select.error {
            border: 2px solid #c33;
		    margin: 1px 0px;
		}

		.main-cont-form textarea {
            border: 1px solid #00512f;
		    margin-bottom: 3px;
		    overflow: auto;
		}



	#main-cont-rgt-sub {
		padding-top: 20px;
	}

	#news-right-nav {
		width: 215px;
		float: left;
		font-size: 0.8em;
		line-height: 1.2em;
		padding-top: 20px;
		padding-left: 10px;
	}

		#news-right-nav p {
			font-size: 11px;
		}

		#main-cont-rgt #contact-rgt {
            float: right;
        }

#footer, #footer-blog {
	width: 900px;
	height: 300px;
}

	#footer-top {
		width: 900px;
		height: 230px;
		background: #fff url(/images/bg-footer-top.gif) no-repeat left top;
	}

		#footer-top-lft {
			width: 310px;
			height: 230px;
			float: left;
		}

			#footer-top-lft ul {
				width: 310px;
				height: 60px;
				list-style: none;
				margin: 0;
				padding: 160px 0 0 0;
			}

				#footer-top-lft ul li {
					width: 125px;
					padding: 0 0 0 30px;
					background: #00512f url(/images/bg-li-footer-top-lft.gif) no-repeat left 4px;
					float: left;
					height: 20px;
					line-height: 20px;
					font-size: 0.7em;
				}

					#footer-top-lft ul li a:link, #footer-top-lft ul li a:visited { color: #fff; text-decoration: underline; }
					#footer-top-lft ul li a:hover, #footer-top-lft ul li a:active { color: #fdb814; text-decoration: underline; }

		#footer-top-rgt {
			width: 590px;
			height: 230px;
			float: right;
		}

			* html #footer-top-rgt { width: 580px; }

			#foot-feat1 {
				width: 155px;
				height: 65px;
				background: transparent url(/images/bg-foot-feat1.gif) no-repeat left top;
				color: #fff;
				float: left;
				font-size: 0.8em;
				margin: 125px 0 0 220px;
				padding: 40px 0 0 0;
			}

				/* ie6 is doubling the LEFT MARGIN ? */
				* html #foot-feat1 {
					margin-left: 110px;
				}

				#foot-feat1 a:link, #foot-feat1 a:visited { font-size: 1.2em; font-weight: bold; color: #fdb813; text-decoration: none; }
				#foot-feat1 a:hover, #foot-feat1 a:active { color: #fff; text-decoration: underline; }

			#foot-feat2 {
				width: 190px;
				height: 65px;
				background: transparent url(/images/bg-foot-feat2.gif) no-repeat left top;
				color: #fff;
				float: right;
				font-size: 0.8em;
				margin: 105px 0 0 0;
				padding: 60px 0 0 0;
			}

				#foot-feat2 a:link, #foot-feat2 a:visited { font-size: 1.2em; font-weight: bold; color: #fdb813; text-decoration: none; }
				#foot-feat2 a:hover, #foot-feat2 a:active { color: #fff; text-decoration: underline; }

	#footer-divide {
	    background-color: #004327;
	    padding: 8px 250px 5px 220px;
	    text-align: center;
	}

		#footer-divide #textdiv {
			width: 250px;
			height: 28px;
			float: left;
			background: url(images/input-footer.gif) no-repeat right center;
		}

		#footer-divide input.text {
			width: 230px;
			height: 19px;
			border: 0px;
			padding: 5px 0px 0px 10px;
			background: none;
		}

	#footer-bot {
		width: 900px;
		height: 55px;
		background: #fff;
		font-size: 0.7em;
		line-height: 1.4em;
		padding: 20px 0px;
	}

		#footer-bot a:link, #footer-bot a:visited { color: #000; text-decoration: underline; }
		#footer-bot a:hover, #footer-bot a:active { color: #fdb813; text-decoration: underline; }


/**********************
 FLASH ANIMBLOCK
***********************/

#flashanim {
	position: relative;
}

#flashanim.default {
	width: 675px;
	height: 210px;
	float: right;
	margin: 0 0 0px 0;
	padding: 0;
}

#flashanim img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/*** PAGE SPECIFIC CLASSES ***/

div.pagepicdiv {
	background: #ddd;
	padding-bottom: 6px;
}

	div.pagepicdiv p {
		margin: 0px;
		padding: 0 3px;
		font-size: 11px;
		line-height: 14px;
	}

div.newsitem {
	padding: 5px 0;
}

	div.newsitem h2 { font-size: 16px; margin: 15px 0 10px 0; border-bottom: 1px solid #ddd; }
	div.newsitem h2 a:link, div.newsitem h2 a:visited { color: #00512F; }
	div.newsitem h2 a:hover { color: #FDB814; }
	div.newsitem h3 { font-size: 14px; margin: 0px; }
	div.newsitem h3 a:link, div.newsitem h3 a:visited { color: #00512F; }
	div.newsitem h3 a:hover { color: #FDB814; }
	div.newsitem h3 small { font-size: 11px; color: #666; font-weight: normal; }
	div.newsitem p { margin: 2px 0 6px 0; line-height: 12px; }
	div.newsitem p a:link, div.newsitem p a:visited { color: #00512F; }
	div.newsitem p a:hover { color: #FDB814; }

p.newsitem { margin: 2px 0 12px 0; line-height: 12px; }
p.newsitem a:link, p.newsitem a:visited { color: #00512F; font-size: 12px; }
p.newsitem a:hover { color: #FDB814; }

/*** VIRTUAL TOUR ***/

#virtualtour {
	width: 900px;
	height: 400px;
	background: url(/images/polamvirtualtour.jpg) no-repeat left top;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

	div.marker {
		position: absolute;
		width: 27px;
		height: 30px;
		margin: 0;
		padding: 0 3px 0 0;
		background: url(/images/yellow-dots.png) no-repeat right top;
		text-align: center;
		font-size: 10px;
		line-height: 25px;
		z-index: 1;
		cursor: pointer;
	}

	* html div.marker {
		* background: none;
		* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/yellow-dots.png', sizingMethod='crop');
	}

		div.marker:hover { background: url(/images/yellow-dots.png) no-repeat left top; font-size: 12px; }

	div.popupleft { float: left; width: 320px; }
	div.popupright { float: right; width: 320px; height: 255px; margin-left: 10px; }

ul.tour-list {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

	ul.tour-list li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		height: 30px;
	}

		ul.tour-list li span {
			display: block;
			float: left;
			width: 27px;
			height: 30px;
			margin: 0;
			padding: 0 3px 0 0;
			background: url(/images/yellow-dots.png) no-repeat right top;
			text-align: center;
			font-size: 10px;
			line-height: 25px;
		}

		* html ul.tour-list li span {
			* background: none;
			* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/yellow-dots.png', sizingMethod='crop');
		}

			ul.tour-list li:hover span { background: url(/images/yellow-dots.png) no-repeat left top; font-size: 12px; }

/*** SITEMAP ***/

ul.sitemap {
	margin: 0;
	padding: 0;
	width: 195px;
	margin: 0px 10px;
}

	ul.sitemap li {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		ul.sitemap li.level1 { font-size: 13px; padding-left: 4px; font-weight: bold; margin-top: 20px; background: #E0E6E3; }

		ul.sitemap li.level2 { font-size: 12px; padding-left: 15px; }

		ul.sitemap li.level3 { font-size: 11px; padding-left: 30px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#gmap {
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
}

.yellowglow {
    font-weight: bold;
    color: #fcb512;
}

