/*
---------------------------------------------------------
    name: the nerve centre - bolton creative
	date: May 2006

    This is a style sheet that controls the colours for the site.
    Each section has its own colour.
----------------------------------------------------------
*/

/* -------------[ colour glossary ]--------------------- */
/*
#A9102E - home red (section 1)
#1B649D - news light blue (section 2)
#E3672A - events orange (section 3)
#1B872E - directory green (section 6)
#D4A123 - vacancies yellow (section 8)
#218A84 - contact aqua (section 4)
#8f78af - business help (section 5)

*/

/* -------------[ links ]--------------------- */

/*#section_1 a{color: #A9102E;}
#section_2 a {color: #1B649D;}
#section_3 a {color: #E3672A;}
#section_6 a {color: #1B872E;}
#section_8 a {color: #D4A123;}
#section_4 a {color: #218A84;}
*/
/* -------------[ sub navigation colour changes ]--------------------- */

#section_1 .subNav {background: #A9102E;}
#section_2 .subNav {background: #1B649D;}
#section_3 .subNav {background: #E3672A;}
#section_6 .subNav {background: #1B872E;}
#section_8 .subNav {background: #D4A123;}
#section_4 .subNav {background: #218A84;}
#section_5 .subNav {background: #8f78af;}

#section_1 h1, 
#section_1 .pageSelector, 
#section_1 .pageSelector a, 
#section_1 #breadcrumb a, 
#section_1 #breadcrumb p 
{color: #A9102E;}

#section_2 h1, 
#section_2 .pageSelector, 
#section_2 .pageSelector a, 
#section_2 #breadcrumb a, 
#section_2 #breadcrumb p 
{color: #1B649D;}

#section_3 h1, 
#section_3 .pageSelector, 
#section_3 .pageSelector a, 
#section_3 #breadcrumb a, 
#section_3 #breadcrumb p
{color: #E3672A;}

#section_6 h1, 
#section_6 .pageSelector, 
#section_6 .pageSelector a, 
#section_6 #breadcrumb a, 
#section_6 #breadcrumb p 
{color: #1B872E;}

#section_8 h1, 
#section_8 .pageSelector, 
#section_8 .pageSelector a, 
#section_8 #breadcrumb a, 
#section_8 #breadcrumb p
{color: #D4A123;}

#section_4 h1, 
#section_4 .pageSelector, 
#section_4 .pageSelector a, 
#section_4 #breadcrumb a, 
#section_4 #breadcrumb p 
{color: #218A84;}

#section_5 h1, 
#section_5 .pageSelector, 
#section_5 .pageSelector a, 
#section_5 #breadcrumb a, 
#section_5 #breadcrumb p 
{color: #8f78af;}

