/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bg.png);
	background-attachment: fixed;
	text-align: center;
	font: 76% Arial, Helvetica, sans-serif;
	color: #006e36;
}

form {
	margin: 0;
	padding: 0;
}

div.main_header div.slice1 {
	background-image: url(../images/header_slices/slice_01_02.jpg);
	background-repeat: no-repeat;
	height: 73px;
}

div.main_header div.slice_wrapper_left {
	width: 360px;
	float: left;
}

div.main_header div.slice_wrapper_right {
	width: 420px;
	float: right;
}

div.main_header div.slice5 {
	background-image: url(../images/header_slices/slice_01_05.jpg);
	background-repeat: no-repeat;
	height: 105px;
}

div.main_header div.slice12 {
	background-image: url(../images/header_slices/slice_01_12.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 59px;
	clear: both;
}

div.main_header div.slice11 {
	background-image: url(../images/header_slices/slice_01_11.jpg);
	background-repeat: no-repeat;
	height: 79px;
}

div.main_header div.slice4 {
	float: right;
	background-image: url(../images/header_slices/slice_01_04.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 105px;
}


div.main_header div.slice12 input {
	margin-top: 29px;
	margin-left: 270px;
	float: left;
}

div.main_header div.slice12 input.search_button {
	float: left;
	margin-left: 10px;
}

div.left_nav ul {
	margin: 0 0 10px 5px;
	padding: 0;
	list-style-type: none;
}

div.left_nav ul li {
	margin-bottom: 3px;
	background-image: url(../images/left_nav_but_bg.gif);
	background-repeat: no-repeat;
	height: 24px;
	text-align: center;
	font-weight: bold;
}

div.left_nav ul li a {
	color: #fff;
	display: block;
	height: 19px;
	padding-top: 5px;
	text-decoration: none;
}

div.left_nav ul li a:hover{
	color: #fff;
	background-image: url(../images/left_nav_but_bg_h.jpg);
	margin-left:-3px;
	display: block;
	height: 19px;
	padding-top: 5px;
	text-decoration: none;
}

div.top_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 243px;
	width: 100%;
	background-image: url(../images/top_bg.png);
	z-index: 0;
}

div.main_box {
	margin: 0 5px 10px 0;
}

div.main_box div.main_box_header {
	background-image: url(../images/main_box_header_bg.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 574px;
}

div.homepage_gallery {
	margin-left: 15px;
}

div.homepage_gallery img {
	margin: 0 9px 7px 0 !important;
	border: 1px solid #006d35;
}

h2 {
	font-size: 1.4em;
	color: #18a25b;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

h2 span.red {
	color: #ed1c24;
}

div.main_box p {
	margin: 0;
	padding: 0 15px 10px 15px;
}

div.main_box h3 {
	font-size: 1.2em;
	margin: 0 0 10px 15px;
	color: #000;
}

div.main_box img {
	margin: 0 15px;
}

div.logos img {
	margin: 10px 40px;
}

div.main_box div.main_box_footer {
	background-image: url(../images/main_box_footer_bg.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 574px;
}

div.main_box div.main_box_body {
	margin: 0;
	width: 572px;
	border-left: 1px solid #a4e9c6;
	border-right: 1px solid #a4e9c6;
	background-color: #fff;
}

div.info_box {
	margin: 0 0 10px 5px;
}

div.info_box h3 {
	margin: 0;
    padding: 5px 0 0 0;
    background-image: url(../images/info_box_header_bg.png);
    background-repeat: no-repeat;
    height: 28px;
	text-align: center;
	color: #fff;
	font-size: 1em;
}

div.info_box div.info_box_body {
	margin: 0;
	width: 186px;
	border-left: 1px solid #a4e9c6;
	border-right: 1px solid #a4e9c6;
	background-color: #fff;
}

div.info_box div.info_box_body p {
	padding: 3px 7px;
	margin: 0;
}

div.info_box div.info_box_footer {
	margin: 0;
	background-image: url(../images/info_box_footer_bg.png);
    background-repeat: no-repeat;
	height: 14px;
	width: 188px;
	border: 0;
}

div.main_wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
	z-index: 10;
	text-align: left;
	border-left: 1px solid #00984a;
	border-right: 1px solid #00984a;
	background-color: #fff;
}

div.left_column {
	width: 201px;
	float: left;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-x;
}

div.main_column {
	width: 579px;
	float: right;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-x;
}

div.footer {
	position: relative;
	background-image: url(../images/footer_bg.png);
	width: 782px;
	height: 58px;
	margin: 0 auto;
	color: #fff;
}

div.footer a {
	color: #fff;
	text-decoration: none;
}

div.footer p.left {
	float: left;
	width: 45%;
	text-align: left;
	margin: 25px 0 0 15px;
}

div.footer p.right {
	float: right;
	width: 45%;
	text-align: right;
	margin: 25px 15px 0 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */