  /* --------------------- <!-- SciNat : Local Colours Stylesheet --> ---------------------- */

/* ----------- Barley Colours ------------ */
/* --- also use   .bbcpageGutter   .bbcpageLocal   .bbcpageServices  ------ */

.BbcpageTopLeftTD a, .BbcpageTopLeftTD a:visited, .BbcpageTopLeftTD a:hover {
	background-color: #333366;
	color: white;
	text-color: white;
}

.bbcpageLocal {
	background-color: #8E8ECD;
}

.bbcpageCrumb, .BbcpageTopLeftTD {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #333366;
}

.bbcpageCrumb a, .bbcpageCrumb a:visited, .bbcpageCrumb a:hover {
	color: white;
	text-decoration: none;
}

.bbcpageFooterMargin, .bbcpageFooterMargin a, .bbcpageFooterMargin a:visited {
	font-color: #000000;
	color: #000000;
}

.bbcpageFooter {
color: #000000;
}

/* ------ Globalnav Colours ------ */

	/* -- Normal State Global Nav Tab -- */
	.navcontainer 
	{
	background-color: #8E8ECD;
	}

	/* -- Use this class to control the leftmost tab - ie. to put a left border on */
	a.firstGlobalNavItem
	{
	border-left: 1px solid #aaaaaa;
	}
	
		/* global nav specific coloured curve graphic */
.globalcurve {
background-image: url("/staticarchive/cdd166a27db66aeed22acab7e9ccc1ba7971e14a.gif");
background-position: left;
background-repeat: no-repeat;
}

.globalcurve a:hover {
background-image: url("/staticarchive/cdd166a27db66aeed22acab7e9ccc1ba7971e14a.gif");
background-position: left;
background-repeat: no-repeat;
}


/* END of banner navigation rules */

/* START of LHN navigation colours - to override global colours and suit local section */
/* Âé¶¹Éç Services same bg colour as local nav - the bit below the LHN, and LHN to make sure */

#lhncontainer span, .bbcpageServices
{
background-color: #8E8ECD;
color: white;
}

#lhncontainer a, #lhnlevel3container a, .leftnavheader, .leftnavheader p, .leftnavheader a
{
color: white;
background-color: #8E8ECD;
}

#lhncontainer a:hover
{
color: #330066;
background-color: #CCCCFF;
}
	/* START of rules for level 3 nav elements */
	/* -- Rollover State Local Nav Tab -- */
	#lhnlevel3container a:hover
	{
	background-color: #CCCCFF;
	color: #330066;
	}
/* END of LHN navigation rules */



