@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-image:url(../images/bg3.gif); background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:#217739 5px solid
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 { font-family:Arial, Helvetica, sans-serif; font-size:32px; font-weight:bold; line-height:32px }

h2 { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; }

h3 { font-family:Arial, Helvetica, sans-serif; font-size:40px; font-weight:bold; line-height:40px; color:#67a939 }

h4 { font-family:Arial, Helvetica, sans-serif; font-size:25px; font-weight:bold; line-height:28px; color:#67a939 }

h5 { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-transform:uppercase; line-height:14px; padding-bottom:5px }

.big {font-size:26px; color:#217739; font-family:Arial, Helvetica, sans-serif; line-height:26px; font-weight:bold}

a:link { color: #000; text-decoration: none; }

a:visited { color: #000; text-decoration: none; }

a:active { color: #217739; text-decoration: none; }

a:hover { color: #217739; text-decoration: none; }

#wrapper { margin:0 auto; width:900px }

.header { width:100%; height:110px; }

.navigation { width: 670px; height:40px; float:right; margin-top:30px; background-image:url(../images/navbg1.png); background-repeat:no-repeat; background-position:left; padding-top:18px }

.logo { width:160px; height:216px; float:left; display:block; margin-top:; background-image:url(../images/logo-small.png); position:absolute; top:-31px; z-index:2 }

.header ul{ padding: 0; margin: 0; text-align: left; } 

.header ul li{ display: inline; }

.header ul li a{ color: #000; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; text-decoration: none; line-height:20px; }

.box { width:275px; float:left; height:auto; padding:10px 10px 10px 0; line-height:14px }

#main { width:100%; height:auto; display:block; padding:10px 0 10px 0; overflow:hidden; }

.left { float:left; width:590px; line-height:20px; } 

.right { float:right; width:285px; font-size:12px; line-height:20px; padding-left:15px; border-left:#BBB dashed 1px; }


.footer { width:885px;  height:25px; background-color:#0a4605; padding:10px 5px 0 10px; color:#FFF; font-weight:bold; font-family:Verdana, Geneva, sans-serif; font-size:10px; text-align:left; 
margin-top:10px; margin-bottom:10px }

.footer ul{ padding: 0; margin: 0; text-align: right; float:right; }

.footer ul li{ display: inline; }

.footer ul li a{ color: #FFF; font-family:Verdana, Geneva, sans-serif; font-weight:bold; font-size:10px; padding: 0 10px 0px 10px; text-decoration: none; border-right: 1px solid #FFF; line-height:6px; }

#contactform input, #contactform textarea{
	display: block;
	width: 400px;
	padding:10px;
	border:1px dashed #BBB;
	color:#666666;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight:400;
	font-size:12px;
	margin-top:2px;	
	float:left;
	margin-bottom:10px;
	outline: none;
}
#contactform p{
	clear: both;
}

#contactform textarea{
	width:500px;
}
#contactform input:focus, #contactform textarea:focus{
	border-color:#000;
}

#contactform label{
	float:left;
	margin-right:10px;
	margin-top:12px;
	font-size:11px;
	text-transform: uppercase;
	color:#000;
	font-weight:600;
	cursor: pointer;
}

#contactform .error{
	font-size:11px;
	text-transform: uppercase;
	color:#bd2b20;
	font-weight:600;
	cursor: pointer;
}

#contactform #submit{
	display:inline;
	width:auto;
	margin: 10px 0 20px 0;
	text-decoration: none;
	font-weight: 700;
	background: #67a93a;
	color:#ffffff;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 12px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	border:none;
	cursor: pointer;
	margin-top:20px;
	margin-bottom:10px;
}
#contactform #submit:hover{
	background-color:#217739;
	color:#ffffff;
}
