/*
	All base settings come from "elements.css".
	Only colors, borders and backgrounds are changed here for each of the sites content pages.
*/


/* Grow West */

#Grow_West #topNavigation {
	background-color: #eb9123;
}

#Grow_West #header {
	background: url(../images/bg-header-grow-west.jpg) top right no-repeat;
}

#Grow_West #leftnavigation {
	border-top: 1px solid #eb9123;
}

#Grow_West #leftnavigation ul {
	background: #eb9123;
}

#Grow_West #leftnavigation ul li.selected {
	background-image: url(../images/left-nav-selected-grow-west.gif);
	background-repeat: repeat-y;
}

#Grow_West #titleBar {
	background: #eb9123 url(../images/title-bar-bg-grow-west.gif) no-repeat;
}


/* Living Links */

#Living_Links #topNavigation {
	background-color: #0077c0;
}

#Living_Links #header {
	background: url(../images/bg-header-living-links.jpg) top right no-repeat;
}

#Living_Links #leftnavigation {
	border-top: 1px solid #0077c0;
}

#Living_Links #leftnavigation ul {
	background: #0077c0;
}

#Living_Links #leftnavigation ul li.selected {
	background-image: url(../images/left-nav-selected-living-links.gif);
	background-repeat: repeat-y;
}

#Living_Links #titleBar {
	background: #0077c0 url(../images/title-bar-bg-living-links.gif) no-repeat;
}


/* Yarra4Life */

#Yarra4Life #topNavigation {
	background-color: #94c948;
}

#Yarra4Life #header {
	background: url(../images/bg-header-yarra4life.jpg) top right no-repeat;
}

#Yarra4Life #leftnavigation {
	border-top: 1px solid #94c948;
}

#Yarra4Life #leftnavigation ul {
	background: #94c948;
}

#Yarra4Life #leftnavigation ul li.selected {
	background-image: url(../images/left-nav-selected-yarra4life.gif);
	background-repeat: repeat-y;
}

#Yarra4Life #titleBar {
	background: #94c948 url(../images/title-bar-bg-yarra4life.gif) no-repeat;
}


/* Spirit of the Bunyip */

#Spirit_of_the_Bunyip #topNavigation {
	background-color: #1c3f94;
}

#Spirit_of_the_Bunyip #header {
	background: url(../images/bg-header-spirit-of-the-bunyip.jpg) top right no-repeat;
}

#Spirit_of_the_Bunyip #leftnavigation {
	border-top: 1px solid #1c3f94;
}

#Spirit_of_the_Bunyip #leftnavigation ul {
	background: #1c3f94;
}

#Spirit_of_the_Bunyip #leftnavigation ul li.selected {
	background-image: url(../images/left-nav-selected-bunyip.gif);
	background-repeat: repeat-y;
}

#Spirit_of_the_Bunyip #titleBar {
	background: #1c3f94 url(../images/title-bar-bg-bunyip.gif) no-repeat;
}






