* {
	margin: 0;
	padding: 0;
	border: 0;
}

p, pre {
	margin: 0 8px 10px;
	font: 14px arial, sans-serif, helvetica;
	color: #ffffff;
	text-align: left;
}

ul, ol {
	list-style: none outside none;
	margin-left: 0px; /* 25px to indent */
	padding: 0;
	border: 0;
	font: 14px arial, sans-serif, helvetica;
	color: #ffffff;
	text-align: left;
}

a.emails {
	font: 14px arial, sans-serif, helvetica;
	color: #ffffff;
	text-decoration: none;
}

h3, h4 {
	text-align: left;
	margin: 8px;
	font: 24px "Monotype Corsiva", "Century Gothic", "Avant Garde", Serif, arial, sans-serif, helvetica;
	font-weight: bold;
	color: #ffffff;
}

h5, h6 {
	text-align: left;
	margin: 5px;
	font: 14px arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
}


.pageheadings {
	margin-left: 10px;
}

h3 {
	font-size: 28px;
}

h3.underline {
	text-decoration: underline;
}

.clearfloat {
	clear: left; /*make new paragraph or block appear at end of container (e.g. after photos in the gallery)*/
}

.hide {
	text-indent: -9999px;
	height: 0;
	font-size: 1px;
}

body {
	color: #ffffff;
	background-color: #333333;
	/* background-image: url(../img/water.jpg); */
}

#container {
	margin: 0 auto; /* centre content */
	width: 1000px;
	padding: 15px 0; /* give heron's wing a bit of room and bottom of photos a bit of room) */
	text-align: center; /* centre flash */
	border-style: solid;
	border-color: #003366;
	border-width: 0 3px;
	background-color: #003399;
}

#innercontainer {
	width: 965px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #ffffff;
	background: #333333 url('../img/contactbg.jpg') top left no-repeat;
}

em {
	color: #ffcc88;
	font: 14px arial, sans-serif;
}

#siteh {
	background: url('../img/HeronLakeT.jpg') top left no-repeat;
	height: 167px;
	margin-left: 10px;
}

#sitem {
	position: relative;
	/*background: url('../img/HeronLakeA.gif') top left no-repeat;*/
	/*height: 66px;*/
	/*width: 487px;*/
	top: 145px;
	left: 230px;

}

#sitem a {
	font: italic bold 18px "Century Gothic", "Avant Garde", arial, helvetica, sans-serif;
	padding: 0 25px;
	text-decoration: none;
}

a:link {color: #ffffff;}
a:visited {color: #ffffff;}
a:hover {color: #aaaaaa;}
a:focus {color: #7777ff;}
a:active {color: #ff9900;}

.footer {
	padding-top: 10px;
	background-color: transparent;
	text-align: left;
	font: 9px arial, sans-serif, helvetica;
	color: #999999;
}

.updatedby {
	position: relative;
	left: 21px;
}

.copyright {
	position: relative;
	left: 320px;
}

.design {
	position: relative;
	left: 590px;
}

.copyright:hover {
	color: #ff7700;
}


/* FORM */

fieldset {
	margin-bottom: 10px;
	padding: 0;
}

fieldset ol {
	padding: 5px 5px 0px 5px;
	margin-left: 45px;
	list-style: none;
}

fieldset li {
	padding-bottom: 5px; /*gap between fields*/
}

fieldset.submit {
	border-style: none;
}

label {
	float: left;
	width: 200px;
	margin-right: 0px;
}


/* FORM END */
