/* CSS Document */


/*--- Default Styles ---- */
*{
	margin: 0px;
	padding: 0px;
	}

body, html {
	background-color: #666;	/* 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--- */

#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/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;
	}

#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, #sitetitle h1 {
	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;}

*/
	
	/* Link colors are in the color section at the bottom of the page...... */


/* --- Content --- */

#content {
	margin: 0 5px 0 20px;
	}
#content p {
	line-height: 1.4em;
	margin-top: .6em;
	}
#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;
	}
#content img.thumbnail {
	padding: 5px;
	margin-left: 4em;
	border: 0;
	}
	
	
/* --- Footer and Copyright ---*/
#footer {
	clear:both;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #666;
	}

.copyright {
	padding-top: 5px;
	font-size: 11px;
	color: #fff;
	}
#content li {
	margin-top: .6em;
	margin-left: 3em;
}

.oldtime {
	font-family:"Courier New", Courier, monospace;
	color:#333;
	background-image: url(../images/bg-paper.jpg);
	border: solid #E7D9B4 thin;
	padding: 0 1em;
	margin: 2em;
	}


/* ---- 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: #563526;		/* Highlight Colour */
	}

#sitetitle {
	background-color: #563526;		/* Highlight Colour */
	}
	
#navigation li a:link {color: #448;}

#navigation li a:visited {color: #667;}

	#navigation li a:hover {border-color: #563526; color: #563526;}		/* 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: #563526; 	/* Highlight Colour */
	}
#content h2, #content h4 
	{
	color: #999;
	}
#footer {
	background-color: #563526; 	/* Highlight Colour */

	}.emphasize {
	font-style: italic;
	font-weight: bolder;
	color: #563526;
}

