/* 
 *	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: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 150%;
	color: #000;
	}
	
h1	{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 150%;
	color:#203E7A;
	font-weight: normal;
	}
#content h1 {
	margin: 5px;
	}

h2	{
	font-family:  Arial, Verdana, Tahoma, sans-serif;
	font-size: 120%;
	color:#203E7A;
	font-weight: bold;
	}

a:link 		{}
a:visited	{}
a:hover	 	{color: #666; font-weight: bold; text-decoration: none;}
a:active	{color: #c00;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
	}

/* ------------------ layout ----------------- */

body	{
	background-color: #C9D9E8;
	background-image: url(../images/design/body_repeat.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
	}

#container	{
	background: #FFF; 
	width: 800px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	background: #006;
	width: 800px;
	height: 123px;
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
	margin: 0px; padding: 0px;
	color: #FFF;
	}

#header h1, #header h2	{display: none;}

#header_links_left {
	font-size: 85%;
	padding-left: 30px;
	float: left;
	width: 280px;
}


#header_links_left a {
	color:#94B3D2;
	font-weight: normal;
	text-decoration: none;
	}

#header_links_right ul {
	padding: 0px;
	margin: 0px;
	}

#header_links_right {
	font-size: 85%;
	padding-right: 30px;
	float: right;
	text-align: right;
	width: 400px;
 }

#header_links_right li {
 display: inline;
 padding-left: 10px;
 }

#header_links_right a {
	color: #94B3D2;
	margin-right: 10px;
	text-decoration: none;
	}

#header_links_left a:hover, #header_links_right a:hover {
color: #C9D9E8;
}
/* --- main menu --- */

#menu	{ 
	margin: 0px;
	padding: 0px 20px 0px 20px;
	width: 760px;
	background-color: #94B3D2;
	font-size: 90%;
	background-image: url(../images/design/menu_repeat.jpg);
	background-repeat: no-repeat;

	}


#menu ul	{
	margin: 0px; 
	list-style: none;
	padding: 5px 0px 5px 0px;
	border: 1px solid #FFFFFF;
	text-align: center;
	}
	
#menu li 	{
	display: inline;
	padding: 0px;
	margin: 0px;
	
	}

#menu li a {
	color: #FFFFFF;
	padding: 7px 6px 7px 6px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	}

li#menu1 a {
	padding: 7px 10px 7px 12px;
	margin: 0px;
	}

li#menu9 a {
	padding: 7px 11px 7px 10px;
	margin: 0px;
	border-right: none;
	}

#menu li a:hover	{
	margin: 0px;
	color: #fff; 
	background-color: #203E7A;
	font-weight: normal;
	}

/* --- content area --- */
#banner {
	background-image: url(../images/design/banner.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 800px;
	}

#main	{ 
	width: 800px;
	margin: 0px; padding: 0px; 
	background-image:  url(../images/design/repeater.jpg);
	background-repeat: repeat-y;
	}

#main_top {
	width: 800px;
	margin: 0px; padding: 0px; 
	background-image:  url(../images/design/main_top.jpg);
	background-repeat: no-repeat;
	}
	

#contentwrapper	{
	float: right;
	width: 600px;
	margin: 0px; padding: 0px;
	background-image: url(../images/design/content_top.jpg);
	background-repeat: no-repeat;
	}

#subnav {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 5px 5px 5px 25px;
	font-size: 90%;
	font-weight: bold;
	}

#no_stories {
	color: #FFFFFF;
	font-weight: normal;
	}
	
#subnav h1{
	color: #FFFFFF;
	margin: 0px;
	}

#subnav ul {
	margin: 0px; padding: 0px;
	list-style-type: none;
	}
	
#subnav li {
	padding: 5px 0px 5px 0px;
	
	}

#subnav li a, #header_links_right a{
	color:#FFFFFF;
	font-weight: normal;
	margin: 0px; padding: 0px 0px 0px 15px;	
	background-image: url(../images/design/subnav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}

#subnav li a {
	display: block;
	}

#subnav li a:hover, #header_links_right a:hover {
	background-image: url(../images/design/subnav_bullet_over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}


#subnav a:link		{text-decoration: none;}
#subnav a:visited	{text-decoration: none;}
#subnav a:hover		{text-decoration: underline;}	
#subnav a:active	{text-decoration: none;}

ul#inPageMenu {
	padding: 2px 0 2px 0;
	margin: 0;
}

ul#inPageMenu li {
	display: inline;
	padding-left: 15px;
	padding-right: 10px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 5px 5px;	
}

#header_links_right a {
	color: #94B3D2;
}

#breadcrumbs {
	float: left;
	width: 580px;
	margin: 0px;
	padding: 70px 5px 5px 5px;
	font-weight: bold;
	font-size: 90%;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	}

#breadcrumbs a {
	color: #203E7A;
	font-weight: normal;
	margin:0px 6px 0px 6px;
	}

#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: 180px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	font-size: 90%;
	text-align: right;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 5px 25px 5px 5px;
	}

#content a {
	color:#203E7A;
	text-decoration: underline;
	font-weight: normal;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

/* --- footer --- */

#footer	{
	clear: both;
	background-image: url(../images/design/footer.jpg);
	background-repeat: no-repeat;
	background-color: #C9D9E8;
	width: 770px;
	margin: 0px;
	padding: 5px 5px 5px 25px;
	padding-top: 130px;
	font-size: 80%;
	color: #203E7A;
	}

#footer a	{color: #203E7A;
	font-weight: normal;}


 ul#tickerContent {   
               width: 100%;
               height: 40px;
               overflow: scroll;
               white-space: nowrap;
               margin:0; padding: 0;
           }

ul#tickerContent li {
               display: inline;
               padding-right: 40px;
           }

#ticker, #ticker a {
	color:#ffffff;
	font-size: 100%;
	padding-top: 75px;
	padding-left: 65px;
	width: 640px;
	text-decoration: none;
	clear: left;

}

#ticker a:hover {
	font-weight: normal;
	}

