@charset "utf-8";
* {
	margin: 0px;
}

#normal {

}

body {
	background:#f5f5f5;
	background-attachment: fixed;
	background-image: url(../images/bg/green_right_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom; 
}

hr {
	border-bottom:1px solid #d8d8d8;
	border-right:0;
	border-left:0;
	border-top:0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:300;
	color:#353535;
	text-decoration:none;
	text-align:left
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:300;
	color:#353535;
	text-decoration:none;
	text-align:left
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	color:#6f6f6f;
	text-decoration:none;
	text-align:left;
}

p:link {
	color:#6f8c4b;
	text-decoration:none;
}

p a:link {
	color:#6f8c4b;
	text-decoration:none;
}

p:visited {
	color:#6f8c4b;
	text-decoration:none;
}

p a:visited {
	color:#6f8c4b;
	text-decoration:none;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	color:#6f6f6f;
	text-decoration:none;
	text-align:left;
	list-style:circle inside;
	margin-left:25px;
}

#header {
	width:800px;
}

#banner {
	width:800px;
	height:170px;
}

#logo {
	width:225px;
	height:125px;
	display:block;
	background:url(../images/header/logo.png);
}

#nav {
	width:800px;
	height:43px;
}

.nav_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:300;
	text-decoration:none;
}

.nav_text:link {
	text-decoration:none;
	color:#fff;
}

.nav_text a:link {
	text-decoration:none;
	color:#fff;
}

.nav_text:visited {
	text-decoration:none;
	color:#fff;
}

.nav_text a:visited {
	text-decoration:none;
	color:#fff;
}

#slider_area {
	width:800px;
	height:318px;
	vertical-align:bottom;
}

#slider_zone {
	height:310px;
	background:url(../images/slider/slider_bg.jpg) no-repeat;
}

#slider_bottom {
	height:8px;
	background:url(../images/slider/slider_bottom.png);
}

#content_area {
	width:800px;
	vertical-align:bottom;
}

#content_zone {
	min-height:280px;
	padding:25px;
	background:url(../images/content/content_bg.jpg) top no-repeat #fff;
}

#content_bottom {
	height:8px;
	background:url(../images/content/content_bottom.png);
}

#content {
	width:800px;
	min-height:200px;
	background:url(../images/bg/shadow.png) top no-repeat;
	padding-top:25px;
}

#green_box {
	width:230px;
	height:145px;
	background:url(../images/content/green_box.png) no-repeat;
	padding:15px;
	vertical-align:bottom;
}

#green_box_shadow {
	width:260px;
	height:11px;
	background:url(../images/content/green_box_shadow.png);
}

#green_box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:300;
	color:#6f6f6f;
	text-decoration:none;
	text-align:left;
	vertical-align:top;
}

#green_box h2 {
	vertical-align:top;
}

#read_more {
	width:85px;
	height:23px;
	display:block;
	background:url(../images/content/read_more.png) no-repeat;
	vertical-align:bottom;
	float:right;
	overflow:hidden;
}

#footer {
	width:800px;
	padding-bottom:15px;
}

.form {
	padding:6px;
	border:1px #d3d3d3 dotted;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6f6f6f;
	font-weight:300px;
	background:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.form:hover {
	background:#f4f2ed;
}

.form_button {
	padding:10px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	font-weight:bold;
	background:#e9ae21;
	cursor:pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form_button:hover {
	background:#77ac1c;
}