/* Generic Default CSS */


/* PrimarySchool CSS v1.5 */
/* Basic CSS Framework */

/* 
(c) 2006 Robert Willie.
26 July 2006.
All Rights Reserved
This CSS cannot be resold, redistributed or reused without express permission.
Contact: robert_willie@hotmail.com
Author: Robert Willie


BEST VIEWED IN NOTEPAD ++  		http://notepad-plus.sourceforge.net/

Table of Contents 		

1. 	Main page layout			
2.	Accesability				
3.	General Navigation			
4.	For the Main Navigation		
5.	Home page elements			
6.	Kids' Zone					
7.	Classpages 					

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*(1)  Main Page layout */


				/* General notes on background images 
				
				This CSS relies on a lot of background images for decorative purposes. You will need to change the properties of 
				the respective element to accommodate your own images.
				For example, if your image is 200px wide, by 100px high, you will need to change the width and height of the element so that
				this image can be accommodated.
				*/
				
			html,body
			{
				margin: 0;
				padding: 0;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: small;
				color:#000000;
				background-repeat: repeat-x;
				background-image: url(images/bg_body.gif);
				background-color: #f7c318;
				behavior:url("../csshover.htc");
			}

			#header{
				 height: 154px;
				 background-image: url(images/header.jpg);
				 background-repeat: no-repeat;
			 }

				/* #container and #container 2 are wrappers that contain col-one and col-two.
				#container contains the main graphics for the Y axis, while #container 2 allows you to position an additional graphic
				elsewhere on the page - for example a watermark, or image at the bottom of the page which 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 . 
				If so inclined add additional containers to position extra images at the top, and sides, and so on*/
				

			#container{
				margin: 0px auto;
				background-color: #00acee;
				background-image:url(images/container_bg.gif);
				background-repeat: repeat-y;
				width: 780px;
				position: relative;
				top: 0px;
			}

			#container2{
				margin: 0px auto;
				width: 780px;
				position: relative;
				background-image:url(images/container_bg2.gif);
				background-repeat: no-repeat;
				background-position: bottom left;
				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. #col-one has absolute positioning, while #col-two is relative to the document. The only key thing to
				know about their usage is that the right margin on #col-two needs to be set with the width of #col-one in mind.
				For example:  #col-one is 100px wide, you will need to ensure that the left-margin on #col-two is greater than 100px */
			
			#col-one{
				position: absolute;
				top: 154px;
				left: 6px;
				width: 130px;
				margin: 0px 0px 0px 0px;
				padding: 0px;
				padding-top: 10px;
				height: 170px;
				z-index:10;
		 	}

			#col-two{  /* For Mozilla etc */
				 top: -40px;
				 margin:  0px 15px 20px 145px;
				 padding: 0px 0px 0px 10px;
				 position :relative;
				 min-height: 406px; /* IE doesn't understand min-height, but other browsers do */
			 }
			
			* html #col-two{   /* IE ignores the * html so sees this as #right-col */
				 top: -40px;
				 margin:  0px 15px 20px 145px;
				 padding: 0px 0px 0px 10px;
				 position :relative;
				 height: 406px;  /* IE thinks height means min-height */
			 }

			#footer {
				height: 18px;
				background-image:url(images/footer.gif);
				background-repeat:no-repeat;
				clear:both;
				background-color: #f7c318;
			}
			
			
			#randoms {z-index:100;} /* Container in which on refresh image generator sits */

				/* Styles for Page Title Images. */
			
			.indent_title {text-indent: -5000px; } /* To force text off screen, leaving image behind */
			.title_wrapper {margin-left: 34%; margin-bottom: -8px;} /* To try and pull titles into the centre of the page and control the space between title and body text */
			
			
			
				#title_calendar,			
				#title_classpages,	
				#title_clubs,
				#title_contact,
		        #title_curriculum,
				#title_gallery,
				#title_governors,
				#title_guestbook,
				#title_keyinfo,
				#title_kidszone,
				#title_letters,
				#title_news,
				#title_newsletters,
				#title_parents,
				#title_pta,
				#title_staff,
				#title_tour,
				#title_welcome ,
				#title_whoswho,
				#title_council,
				#title_partnerships,
				#title_policies,
				#title_english,
				#title_science,
				#title_history,
				#title_games,
				#title_maths,
				#title_brain,
				#title_ks1links,
				#title_ks2links,
				#title_yeargroups
				{height: 50px;}
			
			
				#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_gallery
			{
				background: url(images/titles/gallery.gif) no-repeat;
			}
			
				#title_governors
			{
				background: url(images/titles/governors.gif) no-repeat;
			}
			
				#title_guestbook
			{
				background: url(images/titles/guestbook.gif) no-repeat;
			}
			
				#title_keyinfo
			{
				background: url(images/titles/keyinfo.gif) no-repeat;
			}
			
				#title_kidszone
			{
				background: url(images/titles/kidszone.gif) no-repeat;
			}
			
				#title_letters
			{
				background: url(images/titles/letters.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/parents.gif) no-repeat;
			}
			
				#title_pta
			{
				background: url(images/titles/pta.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_stmichaels 
			{
				background: url(images/titles/science.jpg) no-repeat;
			}
			
				#title_whoswho
			{
				background: url(images/titles/whoswho.gif) no-repeat;
			}
			
				#title_yeargroups
			{
				background: url(images/titles/yeargroups.gif) no-repeat;
			}
			
				#title_council
			{
				background: url(images/titles/schoolcouncil.gif) no-repeat;
			}
			
				#title_partnerships
			{
				background: url(images/titles/partnerships.gif) no-repeat;
			}
			
				#title_policies
			{
				background: url(images/titles/policies.gif) no-repeat;
			}
			
				#title_english
			{
				background: url(images/titles/english.gif) no-repeat;
			}
			
				#title_science
			{
				background: url(images/titles/science.gif) no-repeat;
			}
			
				#title_history
			{
				background: url(images/titles/history.gif) no-repeat;
			}
			
				#title_games
			{
				background: url(images/titles/games.gif) no-repeat;
			}
			
				#title_maths
			{
				background: url(images/titles/maths.gif) no-repeat;
			}
			
				#title_brain
			{
				background: url(images/titles/brain.gif) no-repeat;
			}
			
				#title_ks1links
			{
				background: url(images/titles/ks1links.gif) no-repeat;
			}
			
				#title_ks2links
			{
				background: url(images/titles/ks2links.gif) no-repeat;
			}
			
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* (2) Accesability */

/* These elements are used to help make the site accessible. These are used to provide additional textual information for screen readers 
and non css browsers etc. Nb where images can't really be used to their full effect, or get messed up, or are invisible we need to provide the visitor with this information as text. 			
			
				.hiddentext is used to hide items. For accessibility purposes we may need to include items which spoil the design.
				For example, we can use it to hide text links from within visuals. Visitors can still click on these visuals to navigate 
				to the page in question, but will not see the text link. For those who have turned off visuals, or disabled CSS this
				text will become visable, so people will still be able to navigate the site */

			.hiddentext{
			display: none;
			}

				/* This is used to hide access key information from visitors. There is an access information page to inform visitors
				of the accesskeys which the site uses. However, for those with screen readers these keys will become visible. */
				
			.accesstext {
			display: none;
			}

				/* If you wish to display access key information as part of the link, please use this style. */
			
			.accesskeyline {
			text-decoration: underline;
			}

				/* Hides the title from within the header, so that those with a text reader
				can still know what the page is about */
				
			.hiddenheadtext {
			display: none;
			}

				/* Hidden skip button. This is used to style a link that will skip the navigation, going straight to the main content. 
				Visable on text readers etc, but not apparent when viewing on normally */
				
			#skip a, #skip a:hover, #skip a:visited  { 
			 position: absolute; 
			 left: 0px; 
			 top: -500px; 
			 width:1px; 
			 height: 1px; 
			 overflow: hidden;
			 } 
			  
			 #skip a:active { 
			 position: static; 
			 width: auto; 
			 height: auto; 
			 } 

			#wai_logo img {border:none;} /* To remove border from WAI logo */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* (3) General Navigation */

				/* Styles for hyperlinks */

			a {
				text-decoration: none;
				color:#003399;
			}
			
			a:hover {
				text-decoration: none;
				color:#990000;
			}
			
				/* Styles for links at the bottom of the page  */
			
			#bottomlinks {
				color: #FFFFFF;
				font-weight: bold;
			}
			
			
			#bottomlinks a{
				text-decoration: none;
				color:#990066;
				padding-left: 5px;
				border-left: 2px solid #990066;
			}
					
			#bottomlinks a:hover{
				text-decoration: none;
				color:#669900;
			}
			
			#accessie {
			text-indent: -50000px;} /* To fix access issue in IE */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* (4) For the Main Navigation */


/* Firstly we need to set the nav lists padding and margin to zero, and the list style to none */

 #col-one ul {
 padding: 0;
 margin: 0;
 list-style: none;
 }
  
/* secondly we need to work on the first-level (parent / root) of the pop up.
It's position must be set to relative because we want the position of the second level
(nested lists) to be relative to the first level.  Width MUST be set to 100% for
the whole area to act as a trigger (and not just the text) */
  
 #col-one li {
 float: left;
 position: relative;
 width: 100%; /* This is important */
 }
  
  /* These are to style each individual first level element 
  Margin bottom is used to space them out. We use this here, and not on the main
  li above, as if used there, all list items, including those in the sub menus are affected */
  
 #col-one li.folder1,
 #col-one li.folder2, 
 #col-one li.folder3,
 #col-one li.folder4,
 #col-one li.homenav a
 { width: 130px;
 height: 24px;
  margin-bottom: 0px;}
  
  #col-one li.folder1 {
  background-image:url(images/nav/aboutus.gif);
  background-repeat:no-repeat;
  height: 32px;
  }
  
  #col-one li.folder2 {
  background-image:url(images/nav/news.gif);
  background-repeat:no-repeat;
  height: 36px;
 
  }
  
  #col-one li.folder3 {
  background-image:url(images/nav/children.gif);
  background-repeat:no-repeat;
  height: 33px;
  }
  
  #col-one li.folder4 {
  background-image:url(images/nav/community.gif);
  background-repeat:no-repeat;
  height: 43px;
  }
  
  #col-one li.homenav  {
  background-image:url(images/nav/home.gif);
  background-repeat:no-repeat;
  }
  
  #col-one li.homenav a:hover {
  background-color: none;
  background-image:url(images/nav/home_hover.gif);
  background-repeat:no-repeat;
  }
  
  /* Thirdly we need to style the second-level (pop up)*/
  
  #col-one li ul {
  display: none;
  position: absolute; 
  top: 0;
  left: 105px; /* dictates position of pop up when visable */
  background-image: none;
  background-color:#870a80;
  border: 2px solid #5b0055;
  width: 120px; /* dictates width of pop up */
  text-align:center;
  }
 /*  This positions the second-level lists absolutely (pulling them out of the flow of HTML into a world all of their own) and sets their initial state to not be displayed. If you substitute display: none with display: block, you will see the need for the top and left properties in Internet Explorer, because without them, IE will align the second-level lists to the top right of their relative parent rather than the bottom left. 
  
To make a second-level list appear when its parent list item is “rolled over,” we simply need to add the following */	
	
	#col-one li:hover ul { display: block;}
	
	/* Which says that any list that is nested in a list item that has the cursor hovering over it should be displayed.	*/
	
	/* To force the pop ups to the top - so they dont appear behind items we need to add the following: */
	
	#col-one li.folder1:hover, #col-one li.folder2:hover, #col-one li.folder3:hover 
	{ z-index:10; }	/* Forces the pop up folders so that they are above everything */
	
	/* and finally we style the links */
	
  #col-one li a {
  display: block;
  width: 100%;
  text-decoration:none;
  color:#FFFFFF;
  font-weight:bold;
  }
	
	
	#col-one li a:hover {
		display: block;
		background-color: #FFF000;
		width: 100%;
		text-decoration:none;
		color:#CC3300;
		font-weight:bold;
	}
	
/* So, to edit the menus - all you need to do is:
1. Edit the folders,
2. Edit col-one li ul
3. Edit li a 

...Simple :-) */
			
	/* to hide things in the nav */	
	#col-one .navhide {visibility: hidden;}
	
/*------------------------------------------------------------------------------------------*/

/* (5) Home page elements */


		/* #fader is used for the fading image slideshow */
		#fader {
			position: absolute;
			left: 6px;
			top: 70px;
			width: 426px;
			height: 178px;
			z-index: 5;
			}
						
		/* #newsbox acts as a container for the news */
		#newsbox {
			position: absolute;
			top: 40px;
			left: 161px;
			width: 243px;
			height: 91px;
			z-index: 0;
			}
			
		/* #diarydatesbox acts as a container for the calendar */
		#diarydatesbox {
			position: absolute;
			top: 40px;
			left: 161px;
			width: 243px;
			height: 91px;
			z-index: 0;
			}

		/* #hometext is where the main copy text goes */
		#hometext {
	width: 324px;
	position:absolute;
	background-image:url(images/hometext.jpg);
	background-repeat:no-repeat;
	font-size: small;
	_font-size: small;
	font-weight: bold;
	top: 256px;
	_padding-top:20px;
	height: 134px;
	left: 152px;
	z-index: 10;
	}
	
			@media {
			div#hometext  { padding-top:20px; }
		}


				/* #teasers is a container for all the teaser elements */
				
		#teasers {
			position: absolute;
			width: 10px;
			height: 10px;
			top: 278px;
			left: -56px;
			z-index: 6;
			}

				/* Teaser Rollover images 
				
				I really like these - Rollovers without Javascript. Create an image, on the left hand side place your 
				normal state, on the right hand side place your over state. On the actiual item, set it so that only the
				left hand side is seen. Nb if the image is 400px wide, set the container to 200px. 
				
				On the hover property, just change the background position so that the right hand side of the
				image is shown. Nb if the image is 400px wide, and the container is 200px wide, set the background 
				image to -200px. 
				
				In the xhtml this appears as a text link - so just hide the link with the .hiddentext class above.
				
				NB in xHTML:
				
				<div id="galleryhome">
					<a href="gallery.asp" title="Gallery Button"><span class="hiddentext">Gallery</span></a>
				</div>
				
				This technique is used for all rollover images throughout the site.
				*/
				
				
					.htext{
						font-weight: bold;
						font-size: medium;
						display:none;
						z-index:0;
					}
				
					div#newshome a {
						position:absolute;
						width: 131px;
						height: 131px;
						display: block;
						background: url(images/newshome.gif) no-repeat;
						overflow: hidden;
						left: 38px;
						top: 34px;
								}
			
					div#newshome a:hover {
						background-position: -131px 0;
						} 
							
							
					div#tourhome a {
						position:absolute;
						width: 143px;
						height: 165px;
						display: block;
						background: url(images/tourhome.gif) no-repeat;
						overflow: hidden;
						left: 182px;
						top: -9px;
						}
			
					div#tourhome a:hover {
						background-position: -143px 0;
						} 
	

					div#galleryhome a {
						position:absolute;
						width: 163px;
						height: 68px;
						display: block;
						background: url(images/galleryhome.gif) no-repeat;
						overflow: hidden;
						left: 340px;
						top: 64px;
						}
			
					div#galleryhome a:hover {
						background-position: -163px 0;
						} 


					div#kidszonehome a {
						position:absolute;
						width: 121px;
						height: 119px;
						display: block;
						background: url(images/kidszonehome.gif) no-repeat;
						overflow: hidden;
						left: 552px;
						top: 21px;
						}
			
					div#kidszonehome a:hover {
						background-position: -121px 0;
						} 


					#hitcountbox {
						position: absolute;
						width: 621px;
						height: 25px;
						left: 0px;
						top: 413px;
						}
						
						#welcome_home {background-image: url(images/welcome_home.gif); margin: 0 auto; width: 175px; height: 65px; background-repeat:no-repeat;}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* (6) Kids' Zone */

				/*These provide styles for the Kids' Zone Rollovers.
				
				However, in this instance we do not wish to hide the text links, as the the images do not
				contain any text themselves. So this time we use .ktext to position the text at the base of the
				image. This way we get accesability, and aesthetics! :-) */

	
	.BackTO {text-align:left; font-weight:bold; padding-top:10px; } /* To style "back to" text */
	#IframeHolder {padding-top: 20px;} /*To reposition kidszone iframe if needed */
	
	
	#kidsbgbox
	{background-image:url(images/kidszoneimages/kidszonebg.gif); background-repeat:no-repeat; width: 500px; height:375px; margin:0 auto;}
	
	
			.ktext{
				font-weight: bold;
				font-size: medium;
				display:none;
				z-index:0;
				}


		div#kgames a {
				position: absolute;
				width: 103px;
				height: 96px;
				display: block;
				background: url(images/kidszoneimages/games.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 68px;
				top: 61px;
			    _top: 64px;
				}
				
				@media {
			div#kgames a  { top: 64px; }
		}
		
		 div#kgames a:hover {
				background-position: -103px 0;
				} 

		 div#ks1 a {
				position: absolute;
				width: 64px;
				height: 178px;
				display: block;
				background: url(images/kidszoneimages/ks1links.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 216px;
				top: 245px;
				_top: 248px;
				}
				
						@media {
			div#ks1 a  { top: 248px; }
		}
			
		 div#ks1 a:hover {
				background-position: -64px 0;
				} 


		 div#ks2 a {
				position: absolute;
				width: 64px;
				height: 183px;
				display: block;
				background: url(images/kidszoneimages/ks2links.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 452px;
				top: 239px;
				_top: 242px;
				}
				
						@media {
			div#ks2 a  { top: 242px; }
		}
			
		 div#ks2 a:hover {
				background-position: -64px 0;
				} 

		 div#english a {
				position: absolute;
				width: 64px;
				height: 178px;
				display: block;
				background: url(images/kidszoneimages/english.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 104px;
				top: 234px;
				_top: 237px;
				}
				
						@media {
			div#english a  { top: 237px; }
		}
			
		 div#english a:hover {
				background-position: -64px 0;
				} 

		 div#history a {
				position: absolute;
				width: 64px;
				height: 178px;
				display: block;
				background: url(images/kidszoneimages/history.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 340px;
				top: 249px;
				_top: 252px;
				}
				
						@media {
			div#history a  { top: 252px; }
		}
			
		 div#history a:hover {
				background-position: -64px 0;
				} 

		 div#science a {
				position: absolute;
				width: 119px;
				height: 37px;
				display: block;
				background: url(images/kidszoneimages/science.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 295px;
				top: 175px;
				_top: 178px;
				}
				
						@media {
			div#science a  { top: 178px; }
		}
			
		 div#science a:hover {
		    	background-position: -119px 0;
				} 

		 div#maths a {
				position: absolute;
				width: 70px;
				height: 89px;
				display: block;
				background: url(images/kidszoneimages/maths.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 215px;
				top: 74px;
				_top: 77px;
				}
				
						@media {
			div#maths a  { top: 77px; }
		}
			
		 div#maths a:hover {
				background-position: -70px 0;
				}
		
				
		 div#brain a {
				position: absolute;
				width: 86px;
				height: 111px;
				display: block;
				background: url(images/kidszoneimages/brain.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 477px;
				top: 58px;
				_top: 62px;
				}
				
						@media {
			div#brain a  { top: 62px; }
		}
			
		 div#brain a:hover {
				background-position: -86px 0;
				} 




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* (7) Classpages */

			/* .Again, these are used to provide rollovers for the classs / yeargroup pages. 
			These images sit in a class called .flaotleft so that we can get
			them to sit in the page properly */

		.classbox {
			margin: 0 auto;
			width: 280px;
			}
			
			.classbox2 {
			margin: 0 auto;
			width: 215px;
			}

		.classfloatleft {
			float: left;
			padding-left: 2px;
			padding-right: 2px;
			height: 120px;
			}

		.classicontext{
			font-weight: bold;
			font-size: small;
			padding-top: 95px;
			z-index:2;
			}
			
		.classicon a {
		    width: 64px;
		    height: 66px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon a:hover {
		    background-position: -64px 0;
			} 



/* Add more styles for however many classes you have  Nb */

		.classicon1 a {
		   width: 64px;
		    height: 66px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon1 a:hover {
		    background-position: -64px 0;
			} 
			
			
			
		.classicon2 a {
		  width: 64px;
		    height: 66px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon2 a:hover {
		    background-position: -64px 0;
			} 
			
			/* And so on.... */
			
		.classicon3 a {
		   width: 64px;
		    height: 66px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon3 a:hover {
		    background-position: -64px 0;
			}

		.classicon4 a {
		   width: 64px;
		    height: 66px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon4 a:hover {
		    background-position: -64px 0;
			}
			
		.classicon5 a {
		    width: 64px;
		    height: 66px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon5 a:hover {
		    background-position: -64px 0;
			}	
			
			
			.classicon6 a {
		   width: 64px;
		    height: 66px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon6 a:hover {
		    background-position: -64px 0;
			}
			
			
			.classicon7 a {
		    width: 64px;
		    height: 66px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon7 a:hover {
		    background-position: -64px 0;
			}
			
			
			.classicon8 a {
		  width: 64px;
		    height: 66px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon8 a:hover {
		    background-position: -64px 0;
			}
/*-------------------------------------------------- */

.sectionheading {
color: #009900;
}
