@charset "utf-8";
/* CSS Document */

html, body {
	background-image: url('../images/page_background.png');
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #3e71a0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
	font-size: 93%;
	color: #787878;
}

strong {
	font-weight: bold;
}

#doc {
	width: 989px;
	margin: 0 auto;
	text-align: left;
}

#hd {
	background-image: url('../images/head_background.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 151px;
	padding: 0 5px;
}

#hd .utility {
	height: 45px;
	padding: 0 5px;
}

#hd .utility ul {
	margin-top: 22px;
	float: right;
}

#hd .utility ul li {
	float: left;
	margin-left: 1em;
	font-size: 85%;
}

#hd .utility a {
	color: #787878;
}

#hd .logo {
	height: 85px;
	padding-left: 20px;
	padding-top: 20px;
}

#hd .logo a {
	display: block;
	height: 66px;
	width: 446px;
	background-image: url('../images/logo.png');
}

#bd .callout {
	background-image: url('../images/home_callout3.jpg');
	background-repeat: no-repeat;
	height: 314px;
	position: relative;
}

#bd .callout .inner {
	position: absolute;
	top: 33px;
	left: 670px;
	width: 280px;
}

#bd .callout .inner .form {
	height: 135px;
	*height: 150px;
}

#bd .callout .inner .form .mcafee {
	float: right;
}

#bd .callout .inner .form .truste {
	float: left;
}

#bd .callout .inner .submit {
	height: 58px;
	font-size: 85%;
	color: #787878;
	line-height: 58px;
	padding-left: 16px;
	position: relative;
}

#submit {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; 
	font-size:10pt;
}

.address_span {
	color: #949494; 
	font-weight: normal;
}

.agree {
	font-size: 85%;
}

#bd .callout input.text {
	border: 1px solid #aeaeae;
	height: 15px;
	background-image: url('../images/input_text_background.png');
	font-size: 116%;
	color: #787878;
	width: 159px;
	padding: 7px 12px;
	vertical-align: middle;
}

#bd .callout .inner .submit-button {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_search3.png');
	width: 91px;
	height: 31px;
	cursor: pointer;
	*cursor: hand;
	vertical-align: middle;
}

#bd .callout .inner .submit-button:hover {
	background-position: 0 -31px;
}

#bd .callout .inner .field-label {
	font-size: 116%;
	font-weight: bold;
	color: #4e4e4e;
	margin: 15px 0 9px;
	clear: both;
}

#bd .callout .inner .radiolist {
	color: #787878;
	font-size: 93%;
	height: 1em;
}

#bd .callout .inner .radiolist li {
	float: left;
	margin-right: 2em;
}

/* ////////////////////////////////// */ 


#bd .callout2 {
	background-image: url('../images/home_callout.jpg');
	background-repeat: no-repeat;
	height: 314px;
	position: relative;
}

#bd .callout2 .inner {
	position: absolute;
	top: 33px;
	left: 670px;
	width: 280px;
}

#bd .callout2 .inner .form {
	height: 135px;
	*height: 150px;
}

#bd .callout2 .inner .form .mcafee {
	float: right;
}

#bd .callout2 .inner .form .truste {
	float: left;
}

#bd .callout2 .inner .submit {
	height: 58px;
	font-size: 85%;
	color: #787878;
	line-height: 58px;
	padding-left: 16px;
	position: relative;
}

#bd .callout2 input.text {
	border: 1px solid #aeaeae;
	height: 15px;
	background-image: url('../images/input_text_background.png');
	font-size: 116%;
	color: #787878;
	width: 159px;
	padding: 7px 12px;
	vertical-align: middle;
}

#bd .callout2 .inner .submit-button {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_search3.png');
	width: 91px;
	height: 31px;
	cursor: pointer;
	*cursor: hand;
	vertical-align: middle;
}

#bd .callout2 .inner .submit-button:hover {
	background-position: 0 -31px;
}

#bd .callout2 .inner .field-label {
	font-size: 116%;
	font-weight: bold;
	color: #4e4e4e;
	margin: 15px 0 9px;
	clear: both;
}

#bd .callout2 .inner .radiolist {
	color: #787878;
	font-size: 93%;
	height: 1em;
}

#bd .callout2 .inner .radiolist li {
	float: left;
	margin-right: 2em;
}

/* ///////////////////////////////////// */

#bd {
	background-image: url('../images/body_background.png');
	background-position: top;
	background-repeat: repeat-y;
}

#bd .wrap {
	background-image: url('../images/body_background_top.png');
	background-position: top;
	background-repeat: no-repeat;
	background-color: transparent;
	min-height: 520px;
	padding: 0 5px;
	overflow: auto;
}

#ft {
	background-image: url('../images/footer_background.png');
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 50px;
	color: #787878;
	font-size: 85%;
	padding-bottom: 2em;
	*clear: both;
}

#ft a {
	color: #3e71a0;
}

#ft .copyright {
	padding: 0 5px;
	text-align: center;
}

#bd .three-col h2 {
	color: #3e71a0;
	font-size: 138.5%;
	font-weight: bold;
	margin-bottom: 1.2em;
}

#bd .three-col h1 {
	color: #3e71a0;
	font-size: 138.5%;
	font-weight: bold;
	margin-bottom: 1.2em;
}

#bd .three-col {
	padding-top: 31px;
	padding-left: 30px;
	padding-right: 20px;
	background-image: url('../images/body_3col_background.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: transparent;
	min-height: 206px;
}

#bd .three-col .col-left {
	width: 280px;
	float: left;
}

#bd .three-col .col-mid {
	width: 280px;
	padding-left: 30px;
	float: left;
}

#bd .three-col .col-right {
	width: 300px;
	float: right;
}

.painter-callout {
	display: block;
	overflow: hidden;
	text-indent: -900px;
	background-image: url('../images/button_painters.jpg');
	height: 150px;
	margin-bottom: 20px;
}

.painter-callout:hover {
	background-position: 0 -150px;
}

.photo {
	margin-bottom: 1.25em;
}

.three-col p, .three-col li, .two-col p, .two-col li {
	font-size: 93%;
	color: #787878;
	margin-bottom: 1em;
}

.three-col p strong, .three-col li strong, .two-col p strong, .two-col li strong {
	color: #4f4f4f;
}

.three-col .col-left p.large, .three-col .col-mid p.large {
	font-size: 116%;
}

.three-col .col-left ol li.li1 {
	background-image: url('../images/li_1.png');	
}

.three-col .col-left ol li.li2 {
	background-image: url('../images/li_2.png');	
}

.three-col .col-left ol li.li3 {
	background-image: url('../images/li_3.png');	
}

.three-col .col-left ol li {
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-top: 3px;
}

.two-col {
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 20px;
}

.two-col .col-left {
	float: left;
	width: 610px;
}

.two-col .col-right {
	float: right;
	width: 300px;
}

h1 {
	display: block;
	background-image: url('../images/h1_background.png');
	background-repeat: repeat-x;
	height: 58px;
	color: #3e71a0;
	padding-left: 30px;
	padding-top: 36px;
	font-size: 36px;
	font-weight: bold;
}

h1.contractor {
	background-image: url('../images/h1_background_contractor.png');
}

.two-col h2 {
	color: #4f4f4f;
	font-weight: bold;
	font-size: 138.5%;
}

.form-header {
	height: 97px;
	background-image: url('../images/form_header.png');
	background-repeat: repeat-x;
	position: relative;
	padding-left: 90px;
	padding-top: 30px;
	font-weight: bold;
	color: #3e71a0;
	font-size: 24px;
}

.check {
	position: absolute;
	top: 30px;
	left: 30px;
}

.form-header em {
	color: #85c404;
	font-size: 36px;
	font-weight: bold;
	line-height: 0.8em;
}

.form-header small {
	color: #787878;
	font-size: 15px;
	font-weight: normal;
}

#accuracy {
	background-image: url('../images/accuracy_background.png');
	height: 134px;
	position: relative;
	margin-bottom: 20px;
}

#accuracy div {
	height: 30px;
	position: absolute;
	background-image: url('../images/accuracy_rating.png');
	width: 280px;
	top: 40px;
	left: 10px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#accuracy div span {
	display: block;
	font-weight: bold;
	font-size: 36px;
	margin-top: -6px;
}

#accuracy div.poor {
	background-position: 84px 0;
	color: #e10a0a;
}

#accuracy div.poor2 {
	background-position: 84px -30px;
	color: #E18C0A;
}

#accuracy div.fair {
	background-position: 84px -60px;
	color: #3e71a0;
}

#accuracy div.good {
	background-position: 84px -90px;
	color: #86c504;
}

#accuracy div.excellent {
	background-position: 84px -120px;
	color: #86c504;
}

.security {
    margin-top: 36px; 
	_margin-top: 18px;
}

fieldset {
	margin-left: 59px;
}

fieldset h3 {
	color: #3e71a0;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #3e71a0;
	font-size: 24px;
	font-weight: bold;
}

fieldset .divide {
	margin-bottom: 10px;
	border-bottom: 2px solid #3e71a0;
}

fieldset .field {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	width: 541px;
	clear: both;
}

fieldset .field2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	width: 541px;
	clear: both;
	padding: 8px 0px;
}

fieldset .last {
	border-bottom: none;
	padding-bottom: 5px;
}

fieldset .field strong {
	display: block;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 116%;
	margin-bottom: 6px;
	line-height: 1.2em;
}

fieldset .field strong .instructions {
	font-weight: normal;	
}

fieldset .field strong .instructions-nextline {
	font-weight: normal;
	font-size: 12px;
}

fieldset .field .example {
	text-align: right;
	font-size: 85%;
	color: #787878;
	margin-right: 68px;
	margin-top: 4px;
}

fieldset .hint {
	display: none;
}

fieldset input.text, fieldset textarea.text {
	border: 1px solid #aeaeae;
	height: 15px;
	background-image: url('../images/input_text_background.png');
	font-size: 116%;
	color: #787878;
	padding: 7px 12px;
	margin-right: 17px;
}

fieldset select {
	border: 1px solid #aeaeae;
	height: 32px;
	background-image: url('../images/input_text_background.png');
	font-size: 116%;
	color: #787878;
	padding: 5px 12px;
	margin-right: 17px;
}

fieldset textarea.text {
	height: 155px;	
}

fieldset input.full, fieldset textarea.full {
	width: 448px;	
}

fieldset input.half {
	width: 203px;	
}

fieldset label {
	color: #787878;
	font-size: 93%;
	margin-right: 17px;
}

fieldset .field .col1 {
	float: left;
}

fieldset .field .col2 {
	margin-left: 247px;
}

.box, .box2, .box3 {
	margin-bottom: 20px;
}

.box {
	background-image: url('../images/side_section_background.png');
	background-repeat: no-repeat;
	padding: 0 10px;
}

.box.mcafee {
	margin-top: 45px; 
	text-align: center;
}

.box_security {
    margin-left: 11px;
}

.box_security2 {
	float: left; 
	margin-right: 17px;
}

.box2 {
	background-image: url('../images/side_section2_background.png');
	height: 170px;
	padding: 0 10px;
}

.box2 .large {
	font-size: 24px;
	color: #4e4e4e;
	margin-bottom: 15px;
}

.box2 small {
	font-size: 12px;
	color: #787878;
}

.box3 {
	background-image: url('../images/side_section3_background.png');
	height: 197px;
	padding: 0 10px;
}

.box h4, .box2 h4, .box3 h4 {
	height: 46px;
	line-height: 46px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #3e71a0;
	font-weight: bold;
}

.gallery .photo {
	height: 54px;
	border: 1px solid #d0d0d0;
	padding: 3px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.email_list {
	border-top:2px solid #000000;
}

.email_label {
	font-weight: normal; 
	font-family:Arial; 
	font-size:12px; 
	color:#000000;
}

.email_input {
	font-size:10pt; 
	border:1px solid #999999;
}

.oops {
	height: 95px;
	background-image: url('../images/form_error.png');
	background-repeat: no-repeat;
	margin-bottom: 21px;
	display: none;
}

#oops {
    display: block;
}

a.help {
	position: absolute;
	right: 0;
	top: 12px;
	height: 19px;
	width: 19px;
	background-image: url('../images/icon_help.png');
	cursor: pointer;
}

a.help:hover {
	background-position: 0 -19px;
}

fieldset .hint {
	position: absolute;
	height: 62px;
	width: 201px;
	padding: 20px 16px 16px 14px;
	font-size: 11px;
	background-image: url('../images/hint_background.png');
	top: -18px;
	right: 22px;
	display: none;
}

fieldset .hint strong {
	margin-bottom: 3px;
}

fieldset .hint a.close {
	display: block;
	position: absolute;
	right: 14px;
	top: 9px;
	background-image: url('../images/icon_hint_close.png');
	width: 8px;
	height: 8px;
}

fieldset .hint a:hover.close
{
	background-position: 0 -8px;
}

fieldset .getbids {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_getbids.png');
	width: 202px;
	height: 44px;
	cursor: pointer;
	*cursor: hand;
	float: left;
	margin-left: 0px;
}

fieldset .search2 {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_search2.png');
	width: 261px;
	height: 43px;
	cursor: pointer;
	*cursor: hand;
	float: right;
	margin-left: 35px;
}

fieldset .search2:hover {
	background-position: 0 -43px;
}

fieldset .signup {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_signup.png');
	width: 202px;
	height: 44px;
	cursor: pointer;
	*cursor: hand;
	float: left;
	margin-left: 0px;
}

fieldset #signup {
	text-indent: -9000px; 
	text-transform: uppercase; 
	float: left; 
	margin-left: 0px; 
	background-image: url('assets/images/button_get-info.png');
}

fieldset .signup:hover {
	background-position: 0 -44px;
}

.agreebox {
	float: left;
	margin-bottom: 50px;
	margin-right: 8px;
}

fieldset .field-error {
	color: #e30505 !important;
}

fieldset label.error {
	display: block;
	margin-bottom: 5px;
	color: #e30505 !important;
	font-weight: bold;
}

#scroll-leader {
	position: relative;
	_position: static; /* IE6 */
	overflow: auto;
}

#scroll-follower {
	position: absolute;
	_position: static; /* IE6 */
	width: 300px;
}

.accuracyrating .rating {
	font-weight: bold;
	font-size: 31px;
	float: left;
}

.accuracyrating div.poor {
	color: #e10a0a;
}

.accuracyrating div.poor2 {
	color: #E18C0A;
}

.accuracyrating div.fair {
	color: #3e71a0;
}

.accuracyrating div.good {
	color: #86c504;
}

.accuracyrating div.excellent {
	color: #86c504;
}

.accuracyrating .label {
	float: right;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: bold;
}

.accuracyrating .note {
	clear: both;
	font-size: 11px;
	color: #787878;
}

.accuracyrating h3 {
	height: 46px;
	line-height: 46px;
	color: #4e4e4e;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.accuracyrating h5 {
	color: #3e71a0;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #3e71a0;
}

.accuracyrating table {
	width: 100%;
}

.accuracyrating table th, .accuracyrating table td {
	padding: 5px 6px;
	color: #4e4e4e;
	font-size: 12px;
	border: 2px solid White;
	vertical-align: top;
	width: 50%;
}

.accuracyrating table th {
	padding-left: 0;
	font-weight: bold;
	white-space: nowrap;
}

.accuracyrating table td {
	background-color: #ebebeb;	
}

.contactme {
	margin-top: 13px;
	font-size: 15px;
	font-weight: bold;
	color: #3e71a0;
	width: 256px;
	height: 52px;
	background-image: url('../images/contactme2.png');
	padding: 16px 12px 0;
	background-repeat: no-repeat;
}

span.req {
	color: #cc0000;
	font-weight: bold;
}

br.clear { clear: both; }

fieldset .contractor_submit {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_contractor_submit.png');
	width: 202px;
	height: 44px;
	cursor: pointer;
	*cursor: hand;
	float: left;
}

fieldset .contractor_submit:hover {
	background-position: 0 -44px;
}

.special {
	height: 30px;
}

.special2 {
	margin-top: 0;
}

.special3 {
	font-weight: 15px; 
	margin: 3px 11px 17px; 
	padding-bottom: 3px; 
	border-bottom: 1px solid #bfbfbf;
}

.special4 {
	color: #4f4f4f;
}

.special5 {
	font-weight: bold; color: #3e71a0;
}