/********************
 * Rules for page navigation region(s).
 ********************/
div#primaryNavigation {
	background: #fffbe4 url("../images/navigation/primary/background.gif") top left no-repeat;
	color: #a50d18;
	font-size: 82%;
	
	/* (Min-height fast hack: http://www.dustindiaz.com/min-height-fast-hack/) */
	min-height: 30px;
	height: auto !important;
	height: 30px;
	
	line-height: 30px;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	width: 982px;
}

div#primaryNavigation a {
	background-color: transparent;
	color: #a50d18;
	text-decoration: none;
}

div#primaryNavigation a:hover {
	text-decoration: underline;
}


div#primaryNavigation ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

div#primaryNavigation ul li {
	background-image: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#primaryNavigation ul li a {
	display: block;
	font-weight: bold;
	text-align: center;
}

div#primaryNavigation ul li.home, div#primaryNavigation ul li.home a {
	background: url("../images/navigation/primary/home-1.gif") top left no-repeat;
	width: 128px;
	color: white !important;
}

div#primaryNavigation ul li.about, div#primaryNavigation ul li.about a {
	background: url("../images/navigation/primary/about-0.gif") top left no-repeat;
	width: 171px;
}

div#primaryNavigation ul li.councillors, div#primaryNavigation ul li.councillors a {
	background: url("../images/navigation/primary/councillors-0.gif") top left no-repeat;
	width: 164px;
}

div#primaryNavigation ul li.how, div#primaryNavigation ul li.how a {
	background: url("../images/navigation/primary/how-0.gif") top left no-repeat;
	width: 169px;
}

div#primaryNavigation ul li.publications, div#primaryNavigation ul li.publications a {
	background: url("../images/navigation/primary/publications-0.gif") top left no-repeat;
	width: 172px;
}

div#primaryNavigation ul li.services, div#primaryNavigation ul li.services a {
	background: url("../images/navigation/primary/services-0.gif") top left no-repeat;
	width: 158px;
}
div#secondaryNavigation {
	margin: 0 10px;
	width: 194px;
}

div#secondaryNavigation h3 {
	background: #8d744a url("../images/navigation/secondary/heading-background.gif") top left no-repeat;
	color: white;
	font-size: 120%;
	line-height: 1;
	
	/* (Min-height fast hack: http://www.dustindiaz.com/min-height-fast-hack/) */
	min-height: 31px;
	height: auto !important;
	height: 31px;
	
	margin: 1em 0 -.5em 0;
	padding: .5em 15px 0 15px;
}

div#secondaryNavigation ul {
	background: transparent url("../images/navigation/secondary/background-bottom.gif") bottom left no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 8px 0;
}

div#secondaryNavigation ul li {
	background: white url("../images/navigation/secondary/bullet.gif") 15px center no-repeat;
	border-top: 1px solid white;
	margin: 0;
	padding: .4em 15px .4em 30px;
}
div#secondaryNavigation ul li span.currentbranch1,
div#secondaryNavigation ul li span.currentbranch0,
div#secondaryNavigation ul li.active {
	font-weight: bold;
}

div#tertiaryNavigation {
	margin: 1em 0;
}

div#tertiaryNavigation h3 {
	background: #4e4e4e url("../images/navigation/tertiary/heading-background.gif") top left no-repeat;
	color: white;
	font-size: 120%;
	line-height: 1;
	
	/* (Min-height fast hack: http://www.dustindiaz.com/min-height-fast-hack/) */
	min-height: 31px;
	height: auto !important;
	height: 31px;
	
	margin: 1em 0 -.5em 0;
	padding: .5em 15px 0 15px;
}

div#tertiaryNavigation ul {
	background: transparent url("../images/navigation/tertiary/background-bottom.gif") bottom left no-repeat;
	border-bottom: 1px solid white;
	list-style-type: none;
	margin: 0;
	padding: 0 0 8px 0;
}

div#tertiaryNavigation ul li {
	background: #f0f0f0 url("../images/navigation/tertiary/bullet.gif") 15px 1.5em no-repeat;
	border-top: 1px solid white;
	margin: 0;
	padding: 1em 15px 1em 30px;
}

div#tertiaryNavigation ul li.active {
	font-weight: bold;
}
/********************/