/* 
 *	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 ^^ ------- */
/* ------------------ typography ----------------- */

body	{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 150%;
	color: #000;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	color: #A72320;
	margin-top: 0;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #A72320;
	margin-top: 0;
	}

a:link 		{}
a:visited	{}
a:hover	 	{color: #666;}
a:active	{color: #c00;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
	}

/* ------------------ layout ----------------- */

body	{
	background: #460001 url(../images/design/page_rpt.jpg) repeat-x top left;
	margin: 0px auto;
	padding: 0px;
	}

#container	{
	width: 100%;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	background: #98191C url(../images/design/header.jpg) no-repeat top;
	width: 100%;
	height: 123px;
	margin: 0px auto; padding: 0px;
	color: #FFF;
	}

#header h1, #header h2	{display: none;}

/* --- centre wrapper - holds content area in centre of window --- */

#centrewrapper{
	margin: 0px auto;
	padding: 0;
	width: 760px;
}
	
/* --- main menu --- */

#menu	{ 
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 46px;
	background: #951215 url(../images/design/menu_rpt.jpg) repeat-x bottom left;
	font-size: 90%;
	}
	
#menu ul	{
	margin: 0px; padding: 0px;
	list-style: none;
	}
	
#menu li 	{
	display: inline;
	width: 94px;
	height: 46px;
	float: left;
	margin-right: 1px;
	}
	
#menu li a	{
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 94px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -5000px;
	}
	
	#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);
	margin-right: 0px;
	width: 95px;
}

/* --- content area --- */


#main	{ 
	width: 760px;
	margin: 0px; padding: 0px;
	background: #fff url(../images/design/content_grad.jpg) repeat-x top;
	}

#contentwrapper	{
	float: right;
	width: 540px;
	margin: 0px; padding: 0px;
	
	}

#subnav {
	float: left;
	clear: left;
	width: 200px;
	margin: 0px;
	padding: 0px 10px;
	font-weight: bold;
	}

#subnav ul {
	margin: 0px; padding: 0px;
	list-style: inside;
	}
	
#subnav li {
	margin: 0px; padding: 0px;
	list-style-type: square;
	padding: .25em .25em .25em 1em;
	margin-top: 2px;
	color: #fff;
	background-color: #DD524F;
	}
#subnav li:last-child{
	padding-bottom: 0;
}

#subnav a:link		{color: #fff; text-decoration: none;}
#subnav a:visited	{color: #fff; text-decoration: none;}
#subnav a:hover		{color: #fff; text-decoration: underline;}
#subnav a:active	{color: #fff; text-decoration: none;}

#subnav .subcap{
	background: url(../images/design/subcap_bg.gif) no-repeat bottom left;
	height: 11px;
	width:200px;
}

#subnav .submenu{
	width: 194px;
	padding: 0px 3px 10px;
	background: #fff url(../images/design/subnav_bottom.gif) no-repeat bottom left;
	margin-bottom: 10px;
}

#subnav #links{
	background: #fff url(../images/design/subnav_fixed_bottom.gif) no-repeat bottom left;
}

#subnav .links{
	background: url(../images/design/subcap_fixed_bg.gif) no-repeat bottom left;
}

#subnav #links li{
	background-color: #7D9B57;
}

#subnav .submenu p{
	padding: 0px;
	margin: 0px;
}

	#subnav .submenu h2{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 0;
		padding: 0px 6px 8px;
		font-size: 120%;
		background: #8D0D0E url(../images/design/sidenav_header_bottom.jpg) no-repeat bottom left;
		text-transform: none;
	}
	
	#subnav .submenu h2 span{
		padding-left: 30px;
		background: url(../images/design/news_icon.gif) no-repeat left;
	}
	
	#subnav #links h2 span{
		background: url(../images/design/links_icon.gif) no-repeat left;
	}
	

#subnav #links h2{
	background: #8D0D0E url(../images/design/sidenav_fixed_header_bottom.jpg) no-repeat bottom left;
}

#breadcrumbs {
	float: left;
	width: 760px;
	margin: 0px;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 90%;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 6px 0px 12px;
	background: url(../images/design/breadcrumb_bullet.gif) left  no-repeat;
	}
	
	#breadcrumbs li:first-child{
		background-image: none;
	}

#breadcrumbs a:link		{color: #666; text-decoration: none;}
#breadcrumbs a:visited	{color: #666; text-decoration: none;}
#breadcrumbs a:hover	{color: #333; text-decoration: underline;}
#breadcrumbs a:active	{color: #666; text-decoration: none;}


#content	{
	clear: both;
	margin: 0px;
	padding: 5px;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

/* --- footer --- */

#footer	{
	clear: both;
	background: #460001 url(../images/design/footer_standard.jpg) bottom; /* standard footer image */
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #333;
	height: 168px; /* standard footer height */	
	}
	
	#footer #footercontent{
		width: 750px;
		margin: 0px auto;
		padding: 50px 5px 0px; /* standard footer spacing */
		text-align: center;
	}

#footer a	{color: #333;}
	#footer a:hover{
		color: #666;
	}

#forcerfix{
	width: 100%;
	float: right;
}

/* ------------------ 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:173px; /* 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:75%;
	color:#fff;
	float:right;
	margin-right: 10px;
	padding-top: .75em;
	display: inline;
	position: relative;
	z-index: 500;
	margin-top: -120px;
}
	#accessibilitylinks a{
		color:#fff;
		text-decoration:none;
	}
		#accessibilitylinks a:hover{
			text-decoration:underline;
		}
	
	#accessibilitylinks ul{
		padding:0;
		margin:0;
		list-style-type: none;
	}
		#accessibilitylinks li{
			float:left;
			margin-left:10px;
				display:block;
		}
			#accessibilitylinks li a{
				padding-left:15px;
				display:block;
			}
		
		#accessibilitylinks #homelink{
			background-image: url(../images/design/home_link.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		#accessibilitylinks #contactlink{
			background-image: url(../images/design/contact_link.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		#accessibilitylinks #textlink{
			background-image: url(../images/design/text_link.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		#accessibilitylinks #maplink{
			background-image: url(../images/design/map_link.gif);
			background-position: left;
			background-repeat: no-repeat;
		}

/* ------------- news section --------------------*/

#subnav #latestnews .headline{
	color: #333;
}

#subnav #latestnews .intropara{
	color: #333;
	font-weight: normal;
	margin: .5em 0em;
}

#subnav #latestnews .readmore{
	width: 179;
	display: block;
	background-color: #DD524F;
	padding: 5px 5px 0px 10px;	
}

/* flash on home page */
#homeflash{
	float: right;
	display: block;
	margin-left: 1em;
	margin-bottom: 1em;
}

#newsFeeds{
	font-size: 90%;
}

	#newsFeeds li a{
		font-size: 110%;
	}