@charset "UTF-8";

/* Universal Styles */

body {
	background: #f1ede4 url(../images/bg_beige.png);
	overflow-x: hidden;
}

a, a:visited {
	color: #006028;
	cursor: pointer;
}

	a:hover {
		color: #109547;
	}

* {
	color: #444;
}

img {
	border: 0;
}

	img.left {
		float: left;
		margin: 0 15px 10px 0 !important;
		padding: 4px;
		border: 1px solid #d4dbaa;
		}
	
	img.right {
		float: right !important;
		margin: 0 0 10px 15px !important;
		padding: 4px;
		border: 1px solid #d4dbaa;
		}
        
    img.none {
        border: none !important;
        padding: 0 !important;
    }

.clear {
	clear: both;
	padding: 0 !important;
	border: none !important;
}

.spacer {
	display: block;
	height: 20px;
}
   
.left {
	float: left;
    }
    
.right {
	float: right;
}  

img.center, table.center {
	margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
    display: block;
}

.center {
	text-align: center;
}

div.hr {
  height: 15px;
  border-top: 1px solid #c5d2b8;
}

div.hr hr {
  display: none;
}

.gridContainer {
	background: url(../images/bg2.jpg) no-repeat top center;
}

#outer {
	background:url(../images/bg1.png) repeat-x;
}

img, object, embed, video {
	max-width: 100%;
}

/* Columns */

.rightBox {
		background: url(../images/right_box_bg.png);
		padding: 10px 15px 5px;
		margin-bottom: 12px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-size: 12px;
	}
	
	.rightBox h3 {
		font-family: "tekton-pro";
		font-size: 19px;
		border-bottom: 1px solid #c2beb7;
		padding-bottom: 5px;
		margin: 3px 0px;
	}
	
	#steveBox {
		padding-bottom: 12px;
	}
	
		#steveBox img {
			width: 40%;
			max-width: 91px;
			float: left;
			margin-left: -7px;
			margin-top: -10px;
		}
		
		#steveBox strong {
			font-family: "tekton-pro";
			font-size: 19px;
			display: block;
			margin-bottom: -2px;
		}
		
		#steveBox ul {
			margin: 5px 0 0 0;
			padding: 0;
			list-style: none;
			border-top: 1px solid #c2beb7;
		}
		
			#steveBox li {
				padding: 4px 0;
				border-bottom: 1px solid #c2beb7;
			}
	
#contactBox {
	display: none;
}

	#index #contactBox {
		display: block;
		width: 93%;
		padding: 20px 10px 10px;
		margin-top: 20px;
		border-top: 1px dashed #76a484;
	}

.image100 {
	width: 100%;
	max-width: 1000px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Font Styles */

html {
	font: 14px/1.8 Arial, Helvetica sans-serif;
}

h1 {
	font-family: "tekton-pro";
	letter-spacing: -1px;
	line-height: 1em;
	font-size: 26.5px;
    color: #333;
	font-style: italic;
	text-align: center;
}


h2 {
	font-family: "tekton-pro";
	font-size: 23px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
	margin-left: 15px;
}

p {
	margin: 10px 0;
}

/* Layout */

div {
	max-width: 100%;
}

#header {
	position: relative;
	margin-bottom: 25px;
}

#logo {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

/* Social Media Nav */
	
#social {
	height: 32px;
	font-family: "tekton-pro";
	font-size: 18px;
}
	
	#social #connect {
		width: 150px;
		float: left;
		margin-top: 6px;
	}	

	#social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 126px;
	}
	
		#social li {
		display: inline;
		float: left;
		margin: 0 0 0 10px;
		padding: 0;
		background: none !important;
		}
		
		
		#social li a {
		display: inline-block;
		overflow: hidden;
		position: relative;
		}
	
			#social li a span {
			cursor: pointer;
			left: 0;
			position: absolute;
			top: 0;
			}
			
			#social li a, #social li a span {
			background-repeat: no-repeat;
			background-position: 0 0;
			margin: 0;
			height: 32px;
			width: 32px;
			display: block;
			background-image: url(../images/social_nav.png);
			}
		
		#social li#facebook a, #social li#facebook a span {
			background-position: 0 0;
		}
		
			#social li#facebook a:hover, #social li#facebook a:hover span {
				background-position: 0 -32px;
			}
		
		#social li#twitter a, #social li#twitter a span {
			background-position: -32px 0;
		}
		
			#social li#twitter a:hover, #social li#twitter a:hover span {
				background-position: -32px -32px;
			}
		
		#social li#linkedin a, #social li#linkedin a span {
			background-position: -64px 0;
		}
		
			#social li#linkedin a:hover, #social li#linkedin a:hover span {
				background-position: -64px -32px;
			}
		
		#social li#youtube a, #social li#youtube a span {
			background-position: -96px 0;
		}
		
			#social li#youtube a:hover, #social li#youtube a:hover span {
				background-position: -96px -32px;
			}
	
		#social li a:hover {
		background: 0 -32px; /*IE FIX*/
		}

/* Top Nav */

#topNav {
	width: 100%;
	margin-top: 20px;
}
	
	#topNav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#topNav ul li {
		font-family: "tekton-pro";
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		float: left;
		margin-left: 4%;
		width: 22%;
	}
	
		#topNav ul li.first {
			margin-left: 0;
		}
	
	#topNav ul li a {
		display: block;
		color: #006028;
		text-align: right;
		border-bottom: 3px solid #76a484;
		text-decoration: none;
	}
	
	#topNav ul li a:hover {
		border-bottom: 3px solid #006028;
		text-decoration: none;
		color: #006028;
	}
	
/* Content Styles */
	
#leftCol p {
	/*padding-right: 15px;
	padding-left: 15px;*/
	margin: 18px 15px;
}

	#leftCol ul {
		display: block;
		margin-left: 15px;
		border-top: 1px solid #c2beb7;
		padding: 0;
		list-style-type: none;
	}
	
		#leftCol li {
			border-bottom: 1px solid #c2beb7;
			padding: 10px 15px 10px 30px;
			margin: 0 !important;
			background: url(../images/leaf_bullet.png) no-repeat 6px 11px;
			
		}
		
		#leftCol ul.stevepic {
			margin-left: 290px;
		}
			

.signature {
	font-family: "tekton-pro";
	font-size: 17px;
	font-style: italic;
	letter-spacing: -0.5px;
	line-height: 1em;
}

/* Contact Form */

	#contactForm div {
			margin: 10px 0;
		}
		
		#contactForm label {
			padding-left: 6px;
			width:69px;
			display: block;
			float: left;
			cursor: auto;
		}
		
		#contactForm #phoneCall {
			background: url(../images/right_box_bg.png);
			padding: 3px 6px;
		}
		
		#contactForm #phoneCall label {
			float: none;
			display: inline;
			margin: 0 10px 0 1px;
		}
		
		#contactForm #phoneCall input {
			margin: 0 0 0 10px;
		}
		
		#contactForm textarea {
			width: 80%;
			height: 160px;
		}
		
		#contactForm #submitLine {
			text-align: right;
		}
		
		#contactForm #submitLine input {
			width: 125px;
		}

/* Footer */

#footer {
	background: url(../images/green_bar.png) repeat-x #000;
	width: 100% !important;
}

	#footerContainer {
		height: 160px;
		padding: 30px 0 20px;
		text-align: center;
		position: relative;
		width: 95%;
		margin: 0 auto;
		color: #FFF;
	}

	#tree {
		display: none;
		width: 0;
		max-width: 0;
		max-height: 0;
		position: relative;
		bottom: 0;
		right: 0;
	}
	
	#tree img {
		width: 0;
		height: 0;
		max-width: 0;
		max-height: 0;
	}
	
	#footer ul {
		margin: 0;
		padding: 0;	
	}
	
		#footer li {
			display: inline-block;
			text-align: center;
			padding: 8px 20px;
			
		}
		
		#footer li a {
			color: #76a484;	
		}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	position: relative;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

/* Font Styles */

html {
	font: 14px/1.8 Arial, Helvetica sans-serif;
}

h1 {
	font-family: "tekton-pro";
	letter-spacing: -1px;
	line-height: 1em;
	font-size: 26.5px;
    color: #333;
	font-style: italic;
	text-align: center;
}


h2 {
	font-family: "tekton-pro";
	font-weight: normal;
	letter-spacing: -1px;
	color: #666;
}

p {
	margin: 10px 0;
}

/* Layout */

#header {
	position: relative;
	margin-bottom: 20px;
}

#logo {
	padding-top: 10px;
	width: 60%;
	max-width: 403px;
}

	#logo img {
		width: 100%;
		height: auto;
		max-width: 403px;
		max-height: 102px;
	}

/* Social Media Nav */
	
#social {
	width: 38%;
	height: 32px;
	position: absolute;
	top: 15%;
	right: 10px;
	font-family: "tekton-pro";
	font-size: 18px;
}
	
	#social #connect {
		text-align: right;
		margin-top: 6px;
		float: none;
		width: auto;
	}	

	#social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 126px;
	}
	
		#social li {
		display: inline;
		float: left;
		margin: 0 0 0 10px;
		padding: 0;
		background: none !important;
		}
		
		
		#social li a {
		display: inline-block;
		overflow: hidden;
		position: relative;
		}
	
			#social li a span {
			cursor: pointer;
			left: 0;
			position: absolute;
			top: 0;
			}
			
			#social li a, #social li a span {
			background-repeat: no-repeat;
			background-position: 0 0;
			margin: 0;
			height: 32px;
			width: 32px;
			display: block;
			background-image: url(../images/social_nav.png);
			}
		
		#social li#facebook a, #social li#facebook a span {
			background-position: 0 0;
		}
		
			#social li#facebook a:hover, #social li#facebook a:hover span {
				background-position: 0 -32px;
			}
		
		#social li#twitter a, #social li#twitter a span {
			background-position: -32px 0;
		}
		
			#social li#twitter a:hover, #social li#twitter a:hover span {
				background-position: -32px -32px;
			}
		
		#social li#linkedin a, #social li#linkedin a span {
			background-position: -64px 0;
		}
		
			#social li#linkedin a:hover, #social li#linkedin a:hover span {
				background-position: -64px -32px;
			}
		
		#social li#youtube a, #social li#youtube a span {
			background-position: -96px 0;
		}
		
			#social li#youtube a:hover, #social li#youtube a:hover span {
				background-position: -96px -32px;
			}
	
		#social li a:hover {
		background: 0 -32px; /*IE FIX*/
		}

/* Top Nav */

#topNav {
	width: 100%;
	margin-top: 0;
}
	
	#topNav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#topNav ul li {
		font-family: "tekton-pro";
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		float: left;
		margin-left: 4%;
		width: 22%;
	}
	
		#topNav ul li.first {
			margin-left: 0;
		}
	
	#topNav ul li a {
		display: block;
		color: #006028;
		text-align: right;
		border-bottom: 3px solid #76a484;
		text-decoration: none;
	}
	
	#topNav ul li a:hover {
		border-bottom: 3px solid #006028;
		text-decoration: none;
		color: #006028;
	}
	
/* Content */

#rightCol {
	margin-bottom: 35px;
}

#index .rightBox {
	width: 60%;
}

#index #contactBox {
	display: block;
	/*width: 60%;*/
}

/* Footer */


#footer {
	margin-top: 30px;
	background: url(../images/green_bar.png) repeat-x #000;
}

	#footerContainer {
		height: 160px;
		padding: 30px 20px 20px;
		text-align: center;
		position: relative;
		width: 95%;
		margin: 0 auto;
		color: #FFF;
	}

	#tree {
		display: block;
		width: 50%;
		max-width: 548px;
		max-height: 595px;
		position: absolute;
		bottom: 210px;
		right: -14.5%;
	}
	
	#tree img {
		width: 100%;
		height: auto;
		max-width: 548px;
		max-height: 595px;
	}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 95%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	position: relative;
}

.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

/* Font Styles*/

html {
	font: 13px/1.6 Arial, Helvetica sans-serif;
}

h1 {
	font-family: "tekton-pro";
	letter-spacing: -1px;
	line-height: 1em;
	font-size: 34px;
    color: #333;
	font-style: italic;
	text-align: center;
}


h2 {
	font-family: "tekton-pro";
	font-weight: normal;
	letter-spacing: -1px;
	color: #666;
}

p {
	margin: 10px 0;
}

/* Layout */

#header {
	position: relative;
	margin-bottom: 5px;
}

#logo {
	margin-top: 20px;
	width: 38%;
	max-width: 403px;
}

	#logo img {
		width: 100%;
		height: auto;
		max-width: 403px;
		max-height: 102px;
	}

/* Social Media Nav */
	
#social {
	width: 280px;
	height: 32px;
	position: absolute;
	top: 20%;
	right: 10px;
	font-family: "tekton-pro";
	font-size: 18px;
}
	
	#social #connect {
		width: 150px;
		float: left;
		margin-top: 6px;
	}	

	#social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 126px;
	}
	
		#social li {
		display: inline;
		float: left;
		margin: 0 0 0 10px;
		padding: 0;
		background: none !important;
		}
		
		
		#social li a {
		display: inline-block;
		overflow: hidden;
		position: relative;
		}
	
			#social li a span {
			cursor: pointer;
			left: 0;
			position: absolute;
			top: 0;
			}
			
			#social li a, #social li a span {
			background-repeat: no-repeat;
			background-position: 0 0;
			margin: 0;
			height: 32px;
			width: 32px;
			display: block;
			background-image: url(../images/social_nav.png);
			}
		
		#social li#facebook a, #social li#facebook a span {
			background-position: 0 0;
		}
		
			#social li#facebook a:hover, #social li#facebook a:hover span {
				background-position: 0 -32px;
			}
		
		#social li#twitter a, #social li#twitter a span {
			background-position: -32px 0;
		}
		
			#social li#twitter a:hover, #social li#twitter a:hover span {
				background-position: -32px -32px;
			}
		
		#social li#linkedin a, #social li#linkedin a span {
			background-position: -64px 0;
		}
		
			#social li#linkedin a:hover, #social li#linkedin a:hover span {
				background-position: -64px -32px;
			}
		
		#social li#youtube a, #social li#youtube a span {
			background-position: -96px 0;
		}
		
			#social li#youtube a:hover, #social li#youtube a:hover span {
				background-position: -96px -32px;
			}
	
		#social li a:hover {
		background: 0 -32px; /*IE FIX*/
		}

/* Top Nav */

#topNav {
	width: 60%;
	position: absolute;
	top: 65%;
	right: 10px;
}
	
	#topNav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#topNav ul li {
		font-family: "tekton-pro";
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		float: left;
		margin-left: 5%;
		width: 21%;
	}
	
	#topNav ul li a {
		display: block;
		color: #006028;
		text-align: right;
		border-bottom: 3px solid #76a484;
		text-decoration: none;
	}
	
	#topNav ul li a:hover {
		border-bottom: 3px solid #006028;
		text-decoration: none;
		color: #006028;
	}
	
/* Content */

#index #columns {
	min-height: 800px;
}
	
/* Right Column */

#rightCol {
	float: right;
	width: 24.5%;
	margin-right: 20px;
}

#index .rightBox, .rightBox {
	 width: 90%;
 }

/* Content */

#leftCol {
	float: left;
	width: 70.413043%;
	margin-left: 10px;
}

#contactInfo, #contactForm {
	width: 47%;
	float: left;	
}

	#contactForm {
		margin-left: 4%;	
	}
		
/* Contact Box */

#index #contactBox {
	display: block;
	min-height: 40px;
	width: 72.913043%;
}

/* Footer */


#footer {
	margin-top: 30px;
	background: url(../images/green_bar.png) repeat-x #000;
}

	#footerContainer {
		height: 160px;
		padding: 30px 20px 20px;
		text-align: center;
		position: relative;
		width: 95%;
		margin: 0 auto;
		color: #FFF;
		max-width: 1232px;
	}
	
	#tree {
		display: block;
		width: 40%;
		max-width: 548px;
		max-height: 595px;
		position: absolute;
		bottom: 210px;
		right: -14.5%;
	}
	
	#tree img {
		width: 100%;
		height: auto;
		max-width: 548px;
		max-height: 595px;
	}

}