/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

h1, h2, h3, h4, h5, h6, strong {
	color: #20916d;

}

p {
margin-bottom: 13px;
}

h1 {
	font-size:22px;
	font-weight:bold;
}
h2 {
	font-size:16px;
	font-weight:bold;
}

h6 {
	font-size:24px;
	font-weight:bold;
	line-height:120%;
}


h3 {
	font-size:14px;
	font-weight:bold;
}
h4 {
	font-size:13px;
	font-weight:bold;
}
h5 {
	font-size:12px;
	font-weight:bold;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

.center { text-align: center; padding: 0 0 50px 0; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   	font-size:14px;
	line-height: 18px;
	color:#227159;
	background: url(../images/bg.gif) top center #346536;
}


#wrapper {
width: 846px;
margin: 0 auto;
}

#header{
width:846px;
height:361px;
background: url(../images/header.jpg) top center no-repeat;
margin:0 auto;
padding:0;

}

#menu
{
overflow:hidden;

}

#menu ul {
	
	padding:19px 0 0 75px;
	float:left;
	font-size:12px;	
	color:#ffffff;
	height:305px;
	list-style-type:none;
}

#menu li {
	float:left;
	text-align:center;
	margin:0 0 0 5px;
	
	}


#menu ul li a
{
	width:125px;	
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:5px 0 5px 0;
	background:#008961;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	overflow:hidden;
}

#menu ul li a:hover
{
	width:125px;
	color:#008961;
	display:block;
	text-decoration:none;
	background:#ffffff;
	overflow:hidden;
}
#menu ul li a.active
{
	width:125px;
	color:#008961;
	display:block;
	text-decoration:none;
	background:#ffffff;
	overflow:hidden;
}
	
#content {
width: 705px;
padding:0 20px; 
background:#FFF;
margin:0 auto;
}


#footer { 
clear: both;
width: 745px;
height:33px;
padding-top:30px;
text-align: center;
font-size: 10px;
margin:0 auto;
background:url(../images/footer.jpg) repeat-x;
color:#ffffff; 

}

#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 90px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 500px;
	border: 1px solid #bb9c20;
	background: #edeaa1;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

