@charset "UTF-8";
/* CSS Document */

/* TEXT */

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
	

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}

li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.text-testimonial {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	line-height: 16px;
	color: #58595b;
}

.text-sidebarCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding-left: 30px;
	padding-right: 5px;
	margin-bottom: 0px;
}

.text-mainNavigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin-right: 12px;
}

.text-smallNavigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
}


/* LINKS */

a {
	font-family: inherit;
	font-size: inherit;
	color: #000;
}

a:hover {
	text-decoration: none;
}

a.text-mainNavigation {
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 3px solid #07ab55;
}

a.text-mainNavigation:hover {
	border-bottom: none;
}

a.text-smallNavigation {
	text-decoration: none;
}

a.text-smallNavigation:hover {
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 3px solid #07ab55;
}

a.text-sectionNavigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin-right: 5px;
	text-decoration: none;
}
	
a.text-sectionNavigation:hover {
	color: #07ab55;
}

.service-headers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight:bold;
}

.service-descriptions {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}