/* 
 *	general.css - main styles used through the website
 *
 *	Developed by E for Education (www.eforeducation.co.uk)
 */

/* import additional style sheets */
@import "news.css";
@import "calendar.css";



ul.fileAttachmentList {
	min-height: 40px;
	padding: 0 0 20px 0;
	margin: 0;
}

ul.fileAttachmentList li {
	list-style-type: none;
	height: 35px;
	padding-left: 40px;
	padding-top: 20px;
	margin-bottom: -10px;
	background-position: left;
	background-repeat: no-repeat;
}


/* ------- ^^ start file specific images ^^ ------- */
ul.fileAttachmentList li.attachmentDownload_doc {
	background-image: url(../images/icons/doc.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_mp3 {
	background-image: url(../images/icons/mp3.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_pdf {
	background-image: url(../images/icons/pdf.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_pub {
	background-image: url(../images/icons/pub.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_zip {
	background-image: url(../images/icons/zip.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_jpg {
	background-image: url(../images/icons/jpg.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_jpeg {
	background-image: url(../images/icons/jpeg.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_gif {
	background-image: url(../images/icons/gif.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_xls {
	background-image: url(../images/icons/xls.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_ppt {
	background-image: url(../images/icons/ppt.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_rar {
	background-image: url(../images/icons/rar.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_rtf {
	background-image: url(../images/icons/rtf.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_txt {
	background-image: url(../images/icons/txt.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_csv{
	background-image: url(../images/icons/csv.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_png{
	background-image: url(../images/icons/png.gif)  !important;
}

/* ------- ^^ end file specific images ^^ ------- */

/* ------------------ default styling ----------------- */

body	{
	background-color: #5EBEFF;
	margin: 0px auto;
	padding: 0px;
	font-family: "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 170%;
	color: #000;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}

a:link 		{color: #0766F6; font-weight: bold; text-decoration: none;}
a:visited	{color: #0766F6; font-weight: bold; text-decoration: none;}
a:hover	 	{color: #0766F6; font-weight: bold; text-decoration: underline;}
a:active	{color: #0766F6; font-weight: bold; text-decoration: none;}

.whitetext	{color: #FFF;}
.redtext	{color: #C00;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
	}

/* ------------------ layout ----------------- */

#container	{
	background: #FFF; 
	width: 768px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
	background-color: #0066CC;
	width: 768px;
	height: 167px;
	margin: 0px; padding: 0px;
	color: #FFF;
	
	}

#header h1, #header h2	{display: none;}
 
#main	{ 
	width: 768px;
	margin: 0px; padding: 0px; 
	background-image: url(../images/design/Main_repeat.jpg);
	background-repeat: repeat-y;
	}

#contentwrapper	{
	float: right;
	width: 545px;
	margin: 0px; padding: 0px;
	background-image: url(../images/design/content_bg.jpg);
	background-repeat: no-repeat;
	}

#subnav {
	width: 510px;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 90%;
	}

#subnav ul {
	margin: 0px; padding: 0px;
	}
	
#subnav li {
	display: inline;
	margin: 0px;
	padding: 0px 6px 0px 12px;
	background: url(../images/design/bullet.gif) left  no-repeat;
	float: left;
	}


#subnav a:link		{text-decoration: none; white-space: nowrap; font-weight: bold;}
#subnav a:visited	{text-decoration: none; white-space: nowrap;font-weight: bold;}
#subnav a:hover		{text-decoration: underline; white-space: nowrap; font-weight: bold;}
#subnav a:active	{text-decoration: none; white-space: nowrap; font-weight: bold;}

#breadcrumbs {
	width: 510px;
	margin: 0px;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	font-size: 90%;
	float: left;
	border-top: 1px dashed #006699;
	border-bottom: 1px dashed #006699;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 6px 0px 12px;
	background: url(../images/design/bullet.gif) left  no-repeat;
	}

#breadcrumbs a:link		{text-decoration: none; font-weight: normal;}
#breadcrumbs a:visited	{text-decoration: none; font-weight: normal;}
#breadcrumbs a:hover	{text-decoration: underline; font-weight: normal;}
#breadcrumbs a:active	{text-decoration: none; font-weight: normal;}

#ticker		{
	width: 510px;
	margin: 0px;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	font-size: 90%;
	float: left;
	border-top: 1px dashed #006699;
	border-bottom: 1px dashed #006699;
	}

#datetime	{
	float: right;
	width: 180px;
	font-size: 90%;
	text-align: right;
	padding-right: 5px;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 5px;
	padding-right: 25px;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

#footer	{
	clear: both;
	background: #6699FF;
	background-image: url(../images/design/footer.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 758px;
	margin: 0px;
	padding: 5px;
	font-size: 80%;
	color: #FFF;
	}

#footer a	{color: #FFF}

#footer_text {
	text-align: center;
	padding-top: 45px;
	
	}


/* ------------------ start menu classes for image replaced menus ----------------- */

				#menu	{ 
					margin: 0px; padding: 0px;
					width: 223px;
					background: url(../images/menu_bkg.gif) no-repeat;
					float: left;
					}
					
				#menu ul	{
					margin: 0px; padding: 0px; 
					width: 223px;
					}
					
				#menu li 	{
					list-style: none;
					}
				
				#menu1	{
					height: 37px;
					text-indent: -5000px;
					background-image: url(../images/design/butt_home.jpg);
					background-repeat: no-repeat;
					}
				#menu1 a {
					height: 37px;
					display: block;
					}
				
				#menu2	{
					height: 41px;
					text-indent: -5000px;
					background-image: url(../images/design/butt_news.jpg);
					background-repeat: no-repeat;
					}
				#menu2 a {
					height: 41px;
					display: block;
					}
				
				#menu3	{
					height: 43px;
					text-indent: -5000px;
					background-image: url(../images/design/butt_governing_body.jpg);
					background-repeat: no-repeat;
					}
				#menu3 a {
					height: 43px;
					display: block;
					}
					
				#menu4	{
					height: 36px;
					text-indent: -5000px;
					background-image: url(../images/design/butt_contact_us.jpg);
					background-repeat: no-repeat;
					}
				#menu4 a {
					height: 36px;
					display: block;
					}
				
				#menu5	{
					height: 41px;
					text-indent: -5000px;
					background-image: url(../images/design/butt_staff.jpg);
					background-repeat: no-repeat;
					}
				#menu5 a {
					height: 41px;
					display: block;
					}
				#menu6	{
					height: 40px;
					text-indent: -5000px;
					background-image: url(../images/design/butt_healthy_schools_new.jpg);
					background-repeat: no-repeat;
					}
				#menu6 a {
					height: 40px;
					display: block;
					}
				#menu10	{
					height: 40px;
					text-indent: -5000px;
					background-image: url(../images/design/butt_childrens_area_new.jpg);
					background-repeat: no-repeat;
					}
				#menu10 a {
					height: 40px;
					display: block;
					}
				#menu7	{
					height: 44px;
					text-indent: -5000px;
					background-image: url(../images/design/butt_friends.jpg);
					background-repeat: no-repeat;
					}
				#menu7 a {
					height: 44px;
					display: block;
					}
				
				#menu8	{
					height: 37px;
					text-indent: -5000px;
					background-image: url(../images/design/butt_about_us.jpg);
					background-repeat: no-repeat;
					}
				#menu8 a {
					height: 37px;
					display: block;
					}

				#menu9	{
					height: 37px;
					text-indent: -5000px;
					background-image: url(../images/design/butt_gallery.jpg);
					background-repeat: no-repeat;
					}
				#menu9 a {
					height: 37px;
					display: block;
					}

				#menu11	{
					height: 40px;
					text-indent: -5000px;
					background-image: url(../images/design/butt_ofsted_new.jpg);
					background-repeat: no-repeat;
					}
				#menu11 a {
					height: 40px;
					display: block;
					}
				
				
					
 /* ------------------ ^^ end menu classes for image replaced menus ^^ ----------------- */