@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #404041;
	background-image: url(images/bg_content_area.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
	background-image: url(images/bg_header.gif);
	height: 130px;
	width: 100%;
	text-align: center;
}

#header .contactinfo {
	font-style: italic;
	font-weight: bold;
	color: #9d9fa2;
	line-height: 16px;
}

#header .contactinfo .phone {
	font-size: 26px;
	color: #025C91;
}
#header table tr .contactinfo1 .phone {
	font-size: 26px;
	font-weight: bold;
	color: #004990;
	line-height: 24px; 
}

#imagearea {
	background-image: url(images/bg_image_area.gif);
	height: 120px;
	width: 100%;
	text-align: center;
}

#imageareasub {
	background-image: url(images/bg_image_area.gif);
	height: 45px;
	width: 100%;
	text-align: center;
}

#navigation {
	background-image: url(images/bg_nav.gif);
	height: 29px;
	width: 100%;
	text-align: center;
	padding-top: 11px;
	color : #9d9fa2;
	font-weight: bold;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(images/bg_content_vertical.gif);
	width: 874px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
}

#footer .address {
	color:#000;
}

#footernav {
	background-image: url(images/bg_footer.gif);
	width: 874px;
	height: 130px;
	font-size: 10px;
	text-align: center;
	color : #FFFFFF;
	font-weight: bold;
}

#footernav a {
	color: #FFFFFF;
	text-decoration: none;
}

#footernav a:hover {
	text-decoration: underline;
}

h1,
.pgtitle {
	color: #004990;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.bluepodtxt {
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}

.bluepodtestimonial {
	font-size: 13px;
	font-weight:bold;
	line-height: 17px;
	color: #FFFFFF;
}

#pagewrapper {
	width:830px;
	margin:0 auto;
	background-image: url(images/bg_content_vertical.gif);
	text-align:left;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 25px;
}

#maincontent {
	width:478px;
	float:left;
}

#maincontent h2 {
	color:#004990;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#maincontent h3 {
	font-size:13px;
	font-weight:bold;
	color:#FF8533;
}

#maincontent p {
	margin-left:20px;
}
#maincontent ul {
	list-style-position: outside;
	list-style-type: disc;
}
#maincontent li {
	margin:0;
	padding:0;
}
#maincontent ul.checkboxes {
	list-style-position: outside;
	list-style-image: url(images/checkbox.gif);
	list-style-type: disc;
}
#maincontent ul.checkboxes li {
	padding-left:10px;
}

#maincontent a {
	font-weight: bold;
	color: #f7941e;
	text-decoration: none;
}

#maincontent a:hover {
	text-decoration: underline;
}

#sidebar {
	width:287px;
	float:right;
	padding-left:25px;
	border-left:1px #ccc solid;
}

.tdlitegray {
	background-color: #f0f0f0;
}

.bluetext {
	color: #004990;
	font-size: 20px;
}

#header table tr .contactinfo .phone {
	color: #004080;
}
.contactinfo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9D9FA2;
	font-style: italic;
}
.social_icon {
	display:block;
	float:right;
	width:24px;
	height:24px;
	margin:0 5px 5px 0;
	background:url('images/social_icons.png') no-repeat;
	background-position:-90 -90;
}
#social_icon1 {
	background-position:0 0;
}
#social_icon2 {
	background-position:-24px 0;
}
#social_icon3 {
	background-position:-48px 0;
}
#social_icon4 {
	background-position:-72px 0;
}

.required {
	font-weight:bold;
	color:#F7941E;
}

#free_estimate {
	margin:0 auto;
	display:block;
	width:246px;
	height:36px;
	background:transparent url('images/free_estimate.gif') no-repeat 0 0;
}
#free_estimate:hover {
	background-position: 0 -36px;
}

#free_estimate_blue {
	display:block;
	width:264px;
	height:52px;
	background:transparent url('images/free_estimate_blue.gif') no-repeat 0 0;
}
#free_estimate_blue:hover {
	background-position: 0 -52px;
}

#print_checklist {
	display:block;
	width:137px;
	height:36px;
	background:transparent url('images/print_checklist.gif') no-repeat 0 0;
}
#print_checklist:hover {
	background-position: 0 -36px;
}

label {
	font-weight:bold;
}
label small {
	font-weight:normal;
}
.formerror {
	color: #780000;
	border: 1px solid #780000;
	padding: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
.formsuccess {
	color: #336600;
	border: 1px solid #336600;
	padding: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}

.underbuttons {
	text-align:center;
	padding-bottom:10px;
	border-bottom:10px #004990 solid;
}

.clear {clear:both}
.txt_right {text-align:right;}
.txt_center {text-align:center;}


