/* 
 *	general.css - main styles used through the website
 *
 *	Developed by E for Education (www.eforeducation.co.uk)
 */

/* import additional style sheets */

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-image: url(../images/design/main_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px auto;
	padding: 0px;
	font-family: Ariel, Verdana, Tahoma, 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: 748px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	background: #006;
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
	width: 748px;
	height: 110px;
	margin: 0px; padding: 0px;
	color: #FFF;
	}

#header h1, #header h2	{display: none;}

#image {
	min-height: 119px;
	width: 748px;
	margin-top: 5px;
	float: left;
	background-image: url(../images/design/header_images/Header_image_home.jpg);
	background-repeat: no-repeat;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;

	}
 
#main	{ 
	width: 738px;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	
	}

#contentwrapper	{
	width: 529px;
	margin: 0px; padding: 0px;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background-color: #EAEAEA;
	float: right;
	
	}

#subnav {
	width: 190px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	float: left;
	clear: both;
	padding-top: 5px;
	}

#subnav_header {
	background-image: url(../images/design/area_header.jpg);
	background-repeat: repeat-y;
	width: 180px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 110%;
	margin-bottom: 2px;
	padding-bottom: 2px;
	}
	

#subnav ul {
	margin: 0px; padding: 0px;
	list-style-type: none;
	padding-bottom: 5px;
	}
	
#subnav li {

	}

#subnav li a {
	background-image: url(../images/design/subnav.jpg); 
	background-repeat: repeat-y;
	width: 176px;
	padding-left: 20px;
	color: #666666;
	font-size: 90%;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	margin-top: 2px;
	font-weight: normal;
	display: block;
	}

#subnav li a:hover {
	background-image: url(../images/design/subnav_over.jpg); 
	background-repeat: repeat-y;
	color: #ffffff;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	text-decoration: none;
	margin-top: 2px;
	}
	
#address_header {
	background-image: url(../images/design/area_header.jpg);
	background-repeat: repeat-y;
	width: 180px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 110%;
	float: left;
	clear: both;
	padding-bottom: 2px;
	margin-top: 5px;
	}

	
#address {
	font-weight: normal;
	margin-top: 2px;
	clear: both;
	float: left;
	width: 186px;
	font-size: 80%;
	line-height: 120%;
	border: 2px solid  #CCCCCC;
	background-color: #EAEAEA;
	color: #999999;
	padding: 5px;
	padding-bottom: 2px;
	}

#address a {
	list-style-type: none;
	}
	


.contact_headings {
	font-weight: bold;
	font-size: 120%;
	color: #333333;
	}

#contact_headings a {
	color: #333333;
	}
	
.no_list{
	font-weight: normal;
	margin-top: 2px;
	clear: both;
	float: left;
	width: 186px;
	font-size: 80%;
	line-height: 120%;
	border: 2px solid  #CCCCCC;
	background-color: #EAEAEA;
	color: #999999;
	padding: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	}

.no_list {
	font-size: 100%;
	}

#breadcrumbs {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	color: #333333;
	font-size: 80%;
	}

#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: underline; color: #666666; font-weight: normal;}
#breadcrumbs a:visited	{text-decoration: underline; color: #666666; font-weight: normal;}
#breadcrumbs a:hover	{text-decoration: underline; color: #666666; font-weight: normal;}
#breadcrumbs a:active	{text-decoration: underline; color: #666666; font-weight: normal;}

#datetime	{
	float: right;
	width: 180px;
	border-bottom: 1px dotted #CCC;
	font-size: 90%;
	text-align: right;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 5px;

	}

#content_header {
	background-image: url(../images/design/area_header.jpg);
	background-repeat: repeat-y;
	background-color: #510B28;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 110%;
	float: right;
	width: 513px;
	padding-bottom: 2px;
	margin-top: 5px;
	
	}
	
td {
	font-size: 90%;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

#footer	{
	clear: both;
	
	width: 738px;
	margin: 0px;
	padding: 5px;
	font-size: 80%;
	color: #999999;
	text-align: right;
	}

#footer a	{color: #999999;}


/* ------------------ start menu classes for standard menus ----------------- */

						#menu	{
					margin: 0px; padding: 0px;
					width: 748px;
					background-color: #510A28;
					font-size: 100%;
					border-top: 2px solid #CCCCCC;
					border-bottom: 2px solid #CCCCCC;
					}
					
					
					#menu ul {
						padding: 3px 0px 3px 5px;
						margin: 0px;
						list-style-type: none;
						
						}
					
					#menu li {
						display: inline;
						border-left: 2px solid #CCCCCC;
						padding: 6px 0px 6px 0px;

						
						}
					
					#menu li a {
						font-weight: normal; 
						color: #FFFFFF;
						padding: 6px 2px 6px 8px;
						background-image: url(../images/design/menu_bullet.jpg);
						background-repeat: no-repeat;
						background-position: left center;
						}
					
					#menu li a:hover {
						background-color: #831142;
						text-decoration: none;
						padding: 6px 2px 6px 8px;
						background-image: url(../images/design/menu_bullet_over.jpg);
						background-repeat: no-repeat;
						background-position: left center;
						}
					#menu_end {
						border-right: 2px solid #CCCCCC;
						}
					
					
				
/* ------------------ ^^ end menu classes for standard menus ^^ ----------------- */

