/* Generic Default CSS

SCHOOL NAME

PrimarySchool CSS v 2.2
Basic CSS Framework

(c) 2007 Robert Willie.
27 Feb 2007.
All Rights Reserved
This CSS cannot be resold, redistributed or reused without express permission.
Contact: rob@primarysite.net
Author: Robert Willie

BEST VIEWED IN NOTEPAD ++  		http://notepad-plus.sourceforge.net/

Table of Contents 	

1. 	General page layout		
2.	Page Titles		
3.	Accessibility and General Navigation		
4.	Home page elements	
5.	Kids' Zone			
6.	Classpages
7.	Primarysite CMS specific styles
	
Tip: To quickly jump to a section, search for the section number in brackets. Nb. To jump to Page Titles, search for (2).


/* Navigation Styles 

Firstly we need to link to our nav type :-)
Delete the link to stylesheet that is not required - Edit the stylesheet that is required. */



@import url(../styles/list_nav.css);



/*(1)  General Page layout */ 

html,body{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color:#FFFFFF;
background-color: #FFFFFF;
background-image: url(../images/page_bk.jpg);
background-repeat: repeat-x;
}

#header{
height: 178px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
}

#homeheader{
height: 157px;
background-image: url(../images/homeheader.jpg);
background-repeat: no-repeat;
}

#MediaBlock .MediaFloat{width:200px}
.newstitlehome{margin:0;font-weight:bold}
.eventhome {margin:0;}

/* #container and #container2 are wrappers that contain col-one and col-two.

#container is for the main horizontal graphic that goes down the page (Y axis). 
The other containers are available so that you can place additional graphics such as a watermark, or an image at the bottom of the page that extends under the footer.
http://www.westfield-inf.leics.sch.uk/ uses this technique for the bear's head at the base of the navigation.
More containers can be added for extra background images, but the basic framework caters for 2.*/

#container{
margin: 0px auto;
width: 980px;
position: relative;
top: 0px;
background-image: url(../images/container_bg.gif);
background-repeat: repeat-y;
}

#homecontainer{
margin: 0px auto;
width: 980px;
position: relative;
top: 0px;
background-image: url(../images/homecontbk.jpg);
background-color: #FFFFFF;
background-repeat: no-repeat;
}

#container2{
margin: 0px auto;
width: 980px;
position: relative;
background-image: url(../images/watermark.jpg); 
background-repeat: no-repeat;
background-position: top right;
top: 0px;
}



/* #col-one and #col-two are the main content areas. #col-one is used to provide a smaller box (for navigation), while #col-two is used to provide a bigger one for content.
#col-one has absolute positioning, while #col-two is relative to the document, sitting below the head and above the footer.
 
The only key thing to know about their usage is that the margins on #col-two need to be set with #col-one in mind. Also, the min-hight of #col-two dictates the overall basic height of the page.

So, if #col-one is positioned on the left, and 200px wide, then the left margin of #col-two will need to be at least 200px, else it will go under #col-one. You may also need to adjust the min-height of #col-two in order to accomodate the height of #col-one.

For some designs, you may also need to place a background image in #col-one.
*/

#col-one{
position: absolute;
top: 0px;
left: 0px;
width: 262px;
margin: 0px 0px 0px 0px;
padding: 0px;
padding-top: 150px;
height: 450px;
background-image: url(../images/navbk.jpg); 
background-repeat: no-repeat;
}

#homecol-one{
position: absolute;
top: 0px;
left: 0px;
width: 400px;
margin: 0px 0px 0px 0px;
padding: 0px;
padding-top: 150px;
height: 450px;
background-image: none; 
background-repeat: no-repeat;
}

#col-two{ 
top: 0px;
margin:  0px 55px 20px 280px;
padding: 0px 0px 0px 0px;
position: relative;
min-height: 350px; 
}

#homecol-two{ 
top: 0px;
margin:  0px 55px 20px 285px;
padding: 0px 0px 0px 0px;
position: relative;
min-height: 400px; 
}

#footer{
height: 198px;
clear: both;
background-image: url(../images/footer.jpg); 
background-repeat: no-repeat;
}

#homefooter{
height: 40px;
clear: both;
background-image: none; 
background-repeat: no-repeat;
background-color: #FFFFFF;
}

#ptfacontent{
position: relative;
width: 420px;
margin: 0 auto;
min-height: 400px;
border: 2px solid #003365;
background-color:#99ccff;
padding: 10px;
}


#ptfa_noticeboard1{
position: relative;
width: auto;
margin: 0 auto;
min-height: 100px;
border: 2px solid #9e1818;
background-color:#C58A8A;
padding: 10px;
}

#ptfa_noticeboard1 #PageTextBlock {
color:black;
}


#ptfa_noticeboard2{
position: relative;
width: auto;
margin: 0 auto;
min-height: 100px;
border: 2px solid #c9c927;
background-color:#eeee98;
padding: 10px;
color: #000!important;
}

#ptfa_noticeboard2 #PageTextBlock {
color:black;
}

.advertbox {
color:black;
font-size:16px;
text-align:center;
font-weight:bold;
text-decoration:underline;
}

#commercialads .advertheading a{
font-size:14px;
color:#520808!important;
}

#privateads .advertheading a{
font-size:14px;
color:#E15C05!important;
}

.AdvertSummary {
margin-top:-12px;

}

/*PTFA WATERMARKS */


#container3comingup{
background: url(../images/watermarks/memories.gif);
background-repeat: no-repeat;
background-position:center;
}
#container3memories{
background: url(../images/watermarks/money.gif);
background-repeat: no-repeat;
background-position:center;
}
#container3noticeboard{
background: url(../images/watermarks/whoswho.gif);
background-repeat: no-repeat;
background-position:center;
}
#container3whoswho{
background: url(../images/watermarks/whoswho.gif);
background-repeat: no-repeat;
background-position:center;
}
#container3money{
background: url(../images/watermarks/memories.gif);
background-repeat: no-repeat;
background-position:center;
}



#title_podcast{
background: url(../images/titles/podcast.gif) no-repeat;
}
#title_community{
background: url(../images/titles/community.gif) no-repeat;
}
#title_access{
background: url(../images/titles/access.gif) no-repeat;
}
#title_sitemap{
background: url(../images/titles/sitemap.gif) no-repeat;
}
#title_childprotection{
background: url(../images/titles/protection.gif) no-repeat;
}
#title_disclaimer{
background: url(../images/titles/disclaimer.gif) no-repeat;
}
#title_siteprivacy{
background: url(../images/titles/privacy.gif) no-repeat;
}
#title_brainbuilders{
background: url(../images/titles/brainbuilders.gif) no-repeat;
}
#title_calendar{
background: url(../images/titles/calendar.gif) no-repeat;
}
#title_classpages{
background: url(../images/titles/classpages.gif) no-repeat;
}
#title_clubs{
background: url(../images/titles/clubs.gif) no-repeat;
}
#title_contact{
background: url(../images/titles/contact.gif) no-repeat;
}
#title_curriculum{
background: url(../images/titles/curriculum.gif) no-repeat;
}
#title_english{
background: url(../images/titles/english.gif) no-repeat;
}
#title_friendsreunion{
background: url(../images/titles/friendsreunion.gif) no-repeat;
}
#title_gallery{
background: url(../images/titles/gallery.gif) no-repeat;
}
#title_games{
background: url(../images/titles/games.gif) no-repeat;
}
#title_governors{
background: url(../images/titles/governors.gif) no-repeat;
}
#title_guestbook{
background: url(../images/titles/guestbook.gif) no-repeat;
}
#title_history{
background: url(../images/titles/history.gif) no-repeat;
}
#title_keyinformation{
background: url(../images/titles/keyinformation.gif) no-repeat;
}
#title_kidszone{
background: url(../images/titles/kidszone.gif) no-repeat;
}
#title_ks1links{
background: url(../images/titles/ks1links.gif) no-repeat;
}
#title_ks2links{
background: url(../images/titles/ks2links.gif) no-repeat;
}
#title_letters{
background: url(../images/titles/letters.gif) no-repeat;
}
#title_maths{
background: url(../images/titles/maths.gif) no-repeat;
}
#title_news{
background: url(../images/titles/news.gif) no-repeat;
}
#title_newsletters{
background: url(../images/titles/newsletters.gif) no-repeat;
}
#title_parents{
background: url(../images/titles/ptfa.gif) no-repeat;
}
#title_pta{
background: url(../images/titles/pta.gif) no-repeat;
}
#title_science{
background: url(../images/titles/science.gif) no-repeat;
}
#title_staff{
background: url(../images/titles/staff.gif) no-repeat;
}
#title_tour{
background: url(../images/titles/tour.gif) no-repeat;
}
#title_welcome{
background: url(../images/titles/welcome.gif) no-repeat;
}
#title_whoswho{
background: url(../images/titles/whoswho.gif) no-repeat;
}


#title_comingup{
background: url(../images/titles/comingup.gif) no-repeat;
}
#title_memories{
background: url(../images/titles/memories.gif) no-repeat;
}
#title_noticeboard{
background: url(../images/titles/noticeboard.gif) no-repeat;
}
#title_ptfawhoswho{
background: url(../images/titles/whoswho.gif) no-repeat;
}
#title_money{
background: url(../images/titles/money.gif) no-repeat;
}
#title_private_ads{
background: url(../images/titles/private_ads.gif) no-repeat;
}
#title_commercial_ads{
background: url(../images/titles/commerce_ads.gif) no-repeat;
}
#title_support{
background: url(../images/titles/supportive.gif) no-repeat;
}


#title_private_ads,
#title_commercial_ads,
#title_podcast,
#title_community,
#title_access,
#title_sitemap,
#title_childprotection,
#title_disclaimer,
#title_siteprivacy,
#title_brainbuilders,
#title_brainbuilders,
#title_calendar,
#title_classpages,
#title_clubs,
#title_contact,
#title_curriculum,
#title_english,
#title_friendsreunion,
#title_gallery,
#title_games,
#title_governors,
#title_guestbook,
#title_history,
#title_keyinformation,
#title_kidszone,
#title_ks1links,
#title_ks2links,
#title_letters,
#title_maths,
#title_news,
#title_newsletters,
#title_pta,
#title_science,
#title_staff,
#title_support,
#title_tour,
#title_welcome,
#title_whoswho,
#title_comingup,
#title_noticeboard,
#title_ptfawhoswho,
#title_money,
#title_memories
{height: 31px; 
text-align: center; 
width: 309px; 
margin: 0px 0px 0px 0px; 
top: 0px;
margin-top: 0px;
left: -2px;
position: relative;
text-indent: -5000px;}

#title_parents{
height: 70px; 
text-align: center; 
width: 420px; 
margin: 0px 0px 0px 0px; 
top: 0px;
margin-top: 0px;
left: 90px;
position: relative;
text-indent: -5000px;}

/* (3)  Accessibility and General Navigation 

Here are some styles which are used in conjunction with the alternative style sheets for accessibility purposes.
Something to note:
visibility: hidden will hide content (it will still take up the same space, just wont be visible), while, display: none, will remove it from the flow. 
*/

.hide {visibility: hidden;} /* To hide something from all views */
.hide_default {display: none;} /* To hide something from default view */

#loginbox{
text-align: center;
padding: 5px;
}

/* .key is used to style the accesskey text.*/

.key{
display: none;
}


#wai_logo img {border: none;} /* If you're satisfied that the site conforms to WAI standards, drop in a link , 
and remove the image border with this. */



/* For links to work as link, visited, focus, and hover , they must be in this order.. please change the colours to suit */


a:link{
color: #FFB400;
text-decoration: none;
}
a:visited {
color:#FFB400;
text-decoration: none;
}

a:hover{
color:#0AD000;
text-decoration: underline;
}


/* Styles for links at the bottom of the page */

#bottomlinks {text-align:center;} /* Because we want these to be in the middle */

#bottomlinks ul li{
color: #003399;
list-style-type: none;
display: inline;
height: 2em;
padding: 5px;
}
#bottomlinks a{
text-decoration: none;
color: #003399;
border-bottom: 2px dotted;
}

#bottomlinks a:hover{
color: #CC0000;
}



/* (4)  Home page elements */


#fadermask{
position: absolute;
left:105px;
top: -25px;
width: 194px;
height: 234px;
overflow: hidden;
background: url(../images/mask.png) no-repeat;
z-index: 10;
}

/*  For the Edit Button  */
#EditSlideButton {position: absolute; z-index: 500; top: -40px; left: 218px;}

/*  For the Fading Images  */
#fader {
position: relative;
left:105px;
top: -25px;
width: 194px;
height: 234px;
overflow: hidden;
}

#fader img {height: 100%; }

#fader img.FaderLandscape {margin-left:-50px; height: 234px;}

#fader img.FaderPortrait {width: 190px;}

#caltext {
	position: absolute;
	left: 490px;
	top: 240px;
	width: 160px;
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#caltext p {padding: 0px; margin: 0px;}

#lettertext {
	position: absolute;
	left: -250px;
	top: 240px;
	width: 180px;
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#lettertext p {padding: 0px; margin: 0px;}

/* #newsbox acts as a container for the news */
#newsbox{
position: absolute;
top: 0px;
left: 0px;
background-image: url(../images/newsbox.gif);
background-repeat: no-repeat;
width: 200px;
height: 200px;
color: #000000;
text-align: center;
}

#newsbox a{
color: #990000;
}
#newsbox a:hover{
color: #990000;
}

/* #hometext contains the welcome message */
#hometext {
	position: absolute;
	left: 30px;
	top: 230px;
	width: 370px;
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: #001F3E;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#hometext p {padding: 0px; margin: 0px;}


#newsletterbox{
	position: absolute;
	top: 325px;
	left: -260px;
	background-image: none;
	background-repeat: no-repeat;
	width: 200px;
	color: #FFFC00;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	z-index: 5000;
}

#newsletterbox a{
	color: #FFFC00;
}
#newsletterbox a:hover{
	color: #FFFFFF;
}


/* #diarydatesbox acts as a 
container for the homepage calendar */
#diarydatesbox{
	position: absolute;
	top: 335px;
	left: 500px;
	background-image: none;
	background-repeat: no-repeat;
	width: 160px;
	height: 45px;
	color: #000066;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

#diarydatesbox a{
	color: #CC0000;
	font-size: x-small;
	font-weight: normal;
}
#diarydatesbox a:hover{
	color: #000066;
}

#hitcountbox{
position: absolute;
width: 250px;
height: 20px;
left: 88px;
top: 430px;
	text-align: center;
}

/* Teasers */

#teaserbox ul li { display: inline; padding: 0; list-style-type: none;}

li.calendarhome a{
position: absolute;
width: 24px;
height: 24px;
display: block;
background: url(../images/teasers/calendar.gif) no-repeat;
overflow: hidden;
left: 630px;
top: 215px;
text-indent: -5000px;
}
li.calendarhome a:hover{
background-position: -24px 0;
} 

li.tourhome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/tour.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.tourhome a:hover{
background-position: -100px 0;
} 

li.galleryhome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/gallery.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.galleryhome a:hover{
background-position: -100px 0;
} 

li.kidszonehome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/kidszone.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}

li.kidszonehome a:hover{
background-position: -100px 0;
} 


/* (5) Kids' Zone */

/* To style "back to" text */

#CONTENT{
position: relative;
left: 45px;
}


.back_to{
text-align: left;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
} 

#kidsbgbox{
position: relative;
background-image: url(../images/kidszoneimages/kidszonebg.gif); 
background-repeat: no-repeat; 
width: 500px;
height: 500px; 
margin: 0 auto;
}

#kidsbgbox ul li { display: inline; padding: 0; list-style-type: none;}

li.kgames a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/games.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 140px;
top: 30px;
text-indent: -5000px;
}
li.kgames a:hover{
background-position: -100px 0;
} 

li.ks1links a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/ks1links.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 360px;
top: 250px;
text-indent: -5000px;
}
li.ks1links a:hover{
background-position: -100px 0;
} 

li.ks2links a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/ks2links.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 360px;
top: 140px;
text-indent: -5000px;
}
li.ks2links a:hover{
background-position: -100px 0;
} 

li.english a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/english.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 35px;
top: 40px;
text-indent: -5000px;
}
li.english a:hover{
background-position: -100px 0;
} 

li.history a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/history.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 370px;
top: 30px;
text-indent: -5000px;
}
li.history a:hover{
background-position: -100px 0;
} 

li.science a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/science.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 30px;
top: 150px;
text-indent: -5000px;
}
li.science a:hover{
background-position: -100px 0;
} 

li.maths a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/maths.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 250px;
top: 50px;
text-indent: -5000px;
}
li.maths a:hover{
background-position: -100px 0;
} 

li.brain a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/kidszoneimages/brain.gif) no-repeat;
overflow: hidden;
font-weight: bold;
left: 30px;
top: 250px;
text-indent: -5000px;
}
li.brain a:hover{
background-position: -100px 0;
}

/* (6)  Classpages and Year Groups */


#classbgbox {position: relative; width: 500px;} /* For classpage background image, and also used to force height on classpage */

#classbgbox ul li {padding: 10px; list-style-type: none;}

#classbgbox ul li {
color:#fff;
font-weight: bold;
position: relative; 
}

#classbgbox ul li a {
text-indent: -5000px; }


li.yearR {
width: 350px;
height: 80px;
text-align: left; 
margin-left: 80px;
}

li.yearR a {
width: 120px;
height: 120px;
background: url(../images/classpages/reception.gif) no-repeat;
overflow: hidden;
position: absolute;
margin-left: -120px;
left: 0px;
top: 0px;
}
li.yearR a:hover {
background-position: -119px 0;
}


li.year1 {
width: 350px;
height: 80px;
text-align: right; 
margin: 0px 80px;
display: block;
}

li.year1 a {
width: 120px;
height: 0px;
padding-top: 120px;
background: url(../images/classpages/year1.gif) no-repeat;
overflow: hidden;
position: absolute;
margin-right: -110px;
right: 0px;
top: 0px;
}
li.year1 a:hover {
background-position: -119px 0;
}



li.year2 {
width: 350px;
height: 60px;
text-align: left; 
margin-left: 80px;
}

li.year2 a {
width: 120px;
height: 120px;
background: url(../images/classpages/year2.gif) no-repeat;
overflow: hidden;
position: absolute;
margin-left: -120px;
left: 0px;
top: 0px;
}
li.year2 a:hover {
background-position: -119px 0;
}


li.year3 {
width: 350px;
height: 90px;
text-align: right; 
margin: 0px 80px;
display: block;
}

li.year3 a {
width: 120px;
height: 0px;
padding-top: 120px;
background: url(../images/classpages/year3.gif) no-repeat;
overflow: hidden;
position: absolute;
margin-right: -110px;
right: 0px;
top: 0px;
}
li.year3 a:hover {
background-position: -119px 0;
}




li.year4 {
width: 350px;
height: 60px;
text-align: left; 
margin-left: 80px;
}

li.year4 a {
width: 120px;
height: 120px;
background: url(../images/classpages/year4.gif) no-repeat;
overflow: hidden;
position: absolute;
margin-left: -120px;
left: 0px;
top: 0px;
}
li.year4 a:hover {
background-position: -119px 0;
}


li.year5 {
width: 350px;
height: 70px;
text-align: right; 
margin: 0px 80px;
display: block;
}

li.year5 a {
width: 120px;
height: 0px;
padding-top: 120px;
background: url(../images/classpages/year5.gif) no-repeat;
overflow: hidden;
position: absolute;
margin-right: -110px;
right: 0px;
top: 0px;
}
li.year5 a:hover {
background-position: -119px 0;
}


li.year6 {
width: 350px;
height: 120px;
text-align: left; 
margin-left: 80px;
}

li.year6 a {
width: 120px;
height: 120px;
background: url(../images/classpages/year6.gif) no-repeat;
overflow: hidden;
position: absolute;
margin-left: -120px;
left: 0px;
top: 0px;
}
li.year6 a:hover {
background-position: -119px 0;
}


li.ks {
width: 350px;
height: 70px;
text-align: right; 
margin: 0px 80px;
display: block;
}

li.ks a {
width: 120px;
height: 0px;
padding-top: 120px;
background: url(../images/classpages/ks.gif) no-repeat;
overflow: hidden;
position: absolute;
margin-right: -110px;
right: 0px;
top: 0px;
}
li.ks a:hover {
background-position: -119px 0;
}

/*

li.year1 a {
width: 150px;
height: 40px;
display: block;
background: url(../images/classpages/class.gif) no-repeat;
text-align: center; 
font-size: small;
padding-top: 125px;
overflow: hidden;
position: absolute;
color:#002366;
font-weight: bold;
left: 255px;
top: 30px;
}
li.year1 a:hover {
color:#FFFFFF;
background-position: -150px 0;
}


li.year2 a {
width: 150px;
height: 40px;
display: block;
background: url(../images/classpages/class.gif) no-repeat;
text-align: center; 
font-size: small;
padding-top: 125px;
overflow: hidden;
position: absolute;
color:#002366;
font-weight: bold;
left: 425px;
top: 30px;
}
li.year2 a:hover {
color:#FFFFFF;
background-position: -150px 0;
}

li.year3 a {
width: 150px;
height: 40px;
display: block;
background: url(../images/classpages/class.gif) no-repeat;
text-align: center; 
font-size: small;
padding-top: 125px;
overflow: hidden;
position: absolute;
color:#002366;
font-weight: bold;
left: 0px;
top: 220px;
}
li.year3 a:hover {
color:#FFFFFF;
background-position: -150px 0;
}

li.year4 a {
width: 150px;
height: 40px;
display: block;
background: url(../images/classpages/class.gif) no-repeat;
text-align: center; 
font-size: small;
padding-top: 125px;
overflow: hidden;
position: absolute;
color:#002366;
font-weight: bold;
left: 170px;
top: 220px;
}
li.year4 a:hover {
color:#FFFFFF;
background-position: -150px 0;
}


li.year5 a {
width: 150px;
height: 40px;
display: block;
background: url(../images/classpages/class.gif) no-repeat;
text-align: center; 
font-size: small;
padding-top: 125px;
overflow: hidden;
position: absolute;
color:#002366;
font-weight: bold;
left: 340px;
top: 220px;
}
li.year5 a:hover {
color:#FFFFFF;
background-position: -150px 0;
}

li.year6 a {
width: 150px;
height: 40px;
display: block;
background: url(../images/classpages/class.gif) no-repeat;
text-align: center; 
font-size: small;
padding-top: 125px;
overflow: hidden;
position: absolute;
color:#002366;
font-weight: bold;
left: 510px;
top: 220px;
}
li.year6 a:hover {
color:#FFFFFF;
background-position: -150px 0;
}

*/


/*PTFA SECTION*/

#ptfabgbox{
position: relative;
height: 20px;
}

#ptfabgbox li{
list-style-type: none;
}

li.comingup a{
position: absolute;
width: 110px;
height: 110px;
background: url(../images/ptfa/comingup.gif);
top: 20px;
left: -20px;
text-indent: -5000px;
}

li.ptfawhoswho a{
position: absolute;
width: 110px;
height: 110px;
background: url(../images/ptfa/whoswho.gif);
top: 50px;
left: 560px;
text-indent: -5000px;
}

li.memories a{
position: absolute;
width: 110px;
height: 110px;
background: url(../images/ptfa/memories.gif);
top: 160px;
left: -20px;
text-indent: -5000px;
}
li.noticeboard a{
position: absolute;
width: 110px;
height: 110px;
background: url(../images/ptfa/noticeboard.gif);
top: 300px;
left:-25px;
text-indent: -5000px;
}
li.money a{
position: absolute;
width: 110px;
height: 110px;
background: url(../images/ptfa/money.gif);
top: 170px;
left: 570px;
text-indent: -5000px;
}

li.support a{
position: absolute;
width: 110px;
height: 110px;
background: url(../images/ptfa/support.gif);
top: 300px;
left: 570px;
text-indent: -5000px;
}


li.comingup a:hover,
li.ptfawhoswho a:hover,
li.memories a:hover,
li.noticeboard a:hover,
li.money a:hover,
li.support a:hover{
background-position: -110px 0;
}




/* (7) Primarysite CMS specific styles */

h1.sectionheading {
color: #0AD000;
}

#Guestbook {
border: #42A0FF solid thick;
}
#Guestbook .sort{
background-color: #42A0FF;
}
#Guestbook .sort a{
color: #FFFF00;
}
#Guestbook .sort a:hover{
color:#FFFFFF;
}
#Guestbook .allowdeny {
color: #FFFF00;
background-color: #42A0FF;
}
#Guestbook .allowdeny a{
color: #FFFF00;
}
#Guestbook .allowdeny a:hover{
color:#FFFFFF;
}
#Guestbook .guest {
background-color: #FFED6F;
}
#Guestbook .message {
background-color: #FFFFFF;
}

/* For the SiteMap */
#sitemap ul li a {font-weight: normal; background-image: none; text-indent: 0px; position: relative; width: 100%; height: 100% !important;}



/* For The Poll */
#poll {width: 500px; margin: 0 auto; margin-top: 5px; color: #fff;}
#poll a{margin: 0px 0px 0px 150px; color: #fff;}

#poll_main  {min-height: 120px;}

#votingpoll {
width: 500px; min-height: 105px;
background: none;
color: #fff;}
#votingpoll a{margin: 0 auto; color: #fff;}
#votingpoll p{margin: 0 auto; padding-top: 5px;}
input.option {text-align: center;}
input.button {margin-bottom: 5px;}
#votingpoll form label, #votingpoll form a {color: #fff !important;}


div.question {height: 30px; 
padding-top: 10px;
background-color: #003162 !important;}


#ptfa_noticeboard1 a, #ptfa_noticeboard2 a {
color:#9a163e;
}

#MediaBlock .MediaFloat
{min-height:165px;}
