/* Generic Default CSS */

/* TITLE OF SCHOOL GOES IN HERE */

/* PrimarySchool CSS v 2.0 */
/* Basic CSS Framework */

/* 
(c) 2007 Robert Willie.
01 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/popup_nav.css);

/*@import url(../styles/list_nav.css);*/



/*(1)  General Page layout */ 

html,body{
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color:#1d2020;
background-color: #bbc8fd;
}

#header{
height: 113px;
background-repeat: no-repeat;
}

/* #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: 790px;
position: relative;
top: 0px;
background-image:url(../images/slither.jpg);
background-repeat: repeat-y;
border:0px solid black;
}

#container2{
margin: 0px auto;
width: 790px;
position: relative;
background-image:url(../images/head.jpg); 
background-repeat: no-repeat;
background-position: top left;
top: 0px;
border:0px solid green;
}

#containerhome{
margin: 0px auto;
width: 790px;
position: relative;
top: 0px;
background-image:url(../images/frontpage.jpg);
background-position: top left;
background-repeat: no-repeat;
border:0px solid red;
}

/* #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: 180px;
left: 1px;
width: 176px;
margin: 0px 0px 0px 0px;
padding: 0px;
padding-top:0px;
height: 350px;
border:0px solid black;
}

#col-one_home{
position: absolute;
top: 96px;
left: 240px;
width: 532px;
margin: 0px 0px 0px 0px;
padding: 0px;
padding-top:0px;
height: 419px;
border:0px solid red;
z-index:5;
}

#col-two{ 
top: 0px;
margin:  0px 15px 20px 182px;
padding: 0px 0px 0px 0px;
position: relative;
min-height: 450px; 
border:0px solid black;
}

#col-two_home{ 
top: 0px;
margin:  0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
min-height: 600px; 
height:600px;
border:0px solid black;
}

#yeargroup-box
{
position: absolute;
top:88px;
left:22px;
margin:  0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width:522px;
height: 317px; 
border:0px solid blue;
background-image:url(../images/classpages/year-groups-bkgnd.gif);
background-repeat:no-repeat;
}

#kidszone-box
{
position: absolute;
top:83px;
left:50px;
margin:  0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width:522px;
height: 435px; 
border:0px solid blue;
background-image:url(../images/kidszoneimages/kids-zone-bkgnd.gif);
background-repeat:no-repeat;
}

#footer{
height: 66px;
clear: both;
background-image: url(../images/footer.jpg); 
background-repeat: no-repeat;
border:0px solid green;
}


/* Randoms is the container for an "on refresh" image generator. 
It's not used on many sites, but is often placed in the header. 

An include file is used:  
 #include file="../special_includes/randoms.asp" 

so to change the images used, please edit randoms.asp */

#randoms{
z-index:0;
}

/*(2) Page Titles 

I've created styles for the basic set of pages. For additional page titles, please add to these styles, following the same syntax.
Firstly we declare the images that each title will use - I've kept it alphabetical so they are easy to find */

#title_brainbuilders{
background: url(../images/titles/title-brainbuilders.gif) no-repeat;
}
#title_calendar{
background: url(../images/titles/title-calendar.gif) no-repeat;
}
#title_classpages{
background: url(../images/titles/title-yeargroups.gif) no-repeat;
}
#title_clubs{
background: url(../images/titles/title-schoolclubs.gif) no-repeat;
}
#title_contact{
background: url(../images/titles/title-contactdetails.gif) no-repeat;
}
#title_curriculum{
background: url(../images/titles/title-curriculum.gif) no-repeat;
}
#title_english{
background: url(../images/titles/title-english.gif) no-repeat;
}
#title_friendsreunion{
background: url(../images/titles/friendsreunion.gif) no-repeat;
}
#title_gallery{
background: url(../images/titles/title-gallery.gif) no-repeat;
}
#title_games{
background: url(../images/titles/title-games.gif) no-repeat;
}
#title_governors{
background: url(../images/titles/title-governors.gif) no-repeat;
}
#title_guestbook{
background: url(../images/titles/guestbook.gif) no-repeat;
}
#title_history{
background: url(../images/titles/title-history.gif) no-repeat;
}
#title_keyinformation{
background: url(../images/titles/title-keyinformation.gif) no-repeat;
}
#title_kidszone{
background: url(../images/titles/title-kidszone.gif) no-repeat;
}
#title_ks1links{
background: url(../images/titles/title-funlinks3-7.gif) no-repeat;
}
#title_ks2links{
background: url(../images/titles/title-funlinks7-11.gif) no-repeat;
}
#title_letters{
background: url(../images/titles/title-lettershome.gif) no-repeat;
}
#title_maths{
background: url(../images/titles/title-maths.gif) no-repeat;
}
#title_news{
background: url(../images/titles/title-latestnews.gif) no-repeat;
}
#title_newsletters{
background: url(../images/titles/title-newsletters.gif) no-repeat;
}
#title_parents{
background: url(../images/titles/title-parents.gif) no-repeat;
}
#title_pta{
background: url(../images/titles/title-pta.gif) no-repeat;
}
#title_science{
background: url(../images/titles/title-science.gif) no-repeat;
}
#title_staff{
background: url(../images/titles/staff.gif) no-repeat;
}
#title_tour{
background: url(../images/titles/title-schooltour.gif) no-repeat;
}
#title_welcome{
background: url(../images/titles/title-welcome.gif) no-repeat;
}
#title_whoswho{
background: url(../images/titles/title-whoswho.gif) no-repeat;
}
#title_yeargroups{
background: url(../images/titles/title-yeargroups.gif) no-repeat;
}


/* GOVS ZONE TITLES */

#title_govszone{
background: url(../images/titles/gov_zone.gif) no-repeat;
}

#title_gov_profile{
background: url(../images/titles/gov_profile.gif) no-repeat;
}

#title_gov_cal{
background: url(../images/titles/gov_calendar.gif) no-repeat;
}

#title_gov_bulletin{
background: url(../images/titles/gov_bulletin.gif) no-repeat;
}

#title_gov_meet{
background: url(../images/titles/gov_meeting.gif) no-repeat;
}

#title_gov_docs{
background: url(../images/titles/gov_docs.gif) no-repeat;
}

#title_gov_links{
background: url(../images/titles/gov_links.gif) no-repeat;
}

/* Then we add the positional declarations:
height = height of your widest image,
width =  width of your largest image,
margin = 0 auto to center the box in which our title sits.
text-align = center / left / right etc depending on where you wish the text to show,
text-indent = -5000px if you want to push the text off the screen, and only have the image showing.
background-image = set this to none if you dont want background images to show (but dont forget to remove the text-indent else nothing will show up).
*/

#title_govszone,
#title_gov_profile,
#title_gov_cal,
#title_gov_bulletin,
#title_gov_meet,
#title_gov_docs,
#title_gov_links,
#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_parents,
#title_pta,
#title_science,
#title_staff,
#title_tour,
#title_welcome,
#title_whoswho,
#title_yeargroups
{height: 50px; 
text-align:center; 
width: 280px; 
background-position:center;
margin: 0 auto; 
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;
}

/* .at 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: #0066FF
text-decoration: none;
}
a:visited {
color:#0066FF;
text-decoration: underline;
}
a:focus{
color:#0066FF;
text-decoration: none;
border: none;
}
a:hover{
color: #FF6600;
text-decoration: underline;
}
a:active{
color: #FF6600;
text-decoration: none;
}

/* Styles for links at the bottom of the page */

#bottomlinks {text-align:center; border:0px solid black;}  /* Because we want these to be in the middle */

#bottomlinks ul li{
color: #FFFFFF;
padding-right: 2px;
list-style-type: none;
display: inline;
border-left: 2px solid #FFFFFF;

}
#bottomlinks a{
text-decoration: none;
color: #FFFFFF;
padding-left: 5px;
}
#bottomlinks a:hover{
color:#990000;
}


/* (4)  Home page elements */

	#fadermask{
		position: absolute;
		left: 343px;
		top: 190px;
		width: 321px;
		height: 231px;
		overflow: hidden;
		background: url(../images/mask.png) no-repeat;
		z-index: 100;
		}

	#EditSlideButton img{position: absolute; z-index: 500; top: 170px; left: 440px;border:none;}
	
	#fader {
		position: absolute;
		left: 343px;
		top: 190px;
		width: 321px;
		height: 231px;
		overflow: hidden;
		z-index:1;
		}

	#fader img {width: 100%;}

	#ticker {
	position:relative;
	height:18px;
	margin: 0 auto;
	left:185px;
	top:560px;
	z-index:50000;
	font-weight:bold;
	}

	div#ticker a#EditButton img{
	position:relative;
	left:-05px;
	top:-12px;
	z-index:100!important;
	border:none;
	}
	
	#speechbub {
	background:url("../images/speech-bubble.gif") no-repeat scroll 0 0 transparent;
	height:179px;
	left:25px;
	position:absolute;
	top:182px;
	width:229px;
	z-index:6;
	}


	#marqueecontainer {
	height:75px;
	left:75px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:-76px;
	width:192px;
	z-index:18;
	}
	
	#vmarquee { 
	position: absolute; 
	width: 192px;
	left: 0px;
	z-index:20;
	}

	.newstitlehome {
	padding:3px;
	}

/* #newsbox acts as a container for the news */
#newsbox{
position: absolute;
top: 296px;
left: -31px;
background-image: url(../images/newsbox.gif);
background-repeat: no-repeat;
width: 200px;
height: 200px;
color: #000000;
text-align: center;
z-index:500;
}

#newsbox a{
color: #990000
}
#newsbox a:hover{
color: #990000;
}

/* #hometext contains the welcome message */
#hometext{
	position: absolute;
	left: 37px;
	top: 191px;
	width: 186px;
	text-align: center;
	height: 80px;
}

/* #diarydatesbox acts as a 
container for the homepage calendar */
#diarydatesbox{
position: absolute;
top: 0px;
left: 0px;
width: 300px;
height: 300px;
}

#counter-outer
{
position:absolute;
top:515px;
left:20px;
height:64px;
background-repeat:no-repeat;
}

#counter-left
{
background-image:url(../counter_images/counterback_01.gif);
background-repeat:no-repeat;
width:55px;
height:63px;
float:left;
}

#counter-right
{
background-image:url(../counter_images/count-left.gif);
background-repeat:no-repeat;
float:left;
width:40px;
height:63px;
}

#counter-mid
{
height:35px;
padding-top:23px;
float:left;
text-align:left;
letter-spacing:-4px;
}

/* Teasers */

#teaserbox ul li { display: inline; padding: 0; list-style-type: none;}

li.classpageshome a{
position: absolute;
width: 100px;
height: 100px;
display: block;
background: url(../images/teasers/classpages.gif) no-repeat;
overflow: hidden;
left: 0px;
top: 0px;
text-indent: -5000px;
}
li.classpageshome a:hover{
background-position: -100px 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 */
.back_to{
text-align: left;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
} 

#kidsbgbox{
width:522px;
height: 435px; 
border:0px solid blue;
background-image:url(../images/kidszoneimages/kids-zone-bkgnd.gif);
background-repeat: no-repeat;  
margin: 0 auto;
}

#kidsbgbox ul li { display: inline; padding: 0; list-style-type: none;}

li.kgames a{
position: absolute;
width: 127px;
height: 93px;
display: block;
background: url(../images/kidszoneimages/games.png) no-repeat;
overflow: hidden;
font-weight: bold;
left: 134px;
top: 76px;
_left: 136px;
_top: 62px;
text-indent: -5000px;
}
li.kgames a:hover{
background-position: -127px 0;
} 

* html li.kgames a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/games_01.png");
}

* html li.kgames a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/games_02.png");
}

li.english a{
position: absolute;
width: 130px;
height: 95px;
display: block;
background: url(../images/kidszoneimages/english.png) no-repeat;
overflow: hidden;
font-weight: bold;
left: 379px;
top: 201px;
text-indent: -5000px;
}
li.english a:hover{
background-position: -130px 0;
} 

* html li.english a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/english_01.png");
}

* html li.english a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/english_02.png");
}

li.history a{
position: absolute;
width: 128px;
height: 95px;
display: block;
background: url(../images/kidszoneimages/history.png) no-repeat;
overflow: hidden;
font-weight: bold;
left: 192px;
top: 304px;
text-indent: -5000px;
}
li.history a:hover{
background-position: -128px 0;
} 

* html li.history a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/history_01.png");
}

* html li.history a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/history_02.png");
}

li.science a{
position: absolute;
width: 128px;
height: 95px;
display: block;
background: url(../images/kidszoneimages/science.png) no-repeat;
overflow: hidden;
font-weight: bold;
left: 42px;
top: 293px;
_left: 42px;
_top: 280px;
text-indent: -5000px;
}
li.science a:hover{
background-position: -128px 0;
} 

* html li.science a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/science_01.png");
}

* html li.science a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/science_02.png");
}

li.maths a{
position: absolute;
width: 126px;
height: 96px;
display: block;
background: url(../images/kidszoneimages/maths.png) no-repeat;
overflow: hidden;
font-weight: bold;
left: 329px;
top: 296px;
text-indent: -5000px;
}
li.maths a:hover{
background-position: -126px 0;
} 

* html li.maths a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/maths_01.png");
}

* html li.maths a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/maths_02.png");
}

li.brain a{
position: absolute;
width: 153px;
height: 96px;
display: block;
background: url(../images/kidszoneimages/brainbuilders.png) no-repeat;
overflow: hidden;
font-weight: bold;
left: 212px;
top: 193px;
text-indent: -5000px;
}
li.brain a:hover{
background-position: -153px 0;
}

* html li.brain a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/brainbuilders_01.png");
}

* html li.brain a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/brainbuilders_02.png");
}

li.funlinks7 a{
position: absolute;
width: 153px;
height: 97px;
display: block;
background: url(../images/kidszoneimages/funlinks7-11.png) no-repeat;
overflow: hidden;
font-weight: bold;
left: 282px;
top: 88px;
_left: 274px;
_top: 80px;
text-indent: -5000px;
}
li.funlinks7 a:hover{
background-position: -153px 0;
} 

* html li.funlinks7 a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/funlinks7-11_01.png");
}

* html li.funlinks7 a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/funlinks7-11_02.png");
}

li.funlinks3 a{
position: absolute;
width: 151px;
height: 96px;
display: block;
background: url(../images/kidszoneimages/funlinks3-7.png) no-repeat;
overflow: hidden;
font-weight: bold;
left: 37px;
top: 170px;
_left: 38px;
_top: 158px;
text-indent: -5000px;
}
li.funlinks3 a:hover{
background-position: -151px 0;
} 

* html li.funlinks3 a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/funlinks3-7_01.png");
}

* html li.funlinks3 a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/kidszoneimages/ie-png/funlinks3-7_02.png");
}

/* (6)  Classpages and Year Groups */

#classbox ul li { display: inline; padding: 0; list-style-type: none;}

li.nursery a {
width: 116px;
height: 70px;
display: block;
background:url(../images/classpages/year-groups-nurse.png) no-repeat;
overflow: hidden;
position: absolute;
left: 48px;
top: 112px;
}
li.nursery a:hover {
background-position: -116px 0;
z-index:200;
}

* html li.nursery a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/nursery-1.png");
}
* html li.nursery a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/nursery-2.png");
}

li.reception a {
width: 116px;
height: 70px;
display: block;
background:url(../images/classpages/year-groups-recep.png) no-repeat;
overflow: hidden;
position: absolute;
left: 225px;
top: 112px;
}
li.reception a:hover {
background-position: -116px 0;
z-index:200;
}

* html li.reception a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/reception-1.png");
}
* html li.reception a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/reception-2.png");
}

li.year1 a {
width: 116px;
height: 70px;
display: block;
background:url(../images/classpages/year-groups-1.png) no-repeat;
overflow: hidden;
position: absolute;
left: 397px;
top: 112px;
z-index:200;
}
li.year1 a:hover {
background-position: -116px 0;
} 

* html li.year1 a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/year1-1.png");
}
* html li.year1 a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/year1-2.png");
}

li.year2 a {
width: 116px;
height: 70px;
display: block;
background:url(../images/classpages/year-groups-2.png) no-repeat;
overflow: hidden;
position: absolute;
left: 48px;
top: 220px;
}
li.year2 a:hover {
background-position: -116px 0;
} 

* html li.year2 a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/year2-1.png");
}
* html li.year2 a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/year2-2.png");
}


li.year3 a {
width: 116px;
height: 70px;
display: block;
background:url(../images/classpages/year-groups-3.png) no-repeat;
overflow: hidden;
position: absolute;
left: 225px;
top: 220px;
z-index:200;
}
li.year3 a:hover {
background-position: -116px 0;
}

* html li.year3 a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/year3-1.png");
}
* html li.year3 a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/year3-2.png");
}

li.year4 a {
width: 116px;
height: 70px;
display: block;
background:url(../images/classpages/year-groups-4.png) no-repeat;
overflow: hidden;
position: absolute;
left: 397px;
top: 220px;
z-index:200;
}
li.year4 a:hover {
background-position: -116px 0;
}

* html li.year4 a {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/year4-1.png");
}
* html li.year4 a:hover {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src="../images/classpages/ie-png/year4-2.png");
}

/* (7) Primarysite CMS specific styles */

h2.sectionheading {
color: #009900;
}

#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;
}

#gov_box{
position: relative;
top: 10px;
}


#gov_login {
margin:13px auto;
}

.govstext {
font-size: small;
font-weight: bold;
padding-top: 85px;
text-align: center;
}

#cplogin {
position: relative;
top: 350px;
}


div#profiles a {
position: absolute;
top: 40px;
left: 100px;
width: 100px;
height: 140px;
display: block;
background: url(../images/govs_zone/profiles.gif) no-repeat;
}
div#profiles a:hover {
background-position: -100px 0;
} 

div#govcalendar a {
position: absolute;
top: 40px;
left: 240px;
width: 100px;
height: 140px;
display: block;
background: url(../images/govs_zone/calendar.gif) no-repeat;
}		
div#govcalendar a:hover {
background-position: -100px 0;
} 

div#forum a {
position: absolute;
top: 40px;
left: 380px;
width: 100px;
height: 140px;
display: block;
background: url(../images/govs_zone/forum.gif) no-repeat;
}	
div#forum a:hover {
background-position: -100px 0;
} 

div#meetings a {
position: absolute;
top: 190px;
left: 100px;
width: 100px;
height: 140px;
display: block;
background: url(../images/govs_zone/meetings.gif) no-repeat;
}		
div#meetings a:hover {
background-position: -100px 0;
} 

div#docs a {
position: absolute;
top: 190px;
left: 240px;
width: 100px;
height: 140px;
display: block;
background: url(../images/govs_zone/docs.gif) no-repeat;
}		
div#docs a:hover {
background-position: -100px 0;
} 


div#weblinks a {
position: absolute;
top: 190px;
left: 380px;
width: 100px;
height: 140px;
display: block;
background: url(../images/govs_zone/links.gif) no-repeat;
}	
div#weblinks a:hover {
background-position: -100px 0;
} 

.newstitlehome, .eventhome{margin:0;font-weight:bold}
#MediaBlock .MediaFloat{width:33.3%}

