body {
	margin: 0;
	font: 76%/1.5em Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 20px;
	color: #666;
	min-height: 500px;
	text-align: center;
}

/* ----- GENERAL ----- */

table, td, input, textarea, select, li {
	font: 100% Arial, Helvetica, Geneva, sans-serif;
	color: #363636;
}

th {
	background: #ddd;
	padding: 5px;
}

td {
	padding: 5px;
}

td.first {
	width: 40%;
}

/* ----- GLOBAL LINKS ----- */

a:link, a:visited {
	color: #2a6b53;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #2a6b53;
	text-decoration: none;
	outline: none;
}

/* ----- global paragraphs, headers & horizontal rules ----- */

h1, h2, h3, h4, h5, p {
	margin: 0 0 1em;
	line-height: 1.4em;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em
}

h3 {
	font-size: 1.2em;
}

h4, h5 {
	font-size: 1em;
}

.hr {
	height: 1px;
	border-bottom: 1px dotted #666;
	;
	margin-bottom: 1em;
	display: block;
	clear: both;
}

/* ----- GLOBAL ----- */

img {
	border: none;
}

.left {
	float: left;
	margin-right: .3em;
}

.right {
	float: right;
	margin-left: .3em;
}

.clr {
	clear: both;
}

#skip {
	display: none;
}

.hidden, .hideme {
	display: none;
}

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

/* ----- L/R FLOATS ----- */

.left {
	float: right;
	margin-right: .3em;
}

.right {
	float: right;
	margin-left: .3em;
}

/* ----- CONTAINER ----- */

#container {
	text-align: left;

}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

/* ----- STRUCTURE ----- */

#page {
}

.bg {
	background: url(../media/main_bg.png) repeat-y;
}

#main {
	float: right;
	display: inline;
	width: 745px;
}

#mid {
	width: 530px;
	float: left;
}

#mid .inner {
	margin: 0;
	padding: 30px 30px 15px;}

#lcol {
	width: 215px;
	float: left;
}

#lcol .inner {
	margin: 0;
	padding: 30px 0;}

#rcol {
	width: 215px;
	display: inline;
	float: right;
}

#rcol .inner {
	margin: 0;
	padding: 30px 0;
}

.content {
	line-height: 1.3em;
	font-size: 1.1em;
}

.content, #lcol .inner, #rcol .inner {
	overflow: visible;
}

.content ul {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

.content ol {
	padding: 0;
	margin: 0 0 1em 2em;
}

.content ul li {
	color: #666;
	line-height: 1.4em;
	background: url(../media/bullet-grey.png) no-repeat 0 0.4em;
	margin: 0 0 0.2em;
	padding: 0 0 0 15px;
}

.content ol li {
	margin-bottom: 0.7em;
	line-height: 1.4em;
}

.content ul li ul {
	margin-top: 1em;
}

.content ul li ul li {
	margin-bottom: 0.7em;
	line-height: 1.4em;
	padding-left: 10px;
}

.content h1 {
	color: #2a6b53;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0.3em;
	line-height: 1.3em;
	font-size: 1.7em;
}

.content h2 {
	color: #6d8b81;
	font-size: 1.5em;
	padding: 0;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2em;
}

.content h3 {
	color: #666;
	font-size: 1.1em;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.5em;
}

/* ----- HEADER ----- */

#homebanner {
	background: url(../media/banner_home.jpg) no-repeat;
}

/* ----- MODULE ----- */

.module {
	padding-bottom: 1em;
}

.module h3 {
color: #2a6b53;
	font-size: 1.1em;
	padding: 0;
	margin-bottom: 0.3em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.module.fundsavail {
	background-color: #e4e6dd;
	padding: 15px;
}

.module ul {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

.module ul li {
	margin-bottom: 0.7em;
	padding-left: 12px;
	background: url(../media/bullet-grey.png) no-repeat 0 0.4em;
	color: #666;
}

.module ul.teamtn {
	padding: 0;
	margin: 0;
}

.module ul.teamtn li {
	margin: 0 0 10px 7px;
	padding: 0;
	background-image: none;
	display: block;
	width: 57px;
	height: 57px;
	float: left;
}

.module ul.teamtn li.first {
	margin-left: 0;
}

/* ----- TOP ----- */

#top {
}

#top .inner {
	background: url(../media/header_default.jpg) no-repeat right;
	height: 100px;
}

#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 29px;
	width: 163px;
	height: 42px;
	text-indent: -999em;
	background-image: url(../media/logo.png);
	display: block;
}

/* TOP MENU */

#nav {
	background-color: #377c66;
	position: relative;
	z-index: 1;
}

#nav .inner {
	margin: 0;
	background: url(../media/nav_bg.png) repeat-y left;
	padding: 0 0 0 215px;
}

.nmnav {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	right: 0;
}

.mnav li {
	color: black;
	display: inline;
	margin: 0;
	line-height: 100%;
	background: url(../media/pipe_vert-white.png) no-repeat left;
	font-weight: bold;
}

.mnav li.first {
	background-image: none;
	padding-left: 0;
}

.mnav a:link, .mnav a:visited {
	text-decoration: none;
	color: white;
}

.mnav a:hover, .mnav a:active {
	text-decoration: underline;
	color: white;
}

.mnav a.active:link, .mnav a.active:visited {
	text-decoration: none;
	color: #c6d3a1;
}

.mnav a.active:hover, .mnav a.active:active {
	text-decoration: underline;
	color: #c6d3a1;
}

/* ----- LEFT NAV ----- */

ul#lnav {
	padding: 0;
	margin: 0 0 1em;
	font-size: 1em;
	border-top: 1px solid #fff;
}

ul#lnav li {
	display: block;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0.7em 20px;
}

ul#lnav li.haschild, ul#lnav li.daddy, ul#lnav li.active {
	background-color: white;
}

/* l1 */

ul#lnav li a{

}

ul#lnav li a:link, ul#lnav li a:visited {
	color: #666;
	text-decoration: none;
}

ul#lnav li a:hover,ul#lnav li a:active {
	color: #666;
	text-decoration: underline;
}

ul#lnav li a.active:link, ul#lnav li a.active:visited {
	color: #2a6b53;
}

/* l2 */

ul#lnav li ul {
	margin: 0;
	padding: 5px 0 0 10px;
}

ul#lnav li ul li {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px none #999999;
	list-style-type: none;
}

ul#lnav li ul li a {
	border-style: none;
	padding: 0;
}

ul#lnav li li a:link, ul#lnav li li a:visited {
	color: #492735;
	text-decoration: none;
}

ul#lnav li li a:hover,ul#lnav li li a:active {
	color: #492735;
	text-decoration: underline;
}

ul#lnav li li a.active:link, ul#lnav li li a.active:visited {
	color: #492735;
	font-weight: bold;
}

/* ADDRESS */

address {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0 0 1em;
}

address h3 {
	font-size: 1em;
	padding: 0;
	margin-bottom: 0.2em;
}

address p {
	font-size: 1em;
	padding: 0;
	margin-bottom: 0.2em;}

.date {
	margin-top: 2em;
}

.maplink {
	padding-left: 20px;
	background: url(../media/icon_google.png) no-repeat 0 center;
}

.download {
	padding-left: 20px;
	background: url(../media/icon_text.png) no-repeat 0 center;
}

.pdf {
	background-image: url(../media/icon_pdf.png);
}

.word {
	background-image: url(../media/icon_word.png);
}

/* ----- PEOPLE ----- */

.person{
	padding-bottom: 1.5em;
}

.person h2{
	color: #492735;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.person h3{
	color: #363636;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.5em;
}

.profileimage{
	float: left;
	width: 180px;
}

.profiletext{

}

.profileimage img{
	border: 1px solid #ccc;
	padding: 1px;
}

.teamimage{

	margin-bottom: 10px;
	margin-left: 10px;
}

/* CRUMBS */

#breadcrumbs {
	position: absolute;
	top: 0;
	padding-top: 10px;
	font-size: 0.9em;
	color: #333;
}

#breadcrumbs a {
	color: #333;
}

#breadcrumbs .first {
	font-weight: bold;
}

#breadcrumbs span {
	
}

/* ----- FOOTER ----- */

#footer {
	text-align: left;
	background-color: #afc2c0;
}

#footer .inner {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../media/footer_bg.png) repeat-y left;
}

#footer ul {
	margin: 0;
	padding: 0;
	clear: both;
	position: absolute;
	left: 245px;
	top: 10px;
	float: left;
	line-height: 1em;
}

#footer li {
	list-style-type: none;
	float: left;
	padding-left: 17px;
	background: url(../media/fnav_pipe.png) no-repeat 6px;
}

#footer li.first {
	background-image: none;
	padding-left: 0;
}

#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: white;
	text-decoration: underline;
}

#footer a.active:link, #footer a.active:visited {
	color: white;
}

#copyright {
	float: right;
	color: white;
	margin: 0;
	padding: 0;
}

.legals {
	color: #492735;
	padding: 0;
	margin: 0 0 0.5em 210px;
}

/* TABLES */

.content ul.pagenav {
	margin: 1em 0;
	padding: 0 0 5px;
}

.content ul.pagenav li {
	display: inline;
	color: #6d8b81;
	background: url(../media/pagenav_off.gif) no-repeat center bottom;
	padding: 0 3px 17px;
	list-style-type: none;
}

.content ul.pagenav .active {
	background: url(../media/pagenav_on.gif) no-repeat center bottom;
}

.content ul.pagenav li a:link, .content ul.pagenav li a:visited {
	color: #6d8b81;
}

.content ul.pagenav li a:hover, .content ul.pagenav li a:active {
	color: #c6d3a1;
}

.content ul.pagenav .active a:link, .content ul.pagenav .active a:visited {
	color: #6d8b81;
}

/* TABLES */

table.gen-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	clear: both;
	border-style: none;
}

table.gen-table td {
	padding: 8px;
	border: 1px solid #e5e5e5;
}

table.gen-table th {
	padding: 8px;
	border: 1px solid #c6c6c6;
	text-align: left;
}

/* ----- FORMS ----- */

.idfield {
	color: #878787;
}

fieldset {
	padding: 10px 10px 8px;
	margin: 1em 0;
	border: 1px solid #9e9e9e;
}

legend {
	color: #2e2e2e;
	font-size: 1.1em;
}

.gen-form {
	margin: 0;
	padding: 0;
}

.gen-form fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}

.gen-form .row {
	margin-bottom: 0.5em;
	padding-bottom: 5px;
}

.gen-form label {
	width: 130px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.gen-form label.texttop {
	vertical-align: top;
}

.gen-form input {
}

.gen-form select {
	width: 300px;
	font-size: 0.9em;
}

.gen-form textarea {
	color: #0d1f05;
	width: 300px;
	height: 150px;
}

.gen-form select.selectdrop {
	width: 300px;
}

.gen-form input.textbox {
	width: 300px;
}

.gen-form input.textbox.small {
	width: 150px;
}

.gen-form textarea.textarea {
	width: 300px;
	height: 300px;
}

.gen-form textarea.textarea.small {
	width: 300px;
	height: 100px;
}

.gen-form textarea.textarea.large {
	width: 550px;
	height: 680px;
}

.gen-form label.error {
	display: inline-block;
	color: #e94f2b;
	width: auto;
	clear: both;
	margin-left: 130px;
}

.gen-form label span.req {
	color: #e94f2b;
}

.button, input.button {
	color: #2e6d81;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	float: none;
	background-color: #d8e2e5;
	padding: 0.4em 2em;
	margin: 0 5px 5px 0;
	border: 2px solid #ddd;
}

.button:link, .button:visited {
	color: #2e6d81;
	text-decoration: none;
	background-color: #d8e2e5;
}

.button:hover, .button:active {
	color: #2e6d81;
	text-decoration: none;
	background-color: #b1c2c9;
}

.button.submit {
	margin-left: 130px;
}

.gen-form .checkboxlist{
	line-height: 2em;
}

.gen-form .checkboxlist input{
	margin-right: 5px;
}

.gen-form .checkboxlist label{
	width: auto;
}

/* HOME */

.home #top .inner {
	background-image: none;
}

/* BUTTONS */

.button {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 1em 0;
}

.button:link, .button:visited {
	
}

.button:hover, .button:active {
	
}

/* ----- FLOAT FIX ----- */

.inner:after, #page:after, .content:after, #searchresults:after, .row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.inner, #page, .content, .row {
	display: block;
}

/*  \*/

.inner, #page, .content, .row {
	min-height: 1%;
}

* html .inner, * html #page, * html .content, * html .row {
	height: 1%;
}

/*  */

/* ----- END FLOAT FIX ----- */

