@charset "utf-8";
/* CSS Document */

.header {
	background: url(/images/header-back-for-flash.jpg) no-repeat;
}
.nav-bar {
	background: #000000;
}
.nav-bar-phone {
	font: 20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 25px;
}
.left-col-top {
	background: #247737;
	padding: 10px;
}
.left-col-bottom {
	background: url(/images/left-col-bottom.jpg);
	height: 233px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
a:link {
	color: #000000;
	text-decoration: none;
}
.left-col-top-bullets {
	list-style: url(/images/bullet-treatment.jpg) none outside;
}
.contact-top {
	background: #A4C4AC url(/images/contact-top.jpg) no-repeat left top;
	padding-top: 15px;
	font: normal 14 Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.contact-body {
	background: #A2C5AD;
}
.contact-bottom {
	background: #A2C6AC url(/images/contact-bottom.jpg) no-repeat left bottom;
}


a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
.body-main {
	padding: 25px;
}

