.highlight_font_color {
	color:#0D2C69 !important;
}

.banner-home {
	position:relative;
	z-index:10;
	top:0;
	background: url("../../images/Main_Image_Lg_keuka.jpg") no-repeat center;
	background-size: cover;
	height: 550px;
}
.banner-home-container img {
	z-index:20;
	position: absolute;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:none;
	bottom:0;
	right:10px;
}
.banner-internal-container {
	position: relative;
	height:285px;
}

.banner-internal {
	position:relative;
	z-index:10;
	top:0;
	background: url("../../images/Main_Image_Sm_keuka.jpg") no-repeat center;
	background-size: cover;
	height: 200px;
}
.body-column h1 {
	color: #0D2C69 !important;
}
.accent-color {
	color: #0D2C69 !important;
}
	
.news-read-more a:link {
	color: #990000;
	font-size:0.8em;
	text-decoration:underline;
}
.news-read-more a:hover {
	color: #CC0000;
}
.news-read-more a:visited {
	color: #990000;
}
.news-read-more a:focus {
	color: #990000;
}
.news-read-more a:active {
	color: #990000;
}
.news-read-all a:link {
	color: #990000;
	font-size:0.8em;
	text-decoration:underline;
}
.news-read-all a:hover {
	color: #CC0000;
}
.news-read-all a:visited {
	color: #990000;
}
.news-read-all a:focus {
	color: #990000;
}
.news-read-all a:active {
	color: #990000;
}
/* FEATURE BOX */
.feature-box-containter {
	padding:0;
	text-align:center;
}
.feature-box {
	display:inline-block;
	width:360px;
	margin:10px 40px;
	opacity:0.9;
	cursor:pointer;
	text-align:center;
	vertical-align: middle;
	height: 220px;
	border:solid 1px #FFFFFF;
}
.feature-box img {
	margin:50px auto 30px auto;
}
.feature-box-link {
	color:#0D2C69;
	font-size:1.2em;
}
/* end FEATURE BOX */
@media only screen and (max-width: 925px) {
.banner-home-container img {
	right:0px;
}

}
