﻿/*colour coded tabs*/
#service ul#nav {
	background-color: #007B40;
}
#service ul#nav li a {
	background-color: #007B40;
	}
#service #servicetab {
	border-top: 2px solid #007B40;
}

#improvements ul#nav {
	background-color: #27397B;
}
#improvements ul#nav li a {
	background-color: #27397B;
	}
#improvements #improvementstab {
	border-top: 2px solid #27397B;
}

#rehousing ul#nav {
	background-color: #5F4724;
}
#rehousing ul#nav li a {
	background-color: #5F4724;
		}
#rehousing #rehousingtab {
	border-top: 2px solid #5F4724;
}

#faces ul#nav {
	background-color: #a4233d;
}
#faces ul#nav li a {
	background-color: #a4233d;
		}
#faces #facestab {
	border-top: 2px solid #a4233d;
	}

#youpwg ul#nav {
	background-color: #754f78;
}
#youpwg ul#nav li a {
	background-color: #754f78;
		}
#youpwg #youpwgtab {
	border-top: 2px solid #754f78;
}

#yoursay ul#nav {
	background-color: #054f5a;
}
#yoursay ul#nav li a {
	background-color: #054f5a;
		}
#yoursay #yoursaytab {
	border-top: 2px solid #054f5a;
}

#root ul#nav {
	background-color: #8ac140;
}

/*colour coding of landing page left panel*/
#improvements #leftonline {
	background-color: #607E49;
}

/*sidebar header text*/
#service #leftcolumn #sidebartitle {
	background-color: #007B40;
}
#improvements #leftcolumn #sidebartitle {
	background-color: #27397B;
}
#rehousing #leftcolumn #sidebartitle {
	background-color: #5F4724;
}
#youpwg #leftcolumn #sidebartitle {
	background-color: #754F78;
}
#yoursay #leftcolumn #sidebartitle {
	background-color: #054f5a;
}
#faces #leftcolumn #sidebartitle {
	background-color: #a4233d;
}
#root #leftcolumn #sidebartitle {
	background-color: #8ac140;
}

/*h3 for contents page*/
#service #rightcontent h3 {		
	color: #007b40;
}

#improvements #rightcontent h3 {		
	color: #27397b;
}

#improvements #rightcontentwide h3 {		
	color: #27397b;
}

#rehousing #rightcontent h3 {		
	color: #5f4724;
}

#faces #rightcontent h3 {		
	color: #a4233d;
}

#youpwg #rightcontent h3 {		
	color: #872b8f;
}

#yoursay #rightcontent h3 {		
	color: #054f5a;
}

#root #rightcontent h3 {		
	color: #8ac140;
}
/*headings for landing pages*/

#service #lprightcontent h3 {
	color: #007b40;
}

#improvements #lprightcontent h3 {
	color: #27397b;
}

#rehousing #lprightcontent h3 {
	color: #5f4724;
}

#faces #lprightcontent h3 {
	color: #a4233d;
}

#youpwg #lprightcontent h3 {
	color: #872b8f;
}

#yoursay #lprightcontent h3 {
	color: #054f5a;
}

#root #lprightcontent h3 {
	color: #8ac140;
}

