/* 
 *	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";
@import "comments.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	{
	background: #83d5ff;
	margin: 0px auto;
	padding: 0px;
	font-family: "Comic Sans MS", Verdana, Tahoma, Arial, 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-repeat: no-repeat;
	width: 760px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	background-image: url(../images/design/inner/inner_header.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 183px;
	margin: 0px; padding: 0px;
	color: #FFF;
	}

#header h1, #header h2	{display: none;}

#innerflash {
	float: left;
	position: absolute;
	z-index: 10;
	margin-top: -90px;
	margin-left: 330px;
	}
 
#main	{ 
	width: 760px;
	margin: 0px; padding: 0px;
	background: url(../images/design/inner/main_rpt.gif);
	background-repeat: repeat-y;
	}

#contentwrapper	{
	float: right;
	width: 556px;
	background-image: url(../images/design/inner/contentright.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px; padding: 0px 10px 0px 0px;
	}

#subnav {
	width: 556px;
	background-image: url(../images/design/inner/subnav.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	float: left;
	}


#subnav ul {
	width: 513px;
	margin: 0px; padding: 0px;
	}
	
#subnav li {
	float:  left;
	list-style: none;
	margin: 0px; padding: 0px;
	}


#subnav a		{
	background: url(../images/design/inner/subnavbullet.gif) left no-repeat;
	margin: 0px; padding: 0px 15px 0px 15px;
	text-decoration: none;
	white-space: nowrap;
	float: left;
	color: #003399;
	font-weight: bold;
	}

#subnav a:link		{
	text-decoration: none;
	float: left;
	font-weight: bold;
	}

#subnav a:hover		{
	text-decoration: underline;
	}

#breadcrumbs {
	float: left;
	width: 555px;
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
	font-size: 75%;
	color: #72b9ff;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 3px 0px 11px;
	background: url(../images/subnav_bullet.gif) left  no-repeat;
	}

#breadcrumbs a:link		{text-decoration: none; color:#72b9ff;}
#breadcrumbs a:visited	{text-decoration: none; color:#72b9ff;}
#breadcrumbs a:hover	{text-decoration: underline; color:#72b9ff;}
#breadcrumbs a:active	{text-decoration: none;}

#datetime	{
	float: right;
	font-size: 75%;
	text-align: right;
	padding-right: 10px;
	margin-bottom: -30px;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 5px;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

#footer	{
	float: left;
	clear: both;
	background-image: url(../images/design/inner/footer.jpg);
	width: 680px;
	height: 126px;
	margin: 0px;
	padding: 75px 0px 0px 80px;
	font-size: 95%;
	color: #477600;
	font-weight: bold;
	}

#footer a	{color: #477600; font-weight: bold;
	z-index: 25;
	position: relative;
	}

#contactinner {
	float: left;
	width: 160px;
	height: 40px;
	margin: -40px 0px 0px -15px;
	text-indent: -5000px;
	}

#contactinner a {
	width: 160px;
	height: 40px;
	display: block;
	}


#forcer_fix {
	float: right;
	width: 98%;
}

/* ------------------ start menu classes for image replaced menus ----------------- */

				#menu	{ 
					margin: 0px; padding: 0px;
					width: 194px;
					background: url(../images/menu_bkg.gif) no-repeat;
					float: left;
					}
					
				#menu ul	{
					margin: 0px; padding: 0px; 
					width: 194px;
					}
					
				#menu li 	{
					list-style: none;
					}
				
				#menu1	{
					height: 56px;
					text-indent: -5000px;
					background: url(../images/design/inner/link1.gif) no-repeat;
					}
				#menu1 a {
					height: 56px;
					display: block;
					}
				
				#menu2	{
					height: 56px;
					text-indent: -5000px;
					background: url(../images/design/inner/link2.gif) no-repeat;
					}
				#menu2 a {
					height: 56px;
					display: block;
					}
				
				#menu3	{
					height: 56px;
					text-indent: -5000px;
					background: url(../images/design/inner/link3.gif) no-repeat;
					}
				#menu3 a {
					height: 56px;
					display: block;
					}
					
				#menu4	{
					height: 56px;
					text-indent: -5000px;
					background: url(../images/design/inner/link4.gif) no-repeat;
					}
				#menu4 a {
					height: 56px;
					display: block;
					}
				
				#menu5	{
					height: 56px;
					text-indent: -5000px;
					background: url(../images/design/inner/link5.gif) no-repeat;
					}
				#menu5 a {
					height: 56px;
					display: block;
					}
				
				#menu6	{
					height: 56px;
					text-indent: -5000px;
					background: url(../images/design/inner/link6.gif) no-repeat;
					}
				#menu6 a {
					height: 56px;
					display: block;
					}
				
				#menu7	{
					height: 78px;
					text-indent: -5000px;
					background: url(../images/design/inner/link7.gif) no-repeat;
					}
				#menu7 a {
					height: 78px;
					display: block;
					}
					
/* ------------------ ^^ end menu classes for image replaced menus ^^ ----------------- */

#editor {width: 495px; text-align: left; background-image: none; background-color: #fff; border: 5px solid #898989; margin: 0px; padding: 0px; min-height: 400px;}