@charset "utf-8";

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* CSS Document */

body {
	background-color: #FFF;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #62A164;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3C9127;
	font-weight: normal;
}

#container {
	padding: 0px;
	width: 938px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header {
	margin: 0px;
	padding: 3px;
	height: 110px;
}
#header p {
	float: right;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3C9127;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 24px;
	font-weight: normal;
}

#header img {
	float: left;
	margin-top: 50px;
}

#menu {
	background-color: #333;
	background-image: url(images/menu_slice.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	height: 28px;
	width: 938px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #FFF;
	margin: 0px;
}
#menu_wrapper {
	padding-top: 7px;
	padding-left: 15px;
	color: #FFF;
	text-decoration: none;
}


#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #FFF;
}


#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #B8DD8D;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #87BD29;
}
#banner {
	height: 302px;
	width: 938px;
	margin-top: 1px;
}

.box {
	height: 160px;
	width: 300px;
	padding: 0px;
	border: 1px solid #CCC;
}

.box a {
	color: #3C9127;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
.box a:hover{
	text-decoration:underline;
	}	
	
.box  h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-decoration: none;
	margin: 0px;
	padding-top: 23px;
	padding-left: 15px;
}
.box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777;
	text-decoration: none;
	margin: 0px;
	padding-top: 23px;
	padding-left: 15px;
	padding-right: 15px;
}
#front_box_wrapper {
	margin: 0px;
	height: 185px;
	width: 938px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left_box {
	float: left;
	background-image: url(images/icon_tree.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	background-color: #FFF;
}
#middle_box {
	float: right;
	background-image: url(images/icon_house.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#right_box {
	float: right;
	margin-right: 18px;
	background-image: url(images/icon_renew.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#left_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	width: 60%;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	line-height: 16pt;
	margin-bottom: 15px;
}
#right_content {
	float: right;
	width: 300px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#right_content img {
	margin-top: 15px;
}



#footer {
	clear: both;
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	margin-bottom: 20px;
}

