﻿/* CSS layout */
body {
	margin: 0 -52px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #273F1F;
	font-size: 12px;
	line-height: 18px;
	background: #ddebd8;
}
p {
	padding-bottom: 10px;
	text-align: justify;
}
img{
	border:none;
}
a:link, a:visited, a:hover, a:active {
	color: #4D7A3D;
	text-decoration: underline;
}
#wrapper-background {
	width: 1100px;
	margin: 0 auto;
	background: url("../images/bg_body.gif") top right repeat-y transparent;
}
#wrapper-container {
	width: 996px;
	margin-left: 52px;
	background: #fff;
}
#masthead {
	height: 170px;
	background: url("../images/ivy_bg.png") top right no-repeat transparent;
}
#masthead img {
	margin-top: 26px;
	margin-left: 45px;
}
#logo{
	float: left;
}
#slogan{
	margin-right: 150px;
	margin-top: 30px;
	color: #4D8C3F;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 1.3em;
	text-align: left;
	float: right;
	width: 155px;
	display: block;
}
#top_nav {
	height: 40px;
	padding-left: 82px;
	padding-right: 81px;
	background: #B1D5A8 url("../images/bg_menu.gif") repeat left top;
}
#top_nav #menu {
	float: left;
	border-left: 1px solid #e3e3e3;
}
#top_nav #menu img {
	border-left: 1px solid #e3e3e3;
}
#container {
	min-width: 600px;
}
#page_content {
	clear: both;
	padding: 35px 0 10px 95px;
	min-height: 300px;
	height: auto !important; /*understood by all browsers */
	height: 20em; /* IE6 incorrectly uses this value */
}
#page_content p{
	vertical-align:top;
	float:left;
	margin-left:50px;
	font-size: 1.2em;	
}
#page_content img{
	float:left;
	margin-right: 25px;
}
#ie6 #page_content,
#ie7andup #page_content {
	padding-bottom: 25px;
}
#page_content .clear {
	clear: left;
}

#ie6 #page_content .clear,
#ie7andup #page_content .clear {
	margin-top: -35px;
}

#footer {
	height: 120px;
	padding-top: 9px;
	background: #4D7A3D;
	border: 1px #79B366 solid;
	position:relative;
}
#footer p {
	text-align: center;
	color: #E4F4EC;
	font-size: 1.1em;
}
#footer p a {
	text-decoration: none;
	color: #A5CB96;
}
#footer p a:hover {
	text-decoration: underline;
}