﻿/* CSS */

body {
	background:url(../images/background.png);
	font-size:80%;
	min-width:867px;
	font-family:"Lucida Grande", Tahoma, sans-serif;
}

#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:867px;
	background:#fff url(../images/body_background.png) repeat-y 0 0;
}

#header {
	width:867px;
	height:110px;
	clear:both;
}

#body-box {
	position:relative;
	clear:both;
	width:867px;
	padding:0;
	text-align:left;
	background:#fff url(../images/body_top.png) no-repeat 0 0;
}

#content {
	width:807px;
	padding:0 0 30px 30px;
	float:left;
	clear:both;
}

#footer {
	width:867px;
	height:40px;
	background:url(../images/footer.png) no-repeat 0 100%;
	clear:both;
	text-align:center;
}


#leaves {
	float:right;
	width:257px;
	padding:100px 0 100px 5px;
}

#header h1 {
	position:absolute;
	top:20px;
	left:30px;
}

.hide {
	display:none;
}

h1, h2, h3 {
	color:#668014;
}

h1 a, h1 a:hover {
	background:transparent;
}

hr {
	background:#f4f4f4;
	height:1px;
	border:0;
	margin:1em 5em;
}

br {
	clear:both;
	height:10px;
}

p, li{
	font-size:100%;
	color:#4A4A4A;
	text-align:justify;
}

strong {
	font-weight:bold;
	color:#668014;
}

a {
	color:#27408B;
}

a:hover {
	background:#27408B;
	color:#fff;
	text-decoration:none;
}

a img{
	border:none !important;
}

.preamble {
	color:#668014;
	font-size:120%;
	font-weight:bold;
}

#mainnav {
	clear:both;
}

ul#mainnav{
	margin:0;
	padding:0;
	list-style:none;
}

#mainnav li{
	display:inline;
}

#mainnav a {
	font-family:Georgia, Times, serif;
	display:block;
	float:left;
	text-align:center;
	line-height:40px;
	height:40px;
	width:267px;
	font-size:160%;
	color:#27408B;
	text-decoration:none;
	text-transform:uppercase;
	border-left:3px solid #B0C4DE;
	background:transparent;
}

#mainnav a:hover {
	color:#2F2F4F;
	background:transparent;
}

#mainnav a:active {
	color:#668014;
	background:transparent;
}

#mainnav a.active {
	color:#2F2F4F;
	background:transparent;
}

#mainnav a.first {
	border-left:none;
}


#footer p, #footer a {
	font-family:Georgia, Times, serif;
	text-align:center;
}

/* Contact Form */

#contactpage p {
	display:block;
	clear:both;
}

#contactcopy {
	float:right;
	width:300px;
}

.contactform fieldset {
	float:left;
	width:400px;
	margin:20px 0 10px 0!important;
	margin:10px 0 10px 0;
	padding:25px;
	margin-left:auto;
	margin-right:auto;
	background:#ECF3AB;
	border:1px solid #668014;
	font-size:90%;
	color:#668014;
}

.contactform label {
	color:#668014;
}

.contactform input  {
	width:300px;
	height:22px;
	font-size:110%;
	line-height:22px;
	border:1px solid #4F4F2F;
}

.contactform textarea {
	width:303px;
	line-height:22px;
	font-size:110%;
	border:1px solid #4F4F2F;
}

.contactform .star{
	color:#000;
	font-size:120%;
}

.contactform .button{
	width:80px;
}

.contactform select {
	width:100px;
}
