@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	background: #FFFFFF;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}

/*------------------------------- BEGIN STRUCTURE ----------------------------------*/


/*////////////// Navigation ///////////////*/
#navigation {
	width: 100%;
	height: 50px;
	background: url(../images/nav_bg.gif) repeat-x bottom #000000;
}

#navwrap {
	width: 950px;
	height: 50px;
	margin: auto;
	text-align: left;
}

#menu {
	width: auto;
	height: 50px;
	position: relative;
	float: left;
	z-index: 9999;
}

/*////////////// Content ///////////////*/
#content {
	width: 860px;
	height: auto;
	margin: auto;
	margin-bottom: 20px;
}

#content_left {
	width: 520px;
	height: auto;
	float: left;
	margin-top: 20px;
	text-align: left;
}

#content_left h1 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #5d7c3a;
	text-transform: uppercase;
	border-bottom: 1px solid #e7e7e7;
}

#content_left p {
	font-size: 12px;
	text-align: left;
	margin: 12px 0;
	padding: 12px 0;
	color: #333333;
}

#content_left img {
	float: left;
	margin: 0 12px 12px 0;
}

#content_left ul {
	text-align: left;
	margin: 12px 0 12px 12px;
	padding: 0;
}

/*/////////////// GREENPAGE ///////////////*/
#greenpage {
	background: url(../images/slidecontainer_bg.gif) repeat-x top #789755!important;
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
}

#greenpage h1 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #93ac77;
}

#greenpage simpleText {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #FFFFFF;
	border-bottom: 1px solid #93ac77;
}
#greenpage p {
	font-size: 12px;
	text-align: left;
	margin: 12px 0;
	padding: 0;
	color: #000000;
}

#greenpage p a {
	color: #FFFFFF;
	text-decoration: underline
}

#greenpage p a:hover {
	color: #FFFFFF;
	text-decoration: none
}

#greenpage ul a {
	color: #FFFFFF;
	text-decoration: underline
}

#greenpage ul a:hover {
	color: #FFFFFF;
	text-decoration: none
}

/*////////////// WHITE Sidebar ///////////////*/
#sidebar {
	width: 290px;
	min-height: 205px;
	background: url(../images/sidebar_bg.png) no-repeat top center;
	float: right;
	margin-top: 8px;
}

#sidebar h1{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/sidebar_h1_bg.gif) repeat-x top #000000;
	margin: 8px;
	margin-bottom: 0;
	padding: 11px;
	color: #999999;
	text-align: left;
}

#sidebar p{
	font-size: 11px;
	margin: 0 8px;
	padding: 11px;
	color: #333333;
	text-align: left;
}

#sidebar ul {
	list-style-type: none;
	text-align: left;
	margin: 10px 20px;
	padding: 0;
}

#sidebar li {
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
	color: #333333;
}

#sidebar li.last {
	border: 0;
}

#sidebar li a{
	color: #49642b;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}

#sidebar li a:hover{
	color: #333333;
	text-decoration: none;
	background: #FFFFFF;
	padding: 8px;
}

/*////////////// GREEN Sidebar ///////////////*/
#green_sidebar {
	width: 290px;
	min-height: 205px;
	background: url(../images/sidebar_bg_green.png) no-repeat top center;
	float: right;
	margin-top: 12px;
}

#green_sidebar h1{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/sidebar_h1_bg.gif) repeat-x top #000000;
	margin: 8px;
	margin-bottom: 0;
	padding: 11px;
	color: #999999;
	text-align: left;
}

#green_sidebar p{
	font-size: 11px;
	margin: 0 8px;
	padding: 11px;
	color: #21340b;
	text-align: left;
}

.line_spacing_30 {
	line-height: 30px;
}

#green_sidebar ul {
	list-style-type: none;
	text-align: left;
	margin: 10px 20px;
	padding: 0;
}

#green_sidebar li {
	margin: 0;
	border-bottom: 1px solid #9dbd7a;
	color: #000000;
}

#green_sidebar li.last {
	border: 0;
}

#green_sidebar li a{
	color: #21340b;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}

#green_sidebar li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #739250;
	padding: 8px;
}


/*////////////// Footer ///////////////*/
#footcontainer {
	width: 100%;
	height: 65px;
}

#footer {
	width: 860px;
	height: 64px;
	margin: auto;
	border-top: 1px solid #e7e7e7;
}

p.f-left { font-size:10px;
	color: #999999;
	float: left;
	margin: 0;
	padding-top: 17px;
	text-align:left;
}

p.f-right {font-size:10px;
	color: #999999;
	float: right;
	margin: 0;
	padding-top: 17px;
	text-align:right;
}

/*----------------------------------- BUTTONS ------------------------------------*/


/*////////////// Green Button ///////////////*/
.green_button {
    width: auto;
    height: 24px;
    font: 11px arial;
    text-align: left;
	text-transform: uppercase;
    padding: 6px 0 0 20px;
    background: url(../images/green_button_bg.png) no-repeat top left;
    color: #7c7c7c;
}

.green_buttonend {
    width: auto;
    height: 30px;
    padding: 0 20px 0 0;
    background: url(../images/green_buttonend_bg.png) no-repeat top right;
    float: left;
    margin: 12px 7px 0 0;
}

.green_button a{
	color: #FFFFFF;
	text-decoration: none;
}

.green_button a:hover{
	color: #1f2f0d;
	text-decoration: none;
}

/*////////////// Black Button ///////////////*/
.black_button {
    width: auto;
    height: 24px;
    font: 11px arial;
    text-align: left;
	text-transform: uppercase;
    padding: 6px 0 0 20px;
    background: url(../images/black_button_bg.png) no-repeat top left;
    color: #7c7c7c;
}

.black_buttonend {
    width: auto;
    height: 30px;
    padding: 0 20px 0 0;
    background: url(../images/black_buttonend_bg.png) no-repeat top right;
    float: left;
    margin: 12px 7px 0 0;
}

.black_button a{
	color: #FFFFFF;
	text-decoration: none;
}

.black_button a:hover{
	color: #999999;
	text-decoration: none;
}

/*////////////// White Button ///////////////*/
.white_button {
    width: auto;
    height: 24px;
    font: 11px arial;
    text-align: left;
	text-transform: uppercase;
    padding: 6px 0 0 20px;
    background: url(../images/white_button_bg.png) no-repeat top left;
    color: #7c7c7c;
}

.white_buttonend {
    width: auto;
    height: 30px;
    padding: 0 20px 0 0;
    background: url(../images/white_buttonend_bg.png) no-repeat top right;
    float: left;
    margin: 12px 7px 0 0;
}

.white_button a{
	color: #333333;
	text-decoration: none;
}

.white_button a:hover{
	color: #666666;
	text-decoration: none;
}

/*------------------------------- HEADINGS ----------------------------------*/

h1, h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	color: #222222;
	font-weight: bold;
	margin: 12px 0 0 0;
}

h2 a{color: #fff;}

/*------------------------------- LISTS ----------------------------------*/

ul {
	margin: 0;
	padding: 0;
}

/*------------------------------- MISC CLASSES and ID's ----------------------------------*/

/*////////////// Site Elements Styling ///////////////*/
img {
	border: 0!important;
}

a {
	color: #5e7d3b;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:focus {
	outline: none;
}

acronym {
	cursor: help;
}

/*////////////// Logo (Displayed on top Navigation) ///////////////*/
.logo {
	float: left;
	margin: 5px 20px 0 0;
}

.backtotop {
	width: 860px;
	height: 20px;
	border-bottom: 1px solid #93ac77;
	margin: auto;
	margin-bottom: 10px;
	margin-top: -20px;
}

.top {
	float: right;
}

/*////////////// Search form (Displayed on top Navigation) ///////////////*/
#searchform {
    width: 195px;
    height: 20px;
    float: right;
    margin: 14px 35px 0 0;
    color: #999999;
    
}

#searchform label {
    float: left;
    margin-top: 4px;
	font-weight: normal;
	font-size: 11px;
}

#searchform input {
    width: 124px;
    height: 17px;
    background: url(../images/searchinput_bg.gif) no-repeat #FFFFFF;
    float: right;
    margin-right: 6px;
    border: 0;
    font-size: 11px;
    padding: 3px;
    padding-bottom: 0;
    color: #555555;
}

#searchform button {
    width: 34px;
    height: 20px;
    background: url(../images/searchbutton_bg.gif) no-repeat;
    float: right;
    border: 0;
    font-size: 11px;
    padding: 0;
    padding-top: 2px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
}

/*---------------------- CONTACT FORM ---------------------*/

.contactform {
	margin:0px;
	font-size:11px;
	width:600px;
	text-align: left;
}

.contactform input {
	padding:3px;
	border:1px solid #21340b;
	width:180px; height:14px;
	font-size:11px;
}

.contactform textarea {
	padding:3px;
	border:1px solid #21340b;
	width:300px;
	height:100px;
	font-size:11px;
}

.error {
	border:1px solid #990000; background-color:#D70000; color:#FFFFFF; padding:5px;width:383px;
}

.contactform label {
	min-width: 150px;
	float: left;
	padding:4px;
	padding-left: 0;
	font-weight: bold;
}

.contactform .contactimage {
margin:3px;
width:auto;
height:auto;
border:none;
}