/* 
 *	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-image:  url(../images/design/body_bg.gif);
	background-repeat: repeat;
	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;
	}

#body_top {
	background-image: url(../images/design/body_bg_top.jpg);
	height: 259px;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #0099CC;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #0099CC;
	}

a:link 		{color: #000; font-weight: bold; text-decoration: none;}
a:visited	{color: #000; font-weight: bold; text-decoration: none;}
a:hover	 	{color: #000; font-weight: bold; text-decoration: underline;}
a:active	{color: #000; 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-color: #1364D2;
	width: 760px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border-left: 1px solid  #FFFFFF;
	border-right: 1px solid  #FFFFFF;
	}

#header		{
	background: #006;
	width: 760px;
	height: 215px;
	margin: 0px; padding: 0px;
	color: #FFF;
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
	display:block;
	}

#header h1, #header h2	{display: none;}
 
#header_address {
	text-align: center;
	padding-top: 50px;
	
	width: 760px;
	color: #0099CC;
	}
 
#main	{ 
	width: 760px;
	margin: 0px; padding: 0px;
	background-image: url(../images/design/main_repeat.jpg);
	background-repeat: repeat-y;
	}

#contentwrapper	{
	float: right;
	width: 504px;
	margin: 0px; padding: 0px;
	background-image: url(../images/design/content_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

#subnav {
	width: 483px;
	margin: 0px 0px 0px 2px;
	padding: 5px;
	font-weight: bold;
	
	
	}

#subnav ul {
	margin: 0px; padding: 5px;
	border-bottom: 1px solid  #0099CC;
	float: left;
	width: 473px;
	}
	
#subnav li {
	display: inline;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	background-image: url(../images/design/subnav_bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	}

#subnav li a {
	color: #0099CC;
	font-weight: normal;
	}


#subnav a:link		{text-decoration: none; white-space: nowrap;}
#subnav a:visited	{text-decoration: none; white-space: nowrap;}
#subnav a:hover		{text-decoration: underline; white-space: nowrap;}
#subnav a:active	{text-decoration: none; white-space: nowrap;}

#breadcrumbs {
	width: 483px;
	margin: 0px 0px 0px 2px;
	padding: 5px;
	font-weight: bold;
	font-size: 85%;
	
	text-align: right;
	}

#breadcrumbs ul {
	margin: 0px; padding: 0px 5px 3px 5px;
	border-bottom: 1px solid  #0099CC;
	list-style-type: none;
	float: left;
	width: 473px;
	}
	
#breadcrumbs li {
	padding: 0px 15px 0px 15px;
	background-image: url(../images/design/breadcrumb_bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	display: inline;	
	}

#breadcrumbs li a {
	font-weight: normal;
	color: #0099CC;
	}

#breadcrumbs a:link		{text-decoration: none; white-space: nowrap;}
#breadcrumbs a:visited	{text-decoration: none; white-space: nowrap;}
#breadcrumbs a:hover	{text-decoration: underline; white-space: nowrap;}
#breadcrumbs a:active	{text-decoration: none; white-space: nowrap;}

#datetime	{
	float: right;
	width: 180px;
	border-bottom: 1px dotted #CCC;
	font-size: 90%;
	text-align: right;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 5px 20px 5px 13px;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

#forcer_fix {
	float: left;
	width: 98%
	}

#footer	{
	clear: both;
	width: 750px;
	margin: 0px;
	padding: 15px 5px 5px 5px;
	font-size: 80%;
	color: #FFF;
	height: 58px;
	background-color: #1364D2;
	text-align: right;
	background-image: url(../images/design/footer.jpg);
	background-repeat: no-repeat;

	}

#footer a	{color: #FFF}




/* ------------------ start menu classes for image replaced menus ----------------- */

				#menu	{ 
					margin: 0px; padding: 0px;
					width: 255px;
					float: left;
					}
					
				#menu ul	{
					margin: 0px; padding: 0px; 
					width: 255px;
					}
					
				#menu li 	{
					list-style: none;
					}
				
				#menu1	{
					height: 45px;
					text-indent: -5000px;
					background-image: url(../images/design/button_home.jpg);					}
				#menu1 a {
					height: 45px;
					display: block;
					}
				
				#menu2	{
					height: 44px;
					text-indent: -5000px;
					background-image: url(../images/design/button_school_info.jpg);
					}
				#menu2 a {
					height: 44px;
					display: block;
					}
				
				#menu3	{
					height: 43px;
					text-indent: -5000px;
					background-image: url(../images/design/button_curriculum.jpg);
					}
				#menu3 a {
					height: 43px;
					display: block;
					}
					
				#menu4	{
					height: 43px;
					text-indent: -5000px;
					background-image: url(../images/design/button_news.jpg);
					}
				#menu4 a {
					height: 43px;
					display: block;
					}
				
				#menu5	{
					height: 44px;
					text-indent: -5000px;
					background-image: url(../images/design/button_staff.jpg);
					}
				#menu5 a {
					height: 44px;
					display: block;
					}
				
				#menu6	{
					height: 44px;
					text-indent: -5000px;
					background-image: url(../images/design/button_governors.jpg);
					}
				#menu6 a {
					height: 44px;
					display: block;
					}
				
				#menu7	{
					height: 43px;
					text-indent: -5000px;
					background-image: url(../images/design/button_childrens_corner.jpg);
					}
				#menu7 a {
					height: 43px;
					display: block;
					}
				
				#menu8	{
					height: 45px;
					text-indent: -5000px;
					background-image: url(../images/design/button_friends.jpg);
					}
				#menu8 a {
					height: 45px;
					display: block;
					}
				
				#menu9	{
					height: 49px;
					text-indent: -5000px;
					background-image: url(../images/design/button_contact.jpg);
					}
				#menu9 a {
					height: 49px;
					display: block;
					}
				
					
 /* ------------------ ^^ end menu classes for image replaced menus ^^ ----------------- */
 
 ul#tickerContent {   
                width: 90%;
                height: 40px;
                overflow: scroll;
                white-space: nowrap;
                margin:0; padding: 0;
				display: inline;
            }

            ul#tickerContent li {
                display: inline;
                padding-right: 40px;
			
            }

#header a {
	color: #FFFFFF; 
	}

#latest_news {
	padding-top: 70px;
	width: 400px;
	padding-right: 20px;
	float: right;
	}
	
table {
	font-size: 90%;
	border: 1px solid #E6E6E6;
	}