@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/body-bg.png) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2 {
	margin-bottom: 3px;
}
h1 {
	font-size: 18px;
	color: #009e95;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	color: #009e95;
	margin-top: 20px;
	margin-bottom: 5px;
}
h3 {
	font-size: 12px;
	color: #009e95;
	margin-bottom: 3px
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}

#right {
	float: right;
	width: 650px;
	padding-top: 101px;
}

#right p, #right ul, #right ol {
	margin-bottom: 15px;
}

#right ul li, #right ol li {
	margin: 0 0 3px 25px;
}

#right #splash {
	background: #163b93 url(../images/helping-bg.jpg) no-repeat top right;
	margin-bottom: 15px;
}

#right .right-breakout {
	float: right;
	background: #f5f5f5;
	width: 210px;
	padding: 15px 15px;
	font-size: 13px;
	margin: 0 0 0 10px;
}

#right .right-breakout span {
	font-weight: bold;
	color: #009e95;
	margin-bottom: 12px;
	display: block;
}
#right .right-breakout ul {
	margin: 0px;
}
#right .right-breakout ul li {
	margin: 0 0 0 20px;
}

#right #int-content {
	width: 380px;
}
#right #about-content {
	width: 315px;
}

#right #side-images {
	float: right;
	padding-right: 10px;
	width: 240px;
	text-align: right;
}
#right #about-side-images {
	width: 310px;
	padding-right: 5px;
	float: right;
	text-align: right
}
#right #side-images img, #right #about-side-images img {
	margin-bottom: 10px;
	border: 1px solid #d7e9f3;
}

#right ol#screening li, .blue-bold {
	color: #1c3f95;
	font-weight: bold;
}

#right ol#screening li p {
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

#right #contact {
	border: 2px solid #ededed;
	background: #f0f8fe;
	text-align: center;
	padding-bottom: 15px;
}

#right #contact h2 {
	border-bottom: 2px solid #ededed;
	padding: 12px 0;
	background: #fff;
}
#right #contact table {
	width: 520px;
	margin: 0 auto;
}
#right #contact table td {
	text-align: left;
	line-height: 16px;
	padding-bottom: 6px;
}

#contact input, #contact textarea {
	padding: 2px 4px;
}

#right #contact input.name {
	width: 233px;
}
#right #contact input.address {
	width: 397px;
}
#right #contact input.address2 {
	width: 112px;
}
#right #contact input.phone {
	width: 444px;
}
#right #contact input.email {
	width: 451px;
}
#right #contact button.submit {
	border: 0;
	background: none;
}
#right #contact textarea.comment {
	width: 492px;
}

#right #footer {
	margin-top: 25px;
	padding-top: 15px;
	color: #6b6a6a;
	text-align: center;
	font-size: 11px;
	border-top: 2px solid #ededed;
	clear: both;
}
#right #footer a {
	color: #6b6a6a;
}

#left {
	width: 290px;
}

#left #logo a img {
	border: 0;
	margin-left: -1px;
}

#left #nav {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 10px 20px;
}

#left #nav ul li {
	margin-bottom: 3px;
}

#left #nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #009E95;
	padding: 4px 10px;
}
#left #nav ul li ul {
	margin-top: 1px;
}
#left #nav ul li ul li {
	margin-bottom: 1px;
}
#left #nav ul li ul li a {
	padding-left: 20px;
	background: #dedede;
	font-weight: normal;
	color: #532A91;
}

#left #nav a:hover,
#left #nav ul li a.active,
#left #nav ul li ul li a:hover.active {
	background: #006C66;
	color: #fff;
}

#left #nav ul li ul li a.active {
	font-weight: bold;
	background: #d0b4fe;
	color: #532a91;
}

#left #nav-images {
	padding-top: 30px;
	text-align: center;
}

#left #nav-images img {
	border: 2px solid #ededed;
	margin-bottom: 35px;
}

#left #nav-form {
	background-color:#11a39f;
	margin: 20px;
	padding:13px;
	border: solid 1px #a4a4a4;
}
.tag {
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}
.free{
	font-size:20px;
}
.phone{
	text-align:center;
	background-color:#fff;
	font-size:16px;
	margin:10px 1px;
	padding:10px 5px;
	color:#11a39f;
}
.rep{
	font-size:12px;
}

#left table td{
	font-size:10px;
	padding:5px;
	background-color:#ffffff;
}
.online {
	font-size:18px;
	text-align:center;
	color:#11a39f;
}
#left input, textarea{
	font-size:10px;
}
.img-right {
	margin: 0 0 10px 10px;
}
.img-left {
	margin: 0 10px 10px 0;
}

#free-estimate {
	background: url(../images/free-estimate-bg.png) no-repeat top left;
	height: 112px;
	width: 255px;
	margin-bottom: 10px;
	text-align: center;
	float:right;
}
#free-estimate a {
	color: #009e95;
	text-decoration: none;
}
#free-estimate div.email-us {
	float: right;
	text-align: center;
	background: url(../images/email-us-btn.png) no-repeat top left;
	margin-top: -4px;
	text-transform: none;
	position: relative;
}

#free-estimate div.email-us a {
	color: #fff;
	display: block;
	width: 103px;
	height: 21px;
	padding-top: 4px;
}
#free-estimate div.email-us a:hover {
	text-decoration: underline;
}

#free-estimate span {
	display: block;
	text-transform: uppercase;
}

#free-estimate span.line1 {
	font-size: 26px;
	padding-top: 12px;
	margin-bottom: 3px;
}

#free-estimate span.line2 {
	font-size: 16px;
	margin-bottom: 10px;
}

#free-estimate span.line3 {
	width: 130px;
	margin: 0 auto;	
}

#discount {
	margin: 20px;
}

.quotebox {
background-color: #F6F6F6;
border: 1px solid #CCC;
margin: 12px 0px;
padding: 10px;
}

.bg {
background: #EEE;
}

.breakout {
width: 300px;
}

.border {
border: 1px solid #11A39F;
}

.right {
float: right;
margin: 0px 0px 5px 10px;
overflow: hidden;
}

.left {
float: left;
margin: 0px 10px 5px 0px;
overflow: hidden;
}

.clear {
    clear: both;
}

#gray-hr {
    background-color: #DDDDDD;
    border: 0 none;
    color: #DDDDDD;
    height: 1px;
    margin: 15px 0;
}

.sectionhighlight {
border-color: #999;
border-style: solid none;
margin: 12px 0px;
padding: 10px;
}

a img {
    border: medium none;
}

a:hover {
color: #0251c8;
}

a:link {
color: #0251c8;
}


