/* 
 *	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/background.gif);
	background-repeat: repeat-x;
	background-color: #4C7CCE;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial,, Verdana, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 170%;
	color: #1C277A;
	}
	
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: #1C277A; font-weight: bold; text-decoration: none;}
a:visited	{color: #1C277A; font-weight: bold; text-decoration: none;}
a:hover	 	{color: #1C277A; font-weight: bold; text-decoration: underline;}
a:active	{color: #1C277A; 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-image: url(../images/design/header.gif);
	width: 780px;
	height: 148px;
	margin: 0px; padding: 0px;
	color: #FFF;
	}

#header h1, #header h2	{display: none;}

#address {
	text-align: center;
	padding-top: 85px;
	padding-left: 140px;
	color: #FFCC00;
	font-size: 100%;
	}

#address a {
	color: #FFCC00;
	font-weight: normal;
	}

#address a:hover {
	text-decoration: underline;
	}
 
#main	{ 
	width: 780px;
	margin: 0px; padding: 0px; 
	background-image: url(../images/design/main_rpt.gif);
	background-repeat: repeat-y;
	}

#contentwrapper	{
	float: right;
	width: 510px;
	margin: 0px; 
	padding-right: 10px;
	}

#subnav {
	width: 510px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	float: left;
	}


#subnav ul {
	width: 510px;
	margin: 0px; padding: 0px;
	}
	
#subnav li {
	float:  left;
	list-style: none;
	margin: 0px; padding: 0px;
	}


#subnav a		{
	background: url(../images/design/subnav.gif) left no-repeat;
	margin: 0px; padding: 0px 15px 0px 15px;
	text-decoration: none;
	white-space: nowrap;
	float: left;
	color: #0063BF;
	}

#subnav a:link		{
	text-decoration: none;
	float: left;
	}

#subnav a:hover		{
	text-decoration: underline;
	}

#breadcrumbs {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	font-weight: bold;
	font-size: 90%;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 6px 0px 12px;
	background: url(../images/subnav_bullet.gif) left  no-repeat;
	}

#breadcrumbs a:link		{text-decoration: none; color: #1C277A;}
#breadcrumbs a:visited	{text-decoration: none; color: #1C277A;}
#breadcrumbs a:hover	{text-decoration: underline; color: #1C277A;}
#breadcrumbs a:active	{text-decoration: none; color: #1C277A;}

#datetime	{
	float: right;
	width: 180px;
	font-size: 90%;
	text-align: right;
	padding-right: 10px;
	}

#content	{
	clear: both;
	margin: 0px;
	padding-right: 5px;
	}

#contentmain {
	float: right;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

#footer	{
	clear: both;
	background-image: url(../images/design/footer.gif);
	background-repeat: no-repeat;
	width: 740px;
	height: 53px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	font-size: 90%;
	text-align: right;
	color: #FFF;
	line-height: 160%;
	}

#footer a	{color: #FFF}

.imageFooterMiddle	{
	padding-bottom: 20px; /* Enough room for 4 lines of text */
	padding-top: 5px;
	line-height: 120%;
	font-size: 90% !important; 
	}


/* ------------------ start menu classes for image replaced menus ----------------- */

				#menu	{ 
					margin: 0px; padding: 0px;
					width: 256px;
					background: url(../images/menu_bkg.gif) no-repeat;
					float: left;
					}
					
				#menu ul	{
					margin: 0px; padding: 0px; 
					width: 256px;
					}
					
				#menu li 	{
					list-style: none;
					}
				
				#menu1	{
					height: 74px;
					text-indent: -5000px;
					background: url(../images/design/link1.gif) no-repeat;
					}
				#menu1 a {
					height: 74px;
					display: block;
					}
				
				#menu2	{
					height: 50px;
					text-indent: -5000px;
					background: url(../images/design/link2.gif) no-repeat;
					}
				#menu2 a {
					height: 50px;
					display: block;
					}
				
				#menu3	{
					height: 40px;
					text-indent: -5000px;
					background: url(../images/design/link3.gif) no-repeat;
					}
				#menu3 a {
					height: 40px;
					display: block;
					}
					
				#menu4	{
					height: 40px;
					text-indent: -5000px;
					background: url(../images/design/link4.gif) no-repeat;
					}
				#menu4 a {
					height: 40px;
					display: block;
					}
				
				#menu5	{
					height: 49px;
					text-indent: -5000px;
					background: url(../images/design/link5.gif) no-repeat;
					}
				#menu5 a {
					height: 49px;
					display: block;
					}
				
				#menu6	{
					height: 46px;
					text-indent: -5000px;
					background: url(../images/design/link6.gif) no-repeat;
					}
				#menu6 a {
					height: 46px;
					display: block;
					}
				
				#menu7	{
					height: 54px;
					text-indent: -5000px;
					background: url(../images/design/link7.gif) no-repeat;
					}
				#menu7 a {
					height: 54px;
					display: block;
					}

/* ------------------ ^^ end menu classes for image replaced menus ^^ ----------------- */