/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, footer2, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}

/* Global properties ======================================================== */
html {width:100%}

body {font-family:Arial, Helvetica, sans-serif; font-size:100%; color:#333; min-width:960px; background:#FAF9F9}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.3846em;
	border:solid 0px;
	
}

a {color:#5F9D67; outline:none}
a:hover {text-decoration:none}


.wrapper {width:100%; overflow:hidden; position:relative}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:25px}
.p1 {margin-bottom:8px;color:#FFFFFF;}
.p2 {margin-bottom:15px}
.p3 {margin-bottom:30px}
.p4 {margin-bottom:40px}
.p5 {margin-bottom:50px}

.reg {text-transform:uppercase}

.fleft {float:left}
.fright {float:right}

.alignright {text-align:right}
.aligncenter {text-align:center}

.color-1 {color:#fff}
.color-2 {color:#333}
.color-3 {color:#39b9d6}

.img-border {border:1px solid #fff}

/*********************************boxes**********************************/
.indent {padding:20px}
.indent-top {padding-top:24px}
.indent-left {padding-left:2px}
.indent-left2 {padding-left:40px}
.indent-left3 {padding-left:20px}
.indent-left4 {padding-left:10px}
.indent-right {padding-right:50px}

.indent-bot {margin-bottom:20px}
.indent-bot2 {margin-bottom:28px}

.prev-indent-bot {margin-bottom:10px}
.spanImg{
	background:url(../../images/marker-1.gif) left center no-repeat;
	padding-left:12px;
}
.img-indent-bot {margin-bottom:25px}
.margin-bot {margin-bottom:35px}

.img-indent {float:left; margin:0 20px 0px 0}	
.img-indent2 {float:left; margin:0 15px 0px 0}	
.img-indent3 {float:left; margin:0 6px 0px 0}	

.buttons a:hover {cursor:pointer}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
h1 a {text-decoration:none}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}
.row-top {
	width:100%;
	height:84px;
	background:#FFFFFF;
	/*background:url(../images/row-top-tail.jpg) center top repeat-x;*/
	overflow:hidden;
}

h1 {
	padding:20px 0 0 7px; 
	position:relative;
	float:left;
	
}
	h1 a {
		display:block; 
		width:716px;
		height:46px;
		text-indent:-9999em;
		margin-top:0px;
		background:url(../../images/logo.jpg) 0 0 no-repeat;
	}
	
/***** search form *****/
#search-form {
	padding:0px 10px 0 0;
	float:right;
}
#search-form fieldset {
	position:relative; 
	width:100%; 
	display:block; 
	overflow:hidden;
}
#search-form .search-field {
	float:right;
	width:150px;
	height:101px;
	border:solid 0px;
	margin:1px 0px 0px 0px;
}
#search-form .search-field span{
	font-family:Calibri,Arial, Helvetica, sans-serif;
	font-size:18px;
	float:right;
	text-align:right;
	padding:35px 0px 0px 0px;
}
#search-form input {
	width:245px; 
	font-size:14px;
	line-height:1.25em;
	padding:9px 15px 9px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#646458;
	background:none;
	border:none;
	margin:0;
	outline:none;
}
#search-form .search-button {
	display:block; 
	width:20px;
	height:21px;
	text-indent:-5000px;
	background:url(../../images/search-icon.png) left top no-repeat;
	position:absolute;
	right:7px;
	top:7px;
}
	
/***** menu *****/
.menu-row {
	width:100%;
	background:url(../../images/menu-row-tail.gif) center top repeat-x #61A069;
}
.menu-bg {
	width:100%;
	background:url(../../images/menu-bg.jpg) center top no-repeat;
}
.menu {
	padding:0 0 0 0; 
	background:url(../../images/menu-spacer.gif) left top no-repeat;
}
.menu li {
	float:left; 
	position:relative;
	background:url(../../images/menu-spacer.gif) right top no-repeat;
	padding-right:2px;
}
.menu li a {
	display:block; 
	font-size:20px; 
	line-height:2em; 
	width:130px;
	padding:20px 0 16px!important;
	text-align:center;
	color:#fff; 
	text-transform:uppercase; 
	letter-spacing:-1px;
}
.menu li.active a,
.menu > li > a:hover {color:#000}

.row-bot {
	width:100%;
	min-height:20px;
	background:url(../../images/row-bot-tail2.gif) center top repeat-x;
}
	#page1 .row-bot {background-image:url(../../images/row-bot-tail.gif)}
.center-shadow {
	width:100%;
	height:100%;
	min-height:20px;
	background:url(../../images/center-shadow2.jpg) center top no-repeat;
}
	#page1 .center-shadow {background:url(../../images/center-shadow.png) center top no-repeat}

/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:960px;
  margin:0 auto;
}
#carousel {
  height:365px;
  width:960px;
  position:relative;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
	position:absolute;
	top:-1000px;
	left:-1000px;
	border: solid 0px;
	cursor:pointer;
	margin-top:-38px;
	
	
}

/*********************************content*************************************/
#content {
	width:100%;
	border-top:1px solid #fff;
	background:url(../../images/content-tail.gif) center top repeat-x #f1f1f1;
	padding:0;
	position:relative;
	z-index:1;
	
}
	#page1 #content {border-top:none; background:none; padding:43px 0 60px}

.content-bg {
	width:100%;
	padding:24px 0 49px;
	background:url(../../images/content-bg.jpg) center top no-repeat;
}

h3 {
	font-size:24px; 
	line-height:2em; 
	color:#406D46;
	margin-bottom:3px;
}
h4 {
	font-size:17px; 
	line-height:1.2em; 
	color:#406D46;
	text-transform:uppercase;
}
	h4 em {
		display:block;
		color:#333;
		text-transform:none;
	}
	h4 strong {
		display:block;
		margin-top:-3px;
	}
h6 {color:#000}

.text-1 {
	display:block;
	font-size:14px;
	line-height:17px;
	color:#7E7E7E;
	font-weight:normal;
}
.text-2 {
	display:block;
	color:#929292;
}

.auth
{
	margin-top:70px;
	margin-left:20px;
	
}
.title {
	display:block;
	font-size:18px;
	line-height:24px;
	color:#5F9D67;
}

.border-bot {
	width:100%; 
	padding-bottom:20px; 
}

.box {
	width:278px; 
	background:url(../../images/box-tail.gif) 0 0 repeat-x #1896c1;
}
	.box .padding {padding:15px 10px 15px 20px}
	.box a {
		display:inline-block;
		padding-right:18px;
		font-size:18px;
		line-height:1.222em;
		color:#fff;
		background:url(../../images/marker-3.gif) right 8px no-repeat;
		text-transform:uppercase;
		text-decoration:none;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.box a:hover {padding-right:25px}

.list-1 li {
	line-height:18px; 
	padding:6px 0 6px 24px; 
	background:url(../../images/marker-2.png) 0 8px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#333;
	}
	.list-1 li a:hover {text-decoration:underline}

.link:hover {text-decoration:underline} 

.link-1 {
	display:inline-block; 
	padding-right:15px; 
	background:url(../../images/marker-1.gif) right 8px no-repeat;
	color:#406D46;
}

dl span {float:left; width:88px}

/***** contact form *****/
#contact-form {width:580px}
#contact-form label {
	display:block; 
	height:44px;
}
#contact-form input {
	width:548px; 
	font-size:15px; 
	line-height:1.2em;
	color:#a0a0a0; 
	padding:8px 15px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	border:1px solid #fff; 
	background:url(../../images/input-tail1.gif) 0 0 repeat-x #e6e6e6;
	outline:none;
}
	
#contact-form textarea {
	height:158px; 
	overflow:auto; 
	width:548px; 
	font-size:15px; 
	line-height:1.2em;
	color:#a0a0a0; 
	padding:7px 15px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	border:1px solid #fff; 
	background:url(../../images/text-area-tail.gif) 0 0 repeat-x #e5e5e5;
	outline:none;
}
#contact-form select{
	width:548px; 
	font-size:15px; 
	line-height:1.2em;
	color:#a0a0a0; 
	padding:7px 15px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	border:1px solid #fff; 
	background:url(../../images/text-area-tail.gif) 0 0 repeat-x #e5e5e5;
	outline:none;
}



.buttons {
	padding-top:17px; text-align:left;
	color:#FFFFFF;
}
.buttons a {margin-left:30px;color:#FFFFFF;}

#contact-form2 {
	display:block;
	width:580px;
}
	#contact-form2 label {
		display:block; 
		height:30px; 
		overflow:hidden;
	}
	#contact-form2 input {
		float:left; 
		width:485px; 
		font-size:12px; 
		line-height:1.25em;
		color:#333;
		padding:3px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		outline:none;
	}
	#contact-form2 textarea {
		float:left;
		height:240px; 
		width:485px; 
		font-size:12px; 
		line-height:1.25em;
		color:#333;
		padding:3px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		overflow:auto;
		outline:none;
	}
.text-form {
	float:left; 
	display:block; 
	font-size:13px;
	line-height:24px;
	width:74px; 
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

.buttons2 {padding:10px 10px 0 0; text-align:right}
.buttons2 a {margin-left:35px}
		
/****************************footer************************/
footer {
	width:100%; 
	height:125px;
	color:#999;
	background:url(../../images/footer-tail1.gif) center top repeat;
	position:relative;
	z-index:9;
	overflow:hidden;
	
}
footer .padding {padding:35px 0 0}
footer h4 {color:#fff; margin-bottom:18px}

	.list-services li {
		font-size:15px;
		line-height:10px;
		text-transform:uppercase;
		padding-bottom:5px;
		color:#FFFFFF;
	}
	.list-services a {
		display:inline-block;
		text-decoration:none;
		color:#FFFFFF;
		padding-left:10px;
	}
	.list-services a.item-1 {background-position:0 -44px}
	.list-services a.item-2 {background-position:0 -88px}
	.list-services a.item-3 {background-position:0 -132px}
	
	

	
.fotcss
{
	border:#FF0000 0px solid; 
	max-height:160px; 
	
}	
	
/*********extra***********/
.block
{
		height:150px;
		margin-top:-205px !important;
}
.extra {
	min-height:100%; 
	height:auto !important; 
	height:100%; 
	margin: 0 auto 0px; 
	position:relative;
	overflow:hidden;
} 
.submitinfo {
	background:#5F9d67!important;
	padding:2px 10px 5px 10px!important;
	color:#FFFFFF!important;
	font-size:17px!important;
	/*font-family:"Times New Roman", Times, serif!important;*/
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
}
.newsticker-jcarousellite3
{
	width:125px;
	height:140px;
}
html, body {height:100%}
.catList{
	font-family:Arial, Helvetica, sans-serif;
	color:#353535!important;
	font-size:13px;
}
	.catList a{
		text-decoration:none;
		color:#353535;!important;
	}
.catList1{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF!important;
	font-size:13px;
}
	.catList1 a{
		text-decoration:none;
		color:#FFFFFF!important;
	}	
	
#paging{
    padding:10px 0 10px 0;   
    font-size:11px;   
    color:#254E26;   
    font-weight:bold; 
} 

.apBut{
	color:#FFFFFF;
	 background-color:#44904F!important;
	 padding:2px 2px 2px 2px!important;
	 font-weight:bold;
	 text-decoration:none;
}  
  
#paging a{   
    /*padding:2px 4px 2px 4px;*/
	padding:2px 3px 2px 3px;  
    border:1px solid #5B737F;   
    background:#ffffff; 
    color: #5B737F;   
    text-decoration:none;   
} 
#paging a:hover{   
    border:1px solid #5B737F;   
    color:#5B737F;   
    background:#F5F5F5;
    text-decoration:none;   
}  
#pagingActive{   
    /*padding:2px 4px 2px 4px;*/
	padding:2px 3px 2px 3px;  
    border:1px solid #5A9261;   
    background:#5A9261; 
    color: #FFFFFF;   
	text-align:left;
    text-decoration:none;   
}	

.table_info_n3{
background-color:#CCCCCC;	
	
}
	.table_info_n3 tr{
		height:20px;
		font-size:12px;
		font-weight:normal;
	}
		.table_info_n3 tr td{
			padding:5px;
			background-color:#FAF9F9;
		}
		.table_info_n3 tr td input{
			color:#2F6534!important;bt-sb
			width:150px;
		}
		
		.table_info_n3 tr th{
			text-align:center;
			vertical-align:top;
			font-family:Arial, Helvetica, sans-serif;
			color:#333333;
			padding:5px;
			background-color:#FAF9F9;
		}
.imgFit {
	float:right;
	padding:3px 7px 4px 4px;	
}
		
.regFrm{
	margin-left:105px;
	background-color:#94BE99!important;	
}
	.regFrm tr td{
			padding:5px;
			text-align:left;
			background-color:#FAF9F9;
		}
		.regFrm tr td input{
			color:#2F6534!important;bt-sb
			
		}
		.regFrm tr td input.bt-sb{
			background:#346E3B;
			color:#FFFFFF!important;
			text-transform:uppercase;
		}
		.regFrm tr th{
			padding:5px;
			text-align:right;
			vertical-align:top;
			font-family:Arial, Helvetica, sans-serif;
			color:#333333;
			background-color:#F1F1F1;
		}
.regFrm1{
	background-color:#CCCCCC;
}
	.regFrm1 tr td{
			padding:5px;
			text-align:left;
			background-color:#FAF9F9;
			
		}
		.regFrm1 tr td input{
			color:#2F6534!important;bt-sb
		}
		.regFrm1 tr td input.bt-sb{
			background:#346E3B;
			color:#FFFFFF!important;
			 
		}
		.regFrm1 tr th{
			padding:5px;
			text-align:left;
			vertical-align:top;
			font-family:Arial, Helvetica, sans-serif;
			color:#333333;
			background-color:#F1F1F1;
			
		}
.thnksCss{
	
}
	.thnksCss tr td{
			
			text-align:left;
			background-color:#FAF9F9;
			
		}
		
		.thnksCss tr th{
			text-align:left;
			vertical-align:top;
			font-family:Arial, Helvetica, sans-serif;
			color:#333333;
			background-color:#F1F1F1;
			
		}		
	.ClCvCss{
	background-color:#CCCCCC;
}
	.ClCvCss tr td{
			padding:5px;
			text-align:left;
			background-color:#FAF9F9;
			font-size:13px;
			
		}
		.ClCvCss tr td input{
			color:#2F6534!important;bt-sb
		}
		.ClCvCss tr td input.bt-sb{
			background:#346E3B;
			color:#FFFFFF!important;
			 
		}
		.ClCvCss tr th{
			padding:5px 10px 5px 5px;
			text-align:right;
			vertical-align:top;
			font-family:Arial, Helvetica, sans-serif;
			color:#333333;
			background-color:#F1F1F1;
			font-size:13px;
			
		}	
	.regFrm14{
	
	background-color:#CCCCCC;	
}
	.regFrm14 tr td{
			padding:5px;
			text-align:left;
			background-color:#FAF9F9;
		}
		.regFrm14 tr td input{
			color:#2F6534!important;bt-sb
		}
		.regFrm14 tr td input.bt-sb{
			background:#346E3B;
			color:#FFFFFF!important;
			text-transform:uppercase;
		}
		.regFrm14 tr th{
			padding:5px;
			text-align:left;
			vertical-align:top;
			font-family:Arial, Helvetica, sans-serif;
			color:#333333;
			background-color:#F1F1F1;
			
		}	
		
.red_txt{
color:#FF0000;
}
.sign_err{
	text-align:center;
	color:#FF0000;
	font-weight:normal;
	font-size:13px;
}
.s_button{
	border:1px solid #FFFFFF;
	color:#FFFFFF!important;
	background-color:#63A16B;
	height:30px;
	padding:0 5px 0 5px!important;
}

.logincss
{
color:#FFFFFF; 
font-size:11px; 
margin-top:-41px;
margin-bottom:-10px;
margin-left:65px;
}

.submitinfo11 {
	background:#5F9d67!important;
	padding:2px 10px 5px 10px!important;
	color:#FFFFFF!important;
	font-size:17px!important;
	/*font-family:"Times New Roman", Times, serif!important;*/
	margin-bottom:10px;
	text-align:center;
}

.regFrm1{
	background-color:#94BE99!important;	
}
	.regFrm1 tr td{
			padding:5px;
			text-align:left;
			background-color:#FAF9F9;
		}
		.regFrm1 tr td input{
			color:#2F6534!important;bt-sb
		}
		.regFrm1 tr td input.bt-sb{
			background:#346E3B;
			color:#FFFFFF!important;
		}
		
		.regFrm1 tr th{
			padding:5px;
			text-align:right;
			vertical-align:top;
			font-family:Arial, Helvetica, sans-serif;
			color:#333333;
			background-color:#F1F1F1;
		}
.table_info_nl{
	height:100%;
	width:100%;
	background:#94BE99;
}
	.table_info_nl tr{
		font-size:12px;
		font-weight:normal;
		background:#FAF9F9;
	}		
		.table_info_nl tr td{
			padding:5px;
			padding:5px 5px 5px 8px!important;
			
		}
		.table_info_nl tr td a{
			 padding:3px 6px 3px 0px;
			 font-weight:bold;
			 text-decoration:none;
		}
		.table_info_nl tr th{
			text-align:left;
			background:url(../../images/bar_back.jpg) repeat-x;	
			vertical-align:top;
			color:#FFFFFF;
			padding:5px;
			
		}
		.table_info_nl tr th a{			
			color:#406D46;
			text-decoration:none;
		}
.jobcat{
	height:30px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:600;
}	
	.jobcat a{
		text-decoration:none;
		color:#333333;
	}
		.jobcat span{
		float:right;
		padding-right:10px;
		font-weight:normal;
	}	
		.jobcat span a{
			color:#589260;
			text-decoration:underline;
		}							
.errTxt{
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	font-size:13px;
}
.err1
{
	text-align:center;
	margin-top:60px;
	color:#343434;
	font-size:13px;	
}	
.buttontype3{
			overflow:visible;
			margin: 0px auto;
			padding:5px 15px;
			border:1px solid #5F9D67!important;
			background:#5F9D67;
			width:auto;
			font-family: arial, verdana, Helvetica, sans-serif;
			font-size:11px;
			color:#FFFFFF;
			font-weight:bold;
			text-decoration:none;
								
			}

.imgFitL{
float:right;
padding:5px;
}	