/****************************************
* News section specific styles 
*****************************************/

/*background image */
body{
	background-image:url(/gardens-for-life/images/structure/background/background.jpg);
}

/* h1 specific colour for this section */
h1{
/*	color:#dc9713;*/
	color:#94c11a;
}

/* h2 specific colour for this section */
h2{
	color:#94c11a;
}

/* other elements share the same section specific colour */

/* global navigation highlight for this section */
#globalNav #newsLink {
	border-bottom: solid #94c11a 2px;
}

/* main title for the page */
#sectionName{
	border-color: #94c11a;
}
#sectionName .pageHeading, #sectionName .pageHeading a {
	color:#94c11a;
}


hr {
	color: #203009;
	background-color: #203009;
}

/* sidebar subnavigation */
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftColumn li {
	border-color:#94c11a;
}

/* fix for browsers that don't need the hack */
html>body #leftColumn li {
	border-color:#94c11a;
}

/* footer */
/* used to underline the first row of links at the top of the footer */
#footerTopSection {
	border-color: #203009;
}

/* separator for the copyright notice */
#copyright {
	border-color: #203009;
}

