/* 
 *	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 ^^ ------- */


/* ------------------ default styling ----------------- */

body	{
	background: #8A0208 url(../images/design/background.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma,  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: #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-image: url(../images/design/container.gif);
	background-repeat: no-repeat;
	width: 820px;  
	margin: 0px auto;
	padding-left: 30px;
	text-align: left;
	}

#header		{
	background-image: url(../images/design/header.gif);
	width: 760px;
	height: 172px;
	margin: 0px; padding: 0px;
	color: #FFF;
	position: relative;
	z-index: 5;
	}

#header h1, #header h2	{display: none;}

#logo {
	float: left;
	padding-left: 22px;
	padding-top: 3px;
	}

#logo a {
	width: 210px;
	height: 160px;
	display: block;
	text-indent: -5000px;
	}
 
#main	{ 
	width: 760px;
	margin: 0px; padding: 0px; 
	background-image: url(../images/design/main_rpt.gif);
	background-repeat: repeat-y;
	}

#flash {
	margin-top: -35px;
	position: relative;
	z-index: 10;
	}

#contentwrapper	{
	float: right;
	width: 520px;
	padding-right: 10px; 
	margin: 0px;
	}

#subnav {
	width: 510px;
	background-image: url(../images/design/inner/subnav.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-left: 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: #CC0000;
	font-weight: bold;
	}

#subnav a:link		{
	text-decoration: none;
	float: left;
	font-weight: bold;
	}

#subnav a:hover		{
	text-decoration: underline;
	}

#breadcrumbs {
	float: left;
	width: 510px;
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #FFCFC1;
	border-bottom: 1px dotted #FFCFC1;
	font-weight: bold;
	font-size: 75%;
	color: #C61515;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 3px 0px 11px;
	margin: 0px;
	background: url(../images/subnav_bullet.gif) left  no-repeat;
	}

#breadcrumbs a:link		{text-decoration: none; color:#C61515; font-weight: normal;}
#breadcrumbs a:visited	{text-decoration: none; color:#C61515; font-weight: normal;}
#breadcrumbs a:hover	{text-decoration: underline; color:#C61515; font-weight: normal;}
#breadcrumbs a:active	{text-decoration: none;}

#datetime	{
	float: right;
	width: 180px;
	font-size: 85%;
	text-align: right;
	color: #333333;
	margin-top: 140px;
	margin-right: 20px;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 0px 5px;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

#footer	{
	clear: both;
	background-image: url(../images/design/footer.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 54px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 10px;
	font-size: 80%;
	color: #FFC166;
	text-align: right;
	line-height: 160%;
	}

#footer a	{color: #FFC166}


/* ------------------ start menu classes for standard menus ----------------- */

				#menu	{
					float: left;
					margin: 0px; padding-top: 20px;
					width: 223px;
					background-image: url(../images/design/contenttop.gif);
					background-position: top;
					background-repeat: no-repeat;
					color: #C61515;
					}
					
				#menu ul	{
					margin-left: 40px; 
					padding: 0px; 
					width: 153px;
					}
					
				#menu li 	{
					list-style: none;
					}
					
				#menu li a	{
					display: block;
					margin: 0px;
					padding: 5px;
					color: #C61515;
					}
					
				#menu li a:hover	{
					display: block; 
					margin: 0px;
					padding: 5px;
					color: #C61515;
					}
					
/* ------------------ ^^ end menu classes for standard menus ^^ ----------------- */


#editor {width: 495px; text-align: left; background-image: none; background-color: #fff; border: 5px solid #898989; margin: 0px; padding: 0px; min-height: 400px;}