html, body
{
	margin: 0;
	background: url('/images/background.jpg');
	background-repeat: repeat;
	font-family: Helvetica;
}

h1, h2, h3, h4 
{
	color: #01703f;
}

h1
{
	text-align: center;
}

p
{
	color: #888888;
	font-size: 0.95em;
	padding: 5px;
}

p.center
{
	text-align: center;
}

ul li
{
	color: #888888;
	font-size: 0.95em;
}

hr
{
	border: 1px solid #01703F;
	width: 75%;
	clear: both;
}



#main_container
{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	min-height: 768px;
}

#header_container
{
	display: block;
	float: left;
	position: relative;
	width: 100%;
	background: #ffffff;
	height: 266px;
}

#logo_container
{
	width: 940px;
	height: 266px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#navigation_container
{
	display: block;
	float: left;
	position: relative;
	width: 100%;
	background: url('/images/navigation_background.jpg');
	background-repeat: repeat-x;
	height: 40px;
}

#navigation_bar
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: center;
}

#navigation_bar a 
{
	display: inline-block;
	width: 150px;
	margin-top: 7px;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#navigation_bar a:hover
{
	color: #906d51;
}

#middle_container
{
	width: 100%;
	display: block;
	float: left;
	position: relative;
	min-height: 253px;
	padding: 0;
	margin: 0;
}

.content
{
	width: 940px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	overflow: auto;
	padding: 10px;
}

.col1, .col2
{
	width: 50%;
	height: 450px;
	float: left;
	position: relative;
	margin: 10px 0 15px 0;
	text-align: center;
}

.contact_col1, .contact_col2
{
	width: 50%;
	float: left;
	position: relative;
}

.contact_col2
{
	float: right;
}
form
{
	width: 300px;
	float: left;
	position: relative;
}

form input.text, form textarea
{
	width: 280px;
}

form textarea
{
	height: 200px;
}

form input.submit
{
	background-color: #01703f;
	border-color: #01703f;
	color: #ffffff;
	float: right;
	margin-right: 8px;
}

form input.check
{
	display: none;
}

form p.err
{
	color: #ff0000;
	font-weight: bold;
	font-size: 0.75em;
	padding: 0;
	margin: 0;
	text-align: center;
}

#footer_container
{
	width: 100%;
	display: block;
	float: left;
	position: relative;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
}

#footer_container p
{
	font-size: 0.75em;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

#footer_container p a, #footer_container p a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.slideshow_container 
{
	overflow: hidden;
	height: 375px;
	width: 500px;	
	float: right;
	z-index: 1000;
	text-align: center;
	margin: 0 0 10px 20px;
}

.slideshow_container .slide
{
	display: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.slideshow_container img.slide
{
	max-height: 375px;
	max-width: 500px;	
	text-align: center
	
}


.animate
{
	-webkit-animation:fading 9s infinite;
	animation:fading 9s infinite
}
@-webkit-keyframes fading
{
	0%
	{
		opacity:0.75
	}
	50%
	{
		opacity:1
	}
	100%
	{
		opacity:0.5
	}
}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.orchard, .nursery
{
	width: 500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}