*  {
	margin: 0; padding: 0;
	list-style-type: none;
}
body {
	font: 76% Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #878787;
	background: #fff;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
a:link { color: #0055a5; text-decoration: underline; }
a:visited { color: #0055a5; text-decoration: underline; }
a:hover { color: #8dc73f; text-decoration: none; }
a:active { color: #0055a5; text-decoration: underline;}

#content ul { margin: 0 0 1em 20px; }
#content ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 20px; 
	background: url(/images/icons/bullet.gif) no-repeat 4px 6px; 
}

p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}

img { border: 0; }
.img-l { margin: 0 10px 0 0; float: left; }
.img-r { margin: 0 0 0 10px; float: right; }
.img-l, .img-r, .img-c { margin-bottom: 10px }
.img-c { margin-left: 0px; }
.img-bdr { padding: 1px; border: 1px solid #eee; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	color: #8dc73f;
}
h1 { font-size: 1.4em; color: #fff;}
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span {
	display: none;
}

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin: 1em 0 !important;
	margin: 0;
}

#header {
	position: relative;
	width: 995px;
	height: 194px;
	/*height: 228px;*/
	background: url(/images/bgrounds/header.jpg) no-repeat bottom left;
}

#header .logo {
	position: absolute;
	top: 59px;
	/*top: 93px;*/
	left: 47px;
}
#fingers {
	position: absolute;
	top: 194px;
	/*top: 228px;*/
	left: 0px;
	width: 995px;
	height: 13px;
	background: url(/images/bgrounds/nav-fingers.gif) no-repeat;
}
#container {
	margin: 0 auto;
	width: 995px;
	text-align: left;
}

/* DROPWDOWNS */


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	/*background-color: green;*/
	color: #fff;

	/*height: 15px; CANNOT ADD HEIGHT, IE SUCKS*/
	text-decoration: none;
}

#nav a:hover {
	/*background-color: purple;*/
	color: #fff;
}

#nav li {
	float: left;
	text-align: center;
}
#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	padding: 5px 10px;
	line-height: 1.2em;
	width: 210px;
	font-weight: normal
}



#nav li.current li a{
	background-color:#8dc73f !important;
	color: white !important
}

#nav li ul li a:hover {
	background-color: #6fb017 !important;
	color: #fff;
	font-weight: normal
}

#nav li ul {
	position: absolute;
	background: #8dc73f;
	padding:  0;
	width: 232px;
	left: -999em;
	z-index: 100;
	margin:0;
	border-top:2px solid white;
}
#nav li ul li {
	width: 230px;
	text-align: left;
	position: relative;
	z-index: 10;
	
}



#nav li ul ul {
	position: absolute;
	top: 0; right: -120px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover  {
	background-color: #6fb017;
}


/* END DROP DOWNS */



#main {
	width: 995px;
	margin-bottom: 20px;
}
#main-l, #main-r {
	float: left;
	display: inline;
}
.pageheader {
	background: #0055a5 url(/images/bgrounds/main-l.gif) no-repeat bottom right;
}
.pageheader h1 {
	margin: 0 0 0 0;
	padding: 15px 15px 15px 50px;
}
#main-l {
	width: 469px;/* 469 */
	background: #0055a5 url(/images/bgrounds/main-l.jpg) no-repeat top right;
	color: #fff;
	margin: 0 2px 0 0;
}
.inner-2 #main-l {
	background: #fff;
	color: #0055a5;
	width: 669px;
}
#content {
	padding: 40px 50px 5px 50px;
	font-size: 1.1em;
	line-height: 1.4em;
}
.hompag #content h2 {
	margin-top: 1.5em;
	color: #fff;
}
.hompag #content a, .hompag #content a:link, .hompag #content a:visited, .hompag #content a:active {
	color: #fff;
	text-decoration: underline;
}
.hompag #content a:hover {
	text-decoration: none;
}
.introvidbutton {
	padding: 1em 0 0 0;
}
#main-r {
	width: 524px;
	/*background: url(/images/bgrounds/main-r.gif) no-repeat; Temporary -> will be removed when wa map is live */
	line-height: 1.4em;
}
.inner-2 #main-r {
	width: 274px;/* 324 */
	background: url(/images/bgrounds/inner-main-r.gif) repeat-x;
	margin-top: 1px;
	padding-top: 40px;
}

#intvid #main-r, #error404 #main-r, #uvwate #main-r, #news #main-r {
	background-image: none;
}
#nav {
	width: 995px;
	height: 42px;
	background-color: #8dc73f;
	border-bottom: 2px solid #fff;
}

#nav, #nav ul {
	line-height: 1;
}
#nav ul {
	margin: 0 0 0 31px;
}
#nav li {
	float: left;
	text-align: center;
}
#nav li.current a, #nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover, #nav li.current a:active {
	color: #0055a5;
	background-color: #fff;
	text-decoration: none;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	color: #fff;
	padding: 15px 15px 15px 15px;
	font-weight: bold;
	/*height: 15px; CANNOT ADD HEIGHT, IE SUCKS*/
	text-decoration: none;
	border-left: 1px solid #fff;
}
#nav a.last {
	border-right: 1px solid #fff;
}
#nav a:hover {
	background-color: #6fb017;
	color: #fff;
	font-weight: bold;
}

#latest-news {
	border-top: 2px solid #dfdfdf;
	/*padding: 14px 45px 0 37px; the banner they supplied was to wide, so i put the content in the #latest-news-inner and gave it the padding */
	padding:14px 0 0 0px;
	background-color: #fff;
}
#latest-news-inner{
	padding: 14px 45px 0 37px;
}
#latest-news dt {
	font-style: italic;
	color: #0055a5;
	margin-bottom: 0.2px;;
	margin-top:1em;
}

#latest-news dt strong {
	display: block;
	font-weight: bold;
	font-style: normal;
}
#latest-news dd {
	padding-left: 16px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
}

#latest-news p {
	margin-bottom: 0;
	padding-bottom: 1em;
}

#programmes, #schools {
	float: left;
	display: inline;
	width: 192px;/* 262 */
	padding: 35px;
	/* background-color: pink; why is this pink? */
}


#schools li a, #schools li a:link, #schools li a:visited, #schools li a:active,
#programmes li a, #programmes li a:link, #programmes li a:visited, #programmes li a:active {
	background: url(/images/icons/bullet.gif) no-repeat 5px 8px;
	padding: 3px 5px 3px 17px;
	display: block;
}
#programmes li a em {
	display: block;
}
#schools li a:hover, #programmes li a:hover {
	background-image: url(/images/icons/bullet-on-blue.gif);
	background-color: #0055a5;
	color: #fff;
}



#footer {
	background: #fff url(/images/bgrounds/main-l.gif) no-repeat top left;
	padding: 40px 0 20px 50px;
}
.inner-2 #footer {
	background: none;
	border-top: 2px solid #dfdfdf;
}
#footer p {
	margin-bottom: 0;
}
#footer strong {
	color: #0055a5;
	display: block;
	font-size: 1.1em;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #0055a5;
	text-decoration: none;
	font-size: .9em;
}
#footer a:hover {
	text-decoration: underline;
}

.sidemenu {
	padding: 0px 20px 20px 20px;
}

.siderefer {
	padding: 40px 20px 20px 20px;
	line-height: 1.5em;
}
.siderefer img {
	margin: 0 0 10px 25px;
	border: 5px solid #8dc73f;
}
.siderefer a:hover img {
	border-color: #0055a5;
}
.siderefer img.noborder {
	border: none;
	margin-left: 45px;
}
.sidemenu li a {
	background: url(/images/icons/bullet.gif) no-repeat 5px 8px;
	padding: 3px 5px 3px 17px;
	display: block;
}
.sidemenu li a:hover {
	background-image: url(/images/icons/bullet-on-blue.gif);
	background-color: #0055a5;
	color: #fff;
}

.schoolbuttons {
	margin: 0 0 1.5em 25px;
	padding: 15px 0 0 0 ;
}
.schoolbuttons img {
	margin-right: 20px;
}











form {
	margin: 0;
	padding: 0;
}
optgroup {
	background: #c9c9c9 ;
	font-style: normal;
	color: white;
}
option {
	background: #eee;
	color: #333;
}
.button {
	margin-top: 5px;
}

form p {
	margin: 0;
}

label {
	display: block;
}


.form-row-set label, .form-row-set-error label {
	display: inline;
	white-space: nowrap; 
}

.form-row-set, .form-row-set-error, .form-element, .form-element-error {
	margin-bottom: 25px;
	padding: 5px 5px 10px 10px;
	border-left: 2px solid #8dc73f;
	background-color: #EEF4F8;
	color: #0055a5;
}

.form-element-error, .form-row-set-error, .f-error  {
	font-weight: bold;
	color: #EA0311;
}


.tbl-form {
	border-left: 2px solid #8dc73f;
	background-color: #EEF4F8;
	color: #0055a5;
	width: 400px;
}
.tbl-form td {
	padding: 5px 5px 10px 10px;
}
#finder .tbl-form , #finder .tbl-form td{
	border:0;
	background-color:transparent;
}

#icf-bg #finder{
		background:transparent url(/images/icf/icf-bg.gif) 100px top no-repeat;
		padding-top:100px;
}
#finder .tbl-form{
	top:100px;
	left:30px;
	margin-left:100px;
}
#finder  .form-row-set,#finder  .form-row-set-error, #finder  .form-element, #finder  .form-element-error{
	background-color:transparent;
}
#finder .submitgap{
	width:220px;
}
#finder tr.fpage1.even td{
	background:url(/images/icf/icf-bg-btm.gif) bottom right no-repeat;
}
#finder #tr_for_experience td{
	background-image:none;
}
.tbl-disp {
	width: 100%;
	margin-bottom: 20px;
}
.tbl-disp td, .tbl-disp th {
	border-bottom: 1px solid #eee;
	vertical-align: top;
	padding: 3px 5px;
}
.tbl-disp th {
	border: none;
}
.tr-a { background: #eee } .tr-b { background: #f8f8f8; }
th.td-cnt, td.td-cnt { text-align: center; background-color: #8dc73f; color: #fff;} 
.td-rht { text-align: right; }
td.td-cnt { background-color: #f4f4f4; color: #9E9E9E;}
th span {
	display: none;
}
.tbl-disp td a {
	text-decoration: underline;
	padding-left: 15px;
	background: url(/images/icons/bullet.gif) no-repeat 0 50%;
}
.tbl-disp td a:hover {
	text-decoration: none;
}

.achieverblock {
	margin:3em 0
}

.achieverblock * {
	color: #0055a5;
}

#waterbabies h2,
#waterbabies h3,
#waterbabies,
#achiever_waterbabies h2,
#achiever_waterbabies h3,
#achiever_waterbabies{
	color: #e10079;
}

#kindergarten h2,
#kindergarten h3,
#kindergarten,
#achiever_kindergarten h2,
#achiever_kindergarten h3,
#achiever_kindergarten
{
	color: #ed7a00;
}

#glides h2,
#glides h3,
#glides,
#achiever_glides h2,
#achiever_glides h3,
#achiever_glides{
	color: #009330;
}

#torpedoes h2,
#torpedoes h3,
#torpedoes,
#achiever_torpedo h2,
#achiever_torpedo h3,
#achiever_torpedo{
	color: #018598;
}

#marlins h2,
#marlins h3,
#marlins, 
#achiever_marlin h2,
#achiever_marlin h3,
#achiever_marlin {
	color: #7f3589;
}

#dolphins h2,
#dolphins h3,
#dolphins, 
#achiever_dolphin h2,
#achiever_dolphin h3,
#achiever_dolphin {
	color: #0073ba;
}

#sharks h2,
#sharks h3,
#sharks,
#achiever_sharks h2,
#achiever_sharks h3,
#achiever_sharks{
	color: #e32935;
}

#bronze h2,
#bronze h3,
#bronze, 
#achiever_100_bronze h2,
#achiever_100_bronze h3,
#achiever_100_bronze,
.bronze *
{
	/*color: #c0893a;*/
	color: #9c6e2c;
}

#silver h2,
#silver h3,
#silver,
#achiever_200_silver h2,
#achiever_200_silver h3,
#achiever_200_silver,
.silver *{
	color: #909090;
}

#gold h2,
#gold h3,
#gold,
#achiever_400_gold h2,
#achiever_400_gold h3,
#achiever_400_gold,
.gold *{
	color: #d7b468;
}

#teamachiever p {
	margin-bottom: 3em
}

#glides img, #achiever_glides img,
#torpedoes img, #achiever_torpedo img,
#marlins img, #achiever_marlin img, 
#dolphins img, #achiever_dolphin img,
#sharks img, #achiever_sharks img,
#bronze img, #achiever_100_bronze img,
#silver img,#achiever_200_silver img,
#gold img,#achiever_400_gold img,
#kindergarten img,#achiever_kindergarten img,
#waterbabies img, #achiever_waterbabies img {
	float: right;
	margin: 0 0 0.5em 0.5em;
}




/* LIGHTBOX */


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	opacity: 0.6;
	}

#gmap {
	float:right;
}	
	
#map_canvas {
	width:350px;
	height:100px;
	overflow: hidden;
}

#map_canvas span {
	ddisplay:block
}

#map_canvas * {
	font-size:9px;
}

#map_canvas a {
	atext-decoration:none !important;
	aborder-bottom:none;
}	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

p.allnews {
	margin-top:1em
}
#misslsn {
	margin:3em 0;
	display:block;
}

#newsletter {
	width 356px;
	clear:both;

}

#newsletter table{
	margin-left:30px
}

#newsletter input {
	width: 200px;
}

#newsletter #schoolradios {
	line-height:1.5;

}

#newsletter #schoolradios input {
	width: auto;
}

#newsletter th {
	font-weight: normal;
	text-align:right;
	vertical-align:top;
	padding-right:35px;
	padding-bottom:5px
}

#newsletter td#newssub {
	text-align:right
}


/*
#newsletter label {
	float: left;
	clear: both;
	width: 120px;
	text-align: right;
	padding: 3px 10px;
}

#newsletter select,
#newsletter  input{
	float: right;
	clear: none;
	width: 200px;
	text-align: left;
	padding: 0x 10px;
}

#newsletter select {
	padding: 0;
	width: 204px;
}
*/

#newsletter .subit {
	width: auto;
	margin: 0 auto;
	clear: both;
	
}

.schoolcontacts{
	float:left;
	margin:0;
	padding:0;
	width:402px;
}
.schoolcontacts th {
	padding: 2px 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #0055a5;
}

.schoolcontacts td {
	padding: 1px 5px;
}

.schoolcontacts .alt td{
	background-color: #eeefff;
	}

.newstn, #latest-news dd .newstn {
float: left;
border: 2px solid #8dc73f;
padding: 2px;
margin: 0px 10px 10px 0px; 
}


#news .newspost {
margin-bottom: 14px;
padding-bottom: 6px;
border-bottom: 2px solid #dfdfdf;
}

form#cancellation .radio label {
	display: inline;
	margin-right: 1em
}

form#cancellation .form-element, form#cancellation .form-element-error, form#finder .form-element, form#finder .form-element-error {
	border:none;
	margin-bottom: 0;
}

#tr_for_class1 div, #tr_for_class2 div, #tr_for_class3 div {
	border: 1px solid #cacaca !important;
	width: 380px;
	_width: 430px; /*IE 6 fix*/
	margin-left: 0.5em
}

#tr_for_classtext td {
	padding-top:0;
	padding-bottom: 0
}


form#finder #tr_for_experience {
	display: none;
}

form#finder .form-element {

	margin-bottom: 0;
	padding:0 5px;
}

.wa-map, #mapcontent {
	margin: 15px 0 0px 35px;
}

.monthly-achievers{
	margin: 10px 0 0 35px;
}
.icf-btn {
	margin: 15px 0 0 35px;
}

.class-bubble {
	margin-bottom: 2.5em;
	text-align: center
}


/*#feedbacktab {
	width: 157px;
	height: 39px;
	background: url(/feedback/feedback-tab.gif) no-repeat 0 -5px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	position: absolute;
	top: 0; right: 0
}
#feedbacktab:hover {
	background-position: 0 0;
}*/

#feedbacktab {
	position: fixed;
	z-index: 1000px;
	left: 0;
	top: 50%;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	width: 37px;
	height: 176px;
	background: url(/images/text/feedback-vertical.gif) no-repeat top right;
	margin-top: -88px;
	border: 1px solid #f09054;
	border-left: none;
}
#feedbacktab:hover {
	width: 50px;
}



#virtual-tour-button {
	float: right;
	top: -80px;
	margin-bottom:-80px;
	position: relative;
}


.timetabletable {
	width: 558px;
	margin-bottom: 1em;
}

.timetabletable, .timetabletable th, .timetabletable td {
	border: 1px solid #333;
	border-collapse: collapse;
}

.ttweekends {
	width: 279px;
}
.timetabletable th {
	text-align: center;
	padding: 5px;
	width: 93px;
	font-size: .9em;
	vertical-align: middle;
}
.timetabletable td {
	background-color: #fff;
	padding: 5px;
	width: 93px;
	text-align: center;
	vertical-align: middle;
	color: #333;
}
.timetabletable td.greencell {
	background-color: #92d050;
}

.timetabletable td.bluecell {
	background-color: #00b0f0;
}
.timetabletable td.orangecell {
	background-color: #ffc000;
}
.timetabletable td.yellowcell {
	background-color: #ffff00;
}



blockquote.fullquote {
	width: 607px;/* 245 */
	width: 563px;
	background: #eee url(/images/bgrounds/blockquote.gif) no-repeat;
	padding: 20px 0 0 0;
	margin: 0 0 1.5em 0;
	color: #fff;
}
blockquote.alt {
	background: #fff url(/images/bgrounds/blockquote-r.gif) no-repeat;
}
blockquote.fullquote span {
	padding: 0 20px;
	display: block;
}
blockquote.fullquote strong {
	background: #fff url(/images/bgrounds/blockquote-strong.gif) no-repeat;
	padding: 23px 0 10px 50px;
	display: block;
	color: #0055a5;
}
blockquote.alt strong {
	background-image: url(/images/bgrounds/blockquote-strong-r.gif);
	text-align: right;
	padding: 23px 50px 10px 0;
	color: #8dc73f;
}
blockquote.fullquote strong em {
	font-style: italic;
	font-size: .9em;
	font-weight: normal;
}

.tesfeed, .btns {
	float: left;
	display: inline;
	width: 217px;
	margin-top: 20px;
}
.tesfeed {
	margin-left: 37px;
}
.btns {
	width: 237px;
}

.monthly-achievers, .icf-btn {
	margin: 0 0 0 0; padding: 0 0 0 0;
}
.monthly-achievers {
	margin-bottom: 10px;
}
.tesfeed blockquote {
	padding: 17px 0 0 10px;
	background: url(/images/bgrounds/tesfeed-quote-l.gif) no-repeat;
	font-size: 1.3em;
	line-height: 1.6;
	text-align: center;
}
.tesfeed blockquote span {
	padding: 0 10px 17px 0;
	display: block;
	background: url(/images/bgrounds/tesfeed-quote-r.gif) no-repeat bottom right;
}
.tesfeed blockquote a,.tesfeed blockquote a:link, .tesfeed blockquote a:visited, .tesfeed blockquote a:active {
	text-decoration: none;
	color: #777;
}

.tesfeed blockquote a:hover {
	text-decoration: underline;
	color: #0055a5;
}
.tesfeed h2 {	
	text-align: center;
	font-size: 1.1em;
}
.tesfeed h2 a, .tesfeed h2 a:link, .tesfeed h2 a:visited, .tesfeed h2 a:active {
	color: #8dc73f;
	text-decoration: none;
}
.tesfeed h2 a:hover {
	text-decoration: underline;
	color: #0055a5;
}