/* ======================================= Principle Colours ============================== */
body {
	background-color:#c2eac5; /*page color d8f7c2*/ 
}
.menuBackcolor, #sideMenu, #pageContainer {
	background-color:#A7C97F;/*primary page color (menu and sidebar)*/
} 
#pageContainer {
	background-image:url(images/SurreyHills/sideColour.gif); background-repeat:repeat-y;
}
/* ======================================= Side menu ============================== */
#sideMenuArea ul {
	background-color:#82B743; /*Background color of off state buttons - side menu */
}
#sideMenuArea li {
	border-bottom:3px solid #A7C97F; /*Background color of page needed here*/
}
#sideMenuArea li a{
	color: White; /*Text color for side menu buttons*/
}
#sideMenuArea li:hover, #rollover, #activeSection {
	 background-color:#92B965; /*rollover/upstate for the button*/
}
/* ======================================= Side sub menu ============================== */
#sideMenuArea #subMenu {
	background-color:#7CAC43; /*submenu background*/
}
#sideMenuArea #subMenu li a, #sideMenuArea #subMenu li {
	color: White; /*submenu link color*/
}
/* ======================================= CONSTRUCT ============================== */
.mainColor,#homeLink, #pageLogo, #menuBar  {
	background-color:#4B9350;
}

#imageBar {
	background-image: url(../images/topPhoto/Surrey_Hills.jpg);
	background-repeat:no-repeat;
}

.imageQuote {
	background-color:#82B743;
	}