@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 550px;
	background-position: 7px 0px;
	float: left;
	padding-right: 45px;
}
#menu {
	height: 345px;
	padding-left: 40px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #587D5C;
}
#menu li {
	list-style-type: none;
	display: inline;
}
#menu a {
	color: #46654F;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 2.0em;
	font-weight: normal;
	display: block;
	background-image: url(images/diamond_green.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	text-indent: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #587D5C;
}
#content {
	float: right;
	width: 630px;
}
#content h1 {
	color: #00B050;
	font-size: 1.9em;
	letter-spacing: -0.1em;
}
#content h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #00B050;
	letter-spacing: -0.2em;
}
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #2B4731;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00B050;
	padding-top: 10px;
}

#content h4 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#content h5 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content p {
	font-size: 1.3em;
	color: #2B4731;
}
#content a {
	color: #0036B0;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}

#menu a:hover {
	background-color: #587D5C;
	color: #FFFFFF;
	background-image: url(images/diamond_white.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}




#menu_bottom {
	padding-left: 31px;
	position: relative;
}
#footer {
	clear: both;
	background-image: url(images/footer_background.gif);
	background-repeat: repeat-x;
	color: #8DFFA3;
	font-size: 1.1em;
	font-weight: bold;
}
#footer_pics {
	height: 115px;
}
#footer_contact {
	font-size: 1.2em;
	color: #1B7244;
	font-weight: normal;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
}
#footer_contact .contact {
	color: #FFFFFF;
	font-weight: normal;
}

#footer_contact a {
	color: #64B88C;
	text-decoration: none;
	font-size: 0.9em;
}
#footer_contact a:hover {
	text-decoration: underline;
}



fieldset p {
	line-height: 2em;
	float: left;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 0px;
}
legend {
	color: #587D5C;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #587D5C;
	position: absolute;
	left: .5em;
	top: -1em;
	width: 256px;
}
.label {
	color: #587D5C;
	text-align: left;
	width: 20em;
	margin-right: 5px;
	line-height: 1.1em;
	margin-top: 15px;
	float: left;
}

fieldset {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #587D5C;
	width: 400px;
	clear: left;
	float: left;
	margin-bottom: 20px;
	position: relative;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 100px;
	background-image: url(images/form_back.jpg);
	background-repeat: repeat-x;
}
fieldset input {
	border: 1px solid #587D5C;
	font-size: 0.9em;
	color: #000000;
	width: 250px;
	padding: 1px;
	background-color: #BEEBD4;
}
fieldset textarea {
	border: 1px solid #587D5C;
	font-size: 0.9em;
	color: #000000;
	width: 225px;
	padding: 1px;
	background-color: #BEEBD4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.formsubmit {
	font-size: 1.2em;
	font-weight: bold;
	color: #587D5C;
	background-color: #FFFFFF;
	margin-left: 6em;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-top: 0px;
	border: 1px solid #587D5C;
}
form {
	font-size: 1.3em;
}
