/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

/**** STYLES ****/

.header {
	position: relative;
	width: 100%;
	height: 163px;
}

.header:after, .header .container:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.header .container {
	margin: 0 auto;
	width: 954px;
	height: 128px;
}

.logo {
	float: left;
	width: 282px;
	height: 0;
	padding-top: 74px;
	overflow: hidden;
	background:url("../images/large-element-sprite.png") no-repeat 0 0 transparent;
	margin: 28px 0 22px;
}

#staffLogin, .staffLogout, .staffAreaLink, #staffLoginDropdown h2 {
	position: relative;
	float: right;
	width: 190px;
	height: 13px;
	background: url("../images/small-element-sprite.png") no-repeat scroll 182px -237px #BDC620;
	padding: 10px;
	margin-left: 10px;
	font-family: numito, arial, verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}

#staffLogin{
	margin-left:0;
}

.ourGoals{
	position: relative;
	float: right;
	width: 165px;
	height: 13px;
	background: url("../images/small-element-sprite.png") no-repeat scroll 167px -237px #BDC620;
	padding: 10px;
	margin-right: 10px;
	font-family: numito, arial, verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}

#staffLogin, .staffLogout, .staffAreaLink {
	width: 179px;
	background: url("../images/small-element-sprite.png") no-repeat scroll 175px -957px #62CAE3;
}

.staffAreaLink, .staffLogout {
	width: 140px;
	background: url("../images/small-element-sprite.png") no-repeat scroll 131px -237px #00A2D0;
}

.staffLogout {
	background-color: #62CAE3;
}

#staffLoginDropdown {
	position: absolute;
	display: none;
	width: 181px;
	height: 168px;
	background-color: #62CAE3;
	z-index: 200;
	padding: 12px 9px;
}

#staffLoginDropdown :after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#staffLoginDropdown .close {
	float: right;
	height: 0;
	padding-top: 14px;
	width: 15px;
	overflow: hidden;
	background: url("../images/small-element-sprite.png") no-repeat scroll 0 -1016px #62CAE3;
	cursor: pointer;
}

#staffLoginDropdown h2{
	float: left;
	background: none;
	margin: 0;
	padding: 20px 0 10px;
}

#staffLoginDropdown input {
	width: 170px;
	border: 0;
	padding: 11px 6px;
	margin: 0 0 5px 0;
	height: 7px;
	color: #5c6f7c;
}

#staffLoginDropdown a.forgot {
	margin-left: 6px;
	color: #007aa1;
}

#staffLoginDropdown input, #staffLoginDropdown a.forgot, .contacts form input[type='text'] , form.loginForm  input[type='text'] {
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}

#staffLoginDropdown button, .contacts form button, form.loginForm button {
	float: right;
	border: 0;
	padding: 0 0 0 16px;
	width: 90px;
	height: 29px;
    background: url("../images/small-element-sprite.png") no-repeat scroll 75px -88px #62cae3;
	font-size: 13px;
	font-weight: bold;
	font-family: nunito, arial, verdana, sans-serif;
	color: #005984;
	text-align: left;
	cursor: pointer;
	margin: 2px 11px 0 0;
}

form.loginForm .forgot{
	display:none;
}

#staffLoginDropdown button {
	margin: 10px 0 0;
	background-color: #008fc5;
	color: #fff;
}

.logout {
	color: #fff;
}

.search {
	float: left;
	border-top: 1px solid #cbd5db;
	border-bottom: 1px solid #cbd5db;	
}

.search input, .search  button{
	float: left;
	border: 0;
	padding: 3px 5px 1px;
	margin: 0;
	height: 23px;
	width: 172px;
	overflow: hidden;
	font-size: 12px;
}

.search button{
	width: 19px;
	height: 0;
	padding-top: 25px;
    background: url("../images/small-element-sprite.png") no-repeat scroll 0 4px transparent;
	cursor: pointer;
}

.nav {
	margin: 0;
}

.nav li{
	float: left;
}


.main.nav{
	position: relative;
	width: 100%;
	background-color: #00aec5;
	width: 100%;
	margin: 0 auto;
	height:33px;
}

.main.nav:after, .main.nav ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.main.nav ul{
	position: relative;
	height:33px;
	padding: 0 42px;
	width: 920px;
	margin: 0 auto;
}

.main.nav ul li {
	float: left;
	height: 45px;
	margin: -6px 10px 0 0;
}

.main.nav ul li a{
	float: left;
	height: 11px;
	padding: 14px 11px;
}

.main.nav ul li.active, .main.nav ul li:hover {
	background-color: #dff2f7;
}

.main.nav ul li.active a, .main.nav ul li:hover a{
	color: #008fc5;
}

.main.nav ul li.home {
	padding: 0;
}

.main.nav ul li.home a{
	float:left;
	width: 37px;
	height: 0;
	overflow:hidden;
	margin: 0;
	padding: 45px 0 0;
	background: url("../images/small-element-sprite.png") no-repeat scroll 10px -1048px transparent;
}

.main.nav ul li.home.active, .main.nav ul li.home:hover  {
	background-color: transparent;
}

.main.nav ul li.home.active a, .main.nav ul li.home a:hover  {
	background: url("../images/small-element-sprite.png") no-repeat scroll 10px -34px #dff2f7;	
}

.main.nav ul li, .main.nav ul li a{
	color: #fff;
	font-family: nunito, arial, verdana, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: lighter;
}

.main.nav ul li:last-child {
	margin-right: 0;
}

.mainContainer {
	position:relative;
	/*margin-top: -6px;*/
	min-height:400px;
	width: 100%;
	
	background-image: linear-gradient(top, #DFF2F7 16%, #87D5E8 80%);
	background-image: -o-linear-gradient(top, #DFF2F7 16%, #87D5E8 80%);
	background-image: -moz-linear-gradient(top, #DFF2F7 16%, #87D5E8 80%);
	background-image: -webkit-linear-gradient(top, #DFF2F7 16%, #87D5E8 80%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#DFF2F7', EndColorStr='#87D5E8'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#DFF2F7', EndColorStr='#87D5E8')"; /* IE8 */
	background-image: -ms-linear-gradient(top, #DFF2F7 16%, #87D5E8 80%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.16, #DFF2F7),
		color-stop(0.8, #87D5E8)
	);	
}

.central {
	position:relative;
	margin: 0 auto;
	width: 954px;
	padding-top: 10px;
}

.central:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.introduction, .crest {
	float: left;
	width: 223px;
	height: 156px;
	padding: 38px 15px 39px 35px;
	background-color: #fff;

	-moz-box-shadow: 0 2px 2px #BDD1DA;
	-webkit-box-shadow: 0 2px 2px #BDD1DA;
	box-shadow: 0 2px 2px #BDD1DA;
}

.introduction h2 {
	font-size: 24px;
	font-family: arvo, arial, sans-serif;
	color: #008fc5;
	margin-bottom:26px;
}

.introduction p {
	font-size: 14px;
	font-family: Nunito, arial, sans-serif;
	color: #5c6f7c;
	margin-bottom:10px;
	font-weight: lighter;
	line-height: 19px;
}

.readMore, .schoolCalendar .linkWrapper a {
	display: inline-block;
	background: url("../images/small-element-sprite.png") no-repeat scroll 120px -88px #00aec5;	
	color: #fff;
	font-size: 13px;
	font-family: nunito, arial, verdana, sans-serif;
	font-weight: bold;
}

.introduction .readMore{	
	width: 106px;
	height: 13px;
	padding: 8px 16px;
	margin-top:10px;
}

.showcase {
	float: left;
	padding: 8px 6px 8px 8px;
	background-color: #fff;
	height: 217px;
	width: 940px;
}

.crest {
	padding: 0 8px 0 0;
	height: 217px;
	width: 259px;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.standalone {
	width: 247px;
	height: 213px;
	padding: 10px;
}

.crest .inner{
	float: left;
	width: 258px;
	height: 216px;
	background: url("../images/large-element-sprite.png") no-repeat scroll 40px -276px #bee5ec;
}

.standalone .inner {
	width: 247px;
}

.carousel, .carousel .images, .carousel .images li, .carousel .images li img{
	position:relative;
	width: 678px;
	padding: 0;
	margin: 0;
}

.showcase .carousel, .showcase .carousel .images, .showcase .carousel .images li, .showcase .carousel .images li img {
	width: 667px;
	max-height: 216px;
}

.carousel .images li{
	display:none;
}

.carousel {
	float: left;
	height: 233px;

	-moz-box-shadow: 0 2px 2px #BDD1DA;
	-webkit-box-shadow: 0 2px 2px #BDD1DA;
	box-shadow: 0 2px 2px #BDD1DA;
}

.showcase .carousel {
	padding: 0;
	background-color: #fff;
	height: 217px;
}

.carousel:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.carousel .controls{
	position: relative;
	height: 14px;
	bottom: 30px;
	right: 20px;
	z-index: 200;
}

.carousel .controls:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.carousel .controls li{
    background: url("../images/small-element-sprite.png") no-repeat scroll 0 -341px transparent;
    float: right;
    height: 14px;
    margin-left: 14px;
    width: 12px;
	cursor: poiner;
}

.carousel .controls li.activeSlide{
    background-position: 0 -389px;
	cursor: default;
}

.homeContent {
	float: left;
	clear: left;
	width: 539px;
	min-height: 224px;
	background-color: #fff;
	margin-top: 13px;
	padding: 32px 34px 18px;

	-moz-box-shadow: 5px -1px 5px #bdd1da;
	-webkit-box-shadow: 5px -1px 5px #bdd1da;
	box-shadow: 5px -1px 5px #bdd1da;
	
	background-image: linear-gradient(top, #e6f2f8 0%, #ffffff 30%);
	background-image: -o-linear-gradient(top, #e6f2f8 0%, #ffffff 20%);
	background-image: -moz-linear-gradient(top, #e6f2f8 0%, #ffffff 30%);
	background-image: -webkit-linear-gradient(top, #e6f2f8 0%, #ffffff 30%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#e6f2f8', EndColorStr='#ffffff'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e6f2f8', EndColorStr='#ffffff')"; /* IE8 */
	background-image: -ms-linear-gradient(top, #e6f2f8 0%, #ffffff 30%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #e6f2f8),
		color-stop(0.3, #ffffff)
	);		
}

.homeContent h1, .content h1{
	font-size: 24px;
	font-weight: normal;
	font-family: arvo, arial, verdana, sans-serif;
	line-height: 31px;
	color: #008fc5;
	margin-bottom: 20px;
}

.homeContent p {
	font-size: 15px;
	font-weight: lighter;
	font-family: nunito, arial, verdana, sans-serif;
	line-height: 22px;
	color: #5c6f7c;
	margin-bottom: 15px;
}

.homeContent .readMore, .schoolCalendar .linkWrapper a  {
	background: url("../images/large-element-sprite.png") no-repeat scroll 0 -113px transparent;
	height: 29px;
	padding: 18px 0 0 57px;
	width: 215px;
}

.briefBox {
	float: left;
	width: 539px;
	min-height: 133px;
	background-color: #fff;
	padding: 34px 34px 32px;
	
	-moz-box-shadow: 5px 0 0 #bdd1da;
	-webkit-box-shadow: 5px 0 0 #bdd1da;
	box-shadow: 5px 0 0 #bdd1da;
	
	background-image: linear-gradient(top, #f5f5db 0%, #ffffff 30%);
	background-image: -o-linear-gradient(top, #f5f5db 0%, #ffffff 30%);
	background-image: -moz-linear-gradient(top, #f5f5db 0%, #ffffff 30%);
	background-image: -webkit-linear-gradient(top, #f5f5db 0%, #ffffff 30%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5db', EndColorStr='#ffffff'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5db', EndColorStr='#ffffff')"; /* IE8 */
	background-image: -ms-linear-gradient(top, #f5f5db 0%, #ffffff 30%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #f5f5db),
		color-stop(0.3, #ffffff)
	);
}

.briefBox.last {
	padding-top: 0;

	background-image: linear-gradient(top, #ffffff 55%, #f5f5db 100%);
	background-image: -o-linear-gradient(top, #ffffff 55%, #f5f5db 100%);
	background-image: -moz-linear-gradient(top, #ffffff 55%, #f5f5db 100%);
	background-image: -webkit-linear-gradient(top, #ffffff 55%, #f5f5db 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f5f5db'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f5f5db')"; /* IE8 */
	background-image: -ms-linear-gradient(top, #ffffff 55%, #f5f5db 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.55, #ffffff),
		color-stop(1, #f5f5db)
	);
}

.briefBox article {
	width: 242px;
	float: right;
}

.briefBox article:first-child {
	float: left;
}

.briefBox h3{
	font-size: 20px;
	font-weight: normal;
	font-family: arvo, arial, verdana, sans-serif;
	color: #a4b33d;
	margin-bottom: 15px;
}

.briefBox p{
	font-size: 13px;
	font-weight: lighter;
	font-family: nunito, arial, verdana, sans-serif;
	color: #5c6f7c;
	line-height:18px;
}

.briefBox p a{
	font-size: 13px;
	font-weight: bold;
	font-family: nunito, arial, verdana, sans-serif;
	color: #7ac143;
}

.briefBox p a:after{
	content: ' >';
}

.elementWrapper {
	float: right;
	width: 305px;
	margin-top: 13px;
	
	-moz-box-shadow: 4px -2px 5x #bdd1da;
	-webkit-box-shadow: 4px -2px 5px #bdd1da;
	box-shadow: 4px -2px 5px #bdd1da;
}

#latestNews, .schoolCalendar {
	float: right;
	width: 305px;
	height: 272px;
	background-color: #ffffff;
	padding: 12px 13px 0;
}

.schoolCalendar {
	margin-top: 0;
	height: 340px;
	padding-bottom: 13px;
}

#latestNews h2, .schoolCalendar > h2{
	float: left;
	width: 263px;
	height: 10px;
	background-color: #f47d30;
	padding: 10px 21px;
	font-size: 13px;
	font-weight: bold;
	font-family: nunito, arial, verdana, sans-serif;
	color: #fff;
}

.schoolCalendar h2 {
	background-color: #2ca9e0;
}

.schoolCalendar  .linkWrapper {
	position: relative;
	float: left;
	clear: left;
}

#latestNews .frame {
	height: 183px;
	float: left;
	overflow: hidden;
	
	background-image: linear-gradient(top, #fff2e5 0%, #ffffff 30%);
	background-image: -o-linear-gradient(top, #fff2e5 0%, #ffffff 30%);
	background-image: -moz-linear-gradient(top, #fff2e5 0%, #ffffff 30%);
	background-image: -webkit-linear-gradient(top, #fff2e5 0%, #ffffff 30%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff2e5', EndColorStr='#ffffff'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff2e5', EndColorStr='#ffffff')"; /* IE8 */
	background-image: -ms-linear-gradient(top, #fff2e5 0%, #ffffff 30%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fff2e5),
		color-stop(0.3, #ffffff)
	);
}

#latestNews .frame article {
	float: left;
	clear: left;
	height: 59px;
	border-bottom: 1px solid #dfe3e7;
	padding: 16px 21px;
	font-size: 13px;
	font-weight: lighter;
	font-family: nunito, arial, verdana, sans-serif;
	color: #5c6f7c;
	width: 263px;
}

#latestNews .frame article h3 {
	font-weight: bold;
	color: #f47d30;
	margin-bottom: 10px;
	font-weight: normal;
}

#latestNews .frame article a{
	font-weight: bold;
	color: #5c6f7c;
}

#latestNews .frame article p {
	width: 100%;
}

#latestNews .linkWrapper {
	float: left;
	width: 263px;
	padding: 0 21px;
	height: 60px;
	
	background-image: linear-gradient(top, #ffffff 55%, #fff2e5 100%);
	background-image: -o-linear-gradient(top, #ffffff 55%, #fff2e5 100%);
	background-image: -moz-linear-gradient(top, #ffffff 55%, #fff2e5 100%);
	background-image: -webkit-linear-gradient(top, #ffffff 55%, #fff2e5 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fff2e5'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fff2e5')"; /* IE8 */
	background-image: -ms-linear-gradient(top, #ffffff 55%, #fff2e5 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.55, #ffffff),
		color-stop(1, #fff2e5)
	);
}

#latestNews .linkWrapper a{
	float: left;
	width: 126px;
	height: 13px;
    background: url("../images/small-element-sprite.png") no-repeat scroll 151px -143px #f47d30;
	padding: 8px 21px;
	font-size: 13px;
	font-weight: bold;
	font-family: nunito, arial, verdana, sans-serif;
	color: #fff;
	margin: 15px 0 0 0;
}

.schoolCalendar .frame {
	float: left;
	height: 231px;
	width: 305px;
	
	background-image: linear-gradient(top, #ecf3fb 0%, #ffffff 30%);
	background-image: -o-linear-gradient(top, #ecf3fb 0%, #ffffff 30%);
	background-image: -moz-linear-gradient(top, #ecf3fb 0%, #ffffff 30%);
	background-image: -webkit-linear-gradient(top, #ecf3fb 0%, #ffffff 30%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ecf3fb', EndColorStr='#ffffff'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ecf3fb', EndColorStr='#ffffff')"; /* IE8 */
	background-image: -ms-linear-gradient(top, #ecf3fb 0%, #ffffff 30%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #ecf3fb),
		color-stop(0.3, #ffffff)
	);
}
/*
.schoolCalendar .linkWrapper {
	float: left;
	width: 263px;
	padding: 0 21px;
	height: 60px;
	
	background-image: linear-gradient(top, #ffffff 55%, #ecf3fb 100%);
	background-image: -o-linear-gradient(top, #ffffff 55%, #ecf3fb 100%);
	background-image: -moz-linear-gradient(top, #ffffff 55%, #ecf3fb 100%);
	background-image: -webkit-linear-gradient(top, #ffffff 55%, #ecf3fb 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ecf3fb'); /* IE6,IE7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ecf3fb')"; /* IE8 */
	/*background-image: -ms-linear-gradient(top, #ffffff 55%, #ecf3fb 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.55, #ffffff),
		color-stop(1, #ecf3fb)
	);
}

.schoolCalendar .linkWrapper a{
    background: url("../images/small-element-sprite.png") no-repeat scroll 141px -88px #2ca9e0;
}*/ 

.footer {
	width: 100%;
	min-height: 165px;
	background-color: #29a7df;
	border-bottom: 1px solid #00769f;
	
	background-image: linear-gradient(top, #29A8DF 0%, #005A84 100%);
	background-image: -o-linear-gradient(top, #29A8DF 0%, #005A84 100%);
	background-image: -moz-linear-gradient(top, #29A8DF 0%, #005A84 100%);
	background-image: -webkit-linear-gradient(top, #29A8DF 0%, #005A84 100%);
	background-image: -ms-linear-gradient(top, #29A8DF 0%, #005A84 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #29A8DF),
		color-stop(1, #005A84)
	);
}

.center {
	width: 954px;
	position: relative;
	margin: 0 auto;
}

.center:after, .footer:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.footer .contacts, .footer  .center > p {
	float: left;
	width: 236px;
	margin: 0 300px 0 30px;
	min-height: 164px;
}

.footer  .center > p {
	color: #fff;
}

.footer .newsletter, .footer  .center > p   {
	width: 222px;
}

.footer .newsletter .info {
	float: left;
	width: 202px;
	clear: both;
	margin: 10px;
	color: #fff;
	background-color: transparent;
}

.footer .contacts > a {
	float: left;
	border: 0;
	margin: 13px 6px 4px 0;
	padding: 8px 0 8px 16px;
	width: 125px;
	height: 13px;
    background: url("../images/small-element-sprite.png") no-repeat scroll 121px -190px #bbe5f1;
	font-size: 13px;
	font-weight: bold;
	font-family: nunito, arial, verdana, sans-serif;
	color: #008fc5;
	text-align: left;
	cursor: pointer;
}

.footer .contacts .map {
	width: 59px;
	margin-right: 0;
	background-position: 60px -190px;
}

.footer .contacts h2{
	font-size: 16px;
	font-weight: bold;
	font-family: arvo, arial, verdana, sans-serif;
	color: #afd9ed;
	line-height: 20px;
	margin: 14px 0;
}

.contacts address, .contacts address a{
	font-size: 13px;
	font-weight: normal;
	font-family: nunito, arial, verdana, sans-serif;
	color: #dbedf6;
	line-height: 20px;
}

.contacts form {
	float: left;
	margin-top: 8px;
}

.contacts form input {
	float: left;
	border: 0;
	margin: 0 0 4px 0;
	padding: 9px 6px;
	width: 199px;
	height: 11px;
	color: #5c6f7c;
	background-color: #ffffff;
}

.smartLinks {
	float: left;
	margin: 15px 0 0 0;
}

.smartLinks li{
	float: left;
	clear: left;
	width: 252px;
	height: 31px;
	margin-bottom: 4px;
    background: url("../images/small-element-sprite.png") no-repeat scroll 235px -234px #b9c21f;
	font-size: 13px;
}

.smartLinks .payment {
	background-color: #7bc143;
	background-position: 235px -234px;
}

.smartLinks .calendarLink {
	background-color: #2ca9e0;
	background-position: 235px -87px;
}

.smartLinks .pastPupils {
	background-color: #c80850;
	background-position: 235px -284px;
}

.smartLinks a {
	float: left;
	padding: 9px 0 0 48px;
	color: #fff;
	width: 100%;
	height: 22px;
	font-size: 13px;
	font-weight: bold;
	font-family: nunito, arial, verdana, sans-serif;
    background: url("../images/small-element-sprite.png") no-repeat scroll 14px -910px transparent;
	font-size: 13px;
}

.smartLinks .payment a{
	background-position: 9px -856px;
}

.smartLinks .calendarLink a{
	background-position: 12px -802px;
}

.smartLinks .pastPupils a{
	background-position: 10px -747px;
}

.easypaymentbutton
	{
	float: right;
	margin: 15px 0px 0px 0px;
	}

.info {
	background-color: #fff;
	margin: 10px auto;
	height: 24px;
	width: 954px;
}

.info a {
	float: left;
	font-size: 13px;
	font-weight: lighter;
	font-family: nunito, arial, verdana, sans-serif;
	color: #5c6f7c;
}

.info > a, .info ul {
	margin: 8px 0 4px 30px;
}

.info ul{
	float: right;
	margin-right: 42px;
}

.info ul li{
	float: left;
	margin-right: 4px;
	padding-left: 11px;
    background: url("../images/small-element-sprite.png") no-repeat scroll 0px -429px transparent;
}

.info ul li:first-child{
	background-image: none;
}

.info ul li a{
	color: #005984;
}

.credit p{
	float: left;
	font-size: 13px;
	font-weight: lighter;
	font-family: nunito, arial, verdana, sans-serif;
	color: #5c6f7c;
	padding: 7px 0px 0px 20px;
}

.credit a {
	float: none;
	color: #5c6f7c;
}

/**** Equalised heights ****/
.autoHeight {
	float: left;
	clear: both;
	width: 958px;
	overflow: hidden;
	padding-top: 10px;
}

.autoHeight .panel {
	float: left; 
	width: 247px;
	margin-bottom: -4000px; 
	padding: 10px 10px 4010px;
	background-color: #fff;
	
	-moz-box-shadow: 3px 4px 4px #bdd1da;
	-webkit-box-shadow: 3px 4px 4px #bdd1da;
	box-shadow: 3px 4px 4px #bdd1da;
}

/* account for empty content in autoheight */
.autoHeight.errorPage {
	min-height: 500px;
}

.reorder .panel {
	clear: left;
}

.reorder .panel.content {
	clear: none;
}

.panel.content {	
	float: right; 
	width: 568px;
	margin-right: 4px;
	padding: 26px 54px 4026px;
}

/**** Sub Nav ****/
.sub.nav {
	float: left;
	width: 247px;
	margin-top: 22px;
}

.sub.nav li, .sub.nav ul {
	float: left;
	width: 247px;
	clear: left;
}
.sub.nav > li{
	border-top: 1px solid #d1d8dd;
	border-bottom: 1px solid #d1d8dd;
}

.sub.nav li a, .reflect_archive li a {
	float: left;
	width: 221px;
	/*height: 16px;*/
	border-top: 1px solid #ecf0f2;
	border-bottom: 1px solid #ecf0f2;
	padding: 7px 0 7px 26px;
	color: #95a0a9;
	font-size: 13px;
	font-weight: lighter;
	font-family: nunito, arial, verdana, sans-serif;
    background: url("../images/small-element-sprite.png") no-repeat scroll 12px -462px transparent;
}

.sub.nav > li.active > a, .sub.nav > li > a:hover, .reflect_archive li.active a,
.reflect_archive li a:hover{
	color: #005984;
	background: url("../images/small-element-sprite.png") no-repeat scroll 12px -503px #62cae3;
	font-weight: normal;
}

.sub.nav li:nth-child(even), .sub.nav li:nth-child(even) a{
	border: none;
}

.sub.nav > li.last{
	border-bottom: 1px solid #d1d8dd;
	height: 31px;
}

.sub.nav > li.last a{
	border-bottom: 1px solid #ecf0f2;
}

.sub.nav ul {
	background-color: #8ed6e9;
	width: 247px;
}

.sub.nav > li > ul > li > a{
	background: none;
	color: #fff;
}

.sub.nav > li > ul > li.active > a, .sub.nav > li > ul > li > a:hover{
	color: #005984;
	font-weight: bold;
}

/**** Left Links ****/
.quickLink {
	float: left;
	width: 221px;
	margin: 0 0 30px 0;
	height: 14px;
	padding: 8px 0 8px 26px;
	background: url("../images/small-element-sprite.png") no-repeat scroll 229px -142px #f47d30;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	font-family: nunito, arial, verdana, sans-serif;
}

.quickLink.marginLess {
	margin: 10px 0;
}

/**** Content ****/
.content p, .eventWrapper a, .eventWrapper p, .content > a, .content h1, .content h2, .content h3, .content ul, .content ol, .content ol li, .content ul li {
	/*float: left;
	clear: left;
	margin: 6px 0;*/
	margin: 12px 0 0;
	width: 100%;
}

.content>:first-child {
	margin-top: 0;
}

.content h1 {
	color: #008fc5;
	margin-bottom: 13px;
}

.content h2, .content h3, .content table th {
	color: #62cae3;
	font-size: 20px;
	font-weight: normal;
	font-family: arvo, arial, verdana, sans-serif;
	line-height: auto;
	margin: 17px 0 8px;
}

.content h3, .content table th {
	color: #425968;
	font-size: 14px;
	font-weight: bold;	
}

.content, .content p, .eventWrapper a, .eventWrapper p, .content ol li, .content ul li, .content > a, .content p > a, .content ol li > a, .content ul li > a {
	color: #5c6f7c;
	font-size: 14px;
	font-weight: lighter;
	font-family: nunito, arial, verdana, sans-serif;
	line-height: 20px;
}

.content ol {
	counter-reset:list;
}

.content ol li{
    margin: 1px 0 0;
}

.content ol li:before {  
	counter-increment: list;  
	content:counter(list);  
	color: #62cae3;
	padding-right:8px;
	font-size: 14px;
	font-weight: bold;
	font-family: nunito, arial, verdana, sans-serif;
}  

.content ul li{
	background: url("../images/list-element-sprite.png") no-repeat scroll -71px -13px transparent;
    margin: 1px 0;
    padding-left: 15px;
}

.content a {
	color: #008fc5;
	text-decoration: underline;
}

.content hr {
	float: left;
    width: 100%;
}

.content .ditto_previous_link, .content .ditto_currentpage, .content .ditto_page, .content .ditto_next_link {
	float: left;
	width: auto;
	clear: none;
	margin: 20px 5px 0 0;    
	line-height: 20px;
}

/**** DatePicker ****/
#datepicker {
	float: left;
	margin: 10px 0 0 21px;
}

.content #datepicker {
	float: right;
}

.reflect_archive_list {
	float: left;
	width: 100%;
	padding:0 0 20px 0;
}

.shortList {
	float: left;
	width: 50%;
}

.eventNav {
	float: left;
	clear: both;
}

.content .eventNav .ditto_previous_link, .content .eventNav .ditto_currentpage, .content .eventNav .ditto_page, .content .eventNav .ditto_next_link {
	margin-top: 0;
}


/**** Table pages****/
.content > table {
	float: left;
	clear: left;
	margin: 10px 0;
	width: 100%;
}

.content > table tr {
	height: 30px;
	border-bottom: 1px solid #d1d8dd;
}

.content > table tr:first-child  {
	height: 25px;
	border-bottom: 3px solid #d1d8dd;
}

 .content > table th:first-child {
	text-align: left;
 }

.content > table td {
	text-align: center;
	vertical-align:top;
	padding: 4px 0;
	width: auto;
}
 
 .content > table td:first-child {
	text-align: left;
	color: #62cae3;
	width: 290px;
 }
 
 
 /********Gallery Page*******/
.galleryPage {
	position:relative;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #E2E6E8;
    float: left;
    margin: 4px 0 10px;
    padding: 9px;
    width: 550px;
}
.galleryPage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.galleryPage img {
	display: none;
	float: left;
	max-width: 550px;
}
.galleryPage img.active{
	display: block;
}
.gallery.nav {
	float: left;
	clear: left;
	padding: 0;
	margin: 10px 0;
	border: 1px solid #E2E6E8;
	width: 100%;
	height: auto;
	list-style: none;
}
.gallery.nav li{
	float: left;
	clear: none;
	margin: 5px 0 0 5px;
	width: 95px;
	height: 80px;
	background: #eeeeee;
	padding: 6px;
}
.gallery.nav li span{
	width: 95px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.gallery.nav img {
	max-width: 95px;
	max-height: 80px;	
}

.spinner {
    background: none repeat scroll 0 0 rgba(225, 225, 226, 0.8);
    display: none;
    left: 50%;
    margin-left: -44px;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
}

#galleryLeft, #galleryRight {
	position: absolute;
	display: block;
	height: 29px;
	width: 29px;
	top: 145px;
	cursor: pointer;
	background: url("../images/small-element-sprite.png") no-repeat scroll 0px -1208px transparent;
}

#galleryLeft {
	left: -40px;
}

#galleryRight {
	right: -40px;
	background-position: 0 -1272px;
}

.gallery.nav li img {
	cursor: pointer;
}

/**** CALENDAR ****/
.calendar {
    border: 3px solid #D1D8DD;
    float: left;
    margin-left: -48px;
    padding: 2px;
    width: 655px;
	background-color: #DFDFDF;
}

.calendar > table {
	width: 641px;
}

.calendar > table > tbody > tr > td{
	min-height: 20px;
}

.calendar .columnHeading {
	background-color: #2CAAE2;
	border: 2px solid #DFDFDF;
}

#navControlDiv {
	position: relative;
    margin-left: 2px;
	background-color: #2CAAE2;
	height: 23px;
	width: 647px;
	color: #fff;
}

#prevMonth {
	position: absolute;
	left: 20px;
	top: 2px;
	cursor: pointer;
}
#nextMonth {
	position: absolute;
	right: 20px;
	top: 2px;
	cursor: pointer;
}

#monthHolder {
	left: 249px;
	top: 2px;
	position: absolute;
	width: 150px;
	text-align:center;
    font-family: nunito,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.calendar #calendarImageDiv img {
	display: block;
    margin: 0 auto;
	width: 647px;
}
.calendar #calendarImageDiv h2 {	
	background-color: rgba(255, 255, 255, 0.84);
    color: #606161;
    float: left;
    font-family: arvo,arial,sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    min-height: 80px;
    line-height: 22px;
    padding: 15px 32px;
	float: left;
	position: relative;
	width: 583px;
	margin: 0 0 0 2px;
}
.calendar .hasDate {
	background-color: #FFF;
	border: 2px solid #DFDFDF;
}

.calendar .monthViewCell {
	width: 89px;
	border: none;
	height: 100%;
}

.calendar .monthViewCell:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.calendar .contentCell {
	color: #6C6B6B;
	font-family: nunito, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	min-height: 80px;
}

.calendar .contentCell div {
    border-radius: 0px;
    color: #6C6B6B;
    margin-bottom: 7px;
    padding: 0px;
	font-size: 10px;
	background-color: transparent !important;
	width: 85px;
	line-height: 12px;
}

.calendar .dayDate {
	width: 85px;
	line-height: 11px;
	height: 11px;
	margin-top: 0px;
}

.calendar .today {
	background-color: #FFF7D7;
}

.calendar #viewControlDiv {
	display: none;
}

.calendar #yearHolder,
.calendar #todayButton {
	display: none;
}

.calendar .printCalendar {
	float: left;
	display: block;
	margin: 4px 2px;
}
/**** Mini Calendar ****/
.calendar.mini {
	width: 305px;
	padding: 0;
	margin: 0;
	border: 0;
	margin: 10px 0;
}
.calendar.mini > table {
	width: 305px;
}
.calendar.mini #statusControlDiv {
	height: 20px;
}
.calendar.mini #navControlDiv {
	width: 304px;
	margin-left: 0px;
}

.calendar.mini #navControlDiv #prevMonth {
	left: 4px;
}

.calendar.mini #navControlDiv #nextMonth {
	right: 4px;
}

.calendar.mini #monthHolder {
	left: 77px;
	top: 4px;
}

.calendar.mini .calendarBodyDiv table{
	width: 305px;
	margin-left: 2px;
}

.calendar.mini .columnHeading {
	padding: 2px;
	font-family: nunito,arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: #fff;
}

.calendar.mini .hasEvent {
	background-color: #d4ebf4;
}

.calendar.mini .hasDate,
.calendar.mini .monthViewCell,
.calendar.mini .contentCell,
.calendar.mini .contentCell div {
	height: 26px;
    max-height: 26px;
	max-width: 39px;
    width: 39px;
}

.calendar.mini #calendarImageDiv,
.calendar.mini .printCalendar,
.calendar.mini .eventItem,
.calendar.mini #navControlDiv .text {
	display: none;
}
/**** News ****/
.listItem {
	float: left;
	clear: left;
	width:100%;
	padding: 0 0 10px 0;
}
img.max-width{
	max-width:568px;
}	

/**** Contact Form ****/
#ContactForm p {
    float: left;
    margin-bottom: 10px;
}
#ContactForm input, #ContactForm textarea {
    float: right;
    width: 300px;
}
#ContactForm select, #ContactForm input[type="submit"] {
    float: right;
    margin-right: 206px;
    width: 100px;
}

/**** Staff Area ****/
.content .staffLinks {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 27px;
}

.content .staffLink {
	position: relative;
	float: left;
	clear: both;
	display: block;
	width: 258px;
	height: 18px;
	background-color: #00a2d0;
	font-family: arvo, arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	padding: 9px 15px;
	text-decoration: none;
	margin: 3px 0;
	
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	
	behavior: url(/PIE.htc);
}

.content .staffLink.cyan {
	background-color: #00bace;
}

.content .staffLink.green {
	background-color: #c8cd30;
}

.content .staffLink.orange {
	background-color: #f47d30;
}

.content .staffLink .icon {
	float: right;
	height: 14px;
	width: 9px;
    background: url("../images/small-element-sprite.png") no-repeat scroll 0 -1154px transparent;
	margin-top: 2px;
}
#pagination{
	clear:both;
	padding:0 0 10px 0;
}








/* Styles for new homepage*/

.mainLogo {
	display: block;
	margin: 15px auto;
	width: 466px;
	position: relative;
}

.tagline {
	font: 15px/18px Arial, sans-serif;
	color: #666b6f;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}

time {
    color: #a0b2bd;
    font: 13px/18px Arial, sans-serif;
}


nav {
	background: #00aec5;
	height: 37px;
	margin-top: 26px;
}

nav ul {
	width: 950px;
	position: relative;
	margin: 0 auto;
}

nav ul li {
	float: left;
	margin-right: 20.5px;
	height: 37px;
}

html.ie8 nav ul li {
	margin-right: 19px;
}

nav ul li a {
	display:block;
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height: 37px;
	color: #fff;
	padding: 0 10px 0 35px;
	position: relative;
	text-transform: capitalize;
}

nav ul li a:before {
	content: "";
	width: 31px;
	height: 37px;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
    background: url(../images/newsprite.png) no-repeat 0 0;
}


nav ul li#nav_18 a:before {background-position: -32px 0;} /* About main menu link */
nav ul li#nav_19 a:before {background-position: -72px 0;} /* Parents Info main menu link */
nav ul li#nav_20 a:before {background-position: -114px 0;} /* Curr main menu link */
nav ul li#nav_21 a:before {background-position: -155px 0;} /* About us main menu link */
nav ul li#nav_22 a:before {background-position: -194px 0;} /* About us main menu link */
nav ul li#nav_62 a:before,nav ul li#nav_472 a:before {background-position: -237px 0;} /* About us main menu link */
nav ul li.last a:before {background-position: -276px 0;} /* About us main menu link */

nav ul li#navHome.active a, nav ul li#navHome:hover a{background-position: 8px -51px;}
nav ul li#nav_18.active a:before, nav ul li#nav_18:hover a:before {background-position: -32px -51px;}
nav ul li#nav_19.active a:before, nav ul li#nav_19:hover a:before {background-position: -72px -51px;}
nav ul li#nav_20.active a:before, nav ul li#nav_20:hover a:before {background-position: -114px -51px;}
nav ul li#nav_21.active a:before, nav ul li#nav_21:hover a:before {background-position: -155px -51px;}
nav ul li#nav_22.active a:before, nav ul li#nav_22:hover a:before {background-position: -194px -51px;}
nav ul li#nav_62.active a:before, nav ul li#nav_62:hover a:before {background-position: -237px -51px;}
nav ul li#nav_472.active a:before, nav ul li#nav_472:hover a:before {background-position: -237px -51px;}
nav ul li.last.active a:before, nav ul li.last:hover a:before {background-position: -276px -51px;}


nav ul li.navHome a {
	text-indent: -9999px;
	width:0px;
    background: url(../images/newsprite.png) no-repeat 12px 0;
}

nav ul li.navHome.active a, nav ul li.navHome:hover a {
    background-position: 12px -51px;
}

nav ul li.active, nav ul li:hover {
    background-color: #dff2f7;
    border-top: 5px solid #dff2f7;
    margin-top: -5px;
}

nav ul li.active a, nav ul li:hover a {
    color: #008fc5;
}

nav ul li:first-child a:before {
	display: none;
}

nav ul li.last {
	float: right;
	margin-right: 0;
	top: 0;
	right: 0;
}

html.ie8 nav ul li.last {
	margin-right: 0px;
}

.newHomepageContent {
	background: #dff2f7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZjJmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4N2Q0ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dff2f7 0%, #87d4e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dff2f7), color-stop(100%,#87d4e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dff2f7 0%,#87d4e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dff2f7 0%,#87d4e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dff2f7 0%,#87d4e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dff2f7 0%,#87d4e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dff2f7', endColorstr='#87d4e8',GradientType=0 ); /* IE6-8 */
}

.searchAndContact {
	clear: both;
	margin: 10px 0 17px;
}

.searchAndContact:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}


.searchAndContact address {
    float: right;
    text-align: right;
    color: #008fc5;
    font-family: 'Arvo', serif;
    font-size: 22px;
    line-height: 22px;
    margin-top: -5px;
}

.searchAndContact address a {
	color: #008fc5;
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	margin-top: 0x;
	display: block;
}

.search input {
	background: transparent;
	color: #666766;
	font: 12px Arial, sans-serif;
	padding-left: 20px;
}

.homePromo {
	position: relative;
}

.promoContent {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 15px solid #fff;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	width: 708px;
	height: 400px;
	position: relative;
	z-index: 2;
}

.promoContent .imgHolder {
	width: 100%;
    height: 100%;
	background: url(../images/nophoto.png) no-repeat center center #e2f4fa;
	position: relative;
	overflow: hidden;
}

.promoContent ul {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.promoContent ul li {
	width: 100%;
	height: 100%;
}

.promoContent ul li img {
	width: 100%;
	height: 100%;
}



.promoContent > a {
	z-index: 150;
	top: 50%;
	margin-top: -25px;
	position: absolute;
	display:  block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: #00aec5;
}

.promoContent a.promoNext {
	right: 0;
}

.promoContent a.promoPrev {
	left: 0;
}

.promoContent > a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 20px;
	left: 20px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.promoContent a.promoPrev:before {
	border-right: 10px solid #fff;
}

.promoContent a.promoNext:before {
	border-left: 10px solid #fff;
}

/*.promoContent img {
    position: relative;
}*/

/*.promoContent a {
    position: absolute;
    right: 0;
    bottom: 24px;
    width: 460px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 20px;
    background: rgba(255,255,255,.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff);
	zoom: 1;
    display: block;
    z-index: 99;
}*/

.promoContent a h2 {
    font-family: 'Arvo', serif;
	font-size: 22px;
    line-height: 28px;
    color: #008fc5;
}

.homeLinks {
	height: 400px;
	width: 186px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	z-index: 1;
	padding: 0 30px;
}

.homeLinks li {
	height: 100px;
	display: table-row;	
}

.homeLinks li a {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Arvo', serif;
	font-size: 22px;
	padding: 0 0 0 30px;
	margin: 0 30px;
	border-top: 1px solid #e1e4e6;
    position: relative
}

.homeLinks li:first-child a {
	border: 0;
}

.homeLinks li a:before {
    content: "";
    width: 36px;
    height: 36px;
    display: inline-block;
    float: left;
    margin-left: -36px;
    margin-top: -8px;

    background: url(../images/newsprite.png) no-repeat 0 -103px;
}

.homeLinks li.homeNewsletter a {color: #f47d30;}

.homeLinks li.homeNewsletter a:before {background-position: 0 -103px;}

.homeLinks li.homeCalendar a {color: #008fc5;}

.homeLinks li.homeCalendar a:before {background-position: -49px -103px;}

.homeLinks li.homeSchoolInfo a {color: #bdc620;}

.homeLinks li.homeSchoolInfo a:before {background-position: -98px -103px;}

.homeLinks li.homePolicies a {color: #00aec5;}

.homeLinks li.homePolicies a:before {background-position: -149px -103px;}

.homeNews {
	margin: 20px 0;
}

.homeNews:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}


.homeNews a h3 {
    font-family: 'Arvo', serif;
	font-size: 18px;
    line-height: 22px;
    color: #008fc5;
    margin-top: 5px;
    display: block;
}


.homeNews a {
	width: 227px;
	height: 218px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	float: left;
	margin-left: 15px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.homeNews a:first-child {
	margin: 0;
}

.homeNews a .imageHolder {
	width: 100%;
    height: 115px;
    background: url(../images/nophoto.png) no-repeat center center #e2f4fa;
    position: relative;
    overflow: hidden;
}

.homeNews a img {
    position: absolute;
}

.homeInterests {
	padding: 35px;
	background-color: #e2f4fa;
}

.homePublications:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.homePublications figcaption {
	color: #62cae3;
	font-family: 'Arvo', serif;
	font-size: 25px;
	margin-bottom: 20px;
}

.homePublications div a {
	display: block;
	width: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 32px;;
}

.homePublications div a:first-child {
	margin: 0;
}

.homePublications a section {
	height: 84px;
	max-height: 84px;
	width: 64px;
	float: left;
	 background: url(../images/pdf.png) no-repeat center center #fff;
	 overflow: hidden;
	 padding: 0;
}


.homePublications a section img {
	height: 84px;
	min-width: 64px;
}

.homePublications a p {
	vertical-align: top;
	padding: 5px 0 0 20px;
    font: 15px/20px Nunito, sans-serif;
    color: #555655;
    position: relative;
    margin-left: 60px;
}

.homePublications a p em {
    margin-top: 5px;
    font-weight: 100;
    text-transform: uppercase;
    color: #008fc5;
    font-size: 13px;
    display: block;
    /*position: absolute;
    bottom: 5px;
    left: 20px;*/
}

.homeSubjects {
	margin-top: 85px;
    position: relative;
    z-index: 10;
}

.homeSubjects figure {
	width: 227px;
	height: 290px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 25px 25px 25px;
	float: left;
	margin-left: 15px;
	background: #999;
	border-radius: 8px;
	position: relative;
    color: #fff;
    
}

.homeSubjects figure:first-child {
	margin: 0;
}

.homeSubjects figure section {
    width: 88px;
    height: 88px;
    position: absolute;
    left: 50%;
    margin-left: -44px;
    top: -44px;
    border-radius: 55px;

    background: url(../images/newsprite.png) no-repeat 7px -145px #fff;
}

.homeSubjects figure:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: #999;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -50px;
    border-radius: 55px;
    
    z-index: -1;
}

.homeSubjects figure p {
    font: 13px/17px Arial, sans-serif;
    margin-top: 24px;
}

.homeSubjects figure h3 {
    font-size: 27px;
    line-height: 33px;
    font-family: 'Gloria Hallelujah', cursive;
}

.homeSubjects figure a {
	display: block;
	width: 177px;
	position: absolute;
	height: 36px;
	bottom: 25px;
    font: 17px/36px Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: lowercase;
    text-indent: 10px;
}

.homeSubjects figure a:before {
    content: "";
    width: 13px;
    height: 16px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/newsprite.png) no-repeat -227px -113px;
}

figure.greenSubject {
    background: #eae487; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTQ4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGM2MjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eae487 0%, #bdc620 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae487), color-stop(100%,#bdc620)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eae487 0%,#bdc620 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eae487 0%,#bdc620 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eae487 0%,#bdc620 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eae487 0%,#bdc620 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae487', endColorstr='#bdc620',GradientType=0 ); /* IE6-8 */
}

figure.greenSubject:before {
    background: #eae487;
}

figure.greenSubject a {
    background: #8e9b39;
}

figure.blueSubject {
    background: #93d8ef; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzZDhlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZGM2ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #93d8ef 0%, #4dc6df 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93d8ef), color-stop(100%,#4dc6df)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #93d8ef 0%,#4dc6df 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #93d8ef 0%,#4dc6df 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #93d8ef 0%,#4dc6df 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #93d8ef 0%,#4dc6df 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93d8ef', endColorstr='#4dc6df',GradientType=0 ); /* IE6-8 */
}

figure.blueSubject:before {
    background: #93d8ef;
}

figure.blueSubject a {
    background: #1897b7;
}

figure.blueSubject a:before {background-position: -249px -113px;}

figure.blueSubject section {background-position: -75px -145px;}

figure.navySubject {
    background: #49beea; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5YmVlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDkwYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #49beea 0%, #0090c5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49beea), color-stop(100%,#0090c5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #49beea 0%,#0090c5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #49beea 0%,#0090c5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #49beea 0%,#0090c5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #49beea 0%,#0090c5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49beea', endColorstr='#0090c5',GradientType=0 ); /* IE6-8 */
}

figure.navySubject:before {
    background: #49beea;
}

figure.navySubject a {
    background: #02688f;
}

figure.navySubject a:before {background-position: -270px -113px;}

figure.navySubject section {background-position: -165px -145px;}

figure.orangeSubject {
    background: #f7a646; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YTY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDdkMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f7a646 0%, #f47d30 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7a646), color-stop(100%,#f47d30)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7a646 0%,#f47d30 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7a646 0%,#f47d30 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7a646 0%,#f47d30 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7a646 0%,#f47d30 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a646', endColorstr='#f47d30',GradientType=0 ); /* IE6-8 */
}

figure.orangeSubject:before {
    background: #f7a646;
}

figure.orangeSubject a {
    background: #c75427;
}

figure.orangeSubject a:before {background-position: -292px -113px;}

figure.orangeSubject section {background-position: -247px -149px;}


.headerImage {
	width: 672px;
	height: 216px;
	position: relative;
	overflow: hidden;
}

.headerImage img {
	position: absolute;
}

.archives h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: arvo, arial, verdana, sans-serif;
	line-height: 22px;
	color: #008fc5;
	margin-bottom: 10px;
}




/* Moved from calvis.css 
* removed [*template:is=`8`:then=`<link rel="stylesheet" href="[+templatePath+]/css/calvis.css title="main" type="text/css" />`*] from {headSection}
 */


#cal0 {	background-color: green; }
#cal1 {	background-color: red; }
#cal2 {	background-color: blue; }
#cal3 {	background-color: purple; }
#cal4 {	background-color: orange; }
#cal5 {	background-color: yellow; }

.today { background-color: #FFF7D7; border-color: #FAD163; }

.more {	background-color: #DDDDDD; color: white; }
.more:hover, .more:active, .more:focus { background-color: #CCCCCC; }

/* optional styling */
#loginControlDiv {
	font-size: 13px;
}

#navControlDiv {
	font-style: georgia;
	font-size: 12px;	
}

#navControlDiv input {
	border: solid black 1px;
	font-style: georgia;
	font-size: 12px;	
}

#navControlDiv select {
	border: solid black 1px;
	font-style: georgia;
	font-size: 12px;	
}

#viewControlDiv input {
	border: solid black 1px;
	font-style: georgia;
	font-size: 12px;	
}

#eventDisplayDiv {
	padding: 0px;
	color: black;
	background: white;
	font-size: 12px;
	text-align: left;
}

#statusControlDiv {
	font-size: 11px;
	color: red;
	height: 20px;
}

/* required styling */

.columnHeading {
	text-align: center;
	font-size: 12px; 
	color: white; 
	background: gray; 
	border: solid white 1px;
}

.weekViewCell {
	width: 110px;
	height: 270px;
	border: solid gray 1px;
	text-align: left;
}

.monthViewCell {
	width: 110px;
	height: 80px;
	border: solid gray 1px;
	text-align: left;
}

.contentCell {
	padding: 2px;
	font-size: 13px;
	color: black;
	font-family: arial;
}

.eventMouseOver {
	padding: 0px;
	font-size: 10px;
	color: white;	
	background: black;
	font-family: arial;
}

.eventMouseOut {
	padding: 0px;
	font-size: 10px;
	color: blue;
	background: white;
	font-family: arial;
}

.contentCell div {
	color: white;
	padding: 2px;
	border-radius: 5px;
	margin-bottom: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contentCell .middle {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.contentCell .first {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: url(right-arrow.gif) no-repeat right center;
}

.contentCell .last {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: url(left-arrow.gif) no-repeat left center;
  padding-left: 8px;
}










