* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 67.5% Arial, Verdana, Helvetica, sans-serif;
	color: #444;
	background: #e3e3e3;
}

a {
	outline: none;
	-moz-outline-style: none;
}

img a {
	border: 0;
}

.wrapper {
	width: 764px;
	position: relative;
	margin: 0 auto;
}

div#header .wrapper {
	width: 764px;
	height: 117px;
	display: block;
	background: url(/images/tagline_bg.gif) right 45px no-repeat;
}

div#header {
	width: 100%;
	height: 117px;
	display: block;
	clear: both;
	overflow: hidden;
	background: url(/images/header_bg.gif) left 4px repeat-x #3f428b;
}

div#header h1 a {
	width: 212px;
	height: 90px;
	display: block;
	background: url(/images/hc_branding.gif) left 26px no-repeat transparent;
	text-indent: -9999px;
}

div#header ul {
	list-style: none;
	width: 100%;7
	height: 27px;
}

div#header ul li {
	float: left;
}

div#header ul li a {
	float: left;
	width: 93px;
	text-align: center;
	margin-right: 2px;
	background: url(/images/nav_tab_inactive.gif) top left repeat-x transparent;
	line-height: 27px;
	height: 27px;
	text-decoration: none;
	color: #fff;
}

div#header ul li a:hover {
	background: url(/images/nav_tab_inactive.gif) bottom left repeat-x transparent;
	color: #333;
}

div#header ul li.active a {
	color: #333;
	background: url(/images/nav_tab_active.gif) top left repeat-x transparent;
	font-weight: bold;
}



div#subheader {
	width: 100%;
	height: 220px;
	padding: 10px 0;
	background: url(/images/subheader_bg.gif) bottom left repeat-x #e3e3e3;
}

h2#currentlyTab {
	float: left;
	width: 16px;
	height: 85px;
	margin-left: -16px;
	display: block;
	background: url(/images/currently_tab.gif) top left no-repeat;
	text-indent: -9999px;
}

div#carousel_container {
	width: 486px;
	height: 213px;
	display: block;
	float: left;
	background: #fff;
	padding: 5px;
}

div.jcarousel-control {
	width: 395px;
	height: 21px;
	display: block;
	line-height: 21px;
	margin: 0 auto;
	background: url(/images/carousel_control_bg.gif) top left no-repeat;
	text-align: center;
	margin-top: 4px;
}

div.jcarousel-control a {
	font-weight: bold;
	color: #555;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0 10px;
}

a img {
	border: 0;
}

div.jcarousel-control a:hover {
	color: #000;
}

h2#articlesTab {
	float: right;
	margin-right: -16px;
	width: 16px;
	height: 84px;
	display: block;
	background: url(/images/articles_tab.gif) top right no-repeat;
	text-indent: -9999px;
}

div#articles_container {
	width: 250px;
	height: 213px;
	padding: 5px;
	float: right;
	background: #fff;
}

div#articles_container ul {
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	border-top: 1px solid #cfcfcf;
	margin-top: 20px;
}

div#articles_container ul li a {
	padding: 8px 0;
	border-bottom: 1px solid #c3c3c3;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #555;
	text-indent: 4px;
	font-weight: bold;
}

div#articles_container ul li a:hover {
	color: #000;
	background: #e3e3e3;
}

div#articles_container ul li.readMore a {
	text-align: right;
	border-bottom: 0;
	background: #fff !important;
}

div#articles_container ul li.readMore a:hover {
	background: #fff !important;
}

div#content {
	width: 100%;
	padding: 1.0em 0;
	background: url(/images/content_bg.gif) top left repeat-x #fff;
	overflow: hidden;
}

div#content .sideColumn {
	background: url(/images/sidebar_bg.gif) top left no-repeat;
	min-height: 390px;
}

.fullColumn {
	width: 100%;
	float: left;
}

.mainColumn {
	width: 496px;
	float: left;
}

.sideColumn {
	width: 250px;
	padding: 0 5px;
	float: right;
}

div#content h2 {
	font: normal 1.92em "Times New Roman", Times, Georgia, serif;
	text-indent: .3em;
	color: #3c4c80;
	line-height: 1.4em;
	border-bottom: 1px solid #ccc;
}

div#content p {
	padding: .5em;
	font-size: 1.2em;
	line-height: 1.3em;
}

p.quote {
	width: 84%;
	position: relative;
	margin: 1.0em auto;
	padding: 0.5em;
	background: #d6e6cb;
	border: 1px solid #93ac82;
	font-style: italic;
	font-size: 1.4em !important;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #44543a;
	line-height: 1.0em !important;
	text-align: left;
}

h3 {
	font: bold 1.5em Arial, Helvetica, Verdana, sans-serif;
	text-indent: 0.5em;
	margin-top: .5em;
}

h4 {
	font: normal 1.4em "Times New Roman",Times,Georgia, serif;
	margin-top: .5em;
	text-indent: 1.0em;
	color: #000;
}

.inlineUL {
	width: 80%;
	margin: .5em auto;
	font-size: 1.2em;
}

.detailsUL {
	width: 80%;
	margin: -.4em auto .5em auto;
	font-size: 1.2em;
}

.detailsUL .arrowsUL li {
	padding-left: 1.0em;
	background: url(/images/bullet_arrow_left.png) left top no-repeat;
}

.detailsUL ul {
	width: 80%;
	margin: 1.0em auto;
	font-size: 1.0em;
}

form {
	width: 96%;
	position: relative;
	margin: 1.0 auto !important;
	font-size: 1.1em;
}

form div {
	margin-bottom: 5px;
}

fieldset {
	border: 1px solid #ccc;
	background: transparent;
	padding: .5em;
}

legend {
	background: transparent;
	font: normal 1.8em "Times New Roman", Times, Georgia, serif;
	color: #3c4c80;
}

label {
	width: 35%;
	float: left;
	display: block;
	padding-right: 10px;
	text-align: right;
}

label.required {
	font-weight: bold;
	background: url(/images/label_required_bg.gif) 98% top no-repeat;
}

.char3 {
	width: 34px;
}

.char4 {
	width: 46px;
}

.confirm {
	width: 90%;
	padding: .5em;
	background: #d9f3d5;
	border: 1px solid #5f725d;
	position: relative;
	margin: 1.0em auto;
}

.confirm h4 {
	font-size: 1.8em;
	text-indent: .5em;
	border-bottom: 1px solid #fff;
}

.errors {
	background: #e5c7c7;
	width: 90%;
	padding: .5em 0 1.0em 0;
	border: 1px solid #520000;
	position: relative;
	margin: 1.0em auto;
}

.errors h4 {
	font-size: 1.8em;
	text-indent: .5em;
}

.errors ol {
	width: 90%;
	position: relative;
	margin: .5em auto;
	font-size: 1.2em;
	text-align: left;
}

div#footer {
	width: 100%;
	padding-top: 1.6em;
	background: url(/images/footer_bg.gif) top left repeat-x;
}

div#footer .sideColumn div {
	border: 1px solid #fff !important;
	background: #d3d3d3 !important;;
	color: #666;
	display: block;
	padding: .5em;
	width: 90%;
	margin: .5em auto;
}

.filelist {
	width: 84%;
	position: relative;
	margin: .5em auto;
	list-style: none;
	font-size: 1.2em;
	line-height: 1.4em;
}


ul.states {
	width: 100%;
	list-style: none;
}

ul.states li {
	width: 20%;
	text-align: center;
	line-height: 1.3em;
	float: left;
	font-size: 1.1em;
}

ul.states li a {
	color: #6f92c8;
	font-weight: bold;
	text-decoration: none;
}

ul.states li a:hover {
	color: #304e7d;
	text-decoration: underline;
}


ul.location {
	width: 80%;
	position: relative;
	margin: 1em auto;
	list-style: none;
}

ul.location li.municipality {
	font-size: 1.3em;
	font-weight: bold;
}

ul.location li ul {
	list-style: none;
	font-size: 1.1em;
}

div.center {
	width: auto;
	display: block;
	text-align: center;
}

.quickNewsItem {
	font-size: .8em;
	font-size: 1.0em !important;
	padding-bottom: .4em;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	width: 90%;
	position: relative;
	margin: .6em auto;
}

.quickNewsItem strong {
	font-size: 1.1em !important;
}

.quickNewsItem p {
	font-size: 1.0em !important;
	width: 96% !important;
	padding: 0;
	text-align: justify;
	line-height: 1.1em !important;
	overflow: hidden;
}

span.newsDate {
	font-size: 10px;
}

.napeo_logo {
	position: relative;
	margin: 1em auto;
}

div#testimonials p {
	padding: 1em;
	width: 90%;
	line-height: 1.3em;
	position: relative;
	margin: 0 auto;
	
}

div#testimonials p span {
	font-style: normal;
	font-size: .92em;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding-top: 1.2em;
	margin-top: -4px;
	float: left;
}

div#testimonials {
	width: 96%;
	font: italic 1.1em "Times New Roman", Times, Georgia, serif;
	margin: 1.0em auto;
	border: 1px solid #dedede;
	background: url(/images/open_quote.gif) .3em .5em no-repeat #ededed;
	overflow: hidden;
}

div#alert {
	width: 90%;
	position: relative;
	padding: .2em;
	background: #eeeedc;
	border: 1px solid #bcbc98;
	margin: .6em auto;
	position: relative;
}

div#alert p {
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 1.2em;
	background: url(/images/alert.png) left 4px no-repeat transparent;
}

div#alert p a {
	font-size: .92em;
	font-weight: normal;
}

.referraltable {
	width: 80%;
	font-size: 1.2em;
	position: relative;
	margin: 1.0em auto;
}

.referraltable td {
	text-align: center;
}

input[type="text"], select {
	border: 1px solid #bbb;
	background: #fff;
	padding: 1px;
	font-size: 1.0em;
}

select {
	width: 150px;
}

textarea {
	border: 1px solid #bbb;
	background: #fff;
	padding: 1px;
	font: normal 1.1em Arial, Verdana, Helvetica, sans-serif;
}

#ClientLogin ul {
	list-style: none;
}

#ClientLogin ul li {
	padding-bottom: 4px;
}

#ClientLogin .submitButton {
	float: right;
}

#QuoteForm ul {
	list-style: none;
}

#QuoteForm ul li {
	padding-bottom: 3px;
}

#QuoteForm .Phone3 {
	width: 30px !important;
}
#QuoteForm .Phone4 {
	width: 40px !important;
}

.fixme {
	color: #520000;
}

.fixme input {
	border: 1px solid #520000;
}

h2#freeQuoteToday {
	border-bottom: none !important;
}

h2#freeQuoteToday a {
	width: 232px;
	height: 88px;
	display: block;
	background: url(/images/free_quote_today.gif) top left no-repeat transparent;
	text-indent: -9999px;
	position: relative;
	margin: 8px auto 8px auto;
}

ul.FormLinks {
	width: 80%;
	position: relative;
	margin: 1.0em auto;
	font-size: 1.3em;
}