@charset "utf-8";
/* CSS Document */
*	{
	margin: 0px;
	padding: 0px;
	color: #1E2824;	
}
h3	{
	font-size: 18px;
	margin-bottom: 8px;
	padding-bottom: 0px;
}
h4	{
	font-size: 16px;
	color: #3E4542;
	font-weight: 300;
	line-height: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
}
#mainWrapper	{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 3px;
	background-color: #FFF;
}
#mainWrapper #main {
	display: block;
	height: auto;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #465146;
	margin-bottom: 10px;
	float: left;
}
#mainWrapper #main #newsTop {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
#mainWrapper #main #newsTop #topHeading  {
	display: block;
	width: 50%;
	height: auto;
	padding: 3% 2% 2% 3%;
	float: left;
}
#mainWrapper #main #newsTop #topHeading span.smaller   {
	font-size: 9px;
	color: #64716B;
	font-weight: normal;
	line-height: 8px;
	text-align: center;
}
#mainWrapper #main #newsTop #topHeading h2  {
	font-family: Calibri;
	font-size: 24px;
	color: #3E4542;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
}
#mainWrapper #main #newsTop #topHeading h3  {
	font-family: Calibri;
	font-size: 14px;
	color: #3E4542;
	font-weight: 500;
	line-height: 13px;
	text-align: center;
}
#mainWrapper #main #newsTop #topHeading p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E4542;
	font-weight: normal;
	line-height: 16px;
}
#mainWrapper #main #newsTop #topPicHolder  {
	display: block;
	width: 40%;
	height: auto;
	padding: 1% 0 1% 2%;
	float: left;
}
#mainWrapper #main #newsTop #topPicHolder img  {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
#mainWrapper #main #leftHolder {
	display: block;
	height: auto;
	width: 30%;
	margin-bottom: 2%;
	padding-top: 4%;
	float: left;
	clear: left;
}
#mainWrapper #main #leftHolder article.serviceLinks {
	display: block;
	height: auto;
	width: 100%;
	margin-top: 4%;
	float: left;
	cursor: pointer;
}
#mainWrapper #main #leftHolder article.serviceLinks img  {
	width: 100%;
	height: 100%;
}
#mainWrapper #main #leftHolder article.serviceLinks img:hover	{
	background-color: rgba(142,165,185,0.69);
	cursor: pointer;
}
#mainWrapper #main #rightText  {
	display: block;
	height: auto;
	width: 66%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #64716B;
	line-height: 13px;
	padding: 4% 1% 2% 1%;
	float: right;
}
#mainWrapper #main #rightText p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E4542;
	font-weight: normal;
	line-height: 16px;
}
#mainWrapper #main #rightText p a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #191E1C;
	font-weight: normal;
	text-decoration: underline;
}
#mainWrapper #main #rightText p a:hover  {
	text-decoration: none;
	color: #394640;
}
#mainWrapper #main #botBit {
	display: block;
	width: 98%;
	height: auto;
	padding-left: 1%;
	padding-bottom: 2%;
	clear: both;
}
#mainWrapper #main #botBit p  {
	font-size: 10px;
	color: #3C493D;
	line-height: 16px;
	font-weight: normal;
}
#mainWrapper #main #botBit p a  {
	font-size: 10px;
	color: #3C493D;
	line-height: 16px;
	text-decoration: underline;
	font-weight: normal;
}
#mainWrapper #main #botBit p a:hover  {
	color: #253526;
	text-decoration: none;
}
.emailUs	{
	color: #0D1C0E;
	text-decoration: underline;
}
.emailUs:hover	{
	color: #29922C;
	text-decoration: none;
}
.service	{
	color: #2D9144;
	text-decoration: underline;
}
.service:hover	{
	text-decoration: none;
}


