.color-palette {
	color: #0C3E20; // Dark green (text)
	color: #663230; // clay red (header text)
	color: #6C8F75; // light green (menu bg)
}
html {
	display: block;
	width: 100%;
}
body {
	background-color: #FFF;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #0C3E20;
	font-size: 76%;
	position: relative;
	display: block;
}
h1,h2,h3,h4,h5,p,div,li,ul {
	margin: 0;
	padding: 0;
	color: #663230;
}
h1 {
	font-size: 1.4em;
}
h2 {
  font-size: 2.0em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.4em;
  font-style: normal;
}
.blockfix {
	display: block;
}
img {
	border: 0;
}
div.container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	clear: both;
}
.center {
	text-align: center;
}
#header div.logo {
	position: absolute;
	top: -35px;
	right: 0;
	z-index: 200;
	padding: 10px 10px 0 0;
}

#banner {
	text-align: center;
	background-image: url(../images/bar-background.png);
	display: block;
	height: 2.4em;
	position: relative;
}
#banner div.logout {
	z-index: 100;
	position: absolute;
	padding: 3px;
	left: 5px;
	top: 5px;
	background-color: #FFF;
	color: black;
}
#banner div.logout a {
	color: black;
}

#banner h1 {
	padding: 0.25em 0;
	color: white;
}
#header {
	display: block;
	position: relative;
}
#header h1 {
	font-size: 2.8em;
	color: #663366;
	font-weight: bold;
	z-index: 1000;
	left: 91px;
	padding: 0;
	margin: 0;
	bottom: 48px;
	white-space: no-wrap;
}
#header h2 {
	font-size: 1.1em;
	color: #633063;
	top: 100px;
    vertical-align: top;
	left: 20px;
	margin: 0;
	border: 0;
}
#header .login
{
	right: 10px;
	top: 5px;
}
#header ul.menus
{
	display: block;
	z-index: 1;
	top: 2em;
	font-size: 1.1em;
	padding: 1em 0 0 0;
	margin: 0;
	list-style: none;
/*
	font-family: ATSackers Gothic Light, Verdana, Arial, Helvetica, sans-serif;
*/
}

#header ul.menus li
{
	position: relative;
	display: block;
	height: 1.9em;
	float: left;
	padding: 0;
	margin: 0;
}

#header ul.menus li .a
{
	background-image: url(../images/menu-selected.png);
	background-repeat: repeat-x;
	color: black;
/*
Inversion
	color: #6C8F75;
	background-color: white;
*/
}

#header ul.menus li a
{
	text-decoration: none;
}

#header ul.menus li a,
#header ul.menus li .a {
	color: black;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	margin: 0;
	border-bottom: 1px solid white;;
}

#header ul.submenus {
	position: relative;
	list-style: none;
	padding: 0; margin: 0;
	clear: both;
}
#header ul.submenus li {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
}
#header ul.submenus li a,
#header ul.submenus li .a {
	position: relative;
	display: block;
	color: #040;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid white;;
}

#header ul.submenus li a
{
	text-decoration: none;
	background-repeat: repeat-x;
	background-image: url(../images/menu-not-selected.jpg);
}
#header ul.submenus li .a
{
	background-repeat: repeat-x;
	background-image: url(../images/menu-selected.png);
}

li .a a.edit {
	background: none !important;
	display: inline !important;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
#page {
	font-size: 1.2em;
	display: block;
	margin: 0;
	padding: 15px 0 0 0;
}

#page p {
	padding-bottom: 0.5em;
}
div.image {
	padding: 0;
	margin: 0;
}
div.image img {
}

p img {
	padding-right: 10px;
	padding-bottom: 2px;
}

.slogan {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 80%;
	color: #636;
}


.two-col {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.two-col .col {
	width: 45%;
	margin: 0;
	padding: 0 3% 10px 1%;
	float: left;
}

.two-col .box {
	width: 47%;
	padding: 0;
	margin: 1%;
	display: block;
	float: left;
	position: relative;
}

.two-col .col h1,
#news h1 {
	margin-bottom: 0.3em;
}
.checklist p {
	padding: 2px;
	margin: 2px 2px 2px 3em;
	float: left;
    display: block;
	width: 28%;
    position: relative;
}

.checklist p input {
    position: absolute;
    left: -20px;
}

.white,
.white:visited,
.white:active {
	color: white;
}

.white:hover {
	color: #CCCCCC;
}

#footer {
	margin: 2em 0 0 0;
	padding: 0;
	text-align: center;
	color: #888;
}
#footer a {
	text-decoration: none;
	color: #888;
}

#footer a:hover {
	text-decoration: underline;
	color: #888;
}

#footer ul.menus {
	padding: 0 0 0 180px;
	margin: 0 auto;
	list-style: none;
	clear: both;
}

#footer ul.menus li
{
	float: left;
	padding: 0;
	margin: 0;
	display: block;
}

#footer ul.menus li .a
{
}

#footer ul.menus li a
{
	text-decoration: none;
}

#footer ul.menus li a,
#footer ul.menus li .a {
	text-decoration: none;
	color: #888;
	padding: 0.4em 1.5em;
	margin: 1px;
}
#footer .copyright {
	clear: both;
	text-align: center;
}
#footer .credits {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	color: #888;
}
#footer .credits a {
	color: #888;
}

div.article-entry {
	position: relative;
	display: block;
	top: 0; left: 0;
	/* border-top: 1px solid #080446; */
	padding-bottom: 10px;
}
#news div.article-entry {
	border-top: none;
	padding-bottom: 10px;
}
div.article-entry li {
	margin-left: 25px;
}
div.article-entry h2 a {
	color: #663230;
}
#content div.article-entry p {
	line-height: 20px;
	padding-bottom: 7px;
}
#page h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.9em;
	color: #0C3E20;
}
div.article-entry h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.3em;
	color: #663230;
}
div.article-entry h3 {
	padding: 0 0 10px 0;
	font-style: italic;
	margin: 0;
	font-size: 1.2em;
}
div.article-entry .byline {
	font-style: italic;
	text-align: right;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}
div.article-date {
	float: right;
	font-size: 0.8em;
	margin: 0;
	text-align: center;
	padding: 0.2em 0.4em;
	color: white;
	background-color: #0C3E20;
	line-height: 1.5em;
}
div.image-caption {
	float: right;
	text-align: center;
	padding: 0 0 20px 20px;
}
div.image-caption img {
	border: 9px solid #6C8F75;
}
div.image-caption label {
	padding-top: 5px;
	color: black;
	font-size: 12px;
	display: block;
	text-align: center;
}
.home-article-entries {
	line-height: 1.5em;
	padding-bottom: 1.5em;
	display: block;
	position: relative;
}
.home-article-entries div.article-entry {
	border-top: none;
}
div.video {
	float: right;
}
div.video label {
	display: block;
	color: black;
	text-align: center;
	padding: 5px 10px;
	font-size: 0.9em;
}
div.video label span.tiny {
	font-size: 0.8em;
}

#directory {
	margin: 0;
	padding: 10px 0 0 0;
}
#directory h2 {
	font-size: 1.1em;
	border-bottom: 1px solid #663230;
}
#directory .left {
	width: 200px;
	float: left;
	display: block;
}
#directory .left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#directory .left .a {
	font-weight: bold;
}
#directory .right {
	padding-left: 10px;
	float: left;
	width: 580px;
	display: block;
}
#directory .right .logo {
	float: right;
	padding-left: 15px;
}
#directory .company-detail h3 {
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	font-size: 1.1em;
}
#directory .company-detail {
	padding: 0 0 10px 0;
	margin: 0;
}

#directory .company-detail label {
	font-weight: bold;
}
#directory .company-detail p {
	line-height: 1.2em;
	padding: 0.1em 0;
	margin: 0;
}
div.page-banner {
	background-image: url(../images/green-background.png);
	padding: 20px 0;
	margin: 0 0 20px 0;
	display: block;
	border-top: 9px solid #6C8F75;
	border-bottom: 9px solid #6C8F75;
}
div.page-banner h3 {
	padding-bottom: 4px;
}
div.page-banner h4 {
	padding-bottom: 4px;
	font-size: 1.1em;
	color: #0C3E20;
}
div.page-banner div.image-caption {
	float: left;
	text-align: center;
	padding: 0 20px 10px 0;
	border-right: 1px dotted #6C8F75;
	margin: 0 20px 10px 0;
}
div.page-banner div.image-caption label {
	color: black;
	font-weight: bold;
	font-size: 0.8em;
}
div.page-banner div.image-caption img {
	border: none;
}
table.layout {
}
table.layout td {
	border-left: 1px dotted black;
	padding: 0 20px;
}
table.layout td.first {
	border-left: none;
	padding-right: 0 10px 0 0;
}
table.layout td.last {
	padding-left: 0 0 0 10px;
}

#page td.narrow h1 {
	font-size: 1.3em;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid black;
}
.link {
	padding-bottom: 10px;
}
.link .title {
	font-weight: bold;
}
.link .desc {
	font-size: 0.9em;
	padding-left: 10px;
}
.link-group p.intro {
	padding-bottom: 10px;
}

.link-group div.link {
	padding: 10px 0;
	border-bottom: 1px dotted black;
}

.link-group div.link div.image-caption {
	padding-bottom: 10px;
}

.link-group div.link.last {
	border-bottom: none;
}


.file {
	padding-bottom: 10px;
}
.file .title {
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../share/images/files/pdf-16x16.gif);
	background-repeat: no-repeat;
}
.file .desc {
	font-size: 0.9em;
	padding-left: 10px;
}
.file-group p.intro {
	padding-bottom: 10px;
}

.file-group div.file.last {
}

.cmhtml p {
	padding: 8px 0;
	line-height: 1.3em;
}

.cmhtml li {
	padding: 1px 0;
}

ul.error {
	padding-left: 20px;
	padding-bottom: 10px;
}
ul.error li {
	color: #55	0;
}

div.web-form p.intro {
	font-size: 0.9em;
}
div.web-form input {
	width: 100%;
}
div.web-form input.email {
	width: 100%;
	border: 1px solid black;
}
div.web-form input.button {
	margin-top: 10px;
	border-top: 3px solid #6C8F75;
	border-left: 3px solid #6C8F75;
	border-bottom: 3px solid #0C3E20;
	border-right: 3px solid #0C3E20;
}

p.tiny {
	padding-top: 10px;
	font-size: 0.8em;
}
.no-submenus {
	height: 35px;
	display: block;
	margin: 0;
	padding: 0;
}
div.back {
	font-size: 1.2em;
	display: block;
	position: relative;
	padding: 0.2em;
	margin: 0 0 1em 0;
	border-bottom: 1px solid black;
}
div.back a {
	display: block;
	font-color: black;
	text-decoration: none;
	background-image: url(../share/images/pager/pager-prev-off.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 20px;
	position: relative;
}
div.link div.image-caption {
	text-align: center;
	padding: 0;
	margin: 0;
	float: none;
}
div.link div.image-caption img {
	border: none;
}
.admin-edit {
	position: absolute;
	z-index: 1000;
	background-color: white;
	padding: 5px;
	border: 2px solid #FDFF00;
}
.admin-edit:hover {
	border: 2px solid red;
}

div.article-entry ul {
	padding: 10px 0;
}
div.article-entry h3 {
	padding: 10px 0;
	color: #040;
}
#banner a.donate {
	position: absolute;
	left: 0;
	top: 4px;
}