/* ======================================= Principle Colours ============================== */
body {
	background-color:#c2eac5;  /*page color #fee555;*/ 
}
.menuBackcolor, #sideMenu,#pageContainer {
	background-color:#90A7A9;/*primary page color (menu and sidebar)*/
} 
/* ======================================= Side menu ============================== */
#sideMenuArea ul {
	background-color:#698C90; /*Background color of off state buttons - side menu */
}
#sideMenuArea li {
	border-bottom:3px solid #90A7A9; /*Background color of page needed here*/
}
#sideMenuArea li a{
	color: White; /*Text color for side menu buttons*/
}
#sideMenuArea li:hover, #rollover, #activeSection {
	background-color:#7B9A9D; /*rollover/upstate for the button*/
}
/* ======================================= Side sub menu ============================== */
#sideMenuArea #subMenu {
	background-color:#5A8185; /*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/Dorking_Transport.jpg);
	background-repeat:no-repeat;
}
