html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #F5F5F5;
	font-family: 'Bitter', serif;
	font-size: 12px;
	color: #959595;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-family: 'Bitter', serif;
	font-weight: normal;
	color: #3F3F3F;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: normal;
}

strong {
}

a {
	color: #4C7B46;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #F5F5F5;
}

.homepage #wrapper {
	padding-top: 0px;
}

.container {
	width: 960px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	overflow: hidden;
	height: 151px;
	background: url(images/homepage01.gif) repeat-x left top;
}

#header {
	overflow: hidden;
	width: 900px;
	height: 151px;
	padding: 0px 30px;
}

/** LOGO */

#logo {
	float: left;
	width: 390px;
	height: 98px;
	padding: 30px 0px 0px 0px;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 36px;
	color: #4C7B46;
}

#logo h1 span {
	color: #000000;
}

#logo p {
	display: block;
	float: left;
	padding: 15px 0px 0px 15px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 14px;
	color: #959595;
}

/** MENU */

#menu {
	float: right;
	width: 510px;
	height: 151px;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 102px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 49px;
	margin-left: 30px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	color: #474747;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: url(images/homepage02.gif) no-repeat center bottom;
}

#menu .active a {
	color: #4C7B46;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 0px 0px;
	background: url(images/homepage10.gif) repeat-y center top;
}

.twocolumn2 #page {
	background-image: url(images/subpage2_01.gif);
}

.single #page {
	background: none;
}

/** CONTENT */

#content {
	float: left;
	width: 590px;
}

.twocolumn2 #content {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 290px;
}

.twocolumn2 #sidebar {
	float: left;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 165px;
	border-top: 1px solid #E5E4E4;
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	color: #B7B7B7;
}

/** FOOTER CONTENT */

#footer-content-bg {
	overflow: hidden;
	border-top: 1px solid #E5E4E4;
	background-color: #FFFFFF;
}

#footer-content {
	overflow: hidden;
	padding: 50px 0px;
	background: url(images/homepage15.gif) repeat-y center top;
}

#footer-content #column1 {
	float: left;
	width: 590px;
}

#footer-content #column2 {
	float: right;
	width: 290px;
}

/** BANNER */

#banner-wrapper {
	background-color: #FFFFFF;
	border-bottom: 1px solid #E5E4E4;
}

#banner {
	overflow: auto;
}

#banner .full-image {
	position: relative;
	margin-top: 20px;
	border: 1px solid #E5E4E4;
}

#banner .caption {
	position: absolute;
	top: 100px;
	right: 35px;
	line-height: normal;
	text-align: right;
	text-shadow: 2px 2px 2px #325431;
	font-size: 30px;
	color: #FFFFFF;
}

#banner .caption span {
	font-size: 20px;
}

#banner .info {
	height: 78px;
	font-size: 14px;
	color: #474747;
}

/** CONTACT */

#contact {
	float: left;
}

#contact p {
	margin: 0px;
	padding: 0px;
	line-height: 78px;
}

#contact .contact {
	padding-left: 15px;
	background: url(images/homepage04.gif) no-repeat left 31px;
}

/** SEARCH */

#search {
	float: right;
	width: 350px;
}

#search form {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#search fieldset {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}

#search input.blank {
	color: #7C7768;
}

#search .label {
	position: relative;
	float: left;
	line-height: 28px;
	padding-right: 0px;
}

#search-text {
	outline: none;
	width: 235px;
	height: 28px;
	border: none;
	padding: 0px 0px 0px 10px;
	background: url(images/homepage05.gif) no-repeat left top;
	line-height: 28px;
	font-family: 'Bitter', serif;
	font-size: 12px;
	font-weight: normal;
	color: #463F3F;
}

#search-submit {
	display: none;
}

#search h2 {
	display: block;
	float: left;
	font-size: 14px;
	color: #474747;
}

/** THREE COLUMNS */

#three-columns {
	overflow: hidden;
	width: 900px;
	padding: 30px 30px;
	border: 1px solid #E5E4E4;
	background: url(images/homepage06.gif) repeat-y center top;
}

#three-columns h2 {
	display: block;
	padding: 0px 0px 10px 0px;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #4C7B46;
}

#three-columns img {
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}

#three-columns h2 a {
	outline: none;
	text-decoration: none;
	color: #4C7B46;
}

#colA {
	float: left;
	width: 260px;
	margin-right: 60px;
}

#colB {
	float: left;
	width: 260px;
}

#colC {
	float: right;
	width: 260px;
}

/** LINK STYLES */

.link-style1 {
	display: inline-block;
	float: left;
	width: 70px;
	height: 24px;
	margin-top: 5px;
	background: #4C7B46;
	border: 1px solid #E5E4E4;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

.link-style2 {
	display: inline-block;
	float: left;
	height: 28px;
	margin-top: 5px;
	padding: 0px 15px;
	background: #4C7B46;
	border: 1px solid #E5E4E4;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}

/** IMAGE STYLES */

.image-style1 {
	float: right;
	margin-left: 30px;
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid #E5E4E4;
}

.image-style2 {
	margin-bottom: 15px;
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid #E5E4E4;
}

.image-style3 {
	float: left;
	margin-top: 5px;
	margin-right: 30px;
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid #E5E4E4;
}

/** BOX STYLES */

.box-style {
}

.box-style .title {
	padding: 0px 0px 15px 0px;
	font-size: 20px;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

ul.style1 li {
	background: url(images/homepage13.gif) no-repeat left 3px;
	padding: 0px 0px 10px 15px;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	line-height: normal;
	padding: 0px 0px 10px 0px;
}

ul.style2 a {
	text-decoration: none;
}

ul.style1 .date {
	margin: 0px;
	padding: 0px;
}

/** LIST BOX */

#list-box {
}

#left-list {
	float: left;
}

#right-list {
	float: right;
}

/** BOX 1 */

#box1 {
	overflow: hidden;
	padding-bottom: 50px;
	background: url(images/homepage12.gif) repeat-x left bottom;
}

/** BOX 2 */

#box2 {
	padding: 30px 0px 0px 0px;
}

/** BOX 3 */

#box3 {
	padding: 0px;
}

/** BOX 4 */

#box4 {
	clear: both;
	padding: 30px 0px;
}

/** BOX 5 */

#box5 {
	padding: 0px;
}
