@charset "utf-8";
body {
	margin: 0px;
	background-color: #99C937;
	background-image: url(../images/bg-img.png);
	background-repeat: no-repeat;
}
.ph {
	padding-left: 230px;
}
.bd-bg-in {
	background-image: url(../images/bg-container.png);
	background-repeat: repeat;
}
.menu-td {
	padding-left: 100px;

}


.ph-td {
	background-color:#366;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
.pr2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
}



.top-nav{
	background-color: #ff6937; /* Old browsers */
	text-decoration: none;
	list-style-type: none;

}
.top-nav ul li{
	display: inline-block;
	float: left;
	border-right: 1px solid rgba(78, 78, 78, 0.57);
	text-decoration: none;
	list-style-type: none;
}
.top-nav li.active1> a, .top-nav li> a:hover {
	background-color: #2d5007;
	text-decoration: none;
	list-style-type: none;
}
.top-nav li a{
	font-family: 'Source Sans Pro', sans-serif;
	padding: 15px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 14px;
	text-decoration: none;
	list-style-type: none;
}
.txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #baef50;
}
.bg-td {
	background-image: url(../images/bg-img.png);
	background-repeat: no-repeat;
}
.bnr-td {
	padding-left: 37px;
}
.bnr1-td {
	padding-left: 12px;
	padding-bottom: 30px;
}
.bnr-rit-in {
	background-image: url(../images/bnr-bg.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 21px;
}
.hd {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fcff00;
}
.hd1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}

.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 21px;
	text-decoration: none;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #FFFFFF;
}
.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 21px;
	font-weight: normal;
	color: #add92a;
}
.bdy-td {
	padding-left: 50px;
}
.bdr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #99C937;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/

.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3,.contact-form h3 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 10px 0 13px 0px;
	float: left;
}
.span_1_of_3  h5,.contact-form h5{
	float: right;
	width: 75.5%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 7px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display: block;
	font-size: 1em;
	color: #FFFFFF;
	padding-bottom: 5px;
	font-family: 'Source Sans Pro', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#464646;
			font-size:0.8125em;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.41);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	background: #2E2E2E;
	padding: 12px 20px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: inline-block;
	border: none;
	outline: none;
	-webkit-appearance: none;
	cursor:pointer;
}
.contact-form input[type="submit"]:hover{
	background: #7FBB00;
}
.contact-form input[type="submit"]:active{
	background: #7FBB00;
}.map-td {
	padding: 5px;
	border: 1px dotted #DDEA8E;
	background-color: #456716;
}
