body {
	margin: 0;
	padding: 0;
	font: 16px arial, sans-serif;
	line-height: 28px;
	color: #333;
}

header {
	clear: both;
	width: 100%;
	height: 127px;
	margin: 0;
	padding: 18px 0 0 0;
	background: #264433; 
	color: #fff;
}

div#header_content {
	position: relative;
	height: 127px;
	width: 100%;
	max-width: 996px;
	margin: 0 auto 0 auto;
}

img#logo {
	display: block;
	max-width: 340px;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 6px 0 0 0;
}

img#logo_print {
	display: none;
}

header h1 {
	position: absolute;
	top: 75px;
	left: 10px;
	font-size: 22px;
}

@media screen and (min-width: 560px) {
	img#logo {
		clear: none;
		float: left;
	}
	
	header h1 {
		top: 12px;
		right: 12px;
		left: auto;
		max-width: calc(100% - 360px);
	}
}

@media screen and (min-width: 960px) {
	header {
		height: 129px;
	}
	
	header h1 {
		font-size: 32px;
	}
}
	
/* Navigation Menu */
ul#menu {
	position: absolute;
	top: 127px;
	bottom: auto;
	clear: both;
	width: 100%;
	min-height: 40px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #25734a;
}

ul#menu li {
	float: left;
	margin: 0 8px 5px 8px;
	padding: 0;
	line-height: 16px; 
	list-style-type: none;
}

.menu:link, .menu:visited, .menu:active {
	display: block;
	padding: 8px 4px 6px 4px;
	line-height: 16px; 
	font-weight: bold;
	color: #fff;
}

ul#menu li:hover .menu, .menu:hover {
	background: #559b71;
}

@media screen and (min-width: 663px) {
	ul#menu {
		top: 89px;
	}
}

@media screen and (min-width: 960px) {
	ul#menu li {
		margin: 0 13px 0 13px;
	}
	.menu:link, .menu:visited, .menu:active {
		padding: 12px 7px 12px 7px;
	}

	.active:link, .active:visited, .active:hover, .active:active {
		background: #559b71;
	}
}

/* Dropdowns & Submenus*/
ul#menu li ul {
	display: none;
}

ul#menu li:hover > ul {
	display: block;
	position: absolute;
	margin: 0;
	z-index: 5;
	background: #678595;
}

ul#menu li:hover > ul li {
	display: block;
	width: auto;
	height: auto;
	float: none;
	margin: 0;
}

ul#menu ul a:link, ul#menu ul a:visited, ul#menu ul a:active {
	display: block;
	border-bottom: 1px solid #abbab9;
	padding: 11px 14px 11px 14px;
	line-height: 15px; 
	font-size: 15px;
	color: #fff;
}

ul#menu ul a:hover {
	background: #879FAC;
}

/* Main */
main {
	display: block;
	padding: 60px 0 0 0;
}

@media screen and (min-width: 860px) {
	main {
		padding: 0;
	}
}

main#content_main {
	padding: 49px 0 0 0;
}

div#content {
	width: calc(100% - 20px);
	max-width: 972px;
	margin: 0 auto 0 auto;
	padding: 12px 10px 42px 10px;
	background: #fff;
}

p.breadcrumb {
	clear: both;
	margin: 18px 0 24px 0;
	font-size: 15px;
	color: #888;
}

p.breadcrumb a {
	color: #888;
}

p.breadcrumb a:hover {
	color: #aaa;
	text-decoration: underline;
}

@media screen and (min-width: 996px) {
	p.breadcrumb {
		clear: none;
		margin: 0 0 60px 0;
	}
}

/* boxes on the side */
div#section_links {
	width: calc(100% - 36px);
	margin: 16px 0 42px 0;
	border-radius: 4px;
	padding: 2px 18px 20px 18px;
	background: #eee;
	font-size: 15px;
	line-height: 22px;
}

@media screen and (min-width: 600px) {
	div#section_links {
		float: right;
		width: 250px;
		margin: -36px 0 42px 42px;
	}
}

div#section_links ul {
	margin: 9px 0 0 0;
}

div#section_links ul li {
	margin: 3px 0 0 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
}

div#section_links ul ul {
	margin: 0 0 9px 12px;
}

div#section_links h4 a {
	color: #222;
}

div#section_links small {
	font-size: 70%;
}

/* Content */
h1 {
	clear: both;
	margin: 0;
	padding: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
	font-size: 32px;
	font-weight: normal;
	color: #25734a;
}

h2 {
	margin: 46px 0 0 0;
	border-radius: 5px;
	padding: 10px 10px 8px 10px;
	background: #eee;
    line-height: 24px;
    font-family: 'Palatino Linotype', Palatino, serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #25734a;
}

h3, h4 {
	margin: 22px 0 0 0;
    font-family: 'Palatino Linotype', Palatino, serif;
	font-size: 19px;
	font-weight: normal;
	color: #25734a;
}

p {
	margin: 17px 0 0 0;
}

table {
	margin: 24px 18px 0 18px;
	border: 1px solid #aaa;
	border-radius: 4px;
	border-collapse: collapse;
	padding: 0 17px 17px 17px;
}

tr {
	vertical-align: top;
}

th {
	padding: 12px;
	background: #eee;
	text-align: left;
}

td {
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 0;
}

label {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 15px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

input[type=text] {
	display: block;
	float: left;
	width: 205px;
	margin: 0 0 0 0;
	-webkit-appearance: none;
	border: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
	padding: 7px 8px 7px 8px;
	font-size: 15px;
}

input[type=submit], button {
	display: block;
	float: left;
	width: 44px;
	margin: 0;
	-webkit-appearance: none;
	border: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
	padding: 7px 10px 7px 10px;
	background: #bbb;
	font-size: 15px;
	font-weight: bold;
	color: #111;
	-webkit-appearance: none;
}

button[disabled], button:disabled, button:disabled:hover {
	background: #bbb;
	cursor:default;
}

button:hover {
	background: #3A58B4;
	cursor: pointer;
}

ol, ul {
	margin: 17px 0 0 25px;
	padding: 0;
}

li {
	margin: 8px 0 0 8px;
	padding: 0;
}

ul li {
	list-style-type: square;
}

ul ul {
	margin-top: 0;
}

ul ul li {
	list-style-type: circle;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #25734a;
}

a:hover {
	color: #25734a;
}

img {
	max-width: 100%;
	border: 0;
}

hr {
	margin: 30px 0 30px 0;
	border-top: 1px dashed #678595;
	border-bottom: 0;
	padding: 0;
}

/* General Formatting Classes */
div.highlight {
	float: right;
	width: 276px;
	margin: 24px 0 42px 42px;
	padding: 2px 18px 24px 18px;
	background: #E9E9EA;

}

div.highlight h3 {
	margin-bottom: -12px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.indent {
	margin-left: 30px;
}

.quote {
	margin: 24px 0 32px 0;
	border-radius: 7px;
	padding: 18px 27px 18px 27px;
	background: #eee;
	line-height: 26px;
	font-size: 15px;
	font-style: italic;
}

@media screen and (min-width: 660px) {
	.quote {
		float: right;
		max-width: 300px;
		margin: 17px 0 32px 32px;
	}
}

.strike {
	text-decoration: line-through;
}

.small {
	font-size: 75%;
}

.red {
	color: #d13832;
}

img.pdf_icon {
	display: inline-block;
	width: 30px;
}

img.float {
	display: block;
	float: left;
	margin: 24px 24px 24px 0;
}

/* Styling for Specific Pages */

/*Home*/
div#home_left {
	margin: 40px 0 0 0;
	line-height: 24px;
}

div#home_right {
	margin: 40px 0 0 0;
	line-height: 24px;
}

div#home_right img {
	display: block;
	border-radius: 5px;
}

@media screen and (min-width: 996px) {
	div#home_left {
		float: left;
		width: calc(50% - 32px);
		padding: 0 32px 24px 0;
	}
	div#home_right {
		float: left;
		width: calc(50% - 32px);
		padding: 0 0 24px 32px;
	}
}

div#home_left h2, div#home_right h2 {
	margin: 0;
}

/* Site Map */
h2.sitemap_header {
	clear: both;
	margin-top: 54px;
}

h3.sitemap_h3 {
	clear: both;
	margin: 36px 16px 0 15px;
	border-radius: 3px;
	padding: 4px;
	background: #ddd;
	text-align: center;
}

ul.sitemap {
	clear: both;
	margin: 16px 16px 0 16px;
}

ul.sitemap li {
	width: 25%;
	float: left;
	list-style-type: none;
	margin: 8px 0 36px 0;
}

ul.sitemap li.fullwidth {
	clear: both;
	width: 100%;
	float: none;
}

ul.sitemap a:link, ul.sitemap a:visited {
	display: block;
}

ul.sitemap li li {
/*	width: 100%;*/
}

ul.sitemap h4 {
	margin: 0;
	font-weight: normal;
}

/* Bottom of Content Area */
div#section_menu {
	clear: both;
	margin: 30px 0 0 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 12px 12px 12px 12px;
	background: #f0f4f4;
	font-size: 15px;
	text-align: center;
}

div#section_menu .link {
	color: #333;
}

div#section_menu ul {
	display: inline;
	margin: 0;
}

div#section_menu li {
	display: inline-block;
	line-height: 18px;
}

div#section_menu li a {
	display: block;
	border-radius: 3px;
	padding: 4px 8px 4px 8px;
	line-height: 18px;
}

div#section_menu li a:hover {
	background: #e1e9e9;
}

div#brochure {
	clear: both;
    max-width: 760px;
	margin: 36px auto 0 auto;
	border-radius: 3px;
	padding: 5px;
	background: #E9E9EA;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
}

/*Footer*/
footer {
	/*z-index: 200;*/
	clear: both;
	background: #264433; 
}

div#footer_content {
	/*z-index: 200;*/
	width: 100%;
	max-width: 1048px;
	margin: 0 auto 0 auto;
	padding: 30px 0 18px 0;
	background: #264433; 
	color: #fff;
}

img#footer_logo {
	display: block;
	width: 250px;
	margin: 0 auto 24px auto;
}

footer h1 {
	clear: none;
	margin: 9px 12px 24px 0;
	color: #CDC2A4;
}

@media screen and (min-width: 720px) {
	img#footer_logo {
		float: left;
	}
	
	footer h1 {
		float: right;
	}
}

ul#footer_menu {
	clear: both;
	margin: 18px 0 0 0;
	padding: 0;
}

ul#footer_menu li {
	display: block;
	float: left;
	clear: right;
	margin: 0 12px 0 0;
	padding: 0;
	list-style-type: none;
}

.footer:link, .footer:visited, .footer:active {
	display: block;
	margin: 0 7px 4px 4px;
	border-radius: 3px;
	padding: 4px 9px 3px 9px;
	background: #4e8f68;
	font-size: 15px;
	font-weight: bold;
	color: #f0f4f4;
}

.footer:hover {
	color: #E9E9EA;
}

/* Submenus in Footer*/
ul#footer_menu ul {
	margin: 0 0 24px 13px;
	padding: 0;
}

ul#footer_menu li.footer_last ul {
	height: auto;
}

@media screen and (min-width: 600px) {
	ul#footer_menu ul {
		max-width: 265px;
		height: 270px;
		margin: 0 0 24px 10px;
	}
}

ul#footer_menu li ul li {
	float: none;
	margin: 8px 0 8px 0;
}

ul#footer_menu ul a:link, ul#footer_menu ul a:visited, ul#footer_menu ul a:active {
	display: block;
	padding: 2px;
	line-height: 13px;
	font-size: 13px;
	color: #E9E9EA;
}

.footer:hover, ul#footer_menu ul a:hover {
	color: #fff;
}

/*Footer Search*/
div#footer_search fieldset {
	width: 270px;
	margin: 0 auto 36px auto;	
	border-radius: 3px;
	padding: 24px 24px 24px 24px;
	background: #4e8f68;
}

div#footer_search input[type=submit] {
	cursor: pointer;
}

@media screen and (min-width: 900px) {
	div#footer_search {
		float: right;
		margin: 0 72px 36px 36px;	
	}
}

footer fieldset a:link, footer fieldset a:visited, footer fieldset a:active {
	display: block;
	float: right;
	margin: -3px 6px 3px 0;
	padding: 2px 4px 2px 4px;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
}

div#footer_search img {
	display: block;
	margin: 0 auto 0 auto;
}

/*Footer Connect*/
div#connect {
	width: 100%;
	max-width: 380px;
	margin: 36px auto 36px auto;
	font-size: 14px;
}

@media screen and (min-width: 900px) {
	div#connect {
		float: left;
		margin: 0 auto 18px auto;
	}
}

div#connect h2 {
	margin: 0 0 12px 0;
	border-radius: 3px;
	background: #4e8f68;
	text-align: left;
	color: #f0f4f4;
}

div#connect a {
	display: block;
	margin: 10px 0 0 8px;
	padding: 1px;
	color: #E9E9EA;
}

div#connect a:hover {
	color: #fff;
}

div#connect img {
	display: inline-block;
	width: 22px;
	vertical-align: bottom;
}

a.top {
	display: block;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	color: #E9E9EA;
}

.top:hover {
	color: #fff;
}

/*Copyright Section*/
div#copyright {
	padding: 36px 12px 36px 12px;
	background: #bbb;
	font-size: 14px;
	line-height: 21px;
}

div#copyright_container {
	width: 100%;
	margin: 0 auto 0 auto;
	color: #444;
	text-align: center;
}

div#copyright_container div {
	padding: 17px 0 0 0;
	font-size: 13px;
	line-height: 19px;
}

.copyright:link, .copyright:visited, .copyright:active {
	color: #666;
}

.copyright:hover {
	color: #888;
}

/* Submenu Active Links */
ul#thin_menu .sub_active:link, ul#thin_menu .sub_active:visited, ul#thin_menu .sub_active:active {
	background: #79a09e;
}

div#section_menu .sub_active:link, div#section_menu .sub_active:visited, div#section_menu .sub_active:active {
	background: #d2dede;
}

div#section_menu .sub_active:hover {
	background: #e1e9e9;
}

ul#footer_menu .sub_active:link, ul#footer_menu .sub_active:visited, ul#footer_menu .sub_active:active {
	border-radius: 2px;
	background: #678595;
}