/* 
 *	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;
}


/* ------- ^^ 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: #FFF;
	margin: 0px auto;
	padding: 0px;
	font-family: "Lucida Sans Unicode", Verdana, Tahoma, Arial, 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: #FFF; 
	width: 700px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	background: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 182px;
	margin: 0px 0px 10px 0px; 
	padding: 0px;
	}

#header h1, #header h2	{display: none;}
 
#main	{ 
	width: 700px;
	margin: 0px; padding: 0px; 
	background: url(../images/main_px.jpg) repeat-y;	
	}

#contentwrapper	{
	float: right;
	width: 510px;
	margin: 0px; padding: 0px;	
	}

#maintop	{
	height: 36px;
	width: 700px;
	background: url(../images/main_top.jpg);
	background-repeat: no-repeat;
	}

#mainbottom	{
	height: 36px;
	width: 700px;
	margin: 0px 0px 10px 0px;
	background: url(../images/main_bottom.jpg);
	background-repeat: no-repeat;
	}

#subnav {
	width: 170px;
	margin: 0px;
	padding: 5px;
	float: left;
	color: #FFFFFF;
	}
	
subnav ul {
	margin: 0px 5px; padding: 0px 0px;
	list-style-type: none;
	}
	
#subnav li {
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	text-align: left;
	line-height: 1.7;
	background-image: url(../images/subnav_bullet.gif);
	background-position: right 8px;
	background-repeat: no-repeat;
	display: block;
	width: 140px;
	float: right;
	}
#subnav li a {
	display: block;
	width: 130px;
	margin-right: 14px;
	text-align: right;
	}

#latest_news_date {
	font-size: 10px;
	float: right;
	margin: -3px 5px 0px 0px;
	display: inline;
	}


#latest_news a:link		{text-decoration: none; color: #FFFFFF; font-weight: normal; }
#latest_news a:visited	{text-decoration: none; color: #FFFFFF; font-weight: normal; }
#latest_news a:hover		{text-decoration: underline; color: #FFFFFF; font-weight: normal; }
#latest_news a:active	{text-decoration: none; color: #FFFFFF; font-weight: normal; }


	


#subnav a:link		{text-decoration: none; color: #FFFFFF; font-weight: normal; }
#subnav a:visited	{text-decoration: none; color: #FFFFFF; font-weight: normal; }
#subnav a:hover		{text-decoration: underline; color: #FFFFFF; font-weight: normal; }
#subnav a:active	{text-decoration: none; color: #FFFFFF; font-weight: normal; }

#breadcrumbs {
	float: left;
	width: 348px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
	font-size: 90%;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	}

#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: 140px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	font-size: 90%;
	text-align: right;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 5px;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

#footer	{
	background: url(../images/footer.jpg);
	width: 690px;
	height: 100px;
	margin: 0px;
	padding: 5px;
	text-align: right;
	font-size: 80%;
	color: #FFF;
	}

#footer a	{color: #FFF}


/* ------------------ start menu classes for standard menus ----------------- */

#menu {
	width: 690px;
	height: 30px;
	padding: 5px;
	background: url(../images/buttons.jpg);
	background-repeat: no-repeat;
	}

#menu ul {
	margin: 0px; padding: 0px;
	}
	
#menu li {
	display: inline;
	margin: 0px;
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-right: 3px;
	background-position: left center;
	}					
	
				#menu li a	{
					margin: 0px;
					
					
					
					color: #FFFFFF;
					font-weight: normal;
					}
					
				#menu li a:hover	{ 
					margin: 0px;
					
					}
					
/* ------------------ ^^ end menu classes for standard menus ^^ ----------------- */

/* ------------------ start menu classes for image replaced menus ----------------- 

				#menu	{ 
					margin: 0px; padding: 0px;
					width: 180px;
					background: url(../images/menu_bkg.gif) no-repeat;
					}
					
				#menu ul	{
					margin: 0px; padding: 0px; 
					width: 180px;
					}
					
				#menu li 	{
					list-style: none;
					}
				
				#menu1	{
					height: 20px;
					text-indent: -5000px;
					background: url(../images/butt1.jpg) no-repeat;
					}
				#menu1 a {
					height: 20px;
					display: block;
					}
				
				#menu2	{
					height: 20px;
					text-indent: -5000px;
					background: url(../images/butt2.jpg) no-repeat;
					}
				#menu2 a {
					height: 20px;
					display: block;
					}
				
				#menu3	{
					height: 20px;
					text-indent: -5000px;
					background: url(../images/butt3.jpg) no-repeat;
					}
				#menu3 a {
					height: 20px;
					display: block;
					}
					
				#menu4	{
					height: 20px;
					text-indent: -5000px;
					background: url(../images/butt4.jpg) no-repeat;
					}
				#menu4 a {
					height: 20px;
					display: block;
					}
				
				#menu5	{
					height: 20px;
					text-indent: -5000px;
					background: url(../images/butt5.jpg) no-repeat;
					}
				#menu5 a {
					height: 20px;
					display: block;
					}
				
				#menu6	{
					height: 20px;
					text-indent: -5000px;
					background: url(../images/butt6.jpg) no-repeat;
					}
				#menu6 a {
					height: 20px;
					display: block;
					}
				
				#menu7	{
					height: 20px;
					text-indent: -5000px;
					background: url(../images/butt7.jpg) no-repeat;
					}
				#menu7 a {
					height: 20px;
					display: block;
					}
				
				#menu8	{
					height: 20px;
					text-indent: -5000px;
					background: url(../images/butt8.jpg) no-repeat;
					}
				#menu8 a {
					height: 20px;
					display: block;
					}
				
					
 ------------------ ^^ end menu classes for image replaced menus ^^ ----------------- */
 
ul.vtlist {
 	margin: 0;
 	padding: 0;
}

ul.vtlist li {
	list-style-type: none;
}

a.selected {
	color: red;
}