/* 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:#FF9900;
				behavior:url("../csshover.htc");
			}



			#header{
				 height: 143px;
				 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-image: url(images/containerbg.gif);
				background-repeat: repeat-y;
				width: 754px;
				position: relative;
				top: 0px;
			}

			#container2{
				margin: 0px auto;
				width: 754px;
				position: relative;
				background-image: url(images/waterm.gif); 
				background-repeat: no-repeat;
				background-position: top right;
				top: 0px;
			}


			#container_home{
				margin: 0px auto;
				background-image: url(images/homebg.jpg);
				background-repeat: no-repeat;
				width: 771px;
				height: 650px;
				position: relative;
				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: 119px;
				left: 6px;
				width: 130px;
				margin: 0px 0px 0px 0px;
				padding: 0px;
				padding-top: 10px;
				height: 441px;
				z-index:10;
		 	}
			
			
			#col-one_home{
				position: absolute;
				top: 159px;
				left: 16px;
				width: 130px;
				margin: 0px 0px 0px 0px;
				padding: 0px;
				padding-top: 10px;
				height: 441px;
				z-index:10;
		 	}

			#col-two{  /* For Mozilla etc */
				 top: -32px;
				 margin:  0px 10px 20px 160px;
				 padding: 0px 0px 0px 10px;
				 position :relative;
				 min-height: 415px; /* IE doesn't understand min-height, but other browsers do */
			 }
			
			
			* html #col-two{   /* IE ignores the * html so sees this as #right-col */
				 top: -15px;
				 margin:  0px 10px 20px 160px;
				 padding: 0px 0px 0px 10px;
				 position :relative;
				 height: 400px;  /* IE thinks height means min-height */
			 }

			#footer {
				height: 10px;
				clear:both;
			}
			
			
			#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: 31%; margin-top: 15px; margin-bottom: 10px;} /* To try and pull titles into the centre of the page and control the space between title and body text */
			
				#title_calendar
			{
				height: 40px;
				background: url(images/titles/calendar.gif) no-repeat;
			}
			
				#title_classpages
			{
				height: 40px;
				background: url(images/titles/classpages.gif) no-repeat;
			}
			
				#title_clubs
			{
				height: 40px;
				background: url(images/titles/clubs.gif) no-repeat;
			}
			
				#title_contact
			{
				height: 40px;
				background: url(images/titles/contact.gif) no-repeat;
			}
			
				#title_curriculum
			{
				height: 40px;
				background: url(images/titles/curriculum.gif) no-repeat;
			}
			
				#title_gallery
			{
				height: 40px;
				background: url(images/titles/gallery.gif) no-repeat;
			}
			
			#title_care
			{
				height: 40px;
				background: url(images/titles/care.gif) no-repeat;
			}
			
				#title_governors
			{
				height: 40px;
				background: url(images/titles/governors.gif) no-repeat;
			}
			
				#title_guestbook
			{
				height: 40px;
				background: url(images/titles/guestbook.gif) no-repeat;
			}
			
				#title_keyinfo
			{
				height: 40px;
				background: url(images/titles/keyinfo.gif) no-repeat;
			}
			
				#title_kidszone
			{
				height: 40px;
				background: url(images/titles/kidszone.gif) no-repeat;
			}
			
				#title_letters
			{
				height: 40px;
				background: url(images/titles/letters.gif) no-repeat;
			}
			
				#title_news
			{
				height: 40px;
				background: url(images/titles/news.gif) no-repeat;
			}
			
				#title_newsletters
			{
				height: 40px;
				background: url(images/titles/news.gif) no-repeat;
			}
			
				#title_parents
			{
				height: 40px;
				background: url(images/titles/parents.gif) no-repeat;
			}
			
				#title_pta
			{
				height: 40px;
				background: url(images/titles/pta.gif) no-repeat;
			}
			
				#title_staff
			{
				height: 40px;
				background: url(images/titles/staff.gif) no-repeat;
			}
			
				#title_tour
			{
				height: 40px;
				background: url(images/titles/tour.gif) no-repeat;
			}
			
				#title_welcome 
			{
				height: 40px;
				background: url(images/titles/welcome.gif) no-repeat;
			}
			
				#title_whoswho
			{
				height: 40px;
				background: url(images/titles/whoswho.gif) no-repeat;
			}
			
				#title_yeargroups
			{
				height: 40px;
				background: url(images/titles/yeargroups.gif) no-repeat;
			}
			
			
				#title_threec
			{
				height: 40px;
				background: url(images/titles/threec.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:#3300CC;
			}
			
			a:hover {
				text-decoration: none;
				color:#FF9900;
			}
			
				/* Styles for links at the bottom of the page  */
			
			#bottomlinks {
				color: #FFFFFF;
				font-weight: bold;
			}
			
			
			#bottomlinks a{
				text-decoration: none;
				color:#FFFFFF;
				padding-left: 5px;
				border-left: 2px solid #FFFFFF;
				margin: 0px auto;
				display: inline;
			}
					
			#bottomlinks a:hover{
				text-decoration: none;
				color:#FFFF00;
			}
			
			.ccline a{border-right: 2px solid #FFFFFF; padding-right:5px}
			* html .ccline a{border-right: 2px solid #FFFFFF;; padding-right:0px}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* (4) For the Main Navigation */

				/* the menu */
/* the menu */



	#col-one ul, #col-one li, #col-one a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}

	#col-one ul {
		width:133px;
		list-style:none;
		text-align:right;
		font-size: 10px;
	}

	#col-one li {
		position:relative;
		padding:1px;
		z-index:9;
		margin-bottom: -4px;
	}
		#col-one li.folder1	{ background:url(images/nav_images/green_button.gif) no-repeat;}	
		#col-one li.folder1 ul {
			position:absolute;
			left: -10px; /* IE */
			top: 1px;
		}		
			#col-one li.folder1>ul { left: 122px; } /* others */

	#col-one a {
			padding: 9px 0px 9px 0px;

		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		width:100%; /* IE */
	}
	
	
	#col-one li.folder2	{ background:url(images/nav_images/yellow_button.gif) no-repeat;}	
		#col-one li.folder2 ul {
			position:absolute;
			left: -10px; /* IE */
			top: 1px;
		}		
			#col-one li.folder2>ul { left: 122px; } /* others */
			
			
		#col-one li>a { width:auto; } /* others */

	#col-one li a.submenu { /* For Root of pop up */
		background-image: none;
	}
	
#col-one li a.submenu:hover { /* For Root of pop up */
		color:#FFCC00;
	}


	/* regular hovers */

	#col-one a:hover { color:#990000;	}
	
		li.pop a {background-image:none; 
background-color:#990000;
 border: 2px solid #990000; 
margin-bottom:-2px; 
text-align:center; 
margin-top: -5px; 
width: 100%; 
height: 100%;}


	* html li.pop a {background-image:none; background-color:#990000; border: 2px solid #990000; margin-bottom:-12px; text-align:center; margin-top: -12px; }

	li.pop a:hover {background-image:none; background-color:#FFCC00;}

.nudge {padding-right: 10px;}

	li.navlink1 a { background-image:url(images/nav_images/green_button.gif); background-repeat:no-repeat; }
		li.navlink2 a { background-image:url(images/nav_images/yellow_button.gif); background-repeat:no-repeat; }

	li.navlink1 a:hover, li.navlink2 a:hover {background-image:url(images/nav_images/over_button.gif); background-repeat:no-repeat;}

		#col-one li.folder a:hover {
			background-color:#FFCC00;
		}
	
	/* hovers with specificity */
	
	#col-one li.folder1:hover { z-index:10; }		
			#col-one li.folder2:hover { z-index:10; }		

	#col-one ul ul, li:hover ul ul {
		display:none;
	}

	#col-one li:hover ul, li:hover li:hover ul {
		display:block;
	}	
			
			#col-one .navhide {visibility: hidden;}


/* And for the homepage.. */

#col-one_home ul, #col-one_home li, #col-one_home a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}

	#col-one_home ul {
		width:133px;
		list-style:none;
		text-align:right;
		font-size: 10px;
	}

	#col-one_home li {
		position:relative;
		padding:1px;
		z-index:9;
				margin-bottom: -5px;

	}
		#col-one_home li.folder1	{ background:url(images/nav_images/green_button.gif) no-repeat;position:relative; left: 20px;}	
		#col-one_home li.folder1 ul {
			position:absolute;
			left: -10px; /* IE */
			top: 1px;
		}		
			#col-one_home li.folder1>ul { left: 122px; } /* others */

	#col-one_home a {
		padding: 9px 0px 9px 0px;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		width:100%; /* IE */
	}
	
	
	#col-one_home li.folder2	{ background:url(images/nav_images/yellow_button.gif) no-repeat; position:relative; left: 35px;}	
		#col-one_home li.folder2 ul {
			position:absolute;
			left: -10px; /* IE */
			top: 1px;
		}		
			#col-one_home li.folder2>ul { left: 122px; } /* others */
			
			
		#col-one_home li>a { width:auto; } /* others */

	#col-one_home li a.submenu { /* For Root of pop up */
		background-image: none;
	}
	
#col-one_home li a.submenu:hover { /* For Root of pop up */
		color:#FFCC00;
	}


	/* regular hovers */

	#col-one_home a:hover { color:#990000;	}
	

		#col-one_home li.folder a:hover {
			background-color:#FFCC; 00;
		}
	
	/* hovers with specificity */
		
#col-one_home li.folder1:hover { z-index:10; }	
			#col-one_home li.folder2:hover { z-index:10; }		

	#col-one_home ul ul, li:hover ul ul {
		display:none;
	}

	#col-one_home li:hover ul, li:hover li:hover ul {
		display:block;
	}	
			
			#col-one_home .navhide {visibility: hidden;}
			
			
			
	#col-one_home .n1{ position:relative; left: 60px;}		
	#col-one_home .n2{ position:relative; left: 30px;}		
	#col-one_home .n3{ position:relative; left: 15px;}		
	#col-one_home .n4{ position:relative; left: 10px;}		
	#col-one_home .n5{ position:relative; left: 8px;}		
	#col-one_home .n6{ position:relative; left: 12px;}		
	
	#col-one_home .n9{ position:relative; left:  60px;}		
	#col-one_home .n0{ position:relative; left: 95px;}		

			
			
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* (5) Home page elements */


		/* #fader is used for the fading image slideshow */
		#fader {
			position: absolute;
			left: 204px;
			top: 8px;
			width: 426px;
			height: 281px;
			z-index: 5;
			}
			
			#hitcountbox {padding-top: 50px; position:absolute;}
			
		/* #newsbox acts as a container for the news */
		#newsbox {
			position: absolute;
			top: 273px;
			_top: 264px;
			left: 425px;
			width: 123px;
			height: 155px;
			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: 560px;
			font-size: small;
			font-weight: bold;
			}


				/* #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: 645px;
						height: 21px;
						left: -47px;
						top: 532px;
						}
						
					li.thinkuknow,li.getnetwise,li.ceop{list-style:none;}
                                               
					.thinkuknow a{
					background: url(images/thinkuknow.gif) no-repeat;
					position: absolute;
					top: 580px;
					left: 390px;
					width: 61px;
					height: 54px;
					text-indent: -5000px;
					}

					.thinkuknow a:hover{background-position: -61px 0;}

					.getnetwise a{
					background: url(images/getnetwise.gif) no-repeat;
					position: absolute;
					top: 580px;
					left: 465px;
					width: 61px;
					height: 54px;
					text-indent: -5000px;
					}

					.getnetwise a:hover{background-position: -61px 0;}

					.ceop a{
					background: url(images/ceop.gif) no-repeat;
					position: absolute;
					top: 580px;
					left: 540px;
					width: 61px;
					height: 54px;
					text-indent: -5000px;
					}

					.ceop a:hover{background-position: -61px 0;}

						#logbox {margin: 7px 0px 7px 0px;}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* (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! :-) */

	
	

h2.kz {
color: #455C01;
text-align: center;
margin-left: -170px;
}


	
	.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/kidsbg.gif); background-repeat:no-repeat; width: 550px; height:393px; margin:0 auto;}
	
	
			.ktext{
				font-weight: bold;
				font-size: medium;
				display:none;
				z-index:0;
				}


		div#kgames a {
				position: absolute;
				width: 100px;
				height: 86px;
				display: block;
				background: url(images/kidszoneimages/games.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 125px;
				top: 292px;
				}
		
		 div#kgames a:hover {
				background-position: -100px 0;
				} 

		 div#ks1 a {
				position: absolute;
				width: 100px;
				height: 86px;
				display: block;
				background: url(images/kidszoneimages/ks1links.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 286px;
				top: 362px;
				}
			
		 div#ks1 a:hover {
				background-position: -100px 0;
				} 

		 div#ks2 a {
				position: absolute;
				width: 100px;
				height: 86px;
				display: block;
				background: url(images/kidszoneimages/ks2links.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 239px;
				top: 294px;
				}
			
		 div#ks2 a:hover {
				background-position: -100px 0;
				} 

		 div#english a {
				position: absolute;
				width: 100px;
				height: 86px;
				display: block;
				background: url(images/kidszoneimages/english.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 24px;
				top: 363px;
				}
			
		 div#english a:hover {
				background-position: -100px 0;
				} 

		 div#history a {
				position: absolute;
				width: 100px;
				height: 86px;
				display: block;
				background: url(images/kidszoneimages/history.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 462px;
				top: 349px;
				}
			
		 div#history a:hover {
				background-position: -100px 0;
				} 

		 div#science a {
				position: absolute;
				width: 100px;
				height: 86px;
				display: block;
				background: url(images/kidszoneimages/science.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 146px;
				top: 366px;
				}
			
		 div#science a:hover {
				background-position: -100px 0;
				} 

		 div#maths a {
				position: absolute;
				width: 100px;
				height: 86px;
				display: block;
				background: url(images/kidszoneimages/maths.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 24px;
				top: 300px;
				}
			
		 div#maths a:hover {
				background-position: -100px 0;
				} 



		div#brain a {
				position: absolute;
				width: 100px;
				height: 86px;
				display: block;
				background: url(images/kidszoneimages/brain.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 350px;
				top: 302px;
				}
			
		 div#brain a:hover {
				background-position: -100px 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: 390px;
			}
			

		.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: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon a:hover {
		    background-position: -90px 0;
			} 



/* Add more styles for however many classes you have  Nb */

		.classicon1 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon1 a:hover {
		    background-position: -90px 0;
			} 
			
			
			
		.classicon2 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon2 a:hover {
		    background-position: -90px 0;
			} 
			
			/* And so on.... */
			
		.classicon3 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon3 a:hover {
		    background-position: -90px 0;
			}

		.classicon4 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon4 a:hover {
		    background-position: -90px 0;
			}
			
		.classicon5 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon5 a:hover {
		    background-position: -90px 0;
			}	
			
			
			.classicon6 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon6 a:hover {
		    background-position: -90px 0;
			}
			
			
			.classicon7 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon7 a:hover {
		    background-position: -90px 0;
			}
			
			
			.classicon8 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon8 a:hover {
		    background-position: -90px 0;
			}
/*-------------------------------------------------- */



.sectionheading {
color: #FF6600;
}

	#accessie {
			text-indent: -50000px;} /* To fix access issue in IE */
