﻿
.branding {
	text-align: center;
	background-color: #372e2e;
}

.information {
	height: 220px;
	background-color: #ece9c2;
	padding-top: 20px;
}

.info-1 {
	width: 240px;
	float: left;
	margin-left: 10px;
}

.info-2 {
	width: 240px;
	float: left;
	margin-left: 80px;
}
.info-3 {
	width: 240px;
	float: right;
	margin-right: 10px;
}

.image-title {
	color: #58584e;
	padding-top: 15px;
	padding-left: 10px;
}
.image-text {
	color: #626155;
	padding-top: 7px;
	padding-left: 15px;
}
.image-link {
	text-decoration: underline;
	color: #626155;
}

.services{
	height: 100px;
	padding-top: 20px;
}

.service-1 {
	width: 230px;
	float: left;
	margin-left: 20px;
}
.service-1 a {
	text-decoration: none;
	color: #797a6d;
}
.service-1 a:hover {
	text-decoration: none;
	color: #9c2929;
}

.service-2 {
	width: 230px;
	float: left;
	margin-left: 100px;
}
.service-2 a {
	text-decoration: none;
	color: #797a6d;
}
.newsupdatedate {
	color: #6a6a6a;
	font-weight: bold;
}

.service-3 {
	width: 230px;
	float: right;
	margin-right: 10px;
}
.service-3 a {
	text-decoration: none;
	color: #797a6d;
}
.testimonialtext {
	color: #41667c;
	font-weight: bold;
}

.services-title {
	color: #797a6d;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}