@charset "UTF-8";
/* CSS Document */

a img{
border:0;
}

div.topleft {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/topleft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 2;    /*z-index places corner images above the centered #content table*/
 }


div.topright {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/topright.gif);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 2;
 }

div.bottomright {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/bottomright.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index:2;
 }

div.bottomleft {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/bottomleft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 2;
 }
 
div.frontend{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	width: 900px;
	margin-top:-167px;
	margin-left:-450px;
	top: 50%;
	left: 50%;
	position:absolute; /*crucial for table to have it's own z-index hierarchy*/
	z-index:5;
	text-align:center;
}


#content  /* style for centre background div, does not include some content needed on additional z-layer*/    
	{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: none;
	margin-top: -326px; /*margins to be half the dimension of div size*/
	margin-left: -452px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 645px;
	visibility: visible;
	z-index:1;
	}
	

div.bodyContent{ /* style for main content div */
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height:16px;
	color: #333333;
	font-weight: none;
	margin-top: -150px; /*margins to be half the dimension of div size*/
	margin-left: -125px;
	top: 50%;
	left: 50%;
	width: 540px;
	height: 400px;
	overflow: auto; /*inserts scrollbar if content is too long*/
	padding-right: 10px;
	position:absolute; /*crucial for div to have it's own z-index hierarchy*/
	z-index:5;
}

div.leftContent{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-top: -60px; /*margins to be half the dimension of div size*/
	margin-left: -380px;
	top: 50%;
	left: 50%;
	width: 188px;
	height: 200px;
	overflow: none; /*no scrollbar*/
	padding-right: 10px;
	position:absolute; /*crucial for div to have it's own z-index hierarchy*/
	z-index:5;
}


div.logoLink{
	margin-top: 137px; /*margins to be half the dimension of div size*/
	margin-left: -400px;
	top: 50%;
	left: 50%;
	width: 241px;
	height: 135x;
	overflow: none; /*no scrollbar*/
	padding-right: 10px;
	position:absolute; /*crucial for div to have it's own z-index hierarchy*/
	z-index:5;
}
/*navigation div has to be on top of everything else*/
table.navZindex{
	width: 900px;
	margin-top:-185px;
	margin-left:-454px;
	top: 50%;
	left: 50%;
	position:absolute; /*crucial for table to have it's own z-index hierarchy*/
	z-index:3;
}

td.calendarDate{
 color:#e19738;
}

td.schoolscalendarDate{
 color:#5d308d;
}


/*STYLES FOR NAVIGATION BAR. EACH LINK HOVER IS COLOUR CODED ACCORDING TO THE SECTION IT LINKS TO*/
.nav {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
}

/*first link*/
a.navOne{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.navOne:hover{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#c8482f;
	font-weight:bold;
	text-decoration:none;
}



/*second link*/
a.navTwo{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.navTwo:hover{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#F8DC00;
	font-weight:bold;
	text-decoration:none;
}


/*third link*/
a.navThree{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.navThree:hover{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#DE9829;
	font-weight:bold;
	text-decoration:none;
}


/*fourth link*/
a.navFour{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.navFour:hover{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#5A267D;
	font-weight:bold;
	text-decoration:none;
}


/*fourth link*/
a.navFive{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}


a.navFive:hover{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0091A5;
	font-weight:bold;
	text-decoration:none;
}

.submenuheader{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding-top: 7px;
}

div.submenulink{
	width: 149px;
	height: 115px;
	overflow: auto; /*inserts scrollbar if content is too long*/
	font-weight:normal;
}

.redHeader{
font-size:15px;
font-weight:bold;
color: #CC0000;
}

.yellowHeader{
font-size:15px;
font-weight:bold;
color: #f8dc00;
}


.orangeHeader{
font-size:15px;
font-weight:bold;
color: #DE9829;
}

.purpleHeader{
font-size:15px;
font-weight:bold;
color:#5A267D;
}

.greenHeader{
font-size:15px;
font-weight:bold;
color:#0091A5;
}

.calendar{
border: 1px solid #DE9829;
}

.calendarHeading{
background-color: #f8dc00;
}

.supertext{
 font-size:10px;
 position:relative;
 bottom:5px;
}

div.mint {
	margin-top: 330px; /*margins to be half the dimension of div size*/
	margin-left: 275px;
	top: 50%;
	left: 50%;
	width: 210px;
	height: 135x;
	overflow: none; /*no scrollbar*/
	position:absolute; /*crucial for div to have it's own z-index hierarchy*/
	z-index:5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

div.mint a, a.mint:hover, a.mint:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #333333;
	
}

div.prestonparkHeader{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
 	font-size:15px;
	line-height:20px;
 	color:#000000;
	margin-top: -193px; /*margins to be half the dimension of div size*/
	margin-left: -11px;
	top: 50%;
	left: 50%;
	width: 262px;
	height: 123px;
	overflow: none; /*no scrollbar*/
	position:absolute; /*crucial for div to have it's own z-index hierarchy*/
	z-index:5;
}

div.prestonparkTable{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
 	font-size:13px;
	line-height:16px;
 	color:#000000;
	margin-top: -65px; /*margins to be half the dimension of div size*/
	margin-left: -11px;
	top: 50%;
	left: 50%;
	width: 262px;
	height: 163px;
	overflow: none; /*no scrollbar*/
	position:absolute; /*crucial for div to have it's own z-index hierarchy*/
	z-index:5;
}

div.prestonparklinks{
	margin-top: 184px; /*margins to be half the dimension of div size*/
	margin-left: -421px;
	top: 50%;
	left: 50%;
	width: 410px;
	height: 82px;
	overflow: none; /*no scrollbar*/
	position:absolute; /*crucial for div to have it's own z-index hierarchy*/
	z-index:5;
}

div.prestonparkwww{
margin-top: 266px; /*margins to be half the dimension of div size*/
	margin-left: -452px;
	top: 50%;
	left: 50%;
	width: 703px;
	height: 60px;
	overflow: none; /*no scrollbar*/
	position:absolute; /*crucial for div to have it's own z-index hierarchy*/
	z-index:5;
}

div.nhs{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height:16px;
	color: #333333;
	font-weight: none;
	top: 50%;
	left: 50%;
	width: 680px;
	height: 300px;
	overflow: auto; /*inserts scrollbar if content is too long*/
}

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	float: left;
	margin-right: 8px;
	margin-bottom: px;
	}	
	
	
div.prestonparkscroller{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
 	font-size:12px;
	line-height:16px;
 	color:#000000;
	margin-top: -178px; /*margins to be half the dimension of div size*/
	margin-left: -15px;
	padding: 5px 5px 0px 5px;
	top: 50%;
	left: 50%;
	width: 415px;
	height: 451px;
	overflow: auto; /*no scrollbar*/
	position:absolute; /*crucial for div to have it's own z-index hierarchy*/
	z-index:5;

}
div.logoStrip{
	margin-top: 273px; /*margins to be half the dimension of div size*/
	margin-left: -452px;
	top: 50%;
	left: 50%;
	width: 905px;
	height: 69x;
	overflow: none; /*no scrollbar*/
	padding-right: 10px;
	position:absolute; /*crucial for div to have it's own z-index hierarchy*/
	z-index:5;
}
