@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	background-color: #090;
	background-image: url(../images/grass_background.jpg);
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333;
}
h1 {
	display: none;
}
h2 {
	margin: 5px auto;
	padding: 0px;
	color: #ad0804;
	color: #070;
	font-size: 1.2em;
	text-align: center;
}
h3 {
	margin: 5px 10px;
	padding: 0px;
	color: #070;
}
p {
	margin: 10px;
	padding: 0px;
	font-size: .85em;
	text-indent: 20px;
	text-align: justify;
	line-height: 1.3em;
}
a:link, a:active, a:visited {
	color: #06C;
}
a:hover {
	color: #a00;
	text-decoration: none;
}
a img {
	border: none;
}
ul {
	margin: 10px;
	padding: 0px 10px 0px 20px;
	list-style: inside;
	list-style-type: square;
	color: #a00;
}
li {
	margin: 5px 0px;
	font-size: .9em;
}
.li_text {
	font-size: .9em;
	color: #00f;
}
hr {
	width: 90%;
	color: #070;
	height: 2px;
	border: 1px solid #070;
	margin: 10px auto 20px auto;
	background-color: #070;
}
.bold {
	font-weight: bold;
	color: #000;
}
.italics {
	font-style: italic;
	font-weight: normal;
}
.underline {
	text-decoration: underline;
}
.img_left {
	float: left;
	border: none;
	margin: 0px 20px;
}
.img_right {
	float: right;
	border: none;
	margin: 0px 5px 0px 10px;
}
.center {
	text-align: center;
}
/*	------------------------------------------------------------
	main layout
	----------------------------------------------------------*/
.wrapper {
	width: 900px;
	margin: 0px auto;
	border-right: 1px solid #070;
	border-left: 1px solid #070;
	min-height: 100%;
	background-color: #fff;
	overflow: hidden;
}
.header {
	width: 900px;
	height: 201px;
	background-color: #6ed697;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.main_nav {
	width: 600px;
	height: 41px;
	padding: 160px 0px 0px 0px;
	margin: 0px;
	margin-left: 300px;
	overflow: hidden;
}
.sub_nav {
	width: 880px;
	height: 25px;
	border-bottom: 1px solid #070;
	margin: 0px auto;
	padding: 0px;
	font-weight: bold;
	color: #a00;
	font-size: 1.1em;
}
.content {
	width: 900px;
	margin: 10px 0px;
	padding: 0px;
	overflow: hidden;
}
.footer {
	width: 900px;
	margin: 0px;
	padding: 10px 20px;
	border-top: 1px solid #070;
	text-align: center;
	background-image: url(../images/flower_bed.jpg);
	background-repeat: no-repeat;
}
/*	------------------------------------------------------------
	main navigation layout
	----------------------------------------------------------*/
.main_nav a:link, .main_nav a:active, .main_nav a:visited {
	float: left;
	width: 150px;
	height: 35px;
	display: block;
	color: #070;
	background-image: url(../images/nav_regular.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}
.main_nav a:hover {
	background-image: url(../images/nav_hover.jpg);
	display: block;
	color: #a00;
}
.main_nav #a_current, .main_nav #a_current:hover {
	height: 36px;
	display: block;
	color: #00f;
	background-image: url(../images/nav_current.jpg);
}
/*	------------------------------------------------------------
	sub navigation layout
	----------------------------------------------------------*/
.sub_nav a:link, .sub_nav a:active, .sub_nav a:visited {
	margin: 0px 20px 0px 0px;
}
.sub_nav a:hover, .sub_nav #current {
	color: #a00;
	text-decoration: none;
}
.sub_nav .title, .sub_nav h2 {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	color: #a00;
	text-decoration: none;
	text-align: left;
	display: inline;
	font-size: 1.1em;
}
/*	------------------------------------------------------------
	footer navigation layout
	----------------------------------------------------------*/
.footer p {
	text-align: center;
	margin: 5px 0px;
	text-indent: 0px;
	padding: 0px;
}
/*	------------------------------------------------------------
	index page layout
	----------------------------------------------------------*/
.col {
	width: 430px;
	margin: 0px 10px;
	padding: 0px;
	float: left;
}
.center_one_col {
	width: 880px;
	margin: 20px auto;
	text-align: center;
}
/*	------------------------------------------------------------
	news articles
	----------------------------------------------------------*/
.news_article {
	width: 410px;
	overflow: hidden;
	margin: 5px 10px 5px 10px;
	padding: 3px 0px 5px 0px;
	border-bottom: 1px solid #060;
}
.news_title {
	font-size: 1.0em;
	color: #33f;
	font-weight: bold;
	margin: 5px 10px;
}
.news_article p {
	margin: 0px 20px 0px 30px;
	text-indent: 20px;
	font-weight: bold;
}
/*	------------------------------------------------------------
	in-page navigation
	----------------------------------------------------------*/
.page_nav {
	width: 840px;
	margin: 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #070;
}
/*
.page_nav p {
	text-align: center;
}
*/
.page_nav a:link, .page_nav a:active, .page_nav a:visited, .page_nav a:hover  {
	margin-left: 10px;
	margin-right: 10px;
}