/* 
 *	general.css - main styles used through the website
 *
 *	Developed by E for Education (www.eforeducation.co.uk)
 */

/* import additional style sheets */
@import "news.css";


body	{
	background-color: #EBEBEB;
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

td	{

	margin: 0 auto;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	}
	
#newsHeadlinesheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}

p	{}

#footer_text a:link 	{color: #000; font-weight: bold; text-decoration: none;}
#footer_text a:visited	{color: #000; font-weight: bold; text-decoration: none;}
#footer_text a:hover 	{color: #000; font-weight: bold; text-decoration: underline;}
#footer_text a:active	{color: #000; font-weight: bold; text-decoration: none;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
	}
	
#hidden {
	display: none;
	}
	
#container	{
	width: 768px;  
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#header		{
	width: 768px;
	height: 91px;
	margin: 0;
	padding: 0;
	color: #fff;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	}
	
#address		{
	background-image: url(../images/address.jpg);
	background-repeat: no-repeat;
	width: 768px;
	height: 21px;
	margin: 0;
	color: #fff;
	padding-bottom: 8px;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 3px;
	float: left;
	}

#school_address {
	float: left;
	width: 400px;
	}
	
#main	{
	width: 768px;
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	float: left;
	border-bottom: 10px solid #EBEBEB;
	}
	
#subnav {
	width: 150px;
	float: left;
	}

#subnavheader {	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000099;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	
	}
	
	
#latest_news {
	float: left;
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
		
	}
	
#image	{
	width: 138px;
	float: left;
	margin-left: 10px;
	}
	
#content	{
	width: 430px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	}

#logos	{
	width: 768px;
	height: 42px;
	background-image: url(../images/logos.jpg);
	background-repeat: no-repeat;
	float: left;
	}

#footer		{
	width: 768px;
	background-image: url(../images/footer.jpg);
	float: left;
	}
	
#footer_text	{
	float: right;
	font-size: 10px;
	text-align: right;
	}

#datetime	{
	float: right;
	padding-right: 10px;
	}
	
/*------------------------------------- menu  css -------------------------------------*/

#menu {
	clear: both;
	width: 768px;
	height: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
	border-bottom: 10px solid #EBEBEB;
/*	float: left;*/
	background-color: #000099;
	
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	}	
	
#menu li {
	display:inline;
	border-left: 3px solid #FFCC00;
	padding-left: 5px;
	
	}

#menu a{
	color: #ffffff;
	padding-right: 6px;
	padding-left: 1px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 5px;
	
	}

#menu a:hover {
	text-decoration: underline;
	color: #ffffff;
	}
	
/*------------------------------------- menu css end -------------------------------------*/

/*------------------------------------- subnav css --------------------------------------------*/

#subnav li {
	list-style: none;
	padding-top: 3px;
	padding-left: 22px;
	padding-bottom: 3px;
	background-image: url(../images/subnav-icon.gif);
	background-repeat: no-repeat;
	background-position: center left;
	border-bottom: 1px solid #0099CC;
	
	}	

#subnav ul {
	margin: 0;
	padding: 0; 
	width: 147px;
	
	}	

#subnav a:active, #subnav a:visited, #subnav a:link{
	color: #000000;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	}

#subnav a:hover {
	text-decoration: none;
	color: #4E7121;
	}
	
/*-------------------------------------------------- end subnav css ---------------------------------------*/


#latest_news li {
	list-style: none;
	padding-top: 4px;
	padding-left: 15px;
	padding-bottom: 4px;
	background-image: url(../images/latest_news_icon.gif);
	background-repeat: no-repeat;
	background-position: center left;

	}	

#latest_news ul {
	margin: 0;
	padding: 0; 
	width: 140px;
	
	}	

#latest_news a:active, #latest_news a:visited, #latest_news a:link{
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: normal;
	}

#latest_news a:hover {
	text-decoration: underline;
	color: #fff;
	
	}