@charset "utf-8";
/* CSS Document */
*	{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C493D;	
}
h3	{
	font-size: 18px;
	margin-bottom: 8px;
	padding-bottom: 0px;
}
h4	{
	font-size: 15px;
	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 #topPic {
	display: block;
	height: auto;
	width: 100%;
	float: left;
}
#mainWrapper #topPic img	{
	display: block;
	height: auto;
	width: 100%;
	float: left;
}
#mainWrapper #main {
	display: block;
	height: 100%;
	width: 96%;
	margin-left: 2%;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	margin-bottom: 10px;
}
#mainWrapper #main #top {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
#mainWrapper #main #top #topHeading  {
	display: block;
	width: 100%;
	height: auto;
	padding: 6% 0 2% 0;
	float: left;
}
#mainWrapper #main #top #topHeading h2  {
	font-family: Calibri;
	font-size: 20px;
	color: #3C493D;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	text-decoration: underline;
}
#mainWrapper #main #leftHolder {
	display: block;
	width: 24%;
	height: auto;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 2%;
	float: left;
}
#mainWrapper #main #leftHolder article.serviceLinks {
	display: block;
	height: auto;
	width: 100%;
	margin-top: 5%;
	float: left;
}
#mainWrapper #main #leftHolder article.serviceLinks img {
	display: block;
	height: auto;
	width: 100%;
	margin-top: 5%;
	float: left;
}
#mainWrapper #main #leftHolder article.serviceLinks img:hover	{
	background-color: rgba(142,165,185,0.69);
	cursor: pointer;
}
#mainWrapper #main #top #topRight  {
	display: block;
	height: auto;
	width: 71%;
	padding: 3% 2% 4% 2%;
	float: left;
}
#mainWrapper #main #top #topRight p  {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: 10px;
	line-height: 16px;
}
#mainWrapper #main #top #topRight a  {
	color: #404040;
	text-decoration: none;
}
#mainWrapper #main #top #topRight a:hover  {
	color: #404040;
	text-decoration: underline;
}
#mainWrapper #main #top #topRight h4  {
	font-size: 13px;
	font-weight: bold;
}

#mainWrapper #main #botBit   {
	display: block;
	width: 98%;
	height: auto;
	padding: 3% 0 6% 2%;
	float: left;
	clear: both;
}
#mainWrapper #main #botBit h3  {
	font-size: 20px;
	color: #404040;
	font-weight: bold;
}
#mainWrapper #main #botBit p  {
	font-size: 10px;
	color: #404040;
}
#mainWrapper #main #botBit a	{
	color: #404040;
	text-decoration: underline;
}
#mainWrapper #main #botBit a:hover	{
	color: #404040;
	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;
}


