@charset "utf-8";
/* CSS Document */

/* Global Styles */
.clearfloat {
	float: none;
	clear: both;
}

.fa {
	color: #276e26;
}

h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #006600;
	letter-spacing: 0px;
}

body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

#container {
	width: 100%;
	max-width: 960px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/* Header Styles */
#header {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	min-height: 183px;
	background: url(pics/header.png) no-repeat;
	padding-top: 35px;
}

#header .contactNumbers {
	float: right;
	margin-right: 10px;
	margin-top: -10px;
}

#header .contactNumbers p {
	color: #ffffff;
	font-size: 20px; 
	margin: 0px;
	margin-left: 20px;
}

#header .contactNumbers img {
	max-width: 56px;
}

#header img {
	width: 100%;
	max-width: 159px;
	float: left;
	margin-left: 15px;
}

#header .title {
	font-size: 40px;
	max-width: 425px;
	color: #184217;
	margin: 0px;
	float: left;
	margin-top: 80px;
	margin-left: 30px;
}

#header p {
	margin: 0px;
	margin-top: 10px;
}

#header .links {
	border-top: 1px solid #CCCCCC;
	background: url(pics/link-background.jpg);
}

#header .links a {
	height: 44px;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	float: left;
	letter-spacing: 1px;
	color: #ffffff;
}

#header .links a:hover {
	background-color: #276e26;
	font-weight: 600;
}

#header .links .activeLnk {
	background-color: #276e26;
	font-weight: 600;
}

#header .links img {
	height: 44px;
	width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin: 0px;
}

#header .links h1 {
	float: right;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #fff;
	letter-spacing: 0px;
	line-height: 40px;
	margin-right: 20px;
}

#header h1 {
	float: left;
	font-size: 36px;
	margin-top: 60px;
	margin-left: 20px;
}

@media(max-width:737px){
	#header .links a {
		width: 100%;
	}
	
	#header .links img {
		display: none;
	}
}

@media(max-width:620px){
	#header .title {
		font-size: 40px;
		max-width: 425px;
		color: #007906;
		margin: 0px;
		float: left;
		margin-top: 5px;
		margin-left: 5px;
	}
}

/* Main body Styles */
#mainContent {
	width: 100%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#mainContent .modulesContainer {
	width: 100%;
	max-width: 920px;
	margin-top: 20px;
	height: 100px;
}

.modulesContainer .module {
	width: 100%;
	float: left;
}

.modulesContainer .module .moduleText {
	height: 120px;
}

.modulesContainer .module img {
	width: 100%;
}

.modulesContainer .module h4 {
	color: #007906;
	margin: 0px;
	margin-top: 5px;
	padding-left: 5px;
}

.modulesContainer .module p {
	padding: 5px;
	margin: 0px;
}

.modulesContainer .module a {
	text-decoration: none;
	color: #999999;
}

@media(min-width:500px){.modulesContainer .module{width: 50%}}
@media(min-width:800px){.modulesContainer .module{width: 33.333%}}
@media(min-width:920px){.modulesContainer .module{width: 25%}}

#innerContent {
	float: left;
}

#mainContent .aboutImgBox {
	width: 100%;
	max-width: 600px;
}

#mainContent .aboutImgBox img {
	width: 100%;
}

#mainContent .aboutInfo {
	padding: 10px;
	width: 100%;
	max-width: 580px;
}

#mainContent .aboutInfo h1 {
	font-size: 24px;
}

.aboutInfo ul {
    list-style: none;
    padding:0;
    margin:0;
}

.aboutInfo li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.aboutInfo li:before {
    content: "• ";
    color: #006600;
	font-size: 24px;
}

#mainContent .sidePanel {
	float: left;
	width: 100%;
	max-width: 309px;
	margin-left: 10px;
}

#mainContent .sidePanel img {
	width: 100%;
}

#mainContent .pricing {
	width: 100%;
}

.pricing h3 {
	margin: 5px;
}

.pricing p {
	margin: 5px;
}

.pricing .tableCont {
	border-bottom: 1px solid #CCCCCC;
}

.pricing .category {
	width: 34%;
	float: left;
	/*border-right: 1px solid #CCCCCC;*/
	margin-top: 10px;
}

.pricing .price {
	width: 19%;
	float: left;
	/*border-right: 1px solid #CCCCCC;*/
	margin-top: 10px;
}

.pricing .image {
	width: 46%;
	float: left;
}

.image .images {
	display: block;
	float: left;
	background-color: #00FF00;
	width: 100%;
	height: 41px;
	max-width: 74.6px;
	margin: 5px;
}

.pricingInfo {
	width: 100%;
	max-width: 490px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	padding: 5px;
}

.pricingInfo h1 {
	font-size: 24px;
}

.pricingImg {
	width: 100%;
	max-width: 400px;
	float: left;
	margin-top: 20px;
}

.service{
	width: 100%;
}

.service:not(:last-child) {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.service img { 
	float: left; 
	margin-right: 10px; 
	margin-bottom: 20px;
}

.services_sub {
	font-size: 20px; 
	line-height: 25px;
	color: #006600;
	margin-top: 0px;
}

.services_para {
	font-size: 15px;
	color: #333333;
	margin: 0px;
}

.service .buyBox{
	max-width: 475px;
	width: 100%;
	padding: 5px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.service .sellBox{
	width: 233px;
	height: 80px;
	padding: 5px;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.service h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #006600;
	letter-spacing: 0px;
}

.contactImage {
	width: 100%;
	max-width: 600px;
	margin-bottom: 10px;
}

.contactImage img {
	width: 100%;
}

.contactLeft {
	float: left;
	width: 100%;
	max-width: 580px;
}

.contactInfo {
	width: 100%;
	max-width: 300px;
	float: left;
	font-size: 14px;
}

.contactInfo p {
	margin-bottom: 0px;
}



.contactSmallForm {
	float: left;
	width: 100%;
	max-width: 280px;
}

.contactSmallForm .fNameInput, .lNameInput, .emailInput, .phoneInput, textarea {
	width: 100%;
	radius: 25%;
}

.contactSmallForm .fNameInput, .lNameInput {
	float: left;
	max-width: 131px;
	width: 100%;
}

.contactSmallForm .fNameInput {
	margin-right: 10px;
}

.contactSmallForm .emailInput, .phoneInput, textarea {
	max-width: 276px;
	margin-top: 10px
}

.contactSmallForm textarea {
	z-index: 99;
	position: relative;
	min-height: 50px;
}

.contactSmallForm .submitInput {
	background-color: #184217;
	color: #ffffff;
	float: right;
	margin: 0px;
	margin-top: -26px;
	z-index: 100;
	position: relative;
}

.contactRight {
	float: left;
	width: 100%;
	max-width: 330px;
	margin-left: 10px;
}

.contactRight img {
	width: 100%;
}

/* Footer styles */
#footer {
	width: 100%;
	max-width: 920px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
	text-align: center;
}

#footer .testimonial{
	width: 100%;
	max-width: 450px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 13px;
	float: left;
}

#footer .testimonial img{
	width: 100%;
}

#footer .contactBox {
	width: 100%;
	max-width: 450px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}

#footer .contactBox img{
	width: 100%;
}

.footerlnk {
	text-decoration: none;
	color: #cccccc;
	text-align: center;
}

.footerlnk:hover {
	text-decoration: underline;
	color: #276e26;
}

.footerLinks p {
	color: #AAAAAA;
	text-align: center;
	font-size: 13px;
}

.footerLinks img {
	height: 5px;
	width: 5px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}