@charset "utf-8";
/* CSS Document */

.container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	background-repeat: no-repeat;
	height: 100px;
	width: 775px;
}
body {
}
.menu-bar {
	width: 775px;
	background-color: #006400;
}
.ed-photo {
	background-repeat: no-repeat;
	height: 296px;
	width: 214px;
	margin-top: 50px;
	display: inline;
}
.collage {
	height: 324px;
	width: 325px;
	float: right;
	margin-top: -25px;
}
.statement-side {
	width: 220px;
	display: inline;
}
.monthly-news {
	height: auto;
	width: 385px;
	/* [disabled]clear: both; */
	margin-top: 15px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	float: left;
}
.newsletter {
	float: left;
	width: 385px;
	margin-top: 15px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
}

.bottom-menu {
	height: auto;
	width: 775px;
	margin-top: 10px;
	clear: both;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
}
.footer {
	background-color: #006400;
	text-align: left;
	clear: both;
	height: 20px;
	width: 770px;
	margin-top: 5px;
	padding-top: 3px;
	padding-left: 5px;
	color: #FFF;
	padding-bottom: 3px;
}
.bottom-spacer {
	height: 20px;
	width: 775px;
}
.service-areas {
	font-family: Verdana, Geneva, sans-serif;
	/* [disabled]padding-top: 15px; */
	padding-bottom: 15px;
}


.footer A:link {
	color:#548C00;
	text-decoration:none;
}
.footer A:visited {
	color:#548C00;
	text-decoration:none;
}
.footer A:hover {
	color:#9F0;
	text-decoration:none;
}
.contact-form {
	height: 600px;
	width: 400px;
}
.form-field {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #c8e3c8;
	width: 175px;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
.form-field-2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #c8e3c8;
	width: 75px;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
.first-aid-menu {
	height: auto;
	width: 755px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
A:link {
	color: #006400;
	text-decoration:none
}
A:visited {
	color: #006400;
	text-decoration:none;
}
A:hover {
	color: #006400;
	text-decoration:underline;
}.main-content {
	height: auto;
	width: 755px;
}

.left-column {
	float: left;
	width: 45%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.right-column {
	float: left;
	width: 45%;
	margin-top: 15px;
	margin-left: 35px;
	background-color: #C60;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

.clear {
	clear: both;
}

