/*dynamic style sheet for colourways related to the current section*/
h2, h3, h4  { 
	color:#14226B; /* this will need to vary for each section */
} 
div#level3_nav  {
	/* just a narrow blue rectangle in this section */
	width: 100%;
	height: 8px;
	margin-top: 10px;
    background: #001742;
}

div#branding_secondary { 
	margin-top: 10px;
	margin-left: 360px;
	position: absolute;
	height: 80px;
	width: 575px;
	text-align: right;
	padding: 0;
	/*right: 510px; /*change this value to position the graphic left or right in the space*/
	/*top: 30px;*/
} 
div#branding_secondary h2, div#branding_secondary h3 { 
	text-transform: uppercase;
	color: #559C27;  /*green*/
	margin: 0;
	padding: 0;
}
h2 {
	color: #559C27;  /*green*/
}
/* use the h2 id to target a specific header */
h2#about_us {
	padding: 0;
	height: 80px;
	/*replace the text with the graphic */
	text-align: left;
	background: url(../images/about_us_branding.gif) no-repeat 100% 50%;
	text-indent: -9999px;
}
h2#getting_involved {
	padding: 0;
	height: 80px;
	/*replace the text with the graphic */
	text-align: left;
	background: url(../images/gi_branding.jpg) no-repeat 100% 50%;
	text-indent: -999px;
}
h2#how_to {
	padding: 0;
	height: 80px;
	/*replace the text with the graphic */
	text-align: left;
	background: url(../images/how_to_get_branding.jpg) no-repeat 100% 50%;
	text-indent: -9999px;
}
h2#maps {
	padding: 0;
	height: 80px;
	/*replace the text with the graphic */
	text-align: left;
	background: url(../images/activities_maps_branding.gif) no-repeat 100% 50%;
	text-indent: -9999px;
}
h2#links {
	padding: 0;
	height: 80px;
	/*replace the text with the graphic */
	text-align: left;
	background: url(../images/links_branding.gif) no-repeat 100% 50%;
	text-indent: -9999px;*/
}
div#user_info {
	margin-bottom: 1em;
}
div#level3_nav {
	margin-top: 1em;
}
