/* 
 *	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 "comments.css";
@import "contentblock.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:  Arial, Verdana, Tahoma, 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;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}

a:link 		{text-decoration: none;}
a:visited	{text-decoration: none;}
a:hover	 	{text-decoration: underline;}
a:active	{color: #c00;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
	}

/* ------------------ layout ----------------- */

body	{
	background: #FFF;
	margin: 0px auto;
	padding: 0px;
	}

#container	{
	background: #FFF; 
	width: 775px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
	width: 775px;
	height: 90px;
	margin: 0px; padding: 0px;
	color: #FFF;
	}

#header h1, #header h2	{display: none;}
	
/* --- main menu --- */

				#menu	{ 
					background-color: #FFF;
					padding: 0px;
					width: 775px;
					background-position: right;
					float: left;
					}
					
				#menu ul	{
					margin: 0px; padding: 0px; 
					width: 775px;
					}
					
				#menu li 	{
					list-style: none;
					text-indent: -5000px;
					font-size: 85%;
					text-align: center;
					padding-bottom: 20px;
					}
				
				#menu a		{
					text-decoration: none;
					}
				
				#menu a:hover	{
					text-decoration: none;
					font-weight: normal;
					}
				
				#menu1	{
					height: 110px;
					background: url(../images/design/link1.gif) no-repeat;
					float: left;
					}
				#menu1 a {
					display: block;
					height: 110px;
					width: 90px;
					}
				
				#menu1 a:hover {
					background: url(../images/design/link1r.gif) no-repeat;
					}
				
				#menu2	{
					height: 110px;
					background: url(../images/design/link2.gif) no-repeat;
					float: left;
					}
				#menu2 a {
					height: 110px;
					width: 85px;
					display: block;
					}

				#menu2 a:hover {
					background: url(../images/design/link2r.gif) no-repeat;
					}
				
				#menu3	{
					height: 110px;
					background: url(../images/design/link3.gif) no-repeat;
					float: left;
					}
					
				#menu3 a {
					height: 110px;
					width: 85px;
					display: block;
					}
					
				#menu3 a:hover {
					background: url(../images/design/link3r.gif) no-repeat;
					}
					
				#menu4	{
					height: 110px;
					background: url(../images/design/link4.gif) no-repeat;
					float: left;
					}
				#menu4 a {
					height: 110px;
					width: 85px;
					display: block;
					}

				#menu4 a:hover {
					background: url(../images/design/link4r.gif) no-repeat;
					}
				
				#menu5	{
					height: 110px;
					background: url(../images/design/link5.gif) no-repeat;
					float: left;
					}
				#menu5 a {
					height: 110px;
					width: 85px;
					display: block;
					}

				#menu5 a:hover {
					background: url(../images/design/link5r.gif) no-repeat;
					}
				
				#menu6	{
					height: 110px;
					background: url(../images/design/link6.gif) no-repeat;
					float: left;
					}
				#menu6 a {
					height: 110px;
					width: 85px;
					display: block;
					}
					
				#menu6 a:hover {
					background: url(../images/design/link6r.gif) no-repeat;
					}
					
				#menu7	{
					height: 110px;
					background: url(../images/design/link7.gif) no-repeat;
					float: left;
					}
				#menu7 a {
					height: 110px;
					width: 85px;
					display: block;
					}
					
				#menu7 a:hover {
					background: url(../images/design/link7r.gif) no-repeat;
					}
					
				#menu8	{
					height: 110px;
					background: url(../images/design/link8.gif) no-repeat;
					float: left;
					}
				#menu8 a {
					height: 110px;
					width: 85px;
					display: block;
					}
					
				#menu8 a:hover {
					background: url(../images/design/link8r.gif) no-repeat;
					}

				#menu9	{
					height: 110px;
					background: url(../images/design/link9.gif) no-repeat;
					float: left;
					}
				#menu9 a {
					height: 110px;
					width: 90px;
					display: block;
					}

				#menu9 a:hover {
					background: url(../images/design/link9r.gif) no-repeat;
					}

/* --- content area --- */


#main	{ 
	width: 775px;
	margin: 0px; padding: 0px; 
	background: url(../images/design/main_rpt_home.gif) #FFF repeat-y;
	}
	
#maininner	{ 
	width: 775px;
	margin: 0px; padding: 0px; 
	background: url(../images/design/main_rpt.gif) #FFF repeat-y;
	}

#contentwrapper {
	float: right;
	width: 545px;
	padding-right: 15px;
	}

#columnhead {
	background-image: url(../images/design/boxmain_head.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 570px;
	margin-left: 5px;
	padding-bottom: 5px;
	}

#columns {
	width: 575px;
	float: right;
	}

#morenews {
	float: right;
	background: url(../images/design/subicon.jpg);
 	background-position: left;
	background-repeat: no-repeat;
	margin: 0px; padding: 3px 10px 3px 20px;
	display: block;	
	color: #102BD1;
	font-size: 100%;
	}

#morenews a {
	color: #102BD1;
	font-weight: normal;
	}

p {
	padding: 0px;
	margin: 0px;
	}

#middle {
	width: 337px;
	float: left;
	padding: 0px; margin: 0px;
	}
	
#right {
	width: 235px;
	float: left;
	padding: 0px; margin: 0px;
	}

/* --- news column area --- */	

	.newscolumn {
		width: 337px;
		float: left;		
		padding: 0px; margin: 0px;
		}
	
	.newsh{
		background-image: url(../images/design/newsboxhead_rpt.gif);
		background-repeat: repeat-y;
		font-size: 160%;
		padding: 6px 10px 6px 10px;
		}
	
	.newsh a {
		color: #ddf6ff;
		}
	
	#middle li {
		background-image: url(../images/design/news_rpt.gif);
		background-repeat: repeat-y;
		
		}
	
	.newsbox {
		background-image: url(../images/design/news_rpt.gif);
		background-repeat: repeat-y;
		padding: 5px 10px 5px 10px;
		}
	
	.newsbox_content {
		padding-left: 10px;
		padding-right: 4px;
		padding-top: 5px;
		}
	
	.newsfooter {
		background-image: url(../images/design/news_footer.gif);
		background-repeat: no-repeat;
		height: 11px;
		}
		
	#middle ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		width: 337px;
		}

/* --- end news column area --- */	

/* --- competitions column area --- */	

	#compcolumn {
		width: 235px;
		float: left;
		padding: 0px; margin: 0px;
		}
	
	#comph{
		background-image: url(../images/design/comp_head_rpt.gif);
		background-repeat: repeat-y;
		font-size: 160%;
		color: #ddf6ff;
		padding: 6px 10px 6px 10px;
		}
	
	#compbox {
		background-image: url(../images/design/comp_rpt.gif);
		background-repeat: repeat-y;
		padding: 5px 10px 5px 10px;
		}
	
	#compfooter {
		background-image: url(../images/design/comp_box_footer.gif);
		background-repeat: no-repeat;
		height: 7px;
		width: 235px;
		float: left;
		}

/* --- end competitions column area --- */	

#slideshow {
	height: 143px;
	width: 195px;
	border-top: solid 2px #0070D8;
	border-bottom: solid 5px #0077FF;
	}

/* --- subnav home --- */	

#subnav {
	float: left;
	width: 190px;
	padding-left: 5px;
	font-size: 90%;
	font-weight: bold;
	}

#subnav ul {
	margin: 0px; padding: 0px;
	padding-left: 10px;
	width: 170px;
	}

#subnav li {
	margin: 0px; 
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-type: none;
	}

#subnav li a {
	font-weight: bold;
	background: url(../images/design/subicon.jpg);
 	background-position: left;
	background-repeat: no-repeat;
	margin: 0px; padding: 0px 0px 0px 20px;
	display: block;
	font-size: 210%;
	color: #102BD1;
	}

#subnav a:link		{
	text-decoration: none;
	}
	
#subnav a:visited	{text-decoration: none;}
#subnav a:hover		{text-decoration: underline; color: #102BD1;}
#subnav a:active	{text-decoration: none;}

/* --- end subnav home --- */	

/* --- subnav inner --- */	
	#subnavinner {
		float: left;
		width: 195px;
		margin-bottom: 40px;
		padding-left: 5px;
		font-size: 90%;
		font-weight: bold;
		}
	
	#subnavinner ul {
		margin: 0px; padding: 0px;
		padding-left: 10px;
		}
	
	#subnavinner li {
		margin: 0px; 
		padding-top: 10px;
		list-style-type: none;
		}
	
	#subnavinner li a {
		font-weight: bold;
		background: url(../images/design/subicon.jpg);
		background-position: left;
		background-repeat: no-repeat;
		margin: 0px; padding: 0px 0px 0px 20px;
		display: block;
		font-size: 137%;
		color: #102BD1;
		}
	
	#subnavinner a:link		{
		text-decoration: none;
		}
		
	#subnavinner a:visited	{text-decoration: none;}
	#subnavinner a:hover	{text-decoration: underline; color: #102BD1;}
	#subnavinner a:active	{text-decoration: none;}

/* --- end subnav inner --- */	

#breadcrumbs {
	float: left;
	width: 540px;
	margin: 0px;
	padding: 0px;
	border-bottom: 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;}
#breadcrumbs a:visited	{text-decoration: none;}
#breadcrumbs a:hover	{text-decoration: underline;}
#breadcrumbs a:active	{text-decoration: none;}

#datetime	{
	float: right;
	width: 120px;
	padding: 0px;
	font-size: 90%;
	text-align: right;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 0px; 
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

/* --- footer --- */

#footer	{
	clear: both;
	background-image: url(../images/design/footer.gif);
	background-repeat: no-repeat;
	width: 770px;
	height: 45px;
	margin: 0px;
	padding-top: 45px;
	padding-right: 5px;
	font-size: 80%;
	color: #666;
	text-align: right;
	}

#footer a	{color: #666}

#footerinner {
	clear: both;
	background-image: url(../images/design/footer_inner.gif);
	background-repeat: no-repeat;
	width: 770px;
	height: 45px;
	margin: 0px;
	padding-top: 45px;
	padding-right: 5px;
	font-size: 80%;
	color: #666;
	text-align: right;
	}
	
#footerinner a	{color: #666}

.newsItem, .newsItemOdd {
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #c0c0c0;
		}

.imageFooterMiddle	{
	padding-bottom: 20px; /* Enough room for 4 lines of text */
	padding-top: 5px;
	line-height: 120%;
	font-size: 90% !important; 
	}