
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #2EE1E8 url(images/bg01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F6F6F;
}

h1, h2, h3 {
	margin: 0px;
	/* text-transform: lowercase; */
	font-weight: normal;
	line-height: 1;
}

h1 {
	letter-spacing: -3px;
	font-size: 40px;
	color: #174F20;
}

h2 {
	letter-spacing: -2px;
	line-height: normal;
	font-size: 29px;
	color: #2E9F31;
}

h2.style1 {
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-size: 18px;
}

h2.style2 {
	margin-bottom: 20px;
	letter-spacing: -1px;
	font-size: 18px;
}

h3 {
	letter-spacing: -1px;
	font-size: 16px;
	color: #515050;
}

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

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

strong {
	color: #515050;
}

a {
	color: #138FAB;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 27px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 27px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg02.jpg) repeat-x left bottom;
}

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

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 162px;
}

/** TOP MENU */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0px;
	padding: 100px 10px 0px 0px;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	float: left;
}

#topmenu a {
	float: left;
	padding: 2px 20px 2px 26px;
	text-transform: lowercase;
	color: #7DCBD8;
}

#topmenu1 {
	background: url(images/homepage02.gif) no-repeat left center;
}

#topmenu2 {
	background: url(images/homepage03.gif) no-repeat left center;
}

#topmenu3 {
	background: url(images/homepage04.gif) no-repeat left center;
}

/** MENU */

#menu {
	height: 71px;
	background: url(images/bg03.gif) no-repeat left top;
}

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

#menu li {
	float: left;
	height: 71px;
	padding: 0px 30px 0px 0px;
}

#menu a {
	float: left;
	height: 43px;
	padding: 28px 0px 0px 30px;
	outline: none;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
	color: #4D8B68;
}

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

#menu li.active {
	background: url(images/bg1_01.gif) no-repeat right top;
}

#menu li.active a {
	background: url(images/bg1_01.gif) no-repeat left top;
	color: #174F20;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF url(images/bg1_05.jpg) repeat-y left top;
}

.home #page {
	padding-top: 9px;
	background: #FFFFFF url(images/bg04.gif) repeat-x left top;
}

.single #page {
	background: #FFFFFF url(images/bg04.gif) repeat-x left top;
}

#page-bg-top {
	overflow: hidden;
	width: 100%;
	background: url(images/bg04.gif) repeat-x left top;
}

#page-bg-bottom {
	overflow: hidden;
	width: 100%;
	padding-top: 9px;
	background: url(images/bg1_06.jpg) no-repeat left bottom;
}

.single #page-bg-bottom {
	width: 900px;
	padding: 30px 25px;
	background: url(images/subpage2_01.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	width: 580px;
	float: left;
	padding: 30px 0px 0px 40px;
}

.home #content {
	float: right;
	padding: 30px 40px 0px 0px;
}

.four-columns {
	overflow: hidden;
	background: url(images/bg05.gif) repeat-y left top;
	color: #7CC387;
}

.four-columns-bg-bottom {
	overflow: hidden;
	background: url(images/bg07.jpg) no-repeat left bottom;
}

.four-columns .column1, .four-columns .column2, .four-columns .column3, .four-columns .column4 {
	float: left;
	width: 231px;
	padding: 0px 0px 15px 5px;
}

.four-columns .column3 {
	padding-left: 6px;
}

.four-columns .title {
	padding: 20px;
	background: #174F20 url(images/bg06.gif) no-repeat left top;
}

.four-columns h2 {
	font-size: 25px;
	color: #FFFFFF;
}

.four-columns h3 {
	font-size: 15px;
	color: #5DD184;
}

.four-columns .entry {
	padding: 20px;
}

.four-columns a {
	color: #7AFFB5;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
	padding-right: 5px;
}

.home #sidebar {
	float: left;
	padding-left: 5px;
}

/** FOOTER */

#footer {
	height: 207px;
	/** background: url(images/bg1_04.jpg) no-repeat center bottom; */
}

#footer p {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-align: center;
	color: #37A3B0;
}

/** BOX STYLE 1 */

.box-style1 {
	background: #457B14 url(images/bg1_02.png) no-repeat left top;
	border-bottom: 5px solid #FFFFFF;
}

.box-style1 .entry {
	padding: 20px;
	background: url(images/bg1_03.png) no-repeat left bottom;
}

.box-style1 h2 {
	color: #FFFFFF;
}

.box-style1 h3 {
	color: #ADEFC3;
}

/** BOX STYLE 2 */

.box-style2 {
	color: #7CC387;
}

.box-style2 .title {
	padding: 20px;
	background: #174F20 url(images/bg06.gif) no-repeat left top;
}

.box-style2 h2 {
	font-size: 25px;
	color: #FFFFFF;
}

.box-style2 h3 {
	font-size: 15px;
	color: #5DD184;
}

.box-style2 .entry {
	padding: 20px;
}

.box-style2 a {
	color: #7AFFB5;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

#box2 .entry {
	height: 125px;
	min-height: 120px;
}

html>body #box2 .entry {
	height: auto;
}

/** BOX3 */

#box3 {
	clear: both;
}
