﻿@charset "utf-8";
body {
	background-image: url(../images/main-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D0E7B9;
}
#wrapper {
	background-color: #FFFFFF;
	padding: 0px;
	width: 1024px;
	min-height: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
	font-size: 14px;
	color: #333333;
}
#header {
	display: block;
	margin: 0px;
	padding: 0px;
}
#left-column {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 280px;
}
#right-column {
	clear: right;
	float: right;
	width: 730px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	top: -160px;
}

#logo {
	display: block;
	position: relative;
	top: -175px;
	left: 5px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
}

#rounded-bottom {
	background-image: url(../images/wrapper-rounded-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 43px;
	width: 1026px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}

#right-column h1 {
	font-size: 38px;
	color: #7AC142;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#right-column p {
	margin-right: 10px;
	padding: 1px;
}
#right-column img a:hover {
border-style:none;
background-color:transparent !Important;
}
#right-column a {
	color: #529931;
	text-decoration: none;
}
#right-column a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #529931;
}

#footer {
	display: block;
	padding: 0px;
	width: 1026px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004812;
}

#footer a {
	color: #004812;
	text-decoration:none;
	background-color: transparent;
}

#footer a:hover {
	color: #004812;
	text-decoration:underline;
	background-color: transparent;
}
#quicklinks h2 {
	font-size: 18px;
	color: #333333;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#quicklinks {
	display: block;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: -140px;
	margin-right: 5px;
	margin-left: 5px;
}

#quicklinks li {
	display: block;
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-position: inside;
}
#quicklinks a {
	color: #529931;
	text-decoration: none;
}
#quicklinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #529931;
}


#contactform {
	margin: 0px;
	padding: 0px;
}
#contactform strong {
	line-height: 22px;
	font-weight: bold;
}
