
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}
body {
	margin: 0;
	padding: 0;
	background: #669c41;
	font-family: 'Open Sans', sans-serif;
}
a, a:Hover {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
#wrapper {
	width: 100%;
	padding: 0 0 0 0;
}
.container {
	max-width: 1000px;
	margin: 0 auto;
}
.header {
	width: 100%;
	padding: 30px 20px;
	overflow: hidden;
	background-image: -webkit-linear-gradient(top, white 0%, #ebeceb 90.9%);
	background-image: -moz-linear-gradient(top, white 0%, #ebeceb 90.9%);
	background-image: -ms-linear-gradient(top, white 0%, #ebeceb 90.9%);
	background-image: linear-gradient(to bottom, white 0%, #ebeceb 90.9%);
}
.header .logo {
	float: left;
}
.phone {
	float:right;
	font-size: 25px;
	font-weight: bold;
	color: #525252;
	margin-top: 10px;
}
.social {
	float: right;
	margin-top: 9px;
	margin-right: 20px;
}
.social a {
	float: left;
	border: 0;
	margin-left: 4px;
	opacity: 1;
}
.social a img {
	border: 0;
}
.social a:hover {
	opacity: .8;
}
.header .contact {
	float: right;
}
.contact .call {
	margin-top: 17px;
	color: #fff;
	font-size: 16px;
	text-align: right;
	display: block;
}
.contact .phone {
	color: #fdba0d;
	font-size: 30px;
	font-family: serif;
	display: block;
}
.nav-full {
	background: white;
	width: 100%;
	height: 49px;
	/*border-bottom: 1px solid #487827;*/
	/*box-shadow: 0px 1px 4px #487827;*/
}
.nav {
	width: 100%;
	max-width: 1000px;
	
	background: white;
	margin: 0 auto;
	overflow: hidden;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav ul li {
	list-style: none;
	float: left;
	border-right: 1px solid #f0f0f0;
}
.nav ul li a {
	padding: 14px 37px 14px;
	font-size: 15px;
	font-weight: 300;
	color: #616161;
	text-decoration: none;
	display: block;
}
@media only screen and (max-width:1080px) {
.nav ul li a {
	padding: 13px 29px;
}
}

.nav ul li a#active {
	background: #669c41;
	color: #fff;
}
.nav ul li a:hover {
	background: #f2f2f2;
}
.content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 25px;
	/*overflow-y: hidden;*/
}
.home-slider {
	margin: 60px 0 0 0;
	width: 100%;
	background: white;
	height: auto;
	position: relative;
	z-index: 1;
	/*overflow: hidden;*/
}
.home-slider .slide-hide {
	position: relative;
    padding: 20px;
    background: white;
	overflow: hidden;
	z-index: 2;
}
.slide-hide img {
	width: 100%;
	z-index: 2;
}
.seal {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 10;
}
.contact {
	background: #334e20;
	padding: 25px 20px;
	width: 100%;
	margin-bottom: 60px;
}
.contact p {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	font-size: 20px;
	text-shadow: 1px 1px 3px #333;
}
.contact p a {
	color: #fff;
	text-decoration: none;
}
p.disclaimer {
	padding: 15px;
	font-size: 11px !important;
	line-height: 17px !important;
}
.columns {
	width: 100%;
	overflow: hidden;
}
.column {
	width: 29.6%;
    margin-right: 5.6%;
	height: auto;
	float: left;
	position: relative;
	padding: 20px 20px 70px 20px;
	background: white;
	background-image: -webkit-linear-gradient(top, white 0%, #ebeceb 90.9%);
	background-image: -moz-linear-gradient(top, white 0%, #ebeceb 90.9%);
	background-image: -ms-linear-gradient(top, white 0%, #ebeceb 90.9%);
	background-image: linear-gradient(to bottom, white 0%, #ebeceb 90.9%);
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.column:hover {
	opacity: .8;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.column a {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.column.three {
	margin-right: 0;
}
.column img {
	position: relative;
	width: 100%;
}
.column h2 {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: white;
	text-align: center;
	font-size: 16px;
	color: #3b3b3b;
	line-height: 50px;
}

.section {
	margin: 0;
	width: 100%;
	max-width: 950px;
	background: white;
	height: auto;
	position: relative;
	z-index: 1;
	padding: 25px;
	overflow: hidden;
}
.section.full {
	text-align: center;
	max-width: none;
	margin-bottom: 60px;
	padding: 25px 0;
}
.content.interior {
	margin-top: 60px;
}
.left-column {
	float:left; 
	width: 65%;
}
.right-column {
	float:right; 
	width: 32%;
}
.section.left {
	max-width: 610px;
}
.section.left h1 {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}
.section-top {
	background: #405f6b;
	padding: 25px 25px;
	width: 100%;
	max-width: 950px;
	margin: 60px 0 0 0;
	/*margin-bottom: 60px;*/
}
.section-top h1 {
	font-size: 22px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-shadow: 1px 1px 2px #000;
}
.section p {
	font-size: 15px;
	line-height: 27px;
	font-weight: 300;
	color: #1f1f1f;
	margin: 0 0 15px 0;
}
.section p strong {
	font-weight: 500;
}
.image {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	padding: 20px;
	border: 1px solid #ccc;
}
.image.holder img {
	width: 100%;
}
.right {
	float: right;
	margin: 0px 0px 45px 0px;
}
.left {
	float: left;
}
.section ul {
	margin: -10px 0px 25px 10px;
}
.section ul li {
	font-weight: 300;
	color: #1f1f1f;
	font-size: 14px;
	padding-top: 6px;
}
.section h2 {
	font-size: 21px;
	font-weight: 400;
	color: #1f1f1f;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0px;
}
.section .group {
	margin-right: 20px;
}
.section .group p strong {
	padding-left: 15px;
}
.section .group ul li.no {
	margin-left: -20px;
	list-style: none;
}


/* @group Contact Form */

.contactForm {
	background: #f2f2f2;
	border: 1px solid #ccc;
}
.contactForm p.form {
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
form {
	width: 100%;
	margin-top: 20px;
	padding: 15px;
}
form input {
	background: white;
	border: 1px solid #ccc;
	height: 40px;
	width: 400px;
	text-indent: 15px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	-webkit-appearance: none;
	border-radius: 0;
	font-weight: 200;
	display: block;
}
form textarea {
	width: 500px;
	height: 150px;
	margin-bottom: 10px;
	padding: 15px;
	font-size: 13px;
	border: 1px solid #ccc;
}
form .submitButton {
	background: #3F5F6C;
	color: #fff;
	margin-top: 7px;
	height: 40px;
	width: 200px;
	font-size: 17px;
	text-indent: 0px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
form .submitButton:hover {
	background: #4d7889;
	cursor: pointer;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
input[type=text], input[type=password], textarea {
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	outline: none;
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
	-moz-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
	box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
}
input.needsfilled, textarea.needsfilled {
	background: #fcebeb !important;
	border: 1px solid #e49f9f !important;
}
select.needsfilled {
	background: url(/images/drop_arrow.png) no-repeat right #fcebeb !important;
	border: 1px solid #e49f9f !important;
	color: #333 !important;
}
.error {
	color: #ea5f5f;
	font-size: 12px;
	font-style: italic;
	margin-top: -2px;
	margin-bottom: -12px;
	margin-left: 13px;
}
.thankYou {
	width: 95%;
	color: #545454;
	font-size: 18px;
	text-align: center;
	margin-top: 8px;
}
#contactform .thanks {
	width: 96%;
	background: #3F9E37;
	padding:0px;
	margin:30px auto -10px;
	border: 1px solid #63c95a;
}
#contactform .thanks p {
	color:#fff !important;
	text-align: center;
	margin-top: 5px;
}

/* @end */

/* @group Previous Cases */

.case {
	background: #f2f2f2;
	border: 1px solid #ccc;
	position: relative;
	padding: 15px;
	margin: 15px 0;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.case:hover {
	background: #e6e4e4;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.case h2 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
.case p.sub {
	font-size: 18px;
	margin-top: -2px;
}
.case p.view {
	font-size: 18px;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 0px;
}
.case a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* @end */

/* @group Locations */

ul.subNavLoc {
	height:20px;
	margin:0px 0px 40px 0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
}
ul.subNavLoc li {
	height:20px;
	padding:0px;
	line-height:20px;
	font-size:13px;
	float:left;
	text-align:center;
	font-weight:normal;
	margin:0px 0px;
	position: relative;
}
ul.subNavLoc li a {
	text-transform: capitalize; 
	width:485px; 
	background: #ddd; 
	border: 1px solid #ccc;
	border-radius: 0px;
	text-align:center;
	color:#747474;
	height:38px;
	line-height: 38px;
	display:block;
	text-decoration:none;
	display:block;
	-webkit-transition: background-color 200ms linear, border 200ms linear;
	 -moz-transition: background-color 200ms linear, border 200ms linear;
	 -o-transition: background-color 200ms linear, border 200ms linear;
	 -ms-transition: background-color 200ms linear, border 200ms linear;
	 transition: background-color 200ms linear, border 200ms linear;
}
ul.subNavLoc li a:hover {
	background: #aaa !important;
	border: 1px solid #888 !important;
	color: #222 !important;
	-webkit-transition: background-color 350ms linear, border 350ms linear;
     -moz-transition: background-color 350ms linear, border 350ms linear;
     -o-transition: background-color 350ms linear, border 350ms linear;
     -ms-transition: background-color 350ms linear, border 350ms linear;
     transition: background-color 350ms linear, border 350ms linear;
}
ul.subNavLoc li.active a {
	background: #405f6b;
	border: 1px solid #8a0606;
	color: #fff !important;
	text-transform: uppercase;
	width: 445px;
}
ul.subNavLoc li.active a:hover {
	background: #aa0909 !important;
	border: 1px solid #8a0606 !important;
	color: #fff !important;
	text-transform: uppercase;
}
.address {
	margin-left: 20px;
	float: left;
}
table.gadget span.title a:hover, table.gadget span.title a:visited, table.gadget span.title a:active, table.gadget span.title a {
	display: none;
}
table.gadget span.powered a:hover, table.gadget span.powered a:visited, table.gadget span.powered a:active, table.gadget span.powered {
	display: none;
	}

/* @end */

.footer {
	margin-top: 80px;
	padding: 30px 0px;
	width: 100%;
	height: auto;
	float: left;
	background: white;
	box-shadow: 0px 0px 5px #74aec4;
}
.footer .container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.footer .f-column {
	float: left;
	max-width: 420px;
}
.footer .f-column.first {
	margin-left: 105px;
	margin-right: 50px;
}
.footer .f-column.last {
	margin-right: 0;
}
.footer h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #3b3b3b;
}
.footer .social {
	margin-left: -4px;
	margin-top: 10px;
}
.footer ul {
	margin: 4px 0 0 0;
	padding: 0;
}
.footer p {
	margin: 0;
	padding: 0;
	line-height: 23px;
	color: #666666;
	font-size: 16px;
	list-style: none;
}
.footer-bot {
	width: 100%;
	float: left;
	margin: 0px auto 0px;
	padding: 30px 0px;
}
.footer-bot p {
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 0 0 7px 0;
	font-size: 14px;
}
.footer-bot a.chop {
	width: 141px;
	margin: 0 auto;
	display: block;
}
.footer-bot a.chop:hover {
	opacity: .5;
}
/*.contactForm {
	background: rgba(255, 255, 255, 0.09);
	width: 960px;
	margin: 20px 0;
	padding: 15px 20px;
	overflow: hidden;
}
.contactForm form {
	margin: 0;
}
.contactForm input {
	float: left;
	padding: 12px 10px;
	border: 0;
	width: 210px;
	width: 198px \0/;
	font-size: 13px;
	font-weight: 300;
	margin-right: 10px;
	font-family: 'Raleway', sans-serif;
}
.contactForm input.message {
	width: 376px;
	width: 353px \0/;
}
.contactForm input.button {
	background: #f9b400;
	color: #000;
	width: 130px;
	width:  110px \0/;
	margin: 0;
}
.copyright {
	width: 100%;
	margin-top: 15px;
}
.copyright .left {
	color: #fff ;
	font-size: 13px;
	float: left;
	margin-top: 6px;
}
.copyright a.right {
	float: right;
	display: block;
}*/

input[type=text], input[type=password], textarea {
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	outline: none;
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
	-moz-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
	box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
}
.error {
	color: #ea5f5f;
	font-size: 12px;
	font-style: italic;
	margin-top: -2px;
	margin-bottom: -12px;
	margin-left: 13px;
}
.thankYou {
	width: 100%;
	color: #545454;
	font-size: 18px;
	text-align: center;
	margin-top: 8px;
}
.drop_line {
	display: none;
}
.cards {
	max-width: 119px !important;
}
@media only screen and (max-width:900px) {
	.header .logo {
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	    width: 100%;
	    display: inline-block;
	}
	.phone {
		float: none;
	    margin: 0 auto;
	    text-align: center;
	    width: 100%;
	    display: inline-block;
	    margin-top: 10px;
	    position: relative;
	    left: -6px;
	}
	.nav ul {
		display: none;
	}
	.drop_line {
		display: block;
      background: #fff url(images/drop_arrow.png) no-repeat right;
      height: 55px;
      padding: 0px;
      display: inline-block;
      border-radius: 0px;
      width: 100%;
      margin-bottom: 0px;
      margin-top: 0px;
      float: right;
      border: 1px solid #ddd; 
    }
    .drop_line span.drop {
        width: 100%;
        display: inline-block; 
    }
    .drop_line span.drop select {
          background: none;
          position: relative;
          top: 0px;
          border: 0px solid #ddd;
          border-radius: 0px;
          padding: 0 7px 0 10px;
          height: 55px;
          text-indent: 0px;
          vertical-align: middle;
          font-size: 17px;
          font-weight: 400;
          width: 100%;
          margin: 0;
          outline: none;
          display: inline-block;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer;
          color: #999;
          font-family: inherit; 
    }
}
@media only screen and (max-width:700px) {
	
	.column {
		width: 100%;
		margin: 0 auto 40px !important;
		max-width: 350px;
		float: none;
	}	
	.left-column {
		width: 100%;
	}
	.right-column {
		width: 100%;
		margin-top: -20px;
	}
	.image.right.holder {
		float: none;
	    max-width: 350px;
	    margin: 25px auto;
	}
	.f-column {
		margin: 15px auto !important;
		float: none !important;
	}
	.left-column img {
		width: 100%;
		max-width: 400px;
	}
	.footer .container {
		padding: 0 25px;
	}
	.section.left {
		float: none;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
/*
	#wrapper {
		width: 1024px;
	}
*/
	.nav ul li a {
		padding: 15px 29px;
	}
}

