body {
	background: url(../img/home_back.jpg) fixed top center;
}
#hed_image {
	border-top: solid 1px #d0e46e;
	border-bottom: solid 1px #d0e46e;
}
#menu ul {
	border-bottom: solid 1px #d0e46e;
}
#menu a:hover {
	color: #8b9d12;
}
.highlight {
	color: #8b9d12 !important;
}
.section_hed:hover {
	color: #8b9d12;
}
.section_hed {
	border-bottom: solid 1px #d0e46e;
}

/* this just for upcoming boxes */

.upcoming_box {
	padding: 12px 0 12px 0;
	border-top: solid 1px #d0e46e;
	width: 575px;
	min-height: 96px;
}
hr {
	margin: 0px;
	padding: 0px;
	color: #d0e46e;
	background-color: #d0e46e;
	height: 1px;
	border: 0px;
}
.upcoming_box:hover {
	background-color: #f8faef;
}
.upcoming_box img {
	position: absolute;
	margin-top: 4px;
	width: 178px;
	height: 86px;
	overflow: hidden;
}
.upcoming_text {

	position: relative;
	left: 191px;
	top: 0px;
	width: 381px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
.upcoming_text h1 {
	font-family: Times, serif;
	color: #dc1220;
	font-size: 20px;
	line-height: 1em;
	font-weight: normal;
	padding: 0px 0px .4em 0px;
	margin: 0px;
}
.upcoming_text p {
	color: #666 !important;
	padding: 0px;
	margin: 0;
	font-size: 12px !important;
	line-height: 1.4em !important;
}
.intro_text {
	font-family: Times, serif;
	line-height: 1.4em;
	font-size: 20px;
	color: #839601;
	padding-bottom: 25px;
}
.no_rule {
	padding: 10px 0px 0px 0px;
	border-bottom: solid 0px;
}
