@charset "utf-8";
/* CSS Document */
*	{
	margin: 0px;
	padding: 0px;
	color: #1E2824;	
}
h3	{
	font-size: 18px;
	margin-bottom: 8px;
	padding-bottom: 0px;
}
h4	{
	font-size: 14px;
	color: #3E4542;
	font-weight: 400;
	line-height: 16px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 4px;
}
#mainWrapper {
	display: block;
	height: 100%;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	position: relative;
}
#mainWrapper #main {
	display: block;
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1E2824;
	padding-bottom: 20px;
}
#mainWrapper #main #topAd	{
	display: block;
	height: auto;
	width: 100%;
	float: left;
}
#mainWrapper #main #topAd img	{
	display: block;
	height: auto;
	width: 100%;
	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: 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 #rightText  {
	display: block;
	height: auto;
	width: 64%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #64716B;
	line-height: 13px;
	padding: 6% 1% 2% 3%;
	float: right;
}
#mainWrapper #main #rightText h4  {
	font-size: 13px;
	font-weight: 500;
}
#mainWrapper #main #rightText p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	font-weight: normal;
	line-height: 18px;
}
#mainWrapper #main #rightText p a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
}
#mainWrapper #main #rightText p a:hover  {
	text-decoration: none;
	color: #404040;
}
#mainWrapper #main #rightText #rightTop {
	display: block;
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	margin-bottom: 10px;
	float: right;
}
#mainWrapper #main #rightText #rightTop p  {
	font-size: 10px;
	line-height: 16px;
}
#mainWrapper #main #rightText #rightTop p.heading  {
	font-size: 16px;
	color: #404040;
	font-weight: bold;
	line-height: 20px;
}
#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: #404040;
	text-decoration: underline;
}
.emailUs:hover	{
	color: #404040;
	text-decoration: none;
}
.service	{
	color: #404040;
	text-decoration: underline;
}
.service:hover	{
	text-decoration: none;
}
