@charset "utf-8";
body {
	background-color: #666;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	font-weight: bold;
	cursor: pointer;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838383;
}
.footer a:link{
	color: #838383;
}
.footer a:visited {
	color: #838383;
}
.footer a:hover {
	color: #FFF;
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.menu_text a:link {
	text-decoration: none;
	color: #FFF;
}

.menu_text a:visited {
	text-decoration: none;
	color: #FFF;
}
.menu_text a:hover {
	text-decoration: underline;
	color: #FFF;
}
.menu_text a:active {
	text-decoration: none;
	color: #FFF;
}
.text_after_hours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BA681F;
	border: 1px solid #999;
	padding: 5px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #BA681F;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #BA681F;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	cursor: pointer;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #BA681F;
}
.text_service_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #999;
	padding: 5px;
	background-color: #EEEEEE;
}
.table_bg_residential {
	background-image: url(images/bg_residential.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EEEEEE;
}
.table_bg_history {
	background-image: url(images/bg_history.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EEEEEE;
}
.table_bg_commercial {
	background-image: url(images/bg_commercial.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EEEEEE;
}
.table_bg_home {
	background-image: url(images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EEEEEE;
}
.table_bg_contact {
	background-image: url(images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EEEEEE;
}
.table_bg_links {
	background-image: url(images/bg_links.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EEEEEE;
}
.dashes {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	margin-bottom: 5px;
	margin-top: 10px;
}
.form-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	height: 18px;
	vertical-align: middle;
}
.form-textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999;
}

