/* 
 *	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";
@import "contentblock.css";

body {
	margin: 0px 0px 0px 0px;
}

hr.clearer {
	visibility: hidden;
	clear: both;
}


/* ------------------ ^^ end menu classes for standard menus ^^ ----------------- */

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;
}

ul.podcastList li {
	height: auto !important;
}

ul.podcastList li.attachmentDownload_mp3 {
	background-position: top left;
}

/* ------- ^^ 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 ^^ ------- */


body	{
	margin: 0px auto;
	background-image: url(../images/design/bg.gif);
	padding: 0px;
	font-family: "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 170%;
	color: #006699;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #006699;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}

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: #FFF; 
	width: 780px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	background: #006;
	width: 780px;
	height: 136px;
	margin: 0px; padding: 0px;
	color: #FFF;
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat
	}

#header h1, #header h2	{display: none;}
 
#main	{ 
	width: 780px;
	margin: 0px; padding: 0px; 
	}

#contentwrapper	{
	float: right;
	width: 549px;
	margin: 0px; padding: 0px;
	background-image: url(../images/design/content_top.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	
	}

#subnav {
	width: 539px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	float: left;
	border-bottom: 1px solid #006699;
	border-top: 1px solid #006699;
	}

#subnav ul {
	margin: 0px; padding: 0px 0px 0px 0px;
	float: left;

	}
	
#subnav li {
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 20px;
	background-image: url(../images/design/subnav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	
	}

#subnav li a {
	font-weight: normal;
	display: block;
	white-space: nowrap;
	color: #006699;
	}


#subnav a:link		{text-decoration: none; }
#subnav a:visited	{text-decoration: none; }
#subnav a:hover		{text-decoration: underline; }
#subnav a:active	{text-decoration: none; }

#breadcrumbs {
	float: left;
	width: 380px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 6px 0px 12px;
	background-image: url(../images/design/breadcrumbs_bullet.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	}

#breadcrumbs li a {
	font-weight: normal;
	color: #006699;
	font-size: 90%;
	}

#breadcrumbs a:link		{text-decoration: none;}
#breadcrumbs a:visited	{text-decoration: none;}
#breadcrumbs a:hover	{text-decoration: underline;}
#breadcrumbs a:active	{text-decoration: none;}

#datetime	{
	float: right;
	font-size: 85%;
	text-align: right;
	padding-right: 40px;
	padding-top: 8px;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 5px;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

#footer	{
	clear: both;
	background: #ffffff;
	width: 770px;
	margin: 0px;
	padding: 5px;
	font-size: 80%;
	color: #006699;
	height: 60px;
	background-image: url(../images/design/footer.jpg);	
	background-repeat: no-repeat;
	text-align: right;
	}

#footer a	{color: #006699;	font-weight: normal;}


/* ------------------ start menu classes for image replaced menus ----------------- */

				#menu	{ 
					margin: 0px; padding: 0px;
					width: 231px;
					background-image: url(../images/design/menu_bottom.jpg);
					background-position: bottom;
					background-repeat: no-repeat;
					float: left;
padding-bottom:115px;
					}
					
				#menu ul	{
					margin: 0px; padding: 0px; 
					width: 231px;
					padding-bottom: 47px;
					}
					
				#menu li 	{
					list-style: none;
					}
				
				#menu1	{
					height: 36px;
					text-indent: -5000px;
					background-image: url(../images/design/button_1.jpg)
					}
				#menu1 a {
					height: 36px;
					display: block;
					}
					
				#menu1 a:hover {
					background-image: url(../images/design/button_1_over.jpg);
					background-repeat: no-repeat;
					}
				
				#menu2	{
					height: 44px;
					text-indent: -5000px;
					background-image: url(../images/design/button_2.jpg);
					 
					}
				#menu2 a {
					height: 44px;
					display: block;
					}
				
				#menu2 a:hover {
					background-image: url(../images/design/button_2_over.jpg);
					background-repeat: no-repeat;
					}
				
				#menu3	{
					height: 36px;
					text-indent: -5000px;
					background-image: url(../images/design/button_3.jpg);
					}
				#menu3 a {
					height: 36px;
					display: block;
					}
				
				#menu3 a:hover {
					background-image: url(../images/design/button_3_over.jpg);
					background-repeat: no-repeat;
					}
					
				#menu4	{
					height: 44px;
					text-indent: -5000px;
					background-image: url(../images/design/button_4.jpg);
					}
				#menu4 a {
					height: 44px;
					display: block;
					}
				
				#menu4 a:hover {
					background-image: url(../images/design/button_4_over.jpg);
					background-repeat: no-repeat;
					}
				
				#menu5	{
					height: 38px;
					text-indent: -5000px;
					background-image: url(../images/design/button_5.jpg);
					}
				#menu5 a {
					height: 38px;
					display: block;
					}
					
				#menu5 a:hover {
					background-image: url(../images/design/button_5_over.jpg);
					background-repeat: no-repeat;
					}
				
				#menu6	{
					height: 39px;
					text-indent: -5000px;
					background-image: url(../images/design/button_6.jpg);
					}
				#menu6 a {
					height: 39px;
					display: block;
					}
				
				#menu6 a:hover {
					background-image: url(../images/design/button_6_over.jpg);
					background-repeat: no-repeat;
					}
				
				#menu7	{
					height: 38px;
					text-indent: -5000px;
					background-image: url(../images/design/button_7.jpg);
					}
				#menu7 a {
					height: 38px;
					display: block;
					}
				
				#menu7 a:hover {
					background-image: url(../images/design/button_7_over.jpg);
					background-repeat: no-repeat;
					}
				
				#menu8	{
					height: 39px;
					text-indent: -5000px;
					background-image: url(../images/design/button_special_events.jpg);
					}
				
				
					
/* ------------------ ^^ end menu classes for image replaced menus ^^ ----------------- */

#flashDiv {
	float: right;
}

#motto {
	text-align: center;
font-size: 130%;
padding: 4px;
font-weight: bold;
}

#editor {width: 495px; text-align: left; background-image: none; background-color: #fff; border: 5px solid #898989; margin: 0px; padding: 0px; min-height: 400px;}