﻿
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E7E7E7 url(images/bg01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}

h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4F4F4F;
}

h1, h2 {
	text-transform: ;
}

h1 {
	letter-spacing: -2px;
	font-size: 36px;
}

h1.style1 {
	margin-bottom: 5px;
}

h2 {
	letter-spacing: -1px;
	font-size: 20px;
}

h2.style1 {
	font-size: 22px;
	color: #C2C2C2;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 3;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #5D5D5D;
}

a {
	color: #6B9146;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #DFDFDF;
}

img.alignleft {
	float: left;
	margin: 10px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 10px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 180px;
}

/** MENU */

#menu {
	float: right;
	width: 650px;
	height: 180px;
	background: url(images/bg02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 109px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 33px;
	margin-right: 10px;
	padding: 6px 15px 0px 15px;
}

#menu a {
	outline: none;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active, #menu li.active a {
	background: #7CABBF;
	text-decoration: none;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(images/bg03.jpg) repeat-y left top;
}

#page-bg-bottom {
	overflow: hidden;
	background: url(images/bg06.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 500px;
	height: 680px;
	min-height: 680px;
	padding: 50px 100px 0px 50px;
	background: url(images/bg05.jpg) no-repeat right top;
}

html>body #content {
	height: auto;
}

.two-columns {
	overflow: hidden;
	width: 100%;
}

.two-columns .column1 {
	float: left;
	width: 225px;
}

.two-columns .column2 {
	float: right;
	width: 225px;
}


/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	height: 610px;
	min-height: 610px;
	padding: 120px 50px 0px 50px;
	background: url(images/bg04.jpg) no-repeat left top;
}

html>body #sidebar {
	height: auto;
}

/** FOOTER */

#footer {
	background: #83A85E url(images/bg08.jpg) repeat-x left top;
}

#footer .container {
	width: 600px;
	height: 200px;
	padding: 0px 50px 0px 350px;
	background: url(images/bg07.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 100px 0px 0px 0px;
	text-align: center;
	color: #E7EEDF;
}

#footer .legal {
}

#footer .links {
}
