html, body {
    height: 100%;
}

body {
	margin: 0;
    padding: 0;
    border: 0px;
	text-align: left;
	
	background-color: #004963;
	background-image:url(../Images/bggradfull.jpg);
	background-repeat:repeat-x;
	
	font-size:12px;
	font-family: Tahoma, Arial, sans-serif;

}

a { 	outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


#header {	
	background:url(../Images/header2.jpg) 0 0 no-repeat;
	height: 142px;
	width: 1000px;
	margin-bottom:0px;
}

#navbar{
	width:auto;
	height:auto;
	margin:0 auto;
	margin-top:91px;
	margin-right:12px;
	float:right;
}

#navbar ul{
	border: 0;
	margin: 0;
	padding: 0;	
	list-style-type: none;
	text-align: center;
	clear: left;
}

#navbar ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	width:auto;	
}


#navbar ul li a span {
	display:none;
}


#navbar ul li a {	
	height:45px;
	padding:0px;
	display: block;
	color:#FFF;		
}

/* off states*/
#navbar .home {
	width:106px;
	background: url(../Images/tabs_off.jpg) no-repeat 0px 0px;
}
#navbar .teachers {
	width:111px;
	background: url(../Images/tabs_off.jpg) no-repeat -106px 0px;
}
#navbar .pupils {
	width:94px;
	background: url(../Images/tabs_off.jpg) no-repeat -217px 0px;
}
#navbar .sponsors {
	width:129px;
	background: url(../Images/tabs_off.jpg) no-repeat -311px 0px;
}
#navbar .links {
	width:110px;
	background: url(../Images/tabs_off.jpg) no-repeat -440px 0px;
}


/* overstates */

#navbar ul li a.home:hover{
	width:106px;
	background: url(../Images/tabs_on.jpg) no-repeat 0px 0px;
}
#navbar ul li a.teachers:hover{
	width:111px;
	background: url(../Images/tabs_on.jpg) no-repeat -106px 0px;
}
#navbar ul li a.pupils:hover{
	width:94px;
	background: url(../Images/tabs_on.jpg) no-repeat -217px 0px;
}			
#navbar ul li a.sponsors:hover{
	width:129px;
	background: url(../Images/tabs_on.jpg) no-repeat -311px 0px;
}
#navbar ul li a.links:hover{
	width:110px;
	background: url(../Images/tabs_on.jpg) no-repeat -440px 0px;
}


/* selected */
#home .home{
	width:106px;
	background: url(../Images/tabs_on.jpg) no-repeat 0px 0px;
}
#teachers .teachers{
	width:111px;
	background: url(../Images/tabs_on.jpg) no-repeat -106px 0px;
}
#pupils .pupils{
	width:94px;
	background: url(../Images/tabs_on.jpg) no-repeat -217px 0px;
}
#sponsors .sponsors{
	width:129px;
	background: url(../Images/tabs_on.jpg) no-repeat -311px 0px;
}
#links .links{
	width:110px;
	background: url(../Images/tabs_on.jpg) no-repeat -440px 0px;
}


#content {
	padding-top:10px;
	/*float:none;*/
	width:1000px;
	height:auto;
	/*min-height: 100%;*/
	/*background-image:url(../Images/msgradfull.jpg);
	background-repeat:repeat-x;*/
	/*background-color:#FFF;*/
}

* html #container {
    height: 100%;
}


#content a, #content a:link, #content a:hover, #content a:active, #content a:visited
{
	color: #0035A1;
	/*font-weight:bold;*/
}

#contenthome {
	padding-top:10px;
	/*float:none;*/
	width:1000px;
	background-color:#FFF;
	/*background-image:url(../Images/msgradfull.jpg);
	background-repeat:repeat-x;*/
}

#smallplinths {
	float:left;
	width:1000px;
	margin-top:0px;
	margin-bottom:0px;
}

.smallbox {
	float:left;
	width:215px;
	color:#878787;
	text-align:center;
	margin:5px;
	background:url(../Images/grad1.jpg) 0 0 repeat-x #FFF;
	border:solid 1px #FFF;
	padding:10px;
}

.smallbox h1 {
	color:#000;
	font-size:18px;
}

#content .smallbox a {
	font-weight:normal;
}

#content .smallbox img {
	clear:both;
	margin:15px;
}

#back {
	float:left;
	margin-top:10px;
	background-color:#EDEFF4;
	border: solid 1px #D8DFEA;
	padding:10px;
	font-weight:bold;
}
#next {
	float:right;
	margin-top:10px;
	background-color:#EDEFF4;
	border: solid 1px #D8DFEA;
	padding:10px;
	font-weight:bold;
}

.yellbox {
	background-color:#FFF9D7;
	border: solid 1px #E2C822;
	padding:10px;
	margin-bottom:10px;
	font-weight:bold;
}
.yellbox img, .bluebox img, .redbox img {	
	margin-bottom:-4px;
}
.bluebox {
	background-color:#EDEFF4;
	border: solid 1px #D8DFEA;
	padding:10px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
}

.redbox {
	background-color:#FFEBE8;
	color:#DD3C10;
	border: solid 1px #DD3C10;
	padding:10px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;	
}
.playnow {
	clear:both;
	background-color:#FFF9D7;
	border: solid 1px #E2C822;
	padding:10px;
	margin-bottom:0px;
	font-weight:bold;
	margin-top:0px;
	display:inline-block;	
}


.thumb {
	/*float:left;*/
}



/* ---- Description box ---- */
#descbox {
	width:100%;
	height:250px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5px;
}
#descboxl {
	background:url(../Images/descboxl1.jpg) 0 0 no-repeat;
	width:570px;
	height:250px;
	float:left;	
}
#descboxr {
	background:url(../Images/descboxr1.jpg) 0 0 no-repeat;
	width:430px;
	height:250px;
	float:right;
}


/* ---- Plinths ---- */
#content #two-plinths {
	width:1000px;
	margin-top:0px;
	margin-bottom:0px;
	color:#000;
}
#content .clr {
	clear:both;
}

/* Plinths - Individual */
#content #two-plinths #plinthl {
	width:45%;
	float:left;
	background-color:#FFF;
	text-align:left;
	padding:15px;
	margin-left:10px;
	/*background:url(../Images/pdf.jpg) 375px 20px no-repeat #FFF;*/
}

#content #two-plinths #plinthr {
	width:45%;
	float:left;
	background-color:#b8d2ed;
	text-align:left;
	padding:15px;
	margin-left:10px;
}

#content ul.largelist {
	margin:20px 0 20px 0;	
}

#content ul.largelist li {
	margin-bottom:10px;
}

#content #two-plinths #plinthnav {
	width:250px;
	float:left;
	
	background-image:url(../Images/msgradfull.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;/*#618491#3A6575;*/
	text-align:left;
	margin-left:10px;
	
	
}

#plinthnav ul {	
	margin: 0px;
	padding: 0px;
	padding-top:15px;
	padding-bottom:15px;
	list-style-type:none;
}

#plinthnav ul li {		
	padding: 0;	
	width:auto;
	height:auto;
	border-bottom:1px #CCC solid;
	background-color:#FFF;/*#3A6575;*/
}
#plinthnav ul li h3 {
	font-size:14px;
	color:#666;
	margin: 0px 0px 0px 0px;	
}
#plinthnav ul li a, #plinthnav ul li a:link, #plinthnav ul li a:active, #plinthnav ul li a:visited {
	padding:0px;
	display: block;	
	padding: 5px 0px 5px 18px;
	margin-bottom:0px;
	
	color:#666;
	font-weight:bold;
	background-image:url(../Images/dots2.gif);	
	background-repeat:no-repeat;
	background-position: 6px 10px;
	/*background-color:#DAEBF5;*/
}
/*
#teachers #plinthnav ul li a, #teachers #plinthnav ul li a:link, #teachers #plinthnav ul li a:active, #teachers #plinthnav ul li a:visited {
	background-color:#DAEBF5;
}*/
#pupils #plinthnav ul li a, #pupils #plinthnav ul li a:link, #pupils #plinthnav ul li a:active, #pupils #plinthnav ul li a:visited {
	padding:0px;
	display: block;	
	padding: 5px 0px 5px 20px;
	margin-bottom:0px;
	
	color:#666;
	background-image:url(../Images/play.gif);	
	background-repeat:no-repeat;
	background-position: 5px 8px;
}
#plinthnav ul li a:hover {
	background-color:#e5edf2;
	font-weight:bold;
	display: block;
}
#plinthnav ul li a#current {	
	display: block;
	
	color:#FFF;/*#557A87,#0035A1;*/
	background-color:#618491;
	background-image:url(../Images/dots3.gif);
	background-repeat:no-repeat;
	background-position: 6px 10px;
}
#pupils #plinthnav ul li a#current {	
	display: block;
	
	color:#FFF;/*#557A87,#0035A1;*/
	background-color:#618491;
	background-image:url(../Images/play2.gif);
	background-repeat:no-repeat;
	background-position: 5px 8px;
}

#plinthnav ul li a:hover h3 {
	/*color:#FFF;*/
}
#plinthnav ul li a#current h3 {
	color:#FFF;
}

#plinthnav #navpara {
	padding:15px;
}




#content #two-plinths #plinthmain a, a:hover, a:link, a:active, a:visited {
	font-size:12px;
}

#content #two-plinths #plinthmain {
	width:690px;
	float:left;
	background-color:#FFF;
	text-align:left;
	font-size:12px;
	padding:15px;
	margin-left:10px;
	padding-bottom:5px;	
}

#content #two-plinths #flashmain {
	width:690px;
	float:left;
	background-color:#FFF;
	text-align:left;
	padding:0px;
	margin-left:10px;
	padding-bottom:0px;
	border: solid 2px #FFF;
}

#content #two-plinths #plinthside {
	width:230px;
	float:right;
	
	background-image:url(../Images/msgradfull.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;/*#618491#3A6575;*/
	text-align:left;
	padding:15px;
	padding-bottom:5px;
}
#content #two-plinths #plinthside img {
	padding-left:15px;
	padding-bottom:15px;
}

/* Headers */
#content #two-plinths #plinthside h1{
	font-size:24px;
	color:#004963;
	margin-top:0px;
	margin-bottom:0px;
}
#content #two-plinths #plinthnav h1{
	font-size:21px;
	color:#FFF;
	margin-top:15px;
}
#content #two-plinths #plinthmain h1{
	font-size:24px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	color:#004963;
	margin-top:0px;
	margin-bottom:0px;
}
#content #two-plinths #plinthmain h2{
	font-size:14px;
	
	color:#9F2500;
	margin-top:20px;	
}
#content #two-plinths #plinthmain h3{
	font-size:16px;
	color:#000;
	margin-top:20px;
	margin-left:-15px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#c6dded;
}
#content #two-plinths #plinthmain ul.bullets{
	list-style:disc;
	padding-left:15px;
}
#content #two-plinths #plinthmain ul.bullets li{
	padding-top:5px;
	/*padding: 20px 0 0 0;*/
}
#content #two-plinths #plinthmain ul.clear{
	list-style:none;
	padding-left:15px;
}

/* Horizontal lines */
#content #two-plinths #plinthl hr {
	size:1;
	/*width:80%;*/
	color:#004963;
}
#content #two-plinths #plinthr hr {
	size:1;
	color:#004963;
}

/*
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	position: relative;
	width: 1000px;
}

.footer {
	height:40px;
	background-color:#B2DDF5;
	margin-top:50px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
*/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	position: relative;
	width: 1000px;
}

.footer {
	height:40px;
	background-color:#B2DDF5;
	margin-top:50px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.push {
	height: 100px; /* .push must be the same height as .footer */
}


#a, a:link, a:hover, a:active, a:visited
{
	color: #000;
	text-decoration:none;
	font-weight:normal;
}

#plinthnav a, #plinthnav a:link, #plinthnav a:hover, #plinthnav a:active, #plinthnav a:visited
{
	text-decoration:none;
	font-weight:normal;
}



.bluebox ul {
	padding-left:20px;
	margin:0;
}
.bluebox ul li {
	list-style-image:url(../Images/play.gif);
}

.yellbox ul {
	padding-left:20px;
	margin:0;
}
.yellbox ul li {
	list-style-image:url(../Images/play.gif);
}

.playnow ul {
	padding-left:20px;
	margin:0;
}
.playnow ul li {
	list-style-image:url(../Images/play.gif);
}