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

/* CSS Reset for HTML 5 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

p {
	color:#222;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

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

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/* Preload */

div#preload {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

/* Body */

body {
	background:#60aa6a url('http://www.engustmentfarms.com/files/images/background.png') left top repeat-x;
	font-family:helvetica, arial, sans-serif;
	font-size:16px;
}

/* Wrapper */

#wrapper {
	width:960px;
	margin:20px auto 10px;
}

/* Header */

header {
	float:left;
	width:960px;
	height:140px;
	margin-top:-20px;
	text-align:center;
	background:transparent url('http://www.engustmentfarms.com/files/images/header.png') left top no-repeat;
}

	header h1 a {
		position:relative;
		text-decoration:none;
		font-size:4em;
		color:#fff;
		padding-left:15px;
		text-shadow: 1px 1px 3px #000;
		top:80px;
	}
	


/* #Main-Nav */

nav#main-nav {
	float:left;
	width:950px;
	height:30px;
	padding:20px 20px 20px 10px;
	margin:-30px 0 -10px -10px;
}

	nav#main-nav a {
		color:#000;
		color:rgba(0, 0, 0, 0.8);
		text-decoration:none;
		font-weight:bold;
		padding:10px 15px 10px;
	}
	
		nav#main-nav a:hover {
			color:#fff;
			color:rgba(255, 255, 255, 1.0);
			text-shadow: 1px 1px 3px #000;
		}

/* #Content */

section#content {
	float:left;
	clear:left;
	width:960px;
	background:#dfcfba;
	position:relative;
	z-index:2;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ab8d63;
}

	section#content p {
		line-height:1.4em;
	}

	section#content article#who-we-are {
		width:430px;
		border-right:1px solid #ab8d63;
		padding-right:20px;
		float:left;
		margin:20px 0px 20px 20px;
	}
	
	section#content article#what-we-do {
		width:430px;
		border-left:1px solid #ab8d63;
		padding-left:20px;
		float:left;
		margin:20px 20px 20px 0px;
	}
	
		section#content article#who-we-are h1, section#content article#what-we-do h1 {
			color:#8e191b;
			font-size:20px;
			font-family:Georgia, "Times New Roman", Times, serif;
			text-align:center;
		}


/* Contact */

section#contact {
	float:left;
	clear:left;
	width:960px;
	background:#dfcfba;
	position:relative;
	z-index:2;
	margin-top:20px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ab8d63;
}

	section#contact form#contact-form {
		margin:20px 0px 20px 20px;
		width:430px;
		float:left;
		border-right:1px solid #ab8d63;
		padding-right:20px;
	}
	
		section#contact form#contact-form h1 {
			color:#8e191b;
			font-size:20px;
			font-family:Georgia, "Times New Roman", Times, serif;
			text-align:center;
			margin-bottom:10px;
		}
	
		section#contact form#contact-form label {
			float:left;
			width:150px;
			margin-bottom:5px;
			clear:left;
			text-align:right;
			line-height:20px;
			padding-right:5px;
		}
		
		section#contact form#contact-form input, section#contact form#contact-form textarea {
			float:left;
			width:200px;
			margin-bottom:5px;
			height:16px;
		}
		
		section#contact form#contact-form textarea {
			height:48px;
		}
		
		section#contact form#contact-form button {
			width:80px;
			height:35px;
			margin:5px auto;
			display:block;
		}

/* Footer */

footer {
	width:960px;
	padding:15px 10px;
	clear:both;
	position:relative;
	z-index:1;
}
	
	footer p {
		font-size:.8em;
		padding:0 10px;
		font-weight:bold;
		color:#fff;
		float:right;
	}

/* End */

.end {
	height:1px;
	width:1px;
	clear:both;
}
