@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	color: #666;
	line-height: 1.5em;
	font-family: "Helvetica Neue",arial,sans-serif;
	font-size: 16px;
	background: #fff;
	margin: 0; padding: 0;
}

h1 {font-weight: 300; color: #00743d; font-family: 'Oswald', sans-serif;}
h2 {font-weight: 300; color: #00743d; font-family: 'Oswald', sans-serif;}
h3 {font-weight: 300; color: #00743d; line-height: 1.4em; padding: 0; font-family: 'Oswald', sans-serif;}

p {margin: 0 0 .6em 0; padding: 0;}

a {color: #00743d;}
a:hover {color: #00743d; text-decoration: none;}
footer {  font-size: .85em; color: #fff; background-color: #004225; padding: 10px 0 0 0; text-align: center; margin-top: 30px;}

.footerinner {max-width: 980px; margin: 0 auto; position: relative; padding: 0 10px 5px 10px;}
footer a {color: #fff; text-decoration: none;}
footer a:hover {color: #fff; text-decoration: underline;}

a.footerlinks {text-decoration: underline;}
a.footerlinks:hover {text-decoration: none;}

div.logo a {color: #fff; text-decoration: none;}

.tel a {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.35;
	letter-spacing: 0.5px;
	color: #fff;
	text-decoration: none;
}

.tel a:hover {
	color: #fff;
	text-decoration: underline;
}

nav div {
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-family: 'Oswald', sans-serif;
}

.clear-fix {clear:both; line-height: 1px;}

ol {
	margin: 0 0 5px 20px;
	padding: 0;
}

.btn {
	background-image: linear-gradient(to top, #1c2f16, #007b3b);
	color: #ffffff;
	padding: 8px 0;
	margin: 8px 0px 20px 0px;
	font-family: "Helvetica Neue",arial;
	font-size: 17px;
	width: 100%;
}

.inputborder {
    border: 2px solid #ccc;
    border-radius: 0 !important;
    padding: 8px;
    color: #666;
}
