@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 35px auto 20px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006633;
	background-image: url(assets/backgrnd-green.png);
	width: 780px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #006633;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #006633;
}


.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	overflow: hidden;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 0;
	background-color: #00FF00;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -100px;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00CC33;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
}
#nav {
	height: 2.2em;
	width: 780px;
	overflow: visible;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	height: auto;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
#mainpagephoto {
	color: #000000;
	float: left;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	padding-bottom: 0.8em;
	padding-left: 120px;
	margin-right: 140px;
}
#mapschematic {
	border: 1px black solid;
}
#centerimage {
	color: #006633;
	float: none;
	font-size: 12px;
	font-style: italic;
	line-height: 1em;
	padding-bottom: 0.8em;
	padding-left: 200px;
}
#largecenterimage {
	font-size: 12px;
	font-style: italic;
	padding-left: 110px;
}

#rightimage {
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	font-size: 12px;
	font-style: italic;
	float: right;
}
#leftimage {
	float: left;
	font-size: 12px;
	font-style: italic;
	padding-right: 0.8em;
	padding-bottom: .8em;
}

