@charset "UTF-8";
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	font-size:14pt;
	padding: 0;
	color:#fff;
	background-color: #fbfbfb;
}
form {
text-align:center;
margin 0 auto;	
color:#;
}
input[type=text]{
height:25px;	
width:250px;
margin-bottom:15px;
font-size:16px;
}
textarea {
	width:250px;
	height:150px;
	font-size:16px;
}
input[type=submit] {
	height:50px;
	color:#fff;
	font-size:16px;
	border:solid 1px #000;
	background-color:#aeca3c;
	width:150px;
}
.container {
	width: 960px;
	margin: 0 auto;
}
#header_img {
	background-image: url(img/header_img.jpg);
	height: 13px;
	width: 100%;
	margin-bottom: 45px;
}
.navigation {
	padding: 0;
	margin: 0;
}
.navigation li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style: none;
	height: 28px;
}
.bottombar {
	border-top: solid 4px #e69d3c;
	text-align: left;
	height: 42px;
}
.topbar {
	height:42px;
	border-bottom: solid 4px #e69d3c;
	text-align: right;
}
.footer {
	height:100px;
}
.navigation li a:link, .navigation li a:active, .navigation li a:visited {
	color:#fff;
	background-image: url(img/orange-df822a.jpg);
	background-color: #df822a;
	margin-left: 25px;
	line-height: 40px;
	height:40px;
	font-weight:normal;
	padding: 7px 20px 10px 20px;
	text-decoration: none;
	background-repeat: repeat-y;
	text-align: center;
	text-decoration: none;
}
.navigation li a:hover {
	text-decoration: none;
	background-image: url(img/green-aeca3c.jpg);
	background-color: #aeca3c;
}
.navigation li a.active:link, .navigation li a.active:active, .navigation li a.active:visited {
	color:#fff;
	background-image: url(img/green-aeca3c.jpg);
	background-color: #aeca3c;
	height: 40px;
	line-height:40px;
	font-weight:normal;
	margin-left: 25px;
	padding: 7px 20px 10px 20px;
	text-decoration: none;
	background-repeat: repeat-y;
	text-align: center;
	text-decoration: none;
}
.navigation li a.active:hover {
	text-decoration: none;
}
.content-orange {
background-image:url(img/bg-content.jpg);
background-color:#e0852d;
background-repeat:repeat-y;
background-position:center;
margin-bottom:35px;
}
.content-orange .content {
text-align:left;	
padding-left:15px;
color:#fff;
width:960px;
margin-top:75px;
margin-bottom:45px;
}
.content {
	text-align: center;
	
}
.content p {
margin:0 0 25px 0;
font-size:14pt;
color:#fff;
font-weight:normal;
line-height:18pt;
text-align:left;
}
.content img {
	margin-top: 10px;
	margin-bottom: 45px;
}

#i-info {
margin-left:23px;
margin-top:50px;
}
.content-orange .content h3 {
	font-size:36pt;
	font-weight:bold;
	margin:0 0 0px 0;
	
	padding:0;
	
}
.content h1 {
	color: #a2be45;
	margin-top:80px;
	font-weight: normal;
	font-size: 40pt;
}
.copyright {
color:#5d5d5d;	
}
h1 {
}
h2 {
	font-weight: normal;
	white-space: nowrap;
	font-size: 18pt;
	color:#5d5d5d;
}
h3 {
color:#fff;	
margin-bottom:0px;

}
/* floats */
.left {
	float: left;
}
.right {
	float: right;
}
.clearfloat {
	clear: both;
}
