/***** Global Settings *****/

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font: 100%/1.25 Arial, Helvetica, sans-serif;
}
/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	color: #808080;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: lighter;
	font-family: 'futura_lt_btlight';
	text-shadow: none;
	margin: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #808080;
}
h1 {
	font-family: 'futura_lt_btlight';
	font-size: 26px;
	color: #333333;
	font-weight: 500;
}
h2 {
	font-family: 'futura_lt_btlight';
	font-size: 22px;
	color: #eb9707;
	font-weight: bold;
	margin-bottom: 8px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-family: 'futura_lt_btlight';
	font-size: 16px;
	color: #017338;
	float: left;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 5px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h4 span {
	display: block;
}
/***** Common Formatting *****/

p, ul, ol {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}
p {
	font-size: 12px;
	margin-top: 24px;
}

.contact p {
	color: #fff;
	font-size: 12px;
	margin-top: 24px;
}
ul, ol {
/*padding:0 0 1.25em 2.5em;*/
}
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
small {
	font-size: 0.85em;
}
img {
	border: 0;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
/***** Links *****/

a, a:link, a:visited, a:hover {
	text-decoration: underline;
}
@font-face {
	font-family: 'futura_lt_btlight';
	src: url('../fonts/futural-webfont.eot');
	src: url('../fonts/futural-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futural-webfont.woff') format('woff'), url('../fonts/futural-webfont.ttf') format('truetype'), url('../fonts/futural-webfont.svg#futura_lt_btlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
/***** Forms *****/

form {
	margin: 0;
	padding: 0;
	display: inline;
}
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
.select {
	background-color: #ededed;
	color: #333;
	border: 0px;
	height: 16px;
	margin-left: 5px;
	margin-top: 5px;
	outline: none;
	color: #A5A5A5;
	font-size: 12px;
}
.space_1 {
	float: left;
	margin-left: 0;
	line-height: 26px;
}
.space_2 {
	float: left;
	margin-left: -59px;
	line-height: 26px;
}
.button {
	background: url(../img/button_login_03.jpg) no-repeat;
	width: 70px;
	height: 32px;
	margin-left: 10px;
}
textarea {
	width: 100%;
	line-height: 1.25;
}
label {
	cursor: pointer;
}
/***** Tables *****/

table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
table tr td {
	padding: 2px;
}
/*custom css start here*/
#header {
	background: url(../img/header_bg.jpg) repeat-x left top;
	height: 154px;
}
#banner {
	height:386px;
	background:url(../img/banner.jpg) no-repeat top center;
}
.banner_container {
	width: 1899px;
	margin: 0px auto;
}
.slider {

}
.slider > * {
	width:100%;
	height: auto;
	display: none;
}
.slider > *:first-child {
	display: block;
}
.slider img {
	display: block;
	width:100%;
	height: auto;
}
.header_container {
	background-color: #f5f5f5;
	float: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 77px;
	margin-top: 8px;
	width:980px;
	position:relative;
}
.header_container img {
	padding:15px 50px 0 15px;
}
.header_container #login-search {
	position:absolute;
	top:10px;
	right:-100px;
	border-left:1px solid #ccc;
	padding:9px 0 18px 15px;
}
.header_container #login-search img {
	padding:0;
}
#content {
}
#footer {
	background-color: #5a5a5a;
	border-top: 5px solid #5ba641;
	padding-bottom: 45px;
	height: 250px;
}
#footer p {
	color: #F5F5F5;
	}

#footer-bottom {
	background-color: #c7c7c7;
}
.container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 980px;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/*------------------------------------*\
	NAV
\*------------------------------------*/

#menu {
	position: absolute;
	top: 110px;
	left: 0;
	font-size: 16px;
}
#menu .nav {
	list-style: none;
	font-weight: bold;
	margin-bottom: 10px;
	/* Clear floats */
	float: left;
	width: 100%;/* Bring the assets/img/images above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#menu .nav li {
	float: left;
	margin-right: 22px;
	position: relative;
}
#menu .nav a {
	display: block;
	padding: 8px;
	color: #333;
	text-decoration: none;
	font-family: 'futura_lt_btlight';
	font-size: 16px;
}
#menu .nav li a:hover {
	color: #027439;/*background: #e4ebe4 url(../images/arrow_hover.jpg) no-repeat center bottom;*/
}
#menu .nav li a.act {
	color: #027439;
	background: url(../img/arrow_hover.jpg) no-repeat center bottom;
}
/*--- DROPDOWN ---*/
#menu .nav ul {
	/* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style: none;
	position: absolute;
	left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#menu .nav ul li {
	padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float: none;
	font-size: 12px;
}
#menu .nav ul a {
	white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	font-size: 15px;
}
#menu .nav li ul {
	width: 250px;
	text-align: left;
}
#menu .nav li ul li {
	margin: 0px !important;
	text-align: left;
	border-bottom: 1px #ccc dotted;
}
#menu .nav li ul li a {
	padding: 10px 0px 10px 15px !important;
}
#menu .nav li:hover ul { /* Display the dropdown on hover */
	left: 0; /* Bring back on-screen when needed */
	background: #e4ebe4 !important;
}
#menu .nav li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration: none;
}
#menu .nav li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color: #027439;
	background: #fff !important;
}
/*navigation ends here*/

/*------------------------------------*\
	CONTENT
\*------------------------------------*/

.blocka, .blockb {
	float: left;
	width: 300px;
	/* background: url(../img/home_block_bg.png) no-repeat center top; */
	height: 307px;
	margin: 37px 0 0;
}

.blockc {
	float: left;
	width: 340px;
	background: url(../img/home_news_bg.png) no-repeat center top;
	height: 340px;
	margin: 37px 0 0;
}

.blocka .feedback, .blockb .keycontacts, .blockc .latestnews, .blocke .events_date {
	display: none;
}

.blocke h4 {
	float: left;
	clear: both;
	margin-top: 20px;
}

.blockd, .blocke {
	float: left;
}
.blockd {
	margin-right: 4%;
	width: 638px;
	font-size: 12px;
	color: #333;
	float: left;
	line-height: 22px;
}
.blocke {
	width: 30%;
	float: left;
	font-size: 14px;
	margin-top: 0px;
}

.blocke .events, .blocke .contact_containt {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    font-size: 12px;
    margin: 0px 0 0 10px;
    padding-bottom: 13px;
}
.blockf {
	width: 950px;
	font-size: 12px;
	color: #333;
	float: left;
	line-height: 22px;
}

.blocke span {
	display: block;
	float: left;
	margin-top: 18px;
}
.blocke .pdfs li {
	line-height: 28px;
	background: url(../img/pdf_icon.jpg) no-repeat scroll 0 5px transparent;
	padding-left: 26px;
}
.blocke li a {
	color: #333;
	text-decoration: underline;
}
.blocke li a:hover {
	color: #063;
}
.home-row2 {
	float: left;
	margin-bottom: 20px;
	width: 980px;
	margin-top: 20px;
}
/*------------------------------------*\
	FOOTER
\*------------------------------------*/
.footer-area-a, .footer-area-b, .footer-area-c, .footer-area-d {
	float: left;
	width: 22%;
	margin-right: 1%;
	margin-top: 24px;
	border-left: solid 1px #999999;
	height: 176px;
	padding-left: 13px;
}
.footer-area-a li a {
	color: #f6f6f6;
	font-size: 13px;
	text-decoration: none;
	line-height: 24px;
	margin-right: 1%;
	margin-top: 24px;
	padding-left: 4px;
	width: 22%;
}
.footer-bottomleft {
	float: left;
	width: 62%;
	margin-bottom: 40px;
	margin-top: 30px;
	font-size: 12px;
}
.footer-bottomright {
	float: right;
	width: 30%;
	margin-bottom: 19px;
	margin-top: 65px;
	font-size: 12px;
	text-align: right;
	color: #333;
	line-height: 10px;
	padding-right: 58px;
}
.footer-bottomright ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
.footer-bottomright li {
	display: inline;
}
.footer-bottomright li a.no-border {
	border: 0px none;
	padding-right:0;
}
.footer-bottomright li a {
	border-right: 1px solid #333333;
	padding-left: 5px;
	padding-right: 5px;
}
.footer-bottomright li:last-child a {
	border-right: 0;
	padding-right:0;
}
.footer-bottomright a {
	color: #333;
	text-decoration: none;
}
.footer-bottomright a:hover {
	color: #063;
}
/*------------------------------------*\
	login and search top
\*------------------------------------*/

.login {
	float: left;
	height: 66px;
	padding-top: 0;
	width: 649px;
	position:relative;
}
.login_title {
	font-family: 'Kreon', Arial, sans-serif;
	font-size: 14px;
	float: left;
	font-size: 18px;
	color: #017338;
	margin-bottom: 9px;
	padding-left: 25px;
}
.login_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: right;
	width: 626px;
}
.register {
	margin: 10px 40px 0 0;
	float: right;
}

.register a {
	text-decoration: none;
	color: #5A5A5A;
}
.register a:hover {
	text-decoration: underline;
	color: #fff;
}
.search_box {
	float: right;
	width: 300px;
	margin-top: 7px;
	font-size: 11px;
	height: 24px;
	color: #333;
}
.search {
	background: url(../img/field_img.png) no-repeat;
	color: #333;
	border: 0px;
	margin-bottom: 8px;
	height: 27px;
	width: 170px;
	float: left;
	outline: none;
	color: #A5A5A5;
	padding-left: 6px;
	font-size: 12px;
	line-height: 27px;
}
.search_goa {
	background: url(../img/search_img_03.png) no-repeat;
	color: #333;
	border: 0px;
	margin-bottom: 8px;
	height: 29px;
	width: 237px;
	float: left;
	padding-left: 8px;
	outline: none;
	line-height: 30px;
	color: #A5A5A5;
	font-size: 12px;
}
.search_button {
	background: url(../img/search_button_03.jpg) no-repeat;
	width: 36px;
	height: 30px;
	float: left;
}
.header_line {
	float: left;
}
.wel_img {
	margin: 0px;
	padding: 0px;
	float: left;
}
.box {
	float: left;
	height: 205px;
	padding-top: 0;
	margin-left: 27px;
	width: 294px;
}
.boxnews {
	float: left;
	height: 205px;
	padding-top: 22px;
	margin-left: 27px;
	width: 400px;
}
.mail_list {
	float: left;
	font-size: 14px;
	line-height: 38px;
	margin-right: 8px;
	margin-top: 5px;
}
.mail_box {
	outline: none;
}
.mail_box li {
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.contact_containt {
	float: left;
	font-size: 12px;
	padding-left:2px;
	text-align: left;
    width: 270px;
	padding-top: 16px;
}
.float-left {
	float: left;
	margin-right: 5px;
}
.events {
	float: left;
	font-size: 12px;
	margin: 2px 0px 2px 10px;
	padding-bottom: 13px;
	border-bottom: solid 1px #CCCCCC;
	width: 70%;
}

.events_date {
	font-size: 12px;
	color: #063;
}
.button_sub {
	float: left;
	margin-left: 27px;
}
.button_mailist {
	float: left;
	margin-top: 35px;
}

.blocke .button_mailist  {
	float: left;
	margin-top: 10px;
}

.space {
	float: left;
	height: 30px;
	width: 230px;
}
.login_button {
	background: url(../img/button_login.jpg) no-repeat;
	width: 70px;
	height: 32px;
	margin-left: 10px;
}
.fill_img {
	background: url(../img/field_img.png) no-repeat;
	float: left;
	width: 173px;
	height: 27px;
	margin-left: 13px;
	margin-right: 77px;
}
.login_button {
	float: left;
	margin-left: -60px;
}
.pdf {
	float: left;
	margin-top: 8px;
	width: 240px;
}
.wel_title {
	float: left;
	width: 952px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 28px;
	margin-left: 21px;
	padding-bottom: 5px;
}
.wel_title h1 {
	font-size: 24px;
}
.wel_title h2 {
	font-size: 24px;
}
.face_icon {
	float: left;
	margin-top: 24px;
	margin-right: 10px;
	font-size: 12px;
	color: #fff;
}

.key {
	float: left;
	font-family: 'futura_lt_btlight';
	font-size: 10px;
	color: #017338;
	float: left;
	width: 120px;
	font-weight: bold;
}
.key_farmer {
	float: left;
	font-family: 'futura_lt_btlight';
	font-size: 14px;
	color: #eb9707;
	float: left;
	width: 100px;
	font-weight: bold;
}
.row {
	float: left;
	margin-bottom: 8px;
}
label {
	float: left;
	font-size: 12px;
	line-height: 30px;
	width: 150px;
	display: block;
}

/* editor enabled box */

.editor {
	overflow: auto;
}
.editor:last-child {
	margin-bottom: 0;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
    font-family: 'futura_lt_btlight';
    font-size: 26px;
    font-weight: 500;
	margin-bottom:0.5em;
	margin-top:0;
	float:none;
}
.editor h1 {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:0.5em;
	color: #eb9707;
}
.editor h1 span {
	color: #017338;
	font-size: 24px;
}
.editor h2 {
	font-size: 22px;
	color:#EB9707;
}
.editor h3 {
	font-size: 22px;
}
.editor h4 {
	font-size: 16px;
	color:#017338;
}
.editor h5 {
	font-size: 16px;
}
.editor h6 {
	font-size: 14px;
}
.editor a {
	color: #008357;
}
.editor a:hover {
	color: #333333;
}
.editor p {
	padding-bottom: 1em;
	color:#333333;
	margin-top:0;
}
.editor ul, .editor ol {
	padding-bottom: .5em;
	color:#333333;
	margin-top:0;
}
.editor li {
	margin-bottom: .5em;
	margin-left: 2em;
	list-style-type:disc;
}

.editor .error, .editor .error p, .editor .error ul, .editor label em {
	color: #F00;
}
.editor .success, .editor .success p {
	color: #090;
}
.editor input.txt {
	width: 250px;
	padding: 3px;
	border: 1px solid #ccc;
	margin-top: .5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}
.editor textarea {
	width: 350px;
	height: 200px;
	padding: 3px;
	border: 1px solid #ccc;
	margin-top: .5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	overflow: auto;
}


.footer-area-a .contact p {
	line-height:24px;
	margin-top:0;
}

.footer-area-a .contact a {
	color:#FFF;
	text-decoration:none;
}

.footer-area-a ul ul {
	display:none;
}

.events a {
	color:#333;
	text-decoration:none;
}


#social {
    float: right;
    margin: 0 0 10px 10px;
    overflow: auto;
}
#social .icon {
    float: left;
    width: 60px;
}


.newspic {
    border: 5px solid #FFFFFF;
    box-shadow: -2px 2px 5px #888888;
    float: right;
    margin: 0 2px 10px 10px;
	clear:both;
}

table.styled {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    width: 100%;
}
table.styled th, table.styled td {
    border-bottom: 1px solid #AAAAAA;
    color: #000000;
    padding: 5px;
    text-align: left;
}

li.pdf {
	background:url("../img/pdf_icon.jpg") no-repeat scroll 0 50% transparent;
	padding-left:2em;
	margin-left:0;
	list-style:none;
}
li.xlsx {
	background:url("../img/xlsx_icon.jpg") no-repeat scroll 0 50% transparent;
	padding-left:2em;
	margin-left:0;
	list-style:none;
}

.contact_pic {
	float:left;
	margin:0 5px 5px 0;
	border:3px solid #b6915c;
	border-radius:5px;
}

.right {
	float:right;
	margin:0 0 5px 5px;
}

.login_msg {
	 position: absolute;
    top: 0px;
	left:140px;
}

.login_form .select {
	width:165px;
}

/* form styles */

form.styled label {
	float: left;
	width: 140px;
}
form.nofloat label, form.styled label.auto {
	float: none;
	width: auto;
}
form.styled p {
	overflow: auto;
	width: 100%;
}
form.styled .text {
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1em;
    margin-top: 0.5em;
    padding: 12px;
    width: 400px;
}

form.styled .styled_select select {
   background: transparent;
   padding: 5px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   width:400px;
   }

form.styled .styled_select {
	border-radius: 5px 5px 5px 5px;
   height: 33px;
   overflow: hidden;
   background: url(../img/down_arrow_select.jpg) no-repeat right #fff;
   border: 1px solid #ccc;
    width: 375px;
   }
#side form.styled .text, #side form.styled select {
	width: 185px;
}
form.styled textarea.text {
	height: 100px;
	overflow: auto;
}
form.styled .big {
	width: 95%;
}
form.styled .side {
	width: 185px;
}
form.styled textarea.big {
	height: 200px;
}
form.styled .btn {
	background: #EDBD3D;
	padding: 3px 5px;
	border-radius: 3px;
	color: #FFF;
	border: 0;
	cursor: pointer;
}
form.styled label em {
	font-style: normal;
	color: #e74528;
}
form.styled .center {
	text-align:center;
}
form.styled .left {
	text-align:left;
}
form.styled br {
	line-height:1px;
}


/* contact form */

#contact-form {
    margin-top: 75px;
}
.editor input.txt {
    border: 1px solid #CCCCCC;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1em;
    margin-top: 0.5em;
    padding: 12px;
    width: 350px;
    border-radius: 5px 5px 5px 5px;

}
.editor textarea {
    border: 1px solid #CCCCCC;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1em;
    height: 200px;
    margin-top: 0.5em;
    overflow: auto;
    padding: 3px;
    width: 500px;
    border-radius: 5px 5px 5px 5px;

}
form .btn, {
    background: url("../img/button_send.jpg") no-repeat scroll 0 0;
    width: 70px;
    height: 32px;
    border: 0;
    margin-left: 0px;
}

.downloads_icon {
	position:relative;
	top:3px;
	border:0;
}

.docs_wrapper {
	width:100%;
	overflow:hidden;
}

.docs_left {
 	border-top: 1px solid #E3E2CF;
    margin: 20px 0 30px;
	width:20%;
	float:left;
	background: none repeat scroll 0 0 #E4EBE4;
    border-bottom: 1px solid #D5D4C0;
    color: #122F7B;
    font-size: 1em;
    line-height: 36px;
    padding: 0 5px 0 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.docs_left .editor {
	overflow: visible;
}
.docs_left a {
	text-decoration: none;
}

.docs_left a.current {
	font-style: normal;
	color: black;
	font-weight: bold;
}
.docs_left ul {
	padding-bottom: 0;
}
.docs_left ul li {
	position: relative;
}
.docs_left ul li:last-child {
	border-bottom: 0;
}
.docs_left ul ul {
	margin-left:10px;
}
@media (min-width:600px) {
	.docs_left ul li:hover > ul {
		display: block;
	}
	.docs_left ul ul {
		display: none;
		position: absolute;
		left:100%;
		top:0;
		background:#E4EBE4;
		width:180px;
		margin-left: 0;
	}
}

.docs_right {
	width:75%;
	float:left;
	margin-left: 3%;
}
.docs_left li {
    list-style: none outside none;
    margin: 0 .5em;
    border-bottom: 1px solid #D5D4C0;
    }
.docs_left li a:hover {
    color: #027439;
}

/* Maillchimp */

#mc_embed_signup .mc-field-group {  clear: left; min-height: 35px !important; max-height:35px; padding-bottom: 5px !important; position: relative; width: 90%; }
#mc_embed_signup .mc-field-group input { width: 250px !important; font-size: 11px; padding: 6px 0; }
#mc_embed_signup .indicates-required { text-align: center !important; }

#mc_embed_signup h2 { font-size: 1.4em; font-weight: bold; margin: 15px 0 0 0 !important; padding: 0; }

#mc_embed_signup .mc-field-group select { display: inline-block; margin-bottom: 2px; padding: 5px 0; width: 250px !important; }
#mc_embed_signup .button {
	background
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    transition: all 0.23s ease-in-out 0s;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}