@charset "UTF-8";
/* CSS Document */

/*--- Default Styles ---- */
* {
	margin: 0px;
	padding: 0px;
}
body, html {
	background-image: url(../images/body-bg.jpg);
	background-repeat:repeat-x;
	background-color: #333;	/* Background Colour */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 1px;   /* Force scroll bars see webmasterworld.com */
	height: 100.01%;
}
/* --- Page Container--- */

#shadow {
	background-image: url(../images/body-bg-h.png);
	background-repeat:repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#page {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom:solid black medium;
	border-right: solid black medium;
}
/* --- Header --- */

#header {
	background-color: #000000;
	height: 80px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/bylaw-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#header h1 {
	display: none;/* This hides the text if css renders graphic.  */
	}
/* --- Top Site-wide Menu --- */

#topmenubar {
	background-color: #000000;
	height: 30px;
}
#topmenubar ul {
	list-style:none;
	position:relative;
	display: inline;
}
#topmenubar li {
	float:left;
}
#topmenubar li a:link, #topmenubar li a:visited, #topmenubar li a:active {
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	cursor:pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	text-transform: uppercase;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
}
/*  topmenu li highlight color at bottom of css page..... */

/* --- Section Titlebar --- */

#sitetitle {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
/* --- Container to even columns --- */

#container {
	overflow: auto;
}
/* --- Internal navigation for each town. Make sure the town is the first list item with id=title and is tagged with h4. --- */

#townnav {
	float:left;
	padding: 3px 3px 3px 3px;
	width: 150px;
	z-index:5;
	overflow: auto;
}
/* --		all the #navigation selectors format the list in the #townnav div  -- */
			
#navigation {
	padding: 0;
	margin: 15px 0 0;
	font: bold 12px Verdana, sans-serif;
	background: white;
	width: 11em;
	border: 1px solid gray;
	border-width: 1px 1px 0 0;
	float: left;
}
#navigation li {
	list-style: none;
	padding: 0;
	margin: 0.5em 0;
	text-align: right;
}
#navigation li a {
	padding-right: 0.5em;
	border-bottom: 1px solid gray;
	text-decoration: none;
}
#navigation h4 {
	display: inline;
	margin: 0;
	padding: 1px 0.33em;
	position: relative;
	top: -1em;
	font-size: 1.1em;
	background: white;
	border: 1px solid gray;
}
#navigation #title {
	text-align: left;
}
li#title a {
	border:none;
}
#townselect {
	padding: 0;
	margin: 20px 0 0;
	font: bold 1.05em Verdana, sans-serif;
	background: white;
	width: 10.6em;
	border-top: 1px solid gray;
	float: left;
}
#townselect li, #townselect a {
	color:#D5751E;
	margin:.75em 0 1em 1em;
	list-style:none;
}
/* Link colors are in the color section at the bottom of the page...... */


/* --- Content --- */

#content {
	margin: 0 5px 0 170px;
	min-height:600px;
}
#content p img {
	padding:.5em;
}
#content p {
	line-height: 1.4em;
	margin-top: 0.6em;
	padding-right:2em;
	font-size: 1.2em;
}
#content li {
	margin-left: 1.5em;
}
#content h1, #content h2, #content h3, #content h4 {
	margin-top: 1em;
}
#content div + h1, #content div + h2, #content div + h3, #content div + h4 {		/* No space only when heading follows div tag */
	margin-top: 1em;
}
#content h1 {
	font-size: x-large;
}
#content h2 {
	font-size: large;
}
#content h3 {
	font-size: medium;
	font-style: italic;
}
#content h4 {
	font-size: small;
	font-variant:small-caps;
}
/* --- Footer and Copyright ---*/
#footer {
	clear:both;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #666;
}
.verify {
	padding:10px 20px;
	text-align:center;
}
.copyright {
	font-size: 11px;
	color: #fff;
	text-align:center;
}
#content li {
	margin-top: .6em;
	margin-left: 3em;
}
/* ---- Color Changing Section ----*/

/*
	Judy's orange colour = D5751E
	secondary color = 035821
	light gray = CCC
	dark gray page background 666	
*/

#topmenubar li a:hover, #topmenubar li.current {
	background-color: #D5751E;		/* Highlight Colour */
}
#sitetitle {
	background-color: #D5751E;		/* Highlight Colour */
}
#navigation li a:link {
	color: #448;
}
#navigation li a:visited {
	color: #667;
}
#navigation li a:hover {
	border-color: #86b472;
	color: #86b472;
}		/* Highlight Colour */
#navigation .current a:link, #navigation .current a:visited, #navigation .current a:hover, #navigation .current a:active {
	color: #000000;
	text-decoration:none;
}
#content h1, #content h3 {
	color: #D5751E; 	/* Highlight Colour */
}
#content h2, #content h4 {
	color: #999;
}
#footer {
	background-color: #D5751E; 	/* Highlight Colour */
}
.emphasize {
	font-style: italic;
	font-weight: bolder;
	color: #D5751E;
}
