﻿html {
	min-height: 101%;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #555a4a;
	background-color: #846A4D;
	background-image: url('images/bg-global.jpg');
	background-attachment: fixed;
}
#banner {
	background-position: 15px center;
	width: 1000px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
}
#banner a:link {
	color: #333333;
	text-decoration: none;
}
#banner a:visited {
	color: #333333;
	text-decoration: none;
}
#banner a:active {
	color: #B95700;
	text-decoration: underline;
}
#banner a:hover {
	color: #B95700;
	text-decoration: underline;
}
.banner-l {
	width: 670px;
	float: left;
	height: 105px;
	padding-top: 15px;
}
.banner-l-slogan {
	font-family: 'Old Standard TT', "Times New Roman", Times, serif;
	font-size: 20px;
	text-indent: 150px;
	font-weight: bold;
	color: #2e2e2e;
}
.banner-r-box {
	font-size: 12px;
	width: 280px;
	float: right;
	height: 130px;
	margin-right: 30px;
}
.banner-r-top {
	width: 280px;
	height: 75px;
	text-align: center;
	padding-top: 8px;
}
.banner-r-bottom {
	width: 280px;
	height: 55px;
	text-align: center;
}.banner-share {
	padding-top: 13px;
}
/* menu */
#menu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 31px;
	background-color: #509629;
}
/* content */
#content_wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0px 30px 30px 30px;
	background-color: #D9C58A;
}
#content {
	color: #333333;
	background-color: #F0EBD9;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	float: left;
	width: 600px;
	min-height: 785px;
}
#content a:link {
	color: #B95700;
	text-decoration: underline;
	font-weight: normal;
}
#content a:visited {
	color: #B95700;
	text-decoration: underline;
	font-weight: normal;
}
#content a:active {
	color: #008000;
	text-decoration: underline;
}
#content a:hover {
	color: #008000;
	text-decoration: underline;
}
.content_section {
	clear: both;
	width: 100%;
}
#content p {
	text-align: justify;
	margin-bottom: 10px;
}
h1 {
	font-family: 'Old Standard TT', "Times New Roman", Times, serif;
	margin: 20px 0px 0px 0px;
	color: #008000;
	font-size: 34px;
	font-style: italic;
	padding: 0;
	letter-spacing: 1px;
	text-indent: 145px;
}
/* shadow-h offset, v offset, blur */
#content h2 {
	font-family: 'Old Standard TT', "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #006600;
	font-size: 24px;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 10px 0px 10px 0px;
}
#content h3 {
	font-family: 'Old Standard TT', "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #006600;
	font-size: 24px;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 10px 0px 10px 0px;
}
#content h4 {
	font-family: 'Old Standard TT', "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #006600;
	font-size: 24px;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 10px 0px 10px 0px;
}
#content h5 {
	font-family: 'Old Standard TT', "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #006600;
	font-size: 24px;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 10px 0px 10px 0px;
}
#content h6 {
	font-family: 'Old Standard TT', "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #006600;
	font-size: 24px;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 10px 0px 10px 0px;
}
/* end of content */
/* sidebar */
#sidebar {
	float: right;
	width: 280px;
	padding: 10px 0px 10px 0px;
	background-color: #846A4D;
	margin-top: 20px;
	color: #FFFFFF;
}
#sidebar a:link {
	color: #FFFF66;
	text-decoration: none;
}
#sidebar a:visited {
	color: #FFFF66;
	text-decoration: none;
}
#sidebar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar .sidebar_section {
	padding-right: 10px;
	padding-left: 10px;
}
.sidebar-img {
	border: 2px outset #98B74A;
}
.sidebar-img-description {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#sidebar .sidebar_section_content {
	margin: 0 0 0 35px;
}
#sidebar h2 {
	margin: 10px 0px 10px 0px;
	font-family: 'Old Standard TT', serif;
	color: #FFFFFF;
	font-size: 24px;
	padding: 10px 0px 10px 0px;
	background-color: #B95700;
	text-indent: 10px;
}
.sidebar_section label {
	display: block;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.sidebar_section #input_field {
	height: 20px;
	width: 180px;
	padding: 0 5px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}
.sidebar_section #submit_btn {
	float: right;
	height: 30px;
	width: 80px;
	margin: 0px;
	padding: 3px 0 15px 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	outline: none;
}
/* end of sidebar */
/* footer */
#footer {
	width: 980px;
	margin: 0 auto;
	padding: 10px 10px 25px 10px;
	color: #333333;
	letter-spacing: 1px;
	text-indent: 30px;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	color: #FFFFFF;
}
.footer-sig {
	margin-left: 15px;
	color: #000000;
	float: right;
	margin-right: 82px;
}
/* end of footer */
/* begin generic styles */
.social-content {
	float: right;
	margin-top: 15px;
}
.social-sidebar {
	height: 38px;
	text-align: center;
	margin-top: 20px;
}
li {
	clear: right;
}
.ul-style {
	padding: 0px;
	margin: 10px 40px 10px 40px;
	list-style-image: url('images/bul.png');
}
.clear {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}
.clear-15 {
	clear: both;
	width: 100%;
	height: 15px;
}
.clear-30 {
	clear: both;
	width: 100%;
	height: 30px;
}
.clear-40 {
	clear: both;
	width: 100%;
	height: 40px;
}
.spacer-10 {
	height: 10px;
}
.spacer-15 {
	height: 15px;
}
.spacer-20 {
	height: 20px;
}
.hr-sub {
	width: 400px;
	margin: 0px auto 0px auto;
	height: 1px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #826D56;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
.img-nobrdr {
	border-width: 0px;
	border-style: none;
}
.img-brdr {
	border: 3px outset #336633;
}
.img-brdr-pad-l {
	border: 3px outset #336633;
	margin-left: 20px;
}
.img-brdr-pad-r {
	border: 3px outset #336633;
	margin-right: 20px;
}
.img-nobrdr {
	border-width: 0px;
}
.img-nobrdr-pad-r {
	border-width: 0px;
	margin-right: 20px;
}
.img-nobrdr-pad-l {
	border-width: 0px;
	margin-left: 20px;
}
.index-karin {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #826D56;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	line-height: 30px;
}
.index-slogan {
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	font-size: larger;
}
.index-read-more-box {
	margin-bottom: 7px;
	margin-left: 15px;
}
.index-read-more {
	margin-right: 5px;
	vertical-align: middle;
	margin-left: 20px;
	padding-bottom: 2px;
}
.h1-trademark {
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 16px;
	text-decoration: none;
}
.h2-trademark {
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
}
.index-3-pics {
	border: 2px outset #98B74A;
}
.about-garden-eatin {
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}
.about-read-more {
	background-position: left center;
	margin-right: 5px;
	vertical-align: middle;
	margin-left: 25px;
	padding-bottom: 2px;
	background-image: url('images/bul-adobe.gif');
	background-repeat: no-repeat;
	text-indent: 25px;
}
.events-highlight {
	background-color: #DE8E31;
}
.video-box {
	margin: 10px auto 30px auto;
	text-align: center;
	width: 540px;
}
.video-top {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 540px;
	color: #666666;
}
.video-captions {
	margin: 20px auto 20px auto;
	width: 540px;
	font-size: 12px;
	text-align: center;
}
.video-sub-heading {
	font-size: larger;
	font-weight: bold;
	letter-spacing: 1px;
	color: #B95700;
}
/* end generic styles */
.contact-ul {
	padding: 0px;
	margin: 15px 0px 15px 70px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 16px;
}
.contact-li-phone {
	list-style-image: url('images/ico-phone.png');
	margin-top: 6px;
	margin-bottom: 6px;
}
.contact-li-email {
	list-style-image: url('images/ico-email.png');
	margin-top: 6px;
	margin-bottom: 6px;
}
.contact-comments {
	max-height: 300px;
	max-width: 370px;
}
.testimonials {
	margin-top: 15px;
}
.testimonials-pen {
	margin: 0px;
	padding-right: 5px;
}
.testimonials-name {
	padding: 0px;
	margin: 0px 0px 15px 40px;
	color: #826D56;
	font-weight: bold;
	font-style: italic;
}
