@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #98cb00;
	background-color: #f7f7f0;
	color: #5A7E1D;
}
#index {
	background-image: url(../images/index.gif);
	background-repeat: no-repeat;
	height: 210px;
	width: 664px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-position: center bottom;
	padding-top: 130px;
	margin-bottom: 30px;
}
#index a {
	text-indent: -210000px;
	display: block;
	height: 210px;
}


#index_footer {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	height: auto;
	padding-top: 20px;
}
#header {
	height: 100px;

}
#logo {
	float: left;
	height: 78px;
	width: 309px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
#logo a {
	text-indent: -210000px;
	display: block;
	height: 78px;
}

#menu_box {
	float: right;
	width: 440px;
	height: 60px;
	padding-top: 20px;
}
#sub_menu {
	height: 28px;
	background-image: url(../images/sub_menu.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	margin-right: 20px;
	margin-bottom: 10px;
}
#sub_menu ul {
	float: right;
	width: 118px;
}
#sub_menu li   {
	float: left;
	display: block;
}
#sub_menu a   {
	height: 28px;
	width: 39px;
	display: block;
}


#menu {

}
.menu_line {
	background-attachment: scroll;
	background-image: url(../images/m_line.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu ul {

}
#menu li {
	list-style-type: none;
	float: left;
}
#menu a {
	text-decoration: none;
	color: #333333;
	font-size: 10px;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu a:hover {
	color: #FFF;
	background-color: #98cb00;
}
#title_pic  {
	height: 300px;
	width: 900px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#content {
	height: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
#content h1 {
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#content h2 {
	padding-bottom: 18px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bolder;
	padding-top: 8px;
}
#content h3 {
	padding-bottom: 10px;
	font-size: 14px;
	padding-top: 5px;
}


#content p {
	padding-bottom: 15px;
	line-height: 20px;
}
#content a {
	color: #000;
	text-decoration: none;

}
#content a:hover {
	color: #98cb00;

}
#footer {
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9B7;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #98cb00;
}
#footer_area {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/foot_contact.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#foot_menu {
	height: 18px;

}
.foot_menu_line {
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}

#foot_menu ul {

}
#foot_menu li {
	list-style-type: none;
	float: left;
}
#foot_menu a {
	text-decoration: none;
	color: #FFF;
	font-size: 9px;
	display: block;
	text-transform: uppercase;
}
#foot_menu a:hover {
	color: #98cb00;
	text-decoration: underline;
}
