/*
Title: Matori Farms - Screen Styles
Author: Paul Redmond. Fasturtle Technologies, LLC --> http://www.goftt.com/
*/

/* Core Styles Used in every project */
@import url("defaults/reset.css"); /* Resets for all browsers */
@import url("defaults/clearfix.css"); /* Easy float clearing */

body {
	background: #F9F3E5 url('../img/body_bg.gif') repeat-x top left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
}
h1 {
	font-size: 24px;
	font-family:"Times New Roman", Georgia, Times, serif;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	font-family:"Times New Roman", Georgia, Times, serif;
	color: #333;
}
p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
dl .last {
	margin-bottom: 0.5em;
}
dt {
	font-weight: bold;
}
dt span {
	font-weight: normal;
}
#sidebar dd {
	margin-left: 13px;
}
a:link, a:visited {
	color: #006E53;
	font-weight: bold;
}

.pullquote.left {
	float: left;
}
.pullquote.right {
	float: right;
	margin: 0 0 5px 10px;
	width: 200px;
}
.pullquote img {
	border: 1px solid #ccc;
	padding: 3px;
	max-width: 200px;
	max-height: 200px;
}
.pullquote p {
	margin-top: 5px;
	text-align: center;
	font: italic bold 16px/1em Georgia, "Times New Roman", Times, serif;
	color: #ccc;
}

#wrap, #footer {
	margin: 0 auto;
}
#wrap {
	width: 811px;
}
#footer {
	width: 771px;
	padding: 5px 20px;
	color: #958160;
	font-size: 10px;
	background: url('../img/wrap_btm.jpg') no-repeat top left;
}
#nav {
	padding-left: 35px;
	height: 103px;
	background: url('../img/nav_bg.gif') no-repeat top left;
}
#content {
	padding: 0 5px;
	background: #F9F3E5 url('../img/cont_bg.jpg') repeat-y top left;
}
#banner {
	margin-bottom: 10px;
	padding-top: 10px;
}
/* Main Navigation & Bottom Navigation */
#nav li {
	display: inline;
}
#bottom_nav li {
	display: inline;
}
#bottom_nav a {
	padding: 0 8px 0 5px;
	border-right: 1px solid #C9E4AD;
	color: #C9E4AD;
}
#bottom_nav .last a {
	border-right: 0;
}
#nav li a {
	display: block;
	float: left;
	margin: 45px 35px 0 0;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000;
}
#main_cont, #sidebar {
	margin-bottom: 1em;
}
#main_cont {
	float: left;
	padding-left: 30px;
	margin-bottom: 1em;
	width: 455px;
}
td.home_section {
	padding: 15px 50px;
	width: 50%;
	border-bottom: 6px solid #fff;
	vertical-align: top;
}
td.green_over {
	background: #B0CF8E;
}
td.yellow_over {
	background: #FFDB6F;
}
.home_section .quicklinks {
	margin-left: 30px;
}
.home_section p {
	margin-bottom: .5em;
}
a.more {
	padding-left: 8px;
	background: url('../img/arrow.gif') no-repeat 0 50%;
	color: #000;
}
.home_section.green {
	background: #C9E4AD;
}
.home_section.yellow {
	background: #FFF2CC;
}
td.left {
	border-right: 6px solid #fff;
}
td.right {
	border-left: 3px solid #fff;
}
#sidebar {
	float: right;
	padding: 20px;
	width: 240px;
	background: #FFF2CC;
}
#sidebar div {
	margin-bottom: 1em;
}
#sidebar ul, #sidebar p, #sidebar dl {
	margin-left: 25px;
}
.quicklinks li {
	padding-left: 8px;
	line-height: 1.5em;
	background: url('../img/arrow.gif') no-repeat 0 50%;
}
#bottom_nav {
	clear: both;
	border-top: 2px solid #000;
	text-align: center;
	background: #006F37;
}
#bottom_nav div {
	padding: 1.5em 0;
}
#footer .left {
	float: left;
	width: 70%;
}
#footer .right {
	float: right;
	width: 25%;
	text-align: right;
}
#gmap {
	margin-bottom: 1em;
	border: 5px solid #FFF2CC;
}
#email_us {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #F4F4F4;
}
#email_us h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 22px;
}
#email_dir dt {
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
}
#email_dir dd {
	margin-bottom: 1em;
	padding-left: 21px;
	background: url('../img/email_go.gif') no-repeat 0 3px;
}
#email_us a:link, #email_us a:visited {
	font-weight: normal;
}
#email_us a:hover {
	color: #00BF8E;
}

/* WEB FORMS */
form label {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}
input.text_field {
	font-size: 16px;
	padding: 2px;
	font-weight: bold;
}
#contactForm #comments {
	width: 450px;
	height: 300px;
}
#submit {
	font-size: 16px;
}
/* Notifiations and error messages */
span.warning {
	color: red;
}
p.warning {
	display: block;
	margin: 0 0 1em;
	padding: 10px;
	border: 3px solid #ff0000;
	background: #fcecec;
	text-align: center;
	color: #000;
}
p.success {
	display: block;
	margin: 0 0 1em;
	padding: 10px;
	border: 3px solid #339933;
	background: #D7FFD7;
	text-align: center;
	color: #000;
}