* { margin: 0px; padding: 0px; }

html, body {

}

body {
	background: url(images/bg-main.jpg) repeat-y center #5B9036;
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link {
	color: #478B37;
	text-decoration: none;
}
a:visited {
	color: #478B37;
	text-decoration: none;
}
a:hover {
	color: #3B762D;
	text-decoration: underline;
}
a:active {
	color: #478B37;
	text-decoration: none;
}


embed, object {
	display: block;
}


p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0em 1em 2em;
}

/************* FORMS *************/
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	background: #E1ECF8;
	border: solid #5A8031 1px;
	font-size: 12px;
}
input[type=text], input[type=password], input[type=file], textarea, select option {
	padding: 1px 3px;
}

input[type=button], input[type=submit], input[type=reset] {
	background: #5A8031;
	color: white;
	border: outset black 1px;
	font-size: 12px;
	padding: 1px 8px;
}


input.error, select.error, textarea.error {
	background: url(images/exclamation.png) no-repeat 5px center #FFFABF;
	border: dotted red 2px;
}
fieldset.error {
	background: #FFFABF;
	border: dotted red 2px;
}
fieldset.error legend {
	padding-left: 25px;
	background: url(images/exclamation.png) no-repeat 5px center;
}


.formcaption {
/*	font-size: 11px;*/
	text-align: right;
	padding: 3px 4px;
/*	font-weight: bold;*/
	white-space: nowrap;
}
.formfield {
	padding: 1px 4px 5px 4px;
}

.formerror td {
	padding: 2px 4px 0px 4px;
	font-size: 11px;
	color: red;
	font-style: italic;
}

/************* HEADINGS *************/
h1, h2, h3, h4, h5, h6 {
	color: #478B37;
	font-weight: bold;
	line-height:1.4em;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 16px; color:black; }
h5 { font-size: 14px; color:black; }
h6 { font-size: 12px; color:black; }


hr {
	height: 1px;
	border: none;
	color: #5B8533;
	background: #5B8533;
}

ul, ol {
	padding-left: 2em;
/*	margin: 1.12em 0;*/
}
li {
	padding: 4px 0px;
}

ul.arrow {
	list-style-image: url(images/li-arrow.png);
}

/*************  *************/


.textcontent, .textcontent table {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

div#main {
	margin: auto;
	width: 952px;
	background: #3E7733;

}


#pageheader {

}

div#header-top {
	height: 50px;
	background: url(images/bg-header-top.png) repeat-x top #ffffff;
}

div#header-top .menu a {
	color: #3a7b2b;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

div#header-top .menu a:hover {
	text-decoration: underline;
}

div#header-top .menu a, div#header-top .menu span {
	margin: 0px 3px;
}

#maincontent {
	padding: 20px 20px;
	background: url(images/bg-maincontent.png) repeat-x top #ffffff;
	min-height:300px;
	height:auto !important;
	height:300px;
}

#pagefooter {
	padding: 80px 20px 20px 20px;
	background: url(images/bg-mountains.jpg) no-repeat center top;
	text-align: center;
}

#pagefooter, #pagefooter a {
	font-size: 10px;
	color: #A1CE71;
	text-decoration: none;
}
#pagefooter a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}




/******** footerbox ************/
div.footerbox-wrap {
	width: 300px;
}

div.footerbox {
	height: 75px;
	overflow: hidden;
	text-align: left;
	padding: 17px;
}
div.footerbox, div.footerbox table {
	font-size: 11px;
	color: #FFFFFF;
}


img.footerbox-image {
	margin-left:5px;
}

.footerbox .title {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 4px;
}

.footerbox a.more {
	white-space:nowrap;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding-top: 4px;
}
.footerbox a.more:hover {
	color: #3B762D;
}

/**********************/





.note {
	font-size: 11px;
}
.req {
	font-weight: bold;
	font-size: 14px;
	color: #5B9036;
}

/************* MENU *************/
#mainmenu {
	height: 46px;
	background: url(images/bg-main-menu.png) repeat-x bottom #5A7E30;
}

table#tblmainmenu {
	height: 100%;
	margin-left: 20px;
}
table#tblmainmenu td {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: lowercase;
	padding: 0px 14px;
}
table#tblmainmenu a {
	text-decoration: none;
	color: white;
}
table#tblmainmenu a:hover {
	color: #C6D47A;
}



div.submenu {
	position: absolute;
	display: none;
	width: 150px;
	border: solid 0px;
	border-color: #8E9294 #8E9294;

}
div.submenu td {
	white-space: nowrap;
	padding: 3px 6px;
	height: 16px;

	border: solid;
	border-width: 1px 1px;
	border-color: #D5DF99 #6F7F17 #6F7F17 #D5DF99;

	font-size: 12px;

	background: #A6B166;
}

div.submenu td a {
	text-decoration: none;
	color: white;
}

div.submenu td.hover {
	cursor: pointer;
	background-color: #DBDFC3;
}

div.submenu td.hover a {
	color: black;
}

/*********************************/




/********* PAGE NAV **********/
table.pagenav {
	display: inline;
}
table.pagenav td {
	font-size: 11px;
	border: solid #8A989E 1px;
	padding: 0px;
	color: black;
	width: 20px;
	height: 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
table.pagenav td:hover {
	background: #525E11;
}
table.pagenav td:hover, table.pagenav td:hover a {
	color: #CADB2A;
}

table.pagenav td a {
	font-weight: normal;
	text-decoration: none;
}


/************* *************************/
fieldset {
	border: solid #5A8031 1px;
	background: #E1ECF8;
	text-align: left;
	padding: 10px;
}

fieldset legend {

}

fieldset input[type=text] {
	background: white;
}




div.popupDiv {
	background: white;
	border:solid 1px; border-color: #A6B166 #525E11 #525E11 #A6B166;
	padding: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}


table.blog-titlebar {
	border:solid 1px;
	border-color: #A6B166 #525E11 #525E11 #A6B166;
	background:#8D9B3C; color:white;
}
table.blog-titlebar td {
	padding:0px 6px;
}
table.blog-titlebar a {
	color: #FFFFFF;
}
table.blog-titlebar a:hover {
	color: #D3E255;
}

table.blog-titlebar .author {
	font-size:11px;
	font-style: italic;
}

table.blog-titlebar .timestamp {
	font-size:11px;
}




span.searchterm {
	font-weight: bold;
}

div.search-result {
	margin-bottom: 20px;
}

div.search-result-title {
	font-weight: bold;
	font-size: 15px;
}

div.search-result-content {
	font-size: 12px;
}

div.search-result-link {
	font-size: 12px;
	font-style: italic;
}



div.errorAlert {
	text-align:center;
	background:#ffffff;
	border:dotted #5A8031 3px;
	padding:20px 20px 20px 20px;
}

div.errorAlert h1 {
	font-size:14px;
}
div.errorAlert ul {
	color: red;
}


div.blog-post {
	padding: 10px 0px 0px 0px;
	border-bottom: dotted #478B37 1px;
}
div.blog-post div.blog-post-title {
	color: #478B37;
	font-weight: bold;
	font-size: 14px;
}
div.blog-post div.blog-post-date {
	font-size: 10px;
}
div.blog-post div.blog-post-content {

}







