﻿* {
	margin:0;
	padding:0;
}
body {
	line-height: 1.4em;
	text-align: center;
	color: #303030;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #eeeeee;
	font-size: .9em;
}
#container {
	width: 900px;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
	color: #585e5d;
}
#header {
	height: 110px;
	width: 100%;
	margin: 0;
	background: #585e5d url('../images/web-logo.jpg') no-repeat left;
	color: #ffffff;
}
#navigation {
	height: 2.2em;
	line-height: 1.9em;
	width: 100%;
	margin: 0 1px;
	color: #585e5d;
}
#navigation ul {
	margin:	0 5px 16px 0px
}
#navigation li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
}
#header h1 {
	padding: 40px 0 0 30px;
	font-size: 2.5em;
	background-color: inherit;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: normal;
}
#header h2 {
	margin:10px 0 0 40px;
	font-size:1.4em;
	background-color:inherit;
	color:#f0f2f4;
	letter-spacing:-1px;
	font-weight:normal;
}
#navigation li a {
	margin: 0 8px 0 8px;
	border-bottom: 3px #ffffff solid;
	display: block;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
	color: #585e5d;
}
#navigation li a:hover {
	border-bottom: 3px #7d9e38 solid;
	
}
#navigation .current {
	border-bottom: 3px #7d9e38 solid;
}

* html #navigation a {
	width:1%;
}

#content {
	float: left;
	width: 675px;
	padding: 20px 0 0 20px;
}
#full-content {
	float: left;
	width: 860px;
	padding: 20px 0 0 20px;
	font-size:0.9em;
}

#subcontent {
	float: right;
	width: 170px;
	padding: 10px 20px 10px 0;
	line-height: 1.4em;
	font-size: .9em;
}
.menublock {
	margin: 20px 0 20px 8px;
	font-size: 0.9em;
	width: 170px;
}
.menublock li {
	list-style:none;
	display:block;
	padding:2px;
	margin-bottom:2px;
}
.menublock li ul {
	margin:3px 0 3px 15px;
	font-size:1em;
	font-weight:normal;
}
.menublock li ul li {
	margin-bottom:0;
}
 .menublock li a {
	font-weight: bold;
	text-decoration: none;
	color: #505050;
}
 .menublock li a:hover {
	text-decoration: underline;
	color: #7D9E38;
}
 .menublock li .current {
	text-decoration: underline;
	color: #7D9E38;
}

.menublock li ul a {
	font-weight:normal;
}
.addthis_button {
	padding-left: 25px;
}
.cc {
	color: #7D9E38;
	font-weight: bold;
	font-size: .9em;
	text-align: left;
	margin-bottom: 10px;
}
.subNavHeader {
	font-weight: bold;
	border-bottom: 2px #505050 solid;
	text-transform: uppercase;
}
.copyright {
	font-family:"Times New Roman";
}
#footer {
	clear: both;
	width: 100%;
	padding: 5px 0;
	margin: 10px 0 0 0;
	font-size: 0.9em;
	color: #505050;
	background-color: #dddddd;
}
 #footer p {
	padding:0;
	margin:0;
	text-align:center;
}
 #footer a {
	color: #7D9E38;
	font-weight: bold;
}
 #footer a:hover {
	color:#ffffff;
	background-color:inherit;
	text-decoration: underline;
}

.splitcontentleft {
	float:left;
	width:48%;
}
.splitcontentright {
	float:right;
	width:48%;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.important {
	color:#f02025;
	background-color:inherit;
	font-weight:bold;
}
.box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
}
#content dl {
	margin:0 5px 10px 25px;
}
#content dt {
	font-weight:bold;
	margin-bottom:5px;
}
#content dd {
	margin:0 0 10px 15px;
}
#mission {
	float: right;
	width: 250px;
	font-size: .8em;
	line-height: 1.4em;
	margin-right: 10px;
	position: relative;
	font-style: italic;
}
#constantcontact {
	width: 185px;
	padding-top: 10px;
}
#constantcontact input {
	color: #505050;
	font-size: .9em;
}
#flash {
	background-color: #585e5d;
}
.top-menu {
	text-align: right;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 700;
	margin-top: 8px;
	font-style: normal;
}
.top-menu a {
color:#ffffff;
text-decoration:none;
}
.top-menu a:hover {
color:#ffffff;
text-decoration:underline;
}