/*
-----------------------------------------------
bectubbc
20060507
----------------------------------------------- */





/* Imported Styles
----------------------------------------------- */

@import url("base.css");
@import url("content.css");
@import url("info.css");
@import url("tables.css");
@import url("misc.css");
@import url("home.css");
@import url("wordpress.css");




/* structure

base.css includes body, master layout, date, site color

content.css includes no color info

info.css infoboxes, site color

tables.css tables in content, site color

misc.css  misc content furniture including pullquote, doc boxes, pics, site colors

home.css  home page specific





----------------------------------------------- */




/*  -------------------------------------------------------------------------------------   */



/*
This is the site specific css

It is additional to the standard bectu css and provides both classes unique to the site or amends  standard bectu classes
*/






/*
All classes below amend standard bectu classes
*/




/* site branding colors start ------------------------------------------ */


/*
background color right of content
*/

body 	{
	background-color : #eaf6f6; 
	}



/*
background color left hand main navigation
*/

#container   {
	background : #66cccc;
	}



/*
background color right hand info column
*/
	
#contentall     {
	background : #eaf6f6;
	}


	
/*
background color middle content
*/
	
#content        {
	background : #eaf6f6;
	}




/*
background color right hand top banner
*/

#banner   {
	background : #009c9c;
	}



	
/*
background color left hand top banner
*/
	
#ident  {
	background : #009c9c;
	}

	


/*
background color bottom copyright
*/

#copyright  {
	background-color: #009c9c;	
	}




	
/* hover background color bottom copyright 
*/

#copyright a:hover {
	background-color: #009c9c;
	}


/* site branding colors end ------------------------------------------ */



.infohead.section {
	background : #009c9c;
	}





/* for use on home pages for latest news */

.homenews h1 {
	background : #13d9c5;
	}

.newsheadline h2 {
	background: url(graphics/bullets/greenbullet.png) no-repeat 0 50%;
	}
	
.newsheadlinemonth h3 {
	background : #13d9c5;
	}




.table001  {
	color : #000000; 
	}
	
.th001 {
	color : white;
	background-color: #79A8D3;
	}
	
	
.tr001a {
	background-color: #BDE1E1;
	}

	
.tr001b {
	background-color: #9FE1E0;
	}
	
	
	
.dateevent {
	background-color: #BDE1E1;
	}

	
.dateday {
	background-color: #9FE1E0;
	}
	





	
.th01 {
	background-color: #009c9c;
	}
	
.tr01 {
	background-color: #9FE1E0;
	}
	
	
.tr02 {
	background-color: #BDE1E1;
	}


	
	
/*
All classes above amend standard bectu classes
*/	
	
	
/*  -------------------------------------------------------------------------------------   */










/*
All classes below are unique to this site 
*/


.infohead.thompson {
	background : #0000aa;
	}
	
.infohead.faq {
	background : #0000dd;
	}
	
.infohead.timeline {
	background : #21ea3f;
	}
	

.bbcinformercover  {
	float : right;
	padding : 0px;
	background : transparent;
	}
