﻿@charset "UTF-8";
/*Eric Meyer's Reset CSS v2.0 * http://cssreset.com  */

html, body, article, span, applet, object, iframe, h1, h2, h3, p, blockquote, pre, a, address, cite, img, q, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, div, aside, embed, footer, header, hgroup, menu, nav, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

address, article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------------------------------------------------------------------------------------------------------------------ End Reset */

/* ------------------------------------------------------------------------------------------------------------------------ Global Styles */

html {
	font-size: 62.5%; 
}

*:not(html) { 
	font-size: 1.4rem; }

body {
	background-color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

a:link, a:visited, a:focus {
	text-decoration: none;
	font-size: inherit;
	color: #6B8A3D;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #b0afae;
}

em, strong {
	font-size: inherit;
}


/*
Colors
#ADD36B		Logo Green
#413e39		Dk Brown
#757069		Rollover Brown
#b0afae		Lt Brown
#6B8A3D		Dk Green
*/


/* ------------------------------------------------------------------------------------------------------------------------ Main Navigation */

#main-nav {
	width: 900px;
	position: absolute;
	overflow: hidden;
	z-index: 20;
	margin-bottom: 20px;
}

#nav-image {
	background: url(../_images/wood.jpg);
	padding: 0 30px;
	height: 40px;
}

.top {
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	float: right;
	padding: 10px;
	text-align: center;
}

.top a {
	color: #FFF;
	font-weight: normal;
}

ul, li {
	list-style: none;
}

.top a:hover {
	background: rgba(0, 0, 0, .5);
}

.top:hover {
	left: auto;
	background: rgba(0, 0, 0, .5);
}

/* ------------------------------------------------------------------------------------------------------------------------ Main Images */

#home-image {
	background:url(../_images/field.jpg) 10px 10px no-repeat;
	width: 880px;
	height: 372px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	top: 40px;
}

#strategy-image {
	background:url(../_images/strategy.jpg) 10px 10px no-repeat;
	width: 880px;
	height: 372px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	top: 40px;
}

#communications-image {
	background:url(../_images/communications.jpg) 10px 10px no-repeat;
	width: 880px;
	height: 372px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	top: 40px;
}

#clients-image {
	background:url(../_images/clients.jpg) 10px 10px no-repeat;
	width: 880px;
	height: 372px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	top: 40px;
}

#cotact-image {
	background:url(../_images/contact.jpg) 10px 10px no-repeat;
	width: 880px;
	height: 372px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	top: 40px;
}

/* ------------------------------------------------------------------------------------------------------------------------ Structure */

.box {
	background-color: rgba(0,0,0,.1);
	border-radius: 8px;
	border: #000 solid 1px;
	padding: 15px;
	margin: 0 0 20px 0;
	width: 48%;
}

.box-full, .box-promo {
	background-color: rgba(0,0,0,.1);
	border-radius: 8px;
	border: #000 solid 1px;
	padding: 15px;
	margin: 0 0 20px 0;
	width: 890px;
}

.button a:link, .button a:visited {
	font-size: 14px;
	font-size: 1.4rem;
	color: white;
	background-color: #413e39;
	text-decoration: none;
	padding: 5px 10px;
	-moz-box-shadow: 3px 3px 5px -2px #888;
	-webkit-box-shadow: 3px 3px 5px -2px #888;
	box-shadow: 3px 3px 5px -2px #888;
}

.button a:hover {
	background-color: #757069;
}

.center {
	margin: 0 auto;
	display: block
}

.clear-both {
	clear: both;
}

.columns {
	overflow: hidden;
	clear: both;
}

.col-1 img {
	float: left;
	padding: 3px 9px 0 0;
}

.col-2 img {
	float: left;
	padding: 3px 9px 0 0;
}

.col-home {
	float: right;
	width: 300px;
	padding: 10px;
}

.col-L {
	width: 408px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.col-R {
	width: 408px;
	float: right;
	overflow: hidden;
}

.col-3rds {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.col-3rds-last {
	width: 32%;
	float: left;
	margin-right: 0;
}

.col-two-3rds-L {
	width: 66%;
	margin-right: 2%;
	float: left;
}

.col-two-3rds-R {
	width: 66%;
	float: right;
}

.copyright {
	width: 960px;
	margin: 10px auto;
}
	
.float-left, .float-right {
	clear: both;
	overflow: hidden;
}

.float-left {
	float: left;
	padding: 3px 9px 0 0;
}

.float-right {
	float: right;
	padding: 3px 0 0 9px;
}

#footer {
	padding: 20px;
}

#head-grid {
	background: url(../_images/grid.png) repeat-x;
	padding: 20px;
}

.hidden {
	position: absolute;
	left: -2000em;
}

.height {
	min-height: 650px;
}

#home-content {
	background: url(../_images/grid.png) repeat;
	padding: 20px;
	overflow: hidden;
}

#main-content {
	background: url(../_images/grid.png) repeat;
	padding: 20px;
	overflow: hidden;
}

#main-image {
	background: url(../_images/wood.jpg);
	padding: 0 30px 30px;
	height: 436px;
}

#story-1 {
	width: 280px	;
	margin-right: 18px;
	float: left;
	padding-bottom: 10px;
}

#story-2 {
	width: 280px	;
	margin-right: 20px;
	padding-left: 18px;
	padding-right: 18px;
	float: left;
	border-right: #b0afae solid 1px;
	border-left: #b0afae solid 1px;
	padding-bottom: 10px;
}

#story-3 {
	width: 280px;
	float: left;
	padding-bottom: 10px;
}

#wrapper {
	background-color: #fff;
	margin: 30px auto 0;
	width: 960px;
	overflow: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------------ Text Styles */

.address {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
}

.callout-green {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
	margin-bottom: 0;
	color: #6B8A3D;
}

.box-full  p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.box-promo  p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.bullets li {
	padding-bottom: 3px;
	list-style: url(../_images/bullet.png);
	list-style-position: outside;
	text-indent: 0px;
	margin: 0 0 0 15px;
}
.bullets-6 li {
	padding-bottom: 6px;
	list-style: url(../_images/bullet.png);
	list-style-position: outside;
	text-indent: 0px;
	margin: 0 0 0 15px;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

#home-image h1 {
	color: #fff;
	line-height: 1;
	padding: 240px 0 0 30px;
	text-shadow: #222 2px 2px 3px;
	font-size: 44px;
	font-size: 4.4rem;
}

#strategy-image h1, #communications-image h1, #clients-image h1, #cotact-image h1 {
	color: #fff;
	line-height: 1;
	padding: 16px 0 0 20px;
	text-shadow: #222 2px 2px 3px;
}

.col-home h2 {
	font-size: 15px;
	font-size: 1.5rem;
}

.copyright p {
	color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
}

h1 {
	color: #413e39;
	font-size: 40px;
	font-size: 4.0rem;
	margin-bottom: 12px;
}

h2 {
	color: #6B8A3D;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 6px 0;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 6px;
}

h4 {
	color: #6B8A3D;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0;
	font-weight: normal;
}

p {
	margin-bottom: 12px;
}

.phone a:link, .phone a:visited, .phone a:focus {
	color: #413e39;
}

.phone a:hover {
	color: #b0afae;
}

.phone h3 {
	font-size: 20px;
	font-size: 2.0rem;
	color: #413e39;
	text-align:right;
	display: block;
}

.phone {
	float: right;
	position: relative;
	top: 18px;
	width: 300px;
}

.small {
	font-size: 10px;
	font-size: 1.0rem;
	color: #666;
}

.space-above {
	margin-top: 20px;
}

.space-after {
	margin-bottom: 20px;
}

.space-none {
	margin-bottom: 0;
}

.space-12 {
	margin-bottom: 12px;
}

.space-6 {
	margin-bottom: 6px;
}

.top-rule {
	margin-top: 20px;
	padding-top: 5px;
	border-top: #b0afae solid 1px;
}

.green {
	color: #6B8A3D;
}

.black {
	color: #000;
}

.padding-btm-12 {
	padding-bottom: 12px;
}
