body {
	background-color: #fff;
	color: #000;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	margin-left: 18px;
	margin-top: 10px;
	margin-right:10px;
	/*margin: 1% 2%;*/
	}
	
* {margin:0; padding:0;}

#wrapper {
	width: 100%;
	min-width:1000px; 
	max-width:1500px;
}

/*page header*/
#banner {
	min-width:1000px; 
	max-width:1500px;
	height:95px;
	}

#banner img {
	float: left;
}

#banner img.right {
	float: right;
	margin:30px 5px 0 0;
	padding:0;
	}

#banner h1 {
	text-align: right;
	float: right;
	color: #999966;
	background-color: transparent;
	margin: 30px 0 0 0;
	padding: 0 5px 5px 0;
	border-right: 1px solid #999966;
	border-bottom: 1px solid #999966;
	width: 59%;
}

#banner h1.alt {
	margin: 0;
	width: 59%;
}

#banner h2 {
	display: inline;
	text-align: right;
	float: right;
	color: #999966;
	background-color: transparent;
	margin: 5px 0 0 0;
	padding: 0 5px 5px 0;
	border: none;
	width: 60%;
}

/*left hand column and menu*/
	
#leftcol {
	position: absolute; /*positioned here so menu can follow main page text in page source code*/
	float: left;
	left:20px;
	top:112px;
	width:10.5em;
	}

#leftcol p {
	font-size: small;
	margin: 0 0 10px 0;
	}
	
#menu {
	width: 10.5em;
	border-left: 1px solid #996633;
	border-top: 1px solid #996633;
	margin-bottom: 1em;
	background-color: #CC9966;
	color: #333;
	font-size: 0.8em;
	}

#menu ul {
	list-style: none;
	border: none;
	}
		
#menu li {
	border-bottom: 1px solid #996633;
	}

#menu li a {
	display: block;
	padding: 2px 5px 3px 0.5em;
	border-left: 5px solid #cc9966;
	border-right: 1px solid #996633;
	background-color: #FFFFFF;
	color: #996633;
	text-decoration: none;
		}

#menu ul li.marker {
	background-color: #73AC39;
	color: #fff;
}

#menu ul li.marker a {
	display: block;
	padding: 2px 5px 3px 0.5em;
	border-left: 5px solid #B6DB91;
	border-right: none;
	background-color: #73AC39;
	color: #fff;
	text-decoration: none;
}

html>body #menu li a {
	width: auto;
		}

#menu li a:hover {
	border-left: 5px solid #fff;
	border-right: none;
	background-color: #73ac39;
	color: #fff;
		}
	
/*main content column*/	

#centercol {
position: relative;
	top: 10px;
	left: 10px;
	margin: 6px 0 0 10em;
	padding:0.8em 0.4em 0 0.8em;
	border: 1px solid #E0EEEE;
	width:68%;
	min-width: 780px;
	}
	
#centercol ul {
	/*width:95%;*/
	/*width: 100%;*/
	list-style: none;
	padding: 10px 0;
	margin: 0 0 0 20px;
	font-size: 0.8em;
	}

#centercol ul li {
	list-style: none;
	padding: 0;
	margin: 5px 0 5px 20px;
	}

/*following indents were used for site map listing - 	

#centercol ul li.indent25 {
	margin: 0 0 5px 25px;
	width:95%;
}

#centercol ul li.indent40 {
	margin: 0 0 5px 40px;
	width:95%;
}

#centercol p.indent40 {
	margin: 0 0 10px 60px;
	width:95%;
}

#centercol ul li.indent65 {
	margin: 0 0 5px 65px;
	width:80%;
	}*/
	
/*footer section*/
#footer {
	margin: 20px 0 0 10.5em;
			}
		
#footer p {
margin: 30px 0 20px 5px;
padding: 5px 0 5px 20px;
border-top: 1px solid #999966;
border-bottom: 1px solid #999966;
	font-size: 0.7em;
	}

#footer span.toplink { /*addition, Nov 06*/
float: right;
text-align: right;
margin-top:5px;
}
	
/*general text formatting*/

p {
	margin: 0 20px 0.8em 10px;	
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 0;
	}
	
p.topspace {
margin: 5em 20px 1em 10px;	
}
	
h1 {
	font-size:1.4em;
	background-color: transparent;
	color: #999966;
	padding: 10px 20px 0 20px;	
	font-weight: bold;
	}
	
h2 {
	font-size:0.9em;
	background-color: transparent;
	color: #666600;
	margin: 15px 20px 5px 10px;
	padding:10px 0 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #999966;
	}
	
h2.clearleft {
clear: left;
}
	
/*h2.alt {
	margin: 0 0.8em 5px 10px;
	border-bottom: 1px solid #ccc;
	padding:20px 0 5px 0;
	font-size: 0.9em;
}*/

/*h2.coltop {
margin: 0 20px 5px 10px;
	padding:10px 0 5px 0;
}*/

h2.indent {
	margin: 20px 20px 0 60px;
}

h3 {
	font-size:0.8em;
	background-color: transparent;
	color: #666600;
	margin: 20px 10px 5px 5px;
	padding: 5px;
	font-weight: bold;
	}
	
h3.indent {
	margin: 20px 20px 5px 60px;
	
}

h4 {
color: #666666;
background-color: transparent;
margin: 10px 0 5px 10px;
font-size: 0.8em;
}

/*for two column format - -not used yet -
div#twocol {
clear: both;
min-width: 620px;
white-space: nowrap;
}

div#twocol div.left {
float: left;
width: 310px;
}

div#twocol div.right {
margin-left: 320px;
} - - -*/

#rightlinks {
	text-align: right;
	margin:10px 10px 10px 0;
	clear: both;
	font-size: 0.8em;
}

div.toptrail {
margin: 0 5px 5px 0;
font-size: 0.8em;
}

div.toptrail span.left {
margin: 0 0 5px 10px;
float: left;
}

div.toptrail span.right {
margin: 0 5px 15px 10px;
float: right;
text-align:left;
}

.topnav {
	text-align: right;
}

div.nav { /*see links section below for link effects*/
position: absolute;
top: 120px;
right:0;
margin-right: 2%;
}

div.nav2 {
margin: 20px 10px;
text-align: right;
}

div.nav p, div.nav2 p {
margin: 0; 
padding: 3px;
font-size:0.7em;
}

div.quotebox {
	background-color : #EEE8CD;
	color: #000000;
	margin: 10px;
	border: 1px dashed #660000;
	line-height:120%;
}

div.quotebox2 {
	background-color : #F5F5DC;
	color: #000000;
	margin: 10px;
	border: 1px solid #ccc;
	line-height:120%;
	width: 75%;
}

div.quotebox2 p {
padding: 10px 10px 0 10px;

}

div.quotebox2 p.credit {
font-style: italic;
font-size: 0.7em;
margin: 0; 
padding: 0 0 10px 20px;
}

div.quotebox3 {
	background-color : #F5F5DC;
	color: #000000;
	margin: 20px 10px;
	border: 1px solid #ccc;
	line-height:120%;
	width: 95%;
}

div.quotebox3 p {
padding: 10px 10px 0 10px;

}

blockquote {
	margin: 0 0 10px 13px;
	padding-bottom: 10px;
	background-color : #F5F5DC;
	color: #000000;
	border: 1px solid #ccc;
	line-height:120%;
}

blockquote p {
font-size: 0.8em;
padding: 10px 0 0 10px;
}

blockquote p.credit {
margin: 0;
padding: 0 0 0 10px;
font-style: italic;
}

div.newquote1 {
margin: 0 0 10px 0;
	background-color : #F5F5DC;
	color: #000000;
	border: 1px solid #ccc;
	line-height:120%;
	width: 400px;
	float: left;
}

div.newquote1 p {
padding: 10px 10px 0 10px;
font-size: 0.7em;
}

div.note {
	width: 11.5em;
	padding:10px;
	border: 1px solid #660000;
}

.bold 	{
	font-weight: bold;
	}

hr {
	background-color: transparent;
	color: #ccc;
	clear: both;
	}

.italic {
	font-style: italic;
}

.copy {
	font-size: 0.8em;
}

div.notice p {
padding: 0 10px;
}
/*---------*/

/*graphics - */
img {
	border: none;
	/*margin: 0.2em 0.8em 0.8em 0.8em;*/
	margin: 0.2em 0.8em 0.8em 10px;
	float: left;
	}

img.leftborder {
	border: 1px solid #ccc;
	margin: 0.4em 0 0.4em 10px;
	float: left;
	}
	
img.leftborder2 {
	border: 1px solid #ccc;
	margin: 0.4em 0.8em 0.4em 10px;
	float: left;
	}	

img.right {
	border: none;
	margin: 0 0 0 10px;
	float: right;
	}

img.rightborder {
	border: 1px solid #ccc;
	margin: 0 0 0 10px;
	float: right;
	}

img.logo {
	border: none;
	margin: 0 10px 0 0;
}

img.clearright {
	clear: right;
}

img.row2 {
/*margin: 0.4em 5px 0.4em 0;*/
margin: 0.2em 0.8em 0.8em 0.2em;
}


/*clearing for floated elements -*/

.lineclear {
	border-top: 1px solid #CCCCCC;
	clear: both;
}

.linecleardot {
border-top: 1px dashed #CCCCCC;
	clear: both;
	height:1px;
	margin-left:20px;
}

.clear {
	clear: both;
}

.spaceclear {
	clear: both;
	height:0.8em;
}


/*contact form etc -*/

#centercol-formbox
{
position: relative;
	margin: 20px 0 0 12em;
	padding:0.8em 0.8em 0 0.8em;
	border: 1px solid #E0EEEE;
	width:68%;
}

form {
	margin:0 0 10px 0;
}

form.indent {
	margin:10px 0 10px 20px;
}

/*highlight for some browsers*/
form input:focus, select:focus, textarea:focus {
border:2px solid #73AC39;
color:#000000;
}

div.formrow {
	clear: both;
	margin: 10px;
	}

div.formrow span.label {
	float: left;
	width: 125px;
	text-align: right;
	padding:5px;
}

div.formrow span.input {
	float: right;
	width: 420px;
	text-align: left;
}

fieldset {
	margin: 10px 0 20px 10px;
	padding: 10px;
	font-size: 0.8em;
	line-height: 160%;
	}

fieldset legend {
	background-color: transparent;
	color: #666600;
	margin: 0 10px 5px 0;
	font-weight: bold;
	}

textarea {
	font-family: verdana, helvetica, arial, sans-serif;
}

.formbuttons {
	margin: 20px 0 10px 0;	
	text-align: center;
}

.formscript {
	border: none;
}

.hidden {
	position: absolute; 
	left: -9000px;
}

/*--------------------------*/

/*search page formatting - */

#searchpage {
	margin: 10px 10px 20px 0;
	padding: 10px 10px 10px 20px;
}

#searchpage h2 {
	margin: 20px 20px 5px 0;
}

#searchpage p {
	margin:10px 0 10px 0;
}

#searchpage form {
	margin:10px 0 10px 30px;
}

/* intro pages to sections */
p.intro {
margin: 0 0 10px 10px; 
padding: 0;
}

div.introbox {
	/*border-top: 1px solid #ccc;*/
	padding-top: 10px;
	margin: 0;
	/*width: 100%;*/
	min-width:650px; 
	max-width:1500px;
	}

div.introbox img {
	float: left;
	margin: 0 30px 0 10px;	
	}

div.introbox p {
	font-size: 0.8em;
	width: 70%;
	height: 60px;
	padding-top: 30px;
}

/*for fireworks page within site - */

#boxphotos {
	margin: 0;
	border: 1px solid #CCCCCC;
	width: 650px;
	font-size: 0.8em;
}

#boxphotos img1 {
	margin: 5px;
	float: left;
}

#boxphotos img {
	margin: 5px;	
}

#boxphotos div.note {
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 10px;
	line-height: 160%;
	width: 90%;
}

/*map pages formatting -*/

#mapbox {
	position: relative;
	margin: 20px 0 0 12em;
	padding:0.8em 0.8em 0 0.8em;
	border: 1px solid #E0EEEE;
	width:68%;
}

#mapbox h2 {
	margin: 0 0 20px 0;
}

#mapbox p {
	margin: 20px 0 10px 0.8em;
	text-align: left;
}


/* jumplinks
---------------------------------------*/
#jumplinks ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#jumplinks li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#jumplinks a {
	color: #0080C0;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0.9em !important;
	
}
#jumplinks a:active, #jumplinks a:focus { /* only shown on focus */
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	font-size: 1em;
	border: 0;
	margin: 0;
	padding: 6px;
	border: 3px #3399cc solid;
	background: #FFF;
}



/*for quiz pages when set up*/

form.quizform {
margin-left:10px;
background-color:#fff;
color:#000;
}

.quiztext1 h3 {
margin: 0 0 0 10px;
background-color: transparent;
color: #666600;
border:none;
}

.quizbox img.left {
float:left;
}

.quizbox img.right {
float:right;
margin-right:20px;
}

.quiztext1 {
float:left;
margin-left:1em;
}

.quizfooter {
text-align: center;
}

.quizresult {
text-align: center;
background-color : transparent;
	color : #996633;
font-size:120%;
font-weight:bold;
margin-top:10px;
}

.quizanswers {
text-align: center;
background-color : transparent;
	color : #996633;
font-size:100%;
font-weight:bold;
}

.quizcredit {
text-align:center;
font-size:80%;
}

.answers {
background-color: #fff; 
color: #000;
margin:0 15px;
font-size:110%;
}

.quizfooter textarea {
color:black;
line-height:150%;
font-size:100%;
padding:0 10px;
}
/*------*/

/*link styles*/

a:link {
	background-color : transparent;
	color : #996633;
	text-decoration : underline;
}

a:visited {
	background-color : transparent;
	color : #666600;
	text-decoration : underline;
}

a:hover {
color: #996633;
background-color:transparent;
text-decoration: none;
}

a:active {
	background-color : transparent;
	color : #996633;
	text-decoration : none;
}

a.logolink {
	background-color : transparent;
	border : 0;
	color : #000000;
	text-decoration : none;
}

a.logolink:hover {
	background-color : transparent;
	border : 0;
	color : #000000;
	text-decoration : none;
}

div.nav a:link {
text-decoration: none;
}

div.nav a:visited {
text-decoration: none;
}

div.nav a:active {
text-decoration: none;
}

div.nav a:hover {
text-decoration: underline;
}

/*print styles -*/

#printfooter {
	visibility: hidden;
	display: none;
}

/*addition - Aug 06 - */
#centercol p.topintro {
margin: 10px 0 0 20px;
line-height:140%;
}

/*addition - Sept 06*/
div.notice {
position: relative; /*for some reason, background colour disappears in IE unless this is included - IE bug I guess*/
border: 1px solid #CCCC99;
padding: 5px;
margin-bottom:10px;
}

div.notice h2 {
font-weight: bold;
font-size: 0.9em;
color: #666600;
background-color:  #CCCC99;
border-bottom: none;
padding: 5px; margin-top: 10px;
}

div.notice p {
padding: 5px;
}

/*additions, Nov 06*/

p.date {
text-align: right;
clear: right;
float: right;
width: 25%;
font-size: 0.9em;
color: #999966;
background-color: transparent;
border-right: 1px solid #999966;
border-bottom: 1px solid #999966;
padding: 0 5px;
margin: 0;

}

h2.comments {
font-size: 0.9em;
border: 1px solid #CCCC99;
padding: 5px;
margin: 10px;
}

p.comments {
border: 1px dashed #CCCC99;
padding: 10px;
}

div.adbox {
padding-top: 10px;
	margin: 0;
	
}

/*for containers to enclose floated elements */
.clearfix:after {
    content: ".";              
	display: block;         
    height: 0;                 
    clear: both;               
    visibility: hidden;	    
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* fix for the Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*------*/

/*front page*/

#frontboxinner1 {
	position: absolute;
	top: 130px;
	left: 200px;
	border: 1px solid #999966;
	width:75%;
}

div.slideshow {
float: left;
margin:10px 20px 5px 5px;
}

div.slideshow img {
margin: 10px 20px 0 10px;
}

#banner h1.front {
	font-size:1em;
	background-color: transparent;
	color: #999966;
	letter-spacing:0.1em;
	padding: 10px 20px 0 20px;	
	font-weight: bold;
	border: none;
}

/*additions Feb 07*/
p.fullwidth {
clear: both;
padding-bottom:10px;
}

p.clearleft {
clear: left;
}

p.clearright {
clear: right;
}

img.clearleft {
clear: left;
}

img.clearright {
clear: right;
}

h2.clearleft {
padding-top: 0;
clear: left;
}

img.quotebox {
padding:0.8em;
}

/*additions for memorials pages, Feb 07*/

#centercol p.inscription1 {
float: left;
text-align: center;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px 0;
}

#centercol p.inscription2 {
text-align: center;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px 0;

}

p.memnote1 {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: 0.7em;
padding: 5px 0;
clear: both;
}

p.memnote2 {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: 0.7em;
padding: 5px 0;
margin-top:30px;
}

#centercol span.inscription2 {
font-size: 0.8em;
text-align: center;
border: none;
padding: 5px 0;
}

p.booktext {
line-height:120%;
}

table {
margin-top: 30px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

td {
vertical-align: top;
padding: 10px 0;
}

/*additions July 2007*/

.caps {
text-transform: uppercase;
letter-spacing: 0.1em;
}

div.imgblock {
width: 275px;
float: left;
padding-right: 10px;
}

img.stacked {
margin:0 0 0 10px; 
padding: 0;
}

img.col2 {
margin: 20px 0 0 0;
padding:0;
}

/*addition Nov 07*/

.new	{
	/*background-color: #cc9900;*/
	background-color: #6699CC;
	/*border: 1px solid #669933;*/
	padding: 2px;
	/*background-color: transparent;*/
	color: #fff;
	}

/*addition Feb 09*/

img.rightbordered {
border: 1px solid #ccc;
float: right;
}


