/* 
 *	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 ^^ ------- */

#editor {width: 495px; text-align: left; background-image: none; background-color: #fff; border: 5px solid #898989; margin: 0px; padding: 0px; min-height: 400px;}

/* ------------------ default styling ----------------- */

body	{
	background: #FFA319 url(../images/design/page_bg.gif) repeat-x;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
	line-height: 170%;
	color: #000;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin-top: 0px;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0px;
	}

h1, h2, h3, h4, h5, h6, h7{
	color: #337502;
}

a:link 		{color: #337502; text-decoration: none; border-bottom: 1px solid #337502;}
a:visited	{color: #224E01; text-decoration: none; border-bottom: 1px dashed #224E01;}
a:hover	 	{color: #54C402; text-decoration: none; border-bottom: 1px solid #54C402;}
a:active	{color: #54C402; text-decoration: none; border-bottom: 1px solid #54C402;}

.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: 760px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	background: #9EE1F8 url(../images/design/header.jpg) no-repeat top left;
	width: 760px;
	height: 179px;
	margin: 0px; padding: 0px;
	color: #FFF;
	position: relative;
	z-index: 10;
	}

#header h1, #header h2	{display: none;}
 
#main	{ 
	width: 760px;
	margin: 0px; padding: 0px; 
	background: #FAFAFA url(../images/design/content_bg.gif) repeat-y;
	}

#contentwrapper	{
	float: left;
	width: 550px;
	margin: 0px; padding: 0px;	
	}

#subnav {
	width: 540px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	margin-top: -20px!important;
	margin-top: -10px;
	position: relative;
	z-index: 100;
	border-width: 1px 0px;
	border-style:solid;
	border-color: #B06A00;
	color: #337502;
display: block;
	}

#subnav ul {
	margin: 0px; padding: 0px;
width: 540px;
display: block;
	}
	
#subnav li {
	display: inline; 
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background: url(../images/design/subnav_bullet.gif) left  no-repeat;
	}




#subnav a:link		{color: #337502; text-decoration: none;  border: none;}
#subnav a:visited	{color: #337502; text-decoration: none; border: none;}
#subnav a:hover		{color: #337502; text-decoration: underline; border: none;}
#subnav a:active	{color: #337502; text-decoration: none;  border: none;}

#breadcrumbs {

	float: left;

	width: 540px;

	margin: 0px;

	padding: 5px;

	font-weight: bold;

	font-size: 80%;

	margin-top: -80px!important;

	margin-top: -40px;

	position: relative;
clear: both;

	z-index: 100;

	display: inline;

	color: #337502;
margin-bottom: 10px;

	}



#breadcrumbs ul {

	margin: 0px;

	padding: 0px;

	}

	

#breadcrumbs li {

	display: inline;

	padding: 0px;


	}

	

#breadcrumbs li:first-child{

	padding-left: 0px;

	background-image: none;

}



#breadcrumbs a:link		{color: #337502; text-decoration: none; border: none;}

#breadcrumbs a:visited	{color: #337502; text-decoration: none; border: none;}

#breadcrumbs a:hover	{color: #337502; text-decoration: underline; border: none;}

#breadcrumbs a:active	{color: #337502; text-decoration: none; border: none;}


#content	{
	clear: both;
	margin: 0px;
	padding: 5px;
	margin-top: 2em;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

#footer	{
	clear: both;
	background: #fafafa url(../images/design/footer.jpg) no-repeat bottom left;
	height: 59px;
	width: 750px;
	margin: 0px;
	padding: 175px 5px 0px;
	font-size: 80%;
	color: #FFF;
	text-align: center;
	}

#footer a	{color: #FFF;  border: none;}


/* ------------------ start menu classes for image replaced menus ----------------- */

				#menu	{ 
					margin: 0px; padding: 0px;
					width: 190px;
					float: left;
					position: relative;
					z-index: 100;
					margin-top: -12px;
					}
					
				#menu ul	{
					margin: 0px 0px 0px 17px; padding: 0px; 
					width: 150px;
					}
					
				#menu li 	{
					list-style: none;
					height: 60px;
					width: 150px;
					}
					
				#menu li a{
					background-position: top left;
					width: 150px;
					height: 60px;
					text-indent: -5000px;
					display: block;
					background-repeat: no-repeat;
					border: none;
				}
					#menu li a:hover{
						background-position: bottom left;
					}
				
				#menu1 a{
					background-image: url(../images/design/button_1.jpg);
					}
				#menu2 a{
					background-image: url(../images/design/button_2.jpg);
					}
				#menu3 a{
					background-image: url(../images/design/button_3.jpg);
					}
				#menu4 a{
					background-image: url(../images/design/button_4.jpg);
					}
				#menu5 a{
					background-image: url(../images/design/button_5.jpg);
					}
				#menu6 a{
					background-image: url(../images/design/button_6.jpg);
					}
				#menu7 a{
					background-image: url(../images/design/button_7.jpg);
					}
				#menu8 a{
					background-image: url(../images/design/button_8.jpg);
					}
					
/* ------------------ ^^ end menu classes for image replaced menus ^^ ----------------- */

#newsFeeds{
	font-size: 90%;
}

	#newsFeeds li a{
		font-size: 110%;
	}
	
/* ------------------ 100% height ------------------ */

html, body{
	margin:0;
	padding:0;
	height:100.1%; /* needed for container min-height, forces v.scroll on FF */
}

#container{
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#main{
	padding-bottom:235px; /* bottom padding for footer - adjust as necessary  *** STANDARD PAGE *** */	
}

#footer{
	bottom:0; /* stick to bottom */
	position:absolute;
}

#footer a{
	text-decoration: underline;
}

/* ---------------- 100% height end ---------------- */

/* ---------------- accessibility links --------------*/
#accessibilitylinks{
	font-size: 80%;
	color:#fff;
	float:right;
	margin-right: 25px;
	padding-top: 100px;
	display: inline;
	position: relative;
	z-index: 500;


}
	#accessibilitylinks a{
		color:#337502;
		text-decoration:none;
		 border: none;
	}
		#accessibilitylinks a:hover{
			text-decoration:underline;
		}
	
	#accessibilitylinks ul{
		padding:0;
		margin:0;
		list-style-type: none;

	}
		#accessibilitylinks li{
			float:left;
			margin-left:10px;

			background-image: url(../images/design/text_link.gif);
			background-position: left;
			background-repeat: no-repeat;
				padding-left:15px;
		}
			#accessibilitylinks li a{
				display:block;
			}
		
		#accessibilitylinks #homelink{
			background-image: url(../images/design/home_link.gif);
		}
		#accessibilitylinks #contactlink{
			background-image: url(../images/design/contact_link.gif);
		}
		#accessibilitylinks #maplink{
			background-image: url(../images/design/map_link.gif);
		}
		
#forcerfix{
	width: 100%;
	float: left;
}

  .imageFooterMiddle	{
	padding-bottom: 20px; /* Enough room for 4 lines of text */
	padding-top: 5px;
	line-height: 120%;
	font-size: 90% !important; 
	}
	