/* GENERIC STYLING */
img, div, p { behavior: url(/iepngfix.htc) }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{margin:0; padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
body {
	background:white;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

a, a:visited {
	color:black;
}

.cl {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}

.clmore {
	clear:both;
	font-size:1px;
	height:10px;
	line-height:1px;
}

.biggerSpace {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:20px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

/* HEADER */
#header {
	position:relative;
	z-index: 50;
	width:950px;
	height:116px;
	margin:0 auto;
	background:url(/img/header_bg.jpg) no-repeat top left;
}

#header ul li, #footer ul li {
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:white;
	margin:0 8px;
}

#header ul li a, #footer ul li a {
	font-size:14px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

#header ul li a:hover, #footer ul li a:hover, #header ul li a.on, #footer ul li a.on {
	color:#CC6600;
}

#header ul {
	position:absolute;
	top:10px;
	left:447px;
}

#header p.slogan2 {
	position:absolute;
	top:55px;
	left:490px;
	font-size:20px;
	color:white;
	font-weight:bold;
}

#header p.slogan2 span {
	color:#003366;
	font-weight:bold;
}

#logo {
	position:absolute;
	top:9px;
	left:16px;
}

.slogan {
	position:absolute;
	top:3px;
	left:90px;
	color:white;
	font-size:12px;
}

.slogan a {
	color:white !important;
	text-decoration:none;
}

.slogan a:hover {
	text-decoration:underline;
}

#body_wrapper {
	margin:0 auto;
	width:950px;
}

/* FOOTER */
#footer {
	height:43px;
	background:url(/img/footer_bg.gif) no-repeat top left;
	text-align:center;
	padding:40px 0 0 0;
	color:white;
	font-size:12px;
	float: left;
	width: 950px;
}

#footer ul {
	margin-bottom:5px;
}

/* CONTENT */
#content {
	float: left;
	width: 950px;
}

/* LEFT PANEL */
#left-panel {
	position:relative;
	width:280px;
	float:left;
	padding-top:20px;
	padding-left:30px;
}

#left-panel ul li {
	width:278px;
	height:50px;
	line-height:50px;
	margin-bottom:3px;
	font-size:17px;
	color:white;
	font-weight:bold;
}

#left-panel ul li a {
	font-size:17px;
	color:white;
	background:url(/img/left-menu_bg.jpg) no-repeat top left;
	display:block;
	width:253px;
	height:50px;
	padding-left:25px;
	text-decoration:none;
	font-weight:bold;
}

#left-panel ul li a.first {
	background:url(/img/left-menu-first_bg.jpg) no-repeat top left;
}

#left-panel ul li a.last {
	background:url(/img/left-menu-last_bg.jpg) no-repeat top left;
}

#left-panel ul li a:hover.first {
	background-position:0 -50px;
}

#left-panel ul li a:hover.last {
	background-position:0 -50px;
}

#left-panel ul li a:hover, #left-panel ul li a.on {
	background-position:0 -50px;
}

/* RIGHT PANEL */
#right-panel {
	position:relative;
	width:575px;
	float:right;
	padding-top:20px;
	padding-right:22px;
}


#home_search_form {
	position:relative;
	width:571px;
	height:214px;
	background:url(/img/find-a-local-servicer.gif) no-repeat top left;
	z-index: 40;
}

#home_search_form img {
	position:absolute;
	top:-36px;
	left:-17px;
}

#home_search_form span.head-title {
	position:absolute;
	top:19px;
	left:188px;
	font-size:30px;
	font-weight:bold;
	color:white;
}

#home_search_form h1 {
	display: inline;
}

#home_search_form #autocomplete_choices {
	position:absolute;
	top:111px;
	left:189px;
	width: 223px;
	z-index: 40;
}

#header-search #autocomplete_choices {
	left:280px;
	position:relative;
	top:38px;
	width: 180px;
}

#header-search #autocomplete_choices .yui-ac-content {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #808080;
	overflow:hidden;
	width:100%;
}

#header-search #autocomplete_choices ul {
	background:#FFFFFF none repeat scroll 0 0;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 180px;
}

#header-search #autocomplete_choices ul li {
	font-size:12px;
	cursor:default;
	list-style:none;
	clear: both;
	display: block;
	font-weight: 100;
	margin:0;
	padding:2px 5px;
	white-space:nowrap;
	color:black;
	font-family:Arial,Helvetica,sans-serif;
}

#header-search #autocomplete_choices ul li.yui-ac-highlight {
	background-color: #426FD9;
	color: #fff;
}

.search-zip {
	position:absolute;
	top:77px;
	left:420px;
}

.searchbox {
	position:absolute;
	top:82px;
	left:200px;
	font-size:18px;
	width:200px;
	color:#333;
	background:none;
	border:none;
}

.zip-code-finder {
	display:block;
	position:absolute;
	top:185px;
	left:430px;
	color:white !important;
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
	cursor: pointer;
}

.zip-code-finder:hover {
	color:#CC6600 !important;
}

.search-by {
	position:absolute;
	top:120px;
	left:190px;
	font-size:14px;
	font-weight:bold;
	color:#CC6600;
}

.search-by a {
	color:white !important;
	font-size:14px;
	font-weight:normal;
	display:block;
	padding-left:15px;
	margin:5px 0;
}

.search-by a:hover {
	color:#CC6600 !important;
}

#get-a-quote {
	margin-top:20px;
	position:relative;
	width:571px;
	height:191px;
	background:url(/img/get-a-quote.jpg) no-repeat top left;
	z-index: 10;
}

#get-a-quote h2 {
	display: inline;
}

.get-a-quote-but {
	display:block;
	position:absolute;
	top:145px;
	left:255px;
}

#get-a-quote span.head-title {
	position:absolute;
	top:29px;
	left:30px;
	font-size:30px;
	font-weight:bold;
	color:white;
}

#get-a-quote p {
	position:absolute;
	top:75px;
	left:70px;
	color:white;
	font-size:18px;
	line-height:1.9em;
}

#get-a-quote p.subtitle {
	position:absolute;
	top:140px;
	left:70px;
	font-size:23px;
	font-weight:bold;
	color:white;
}

/* CONTENT CLASS */
.subcontent {
	padding-top:30px;
}

.placeholder {
	width:180px;
	padding-right:10px;
}

.subcontent ul, .subcontent ol, .subcontent h2, .subcontent h3, .subcontent h4 {
	margin-bottom:10px;
}

.subcontent p {
	margin-bottom:15px;
}

.subcontent h2 {
	font-size:13px;
}

.subcontent h3 {
	font-size:12px;
}

.subcontent h4 {
	font-size:12px;
	font-weight:normal;
}

.subcontent ul {
	list-style-position:inside;
	list-style-type:disc;
	margin-left:10px;
}

.subcontent ol {
	list-style-position:inside;
	list-style-type:decimal;
	margin-left:10px;
}

.subcontent-title {
	font-size:12px;
	font-weight:bold;
}

.subcontent-title h2 {
	display: inline;
}


/* HEADER SEARCH AREA (subpage)*/
#header-search {
	position:absolute;
	width:570px;
	height:49px;
	top:41px;
	left:354px;
	background:url(/img/search-header_bg.gif) no-repeat top left;
}

#get-a-quote-button {
	display:block;
	position:absolute;
	top:11px;
	left:14px;
}

.Find-a-Servicer {
	position:absolute;
	top:16px;
	left:270px;
	font-size:13px;
	width:185px;
	color:#333;
	background:none;
	border:none;
}

.search-header-button {
	position:absolute;
	top:10px;
	left:472px;
}


.brand {
	position:relative;
	width:248px;
	min-height:86px;
	background:url(/img/brand_bg.gif) no-repeat top left;
	padding:7px 15px;
	overflow:hidden;
}
.brand .left {
	float:left;
	width:145px;
}
.brand .right {
	position: relative;
	float: left;
	height: 70px;
}

.brandbot {
	background:url(/img/brand_bot.gif) no-repeat top left;
	margin-bottom:10px;
	height: 15px;
}

.brand p.head-title {
	font-size:17px;
	font-weight:bold;
	width:250px;
	color:#003366;
	margin-bottom:3px;
}

.brand p.head-title a {
	font-size:16px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

.brand p.head-title a:hover {
	text-decoration:underline;
}

.brand p {
	font-size:11px;
	color:#24272B;
	width:145px;
}

.brand .hidePhone {
	padding:0;
	font-size: 14px;
	font-weight: bold;
	display: none;
	width: 145px;
}

.brand .hidePhone p {
	font-size: 14px;
	font-weight: bold;
}

.brand .hidePhone p.address {
	font-weight: 100 !important;
}

.brand p.address {
	padding-top:5px;
	font-weight:bold;
	font-size:12px;
	width: 145px;
}

.brand .phone {
	color:#003366;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	cursor: pointer;
	padding:0;
}

.brand .phone a {
	color:#003366;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.brand .phone a:hover {
	text-decoration:underline;
}

.brand .get-quote-button {
	position:absolute;
	top:31px;
	left:167px;
}

.brand .profile-button {
	position:absolute;
	left:13px;
}
.brand form {
	height: 27px;
	padding: 0 0 5px 0;
}

.brand .website-button {
	position:absolute;
	left:55px;
}

.brand .website-button .hl {
	display: none;
}

.search-results p.head-title {
	font-size:19px;
	font-weight:bold;
	padding-top:15px;
}

.search-results span.sub-title {
	font-size:19px;
	margin-bottom:5px;
	display: block;
}

.search-results span.sub-title h1 {
	display: inline;
	font-weight: 100;
}

.search-results p.sub-title span {
	font-size:13px;
}

.search-results table {
	width:570px;
	border:2px solid #333;
	position:relative;
}

.search-results table td {
	height:100px;
	border-bottom:2px solid #333;
	position:relative;
	vertical-align:top;
}

.search-results table td.header {
	background:#333;
	height:61px;
}

.search-results table td.footer {
	background:#333;
	height:46px;
	vertical-align:middle;
	font-size:19px;
	font-weight:bold;
	color:white;
	text-align:center;
}

.search-results table td.footer a {
	font-size:19px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

.search-results table td.footer span {
	color:#cc6600;
	display:inline;
	font-size:19px;
	margin: 0;
}

.search-results table td.footer a.left-arrow {
	background:url(/img/arrow-left.gif) no-repeat top left;
	margin-right:5px;
	padding:0 10px 0 0;
}

.search-results table td.footer a:hover.left-arrow {
	background:url(/img/arrow-left-orange.gif) no-repeat top left;
}

.search-results table td.footer a.right-arrow {
	background:url(/img/arrow-right.gif) no-repeat top left;
	margin-left:5px;
	padding:0 10px 0 0;
}

.search-results table td.footer a:hover.right-arrow {
	background:url(/img/arrow-right-orange.gif) no-repeat top left;
}

.search-results table td.footer a.left-dblarrow {
	background:url(/img/arrow-leftDouble.gif) no-repeat top left;
	padding:0 30px 0 0;
}

.search-results table td.footer a:hover.left-dblarrow {
	background:url(/img/arrow-leftDoubleOver.gif) no-repeat top left;
}

.search-results table td.footer a.right-dblarrow {
	background:url(/img/arrow-rightDouble.gif) no-repeat top left;
	padding:0 30px 0 0;
}

.search-results table td.footer a:hover.right-dblarrow {
	background:url(/img/arrow-rightDoubleOver.gif) no-repeat top left;
}

.search-results table td.footer a:hover, .search-results table td.footer a.on {
	color:#CC6600;
}

.search-results table tr.even {
	background:#ccc;
}

.search-results table tr.even p.head-title, .search-results table tr.odd p.head-title {
	padding-top:16px;
	padding-left:20px;
	padding-bottom:0px;
	font-size:14px;
	font-weight:bold;
	color:#003366;
}

.search-results table tr.even p.head-title a, .search-results table tr.odd p.head-title a {
	font-size:16px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

.search-results table tr.even p.head-title a:hover, .search-results table tr.odd p.head-title a:hover {
	text-decoration:underline;
}

.search-results table tr.odd {
	background:white;
}

.search-results table td p {
	padding-left:20px;
	font-size:11px;
	color:#2B2B2B;
}

.search-results table td .address {
	font-weight: 100 !important;
	font-size:12px !important;
}

.search-results table td .bold {
	font-weight: bold !important;
}

.search-results table td .hidePhone .address {
	padding-top:5px !important;
}

.search-results table td p big {
	cursor: pointer;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#003366;
}

.search-results table td p big a {
	font-size:12px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

.search-results table td p big a:hover {
	text-decoration:underline;
}

.search-results table td span {
	display:block;
	color:#2b2b2b;
	font-size:12px;
	margin-left:100px;
	margin-top:10px;
}

.search-results table td span.viewnum {
	text-decoration:none;
	cursor: pointer;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#003366;
	margin: 0;
	width: 145px;
	padding:0 0 10px 20px;
}

.search-results table td table {
	border: none;
	width:95%;
}

.search-results table td table td {
	border: 0px;
	height: 0px;
}

.search-results table td table td.miles {
	text-align: right;
	font-size: 12px;
	padding:10px 25px 10px 0;
}

.search-results .rightHolder {
	margin: 10px 0;
}

.search-results .rightHolder .right {
	height:70px;
	position: relative;
}

.search-results .rightHolder .right form {
	height:27px;
	padding:0 0 5px;
}

.search-results .rightHolder .right .pb {
	left:13px;
	position:absolute;
}

.search-results .rightHolder .right .wb {
	left:55px;
	position:absolute;
}

.search-results .rightHolder .right .wb .hl {
	display: none;
}

.gq {
	display:block;
	float:left;
	width: 101px;
	height: 27px;
	background: url(/img/get-quote-button.gif);
	border: none;
	cursor: pointer;
}

#table-header {
	position:relative;
	width:570px;
	height:61px;
	color:white;
}

#table-header big {
	position:absolute;
	top:15px;
	left:13px;
	color:white;
	padding:0;
	font-weight:bold;
	font-size:14px;
}

#table-header p {
	position:absolute;
	top:33px;
	left:15px;
	width:300px;
	padding:0;
	margin:0;
	color:white;
}

#table-header p a {
	padding:0;
	margin:0;
	display:inline;
	color:white;
	text-decoration:none;
	margin:0 10px;
	font-size:14px;
}

#table-header p a:hover {
	color:#cc6600;
}

#table-header .expand-search {
	font-size:14px;
	font-weight:bold;
	color:white;
	position:absolute;
	top:33px;
	left:345px;
}

#table-header select {
	position:absolute;
	top:25px;
	left:482px;
	font-size:15px;
	color:#333;
}

#table-header select.text_bold {
	position:relative;
	top: 0px;
	left: 0px;
}

.title8 {
	color:white;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:15px 0 0 5px;
}

.title9 {
	color:white;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:5px 0 0 5px;
}

.content {
	font-size:13px;
	color:black;
}

.content strong {
	font-weight:bold;
}

.content .nomargin {
	margin:0 0 0 12px;
}

.content ul {
	margin:0 0 10px 12px;
	list-style-type:disc;
	margin-left:30px;
}

.content p {
	margin:0 0 8px 12px;
}

.content .subtitle {
	color:#003366;
	font-size:22px;
	font-weight:bold;
}

.content .subtitle2 {
	color:#003366;
	font-size:19px;
	font-weight:bold;
	position:relative;
	top:7px;
}

.content .subtitle3 {
	color:#003366;
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px;
}

.content .margin {
	margin:0 0 25px 0;
}

.content .big {
	font-size:14px;
}

.content .bigger {
	font-size:17px;
}

.content .smaller {
	font-size:0.9em;
}

.content .bold {
	font-weight:bold;
}

.content .header-title {
	position:relative;
	font-size:27px;
	font-weight:bold;
	color:white;
	width:569px;
	height:43px;
	line-height:43px;
	background:url(/img/content-header-title_bg.gif) no-repeat top left;
	padding-left:12px;
	margin:0 0 10px 0;
}

.content .header-title2 {
	position:relative;
	font-size:24px;
	font-weight:bold;
	color:white;
	width:569px;
	height:39px;
	line-height:39px;
	background:url(/img/content-header-title_bg2.gif) no-repeat top left;
	padding-left:12px;
	margin:0 0 10px 0;
}

.content .header-title3 {
	position:relative;
	font-size:27px;
	font-weight:bold;
	color:white;
	width:285px;
	height:38px;
	line-height:38px;
	background:url(/img/content-header-title_bg3.gif) no-repeat top left;
	padding-left:12px;
	margin:0 0 10px 0;
}

.content h1.header-title3 {
	position:relative;
	font-size:26px;
	font-weight:bold;
	color:white;
	width:285px;
	height:38px;
	line-height:38px;
	background:url(/img/content-header-title_bg3.gif) no-repeat top left;
	padding-left:12px;
	margin:0 0 10px 0;
}

.content .get-quote-button2 {
	display:block;
	position:absolute;
	top:7px;
	left:430px;
}

p.parag1 {
	color:white;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0 0 0 18px;
}

p.parag2 {
	color:white;
	margin:0 0 5px;
	padding:0 10px 0 18px;
}

p.parag2 span {
	color:#CC6600;
	font-size:14px;
	font-weight:bold;
	margin:0;
}

.pricing-structure {
	position:relative;
	width:570px;
	height:553px;
	background:url(/img/pricing-structure.jpg) no-repeat bottom left;
	margin-bottom:20px;
}

a.view-sample-green {
	display:block;
	position:absolute;
	top:0;
	left:245px;
}

a.view-sample-blue {
	display:block;
	position:absolute;
	top:0;
	left:361px;
}

a.view-sample-yellow {
	display:block;
	position:absolute;
	top:0;
	left:475px;
}

.box-body {
	position:relative;
	width:570px;
	background:url(/img/box-body.gif) repeat-y top left;
}

.box-header {
	position:relative;
	width:570px;
	background:url(/img/box-header.gif) no-repeat top left;
}

.box-footer {
	position:relative;
	width:570px;
	background:url(/img/box-footer.gif) no-repeat bottom left;
}

.advertise-with {
	height:200px;
}

.box-footer .title {
	height:45px;
	line-height:45px;
	font-size:17px;
	font-weight:bold;
	padding-left:3px;
	color:white;
}

.box-footer .title2 {
	height:45px;
	line-height:45px;
	font-size:24px;
	font-weight:bold;
	padding-left:3px;
	color:white;
}

.style2 {
	color:#333;
	font-size:17px;
	font-weight:bold;
}

.style3 {
	color:#003366;
	font-size:19px;
	font-weight:bold;
	width:330px;
}

.style3 a {
	color:#003366;
}

.highly-ranked-on {
	position:absolute;
	top:55px;
	left:450px;
}

.box-footer .smalltitle {
	color:#003366;
	font-size:16px;
	font-weight:bold;
}

.box-footer .smalltitle a {
	color:#003366;
}

.free-listing {
	position:relative;
	width:254px;
	height:125px;
	background:url(/img/free-listing_bg.gif) no-repeat top left;
	margin:15px 0 0 300px;
}

.free-listing label {
	font-size:18px;
	color:white;
	font-weight:bold;
}

.free-listing-name-label {
	position:absolute;
	top:15px;
	left:18px;
}

.free-listing-name {
	position:absolute;
	top:14px;
	left:80px;
	font-size:14px;
	padding:3px;
	color:#333;
	width:150px;
}

.free-listing-phone-label {
	position:absolute;
	top:50px;
	left:13px;
}

.free-listing-phone1 {
	position:absolute;
	top:48px;
	left:80px;
	font-size:14px;
	padding:3px;
	color:#333;
	width:30px;
}

.free-listing-phone2 {
	position:absolute;
	top:48px;
	left:130px;
	font-size:14px;
	padding:3px;
	color:#333;
	width:30px;
}

.free-listing-phone3 {
	position:absolute;
	top:48px;
	left:179px;
	font-size:14px;
	padding:3px;
	color:#333;
	width:50px;
}

.free-listing-add-update {
	position:absolute;
	top:83px;
	left:97px;
}

#expertise {
	position:relative;
	width:570px;
	height:147px;
	background:url(/img/background.gif) no-repeat top left;
	margin-bottom:20px;
}

#expertise img {
	position:absolute;
	top:-35px;
	left:-15px;
}

#expertise .title {
	position:absolute;
	top:10px;
	left:160px;
	font-size:26px;
	font-weight:bold;
	color:white;
	width:350px;
}

#expertise .subtitle {
	position:absolute;
	top:75px;
	left:160px;
	font-size:13px;
	font-weight:normal;
	color:white;
	list-style:1.2em;
	width:400px;
}

ul.servicers {
	list-style-position:outside;
	list-style-type:none;
	padding:0 60px 20px 13px;
	margin:0;
	width:200px;
	float:left;
	text-decoration:none;
}

ul.servicers a {
	text-decoration:none;
}

ul.servicers a:hover {
	text-decoration:underline;
}

ul.servicers li {
	list-style-position:outside;
	list-style-type:none;
	background:url(/img/arrow.gif) no-repeat 0px 3px;
	padding:0 0 0 18px;
	font-size:14px;
	color:#333;
	margin-bottom:15px;
text-decoration:none;
}

.content .parag_left {
	float:left;
	width:70px;
	font-weight:bold;
	padding-left:10px;
	font-size:12px;
	margin-bottom:20px;
}

.content .webline {
	float:left;
	font-weight:bold;
	padding-left:10px;
	font-size:12px;
	margin-bottom:20px;
}

.content .parag_right {
	width:150px;
	float:left;
	font-size:12px;
	margin-bottom:10px;
	padding-right:15px;
}

.content .sub-title {
	font-size:20px;
	font-weight:bold;
	color:#003366;
	margin-bottom:1px;
}

.content .sub-title2 {
	font-size:14px;
	font-weight:bold;
	color:black;
}

.content .sub-title2 a {
	text-decoration: none;
}

.content .sub-title3 {
	font-size:18px;
	font-weight:bold;
	color:#cc6600;
}

.content .sub-title4 {
	font-size:13px;
	font-weight:normal;
	color:black;
}

.contact-form-right-panel {
	position:absolute;
	width:300px;
	top:128px;
	left:280px;
}

.contact-form-right-panel p {
	font-size:15px;
	color:black;
}

.contact-form-right-panel p span {
	font-size:18px;
	font-weight:bold;
	color:#003366;
}

form.contact-form {
	padding-left:12px;
	padding-top:11px;
	color:black;
	font-size:13px;
	font-weight:bold;
	background:url(/img/contact-form_bg.jpg) no-repeat 250px 210px;
}

form.contact-form img {
	position: absolute;
	left: 425px;
	top: 100px;
}

form.contact-form p {
	padding-left:0;
	margin-left:0;
}

form.contact-form p.form-title {
	font-size:18px;
	font-weight:bold;
	color:#003366;
}

form.contact-form label {
	display:block;
	margin-bottom:2px;
}

form.contact-form label span {
	color:#cc6600;
}

form.contact-form input.text-boxes {
	font-size:13px;
	color:#333;
	font-weight:normal;
	padding:3px;
	width:150px;
	border:1px solid #333;
	margin-bottom:5px;
}

form.contact-form input.phone1 {
	width:38px;
}

form.contact-form input.phone2 {
	width:38px;
}

form.contact-form input.phone3 {
	width:50px;
}

form.contact-form select.select-boxes {
	font-size:13px;
	color:#333;
	font-weight:normal;
	margin-bottom:5px;
}

form.contact-form p.form-required {
	font-size:12px;
	font-weight:normal;
}

form.contact-form p.form-required span {
	color:#cc6600;
}

form.contact-form textarea.textarea-boxes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	font-weight:normal;
	padding:3px;
	width:560px;
	height:215px;
	border:1px solid #333;
	margin-bottom:15px;
}

form.contact-form #LeadZipcode {
	width: 75px;	
}

form.contact-form .get-quote-button {
	padding-top: 10px;
}

form.getaquote-form {
	padding-left:25px;
	padding-top:15px;
	color:#ffffff;
	float: left;
	height: 282px;
	width: 570px;
	font-size:14px;
	font-weight:bold;
	background:url(/img/get-quote-bg.gif) no-repeat 0 0;
	position: relative;
}

form.getaquote-form img {
	position: absolute;
	left: 440px;
	top: 100px;
}

form.getaquote-form p {
	padding-left:0;
	margin-left:0;
}

form.getaquote-form p.form-title {
	font-size:18px;
	font-weight:bold;
	color:#003366;
}

form.getaquote-form label {
	display:block;
	margin-bottom:2px;
}

form.getaquote-form label span {
	color:#cccccc;
}

form.getaquote-form input.text-boxes {
	font-size:13px;
	color:#333;
	font-weight:normal;
	padding:3px;
	width:150px;
	border:1px solid #333;
	margin-bottom:6px;
}

form.getaquote-form .phoneHolder {
	font-size: 22px;
	margin-bottom: 6px;
}

form.getaquote-form .phoneHolder input {
	margin-bottom: 0;
}

form.getaquote-form input#LeadPhone1 {
	width:25px;
}

form.getaquote-form input#LeadPhone2 {
	width:25px;
}

form.getaquote-form input#LeadPhone3 {
	width:31px;
}

form.getaquote-form select.select-boxes {
	font-size:13px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
}

form.getaquote-form p.form-required {
	font-size:12px;
	font-weight:normal;
}

form.getaquote-form p.form-required span {
	color:#cc6600;
}

form.getaquote-form textarea.textarea-boxes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	font-weight:normal;
	padding:3px;
	width:560px;
	height:215px;
	border:1px solid #333;
	margin-bottom:15px;
}

form.getaquote-form #LeadZipcode {
	width: 75px;	
}

form.getaquote-form .get-quote-button {
	padding-top: 10px;
}

.form-left-panel {
	width:270px;
	float:left;
}

.form-left-panel #LeadDescription {
	height:75px;
	width:250px;
}

.form-right-panel {
	width:270px;
	float:left;
	margin-left:10px;
}


.content .title3 {
	margin:0 0 0 0;
	font-size:22px;
	font-weight:bold;
	color:#24272B;
	margin-bottom:10px;
}

#listings {
	width:571px;
}

#listings tr.buttons {
	background:#333;
}

#listings tr.buttons td {
	padding:3px;
	border:2px solid #333;
}

#listings tr.buttons td a.add-a-listing {
	margin-left:195px;
}

#listings tr.buttons #updateSubmit {
	background: url(/img/update-checked-listings.gif);
	border: none;
	cursor:pointer;
	height:44px;
	width:222px;
}

#listings tr.buttons #newAdSubmit {
	background: url(/img/add-a-listing.gif);
	border: none;
	cursor:pointer;
	height:43px;
	width:139px;
	margin-left:195px
}

#listings tr.odd {
	background:#ccc;
}

#listings tr.listing td.left {
	width:65px;
	font-size:14px;
	color:#003366;
	font-weight:bold;
	vertical-align:top;
	text-align:center;
	padding:10px;
	border-left:2px solid #333;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}

#listings tr.listing td.right {
	text-align:left;
	padding:10px;
	border-right:2px solid #333;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}

#listings tr.listing td.right p {

}

#listings tr.listing td.right p.list-l {
	font-size:14px;
	font-weight:bold;
	color:#333;
	float:left;
	width:65px;
}

#listings tr.listing td.right p.list-r {
	font-size:14px;
	font-weight:bold;
	color:#003366;
	float:left;
}


.update-add-listing {
	height:310px;
	position:relative;
}

.steps {
	margin-bottom:20px;
}

div.big-gray-box {
	position:relative;
	width:570px;
	background:url(/img/box-gray-middle.gif) repeat-y top left;
}

div.big-gray-box div {
	position:relative;
	width:570px;
	background:url(/img/box-gray-top.gif) no-repeat top left;
}

div.big-gray-box div div {
	position:relative;
	width:540px;
	background:url(/img/box-gray-bottom.gif) no-repeat bottom left;
	padding:5px 15px;
}

div.big-gray-box div div div.bg {
	width:510px;
	background:url(/img/box-bg-gray.gif) no-repeat center center;
}

div.big-white-box {
	position:relative;
	width:570px;
	background:url(/img/box-white-middle.gif) repeat-y top left;
}

div.big-white-box div {
	position:relative;
	width:570px;
	background:url(/img/box-white-top.gif) no-repeat top left;
}

div.big-white-box div div {
	position:relative;
	width:540px;
	background:url(/img/box-white-bottom.gif) no-repeat bottom left;
	padding:5px 15px;
}

div.big-white-box div div div.bg {
	width:510px;
	background:url(/img/box-bg-white.gif) no-repeat center center;
}


div.small1-gray-box {
	position:relative;
	width:241px;
	background:url(/img/box-gray-middle-small1.gif) repeat-y top left;
}

div.small1-gray-box div {
	position:relative;
	width:241px;
	background:url(/img/box-gray-top-small1.gif) no-repeat top left;
}

div.small1-gray-box div div {
	position:relative;
	width:211px;
	background:url(/img/box-gray-bottom-small1.gif) no-repeat bottom left;
	padding:15px 15px;
}

div.small1-gray-box div div div.bg {
	background:url(/img/box-bg-gray.gif) no-repeat center center;
}

div.small2-gray-box {
	position:relative;
	width:307px;
	background:url(/img/box-gray-middle-small2.gif) repeat-y top left;
}

div.small2-gray-box div {
	position:relative;
	width:307px;
	background:url(/img/box-gray-top-small2.gif) no-repeat top left;
}

div.small2-gray-box div div {
	position:relative;
	width:277px;
	background:url(/img/box-gray-bottom-small2.gif) no-repeat bottom left;
	padding:15px 15px;
}

div.small2-gray-box div div div.bg {
	background:url(/img/box-bg-gray.gif) no-repeat center center;
}

div.box {
	border: solid 1px #000000;
	float: left;
	margin-bottom:10px;
	background-color: #f9f9f9;
	padding: 10px 0px 0px 0px;
	width:569px;
}

.box img {
	float: right;
	padding:0 20px 20px 0;
}

div.box h1 {
	color:#003366;
	font-size:21px;
	font-weight:bold;
	margin:10px 0 8px 20px;
}

div.box h2 {
	float:left;
	font-size:14px;
	font-weight: bold;
}
div.box hr {
	clear:both;
	display:block;
	float:left;
	margin:20px;
	width:92%;
}
div.box .contact {
	float:left;
	font-size:12px;
	margin-top:10px;
	padding-left:20px;
	width:250px;
	font-weight: bold;
}
div.box .contact p {
	margin: 0;
	clear:left;
}
.steps {
	margin:0;
}

.steps .left {
	background:none;
	width:230px;
	float:left;
	margin:0;
	padding:0;
}

.steps .right {
	background:none;
	width:230px;
	float:left;
	padding: 0 0 0 30px;
}

.steps p.title {
	font-size:18px;
	font-weight:bold;
	color:#003366;
	margin:0 0 5px 0;
}

.steps label.classic {
	display:block;
	color:black;
	font-size:13px;
	font-weight:bold;
	margin-bottom:1px;
}

.steps label.classic span {
	color:#CC6600;
}

.steps input.text-boxes {
	width:220px;
	font-size:13px;
	font-weight:normal;
	color:black;
	padding:3px;
	border:1px solid #333;
	margin-bottom:5px;
}

.steps select.select-boxes {
	font-size:13px;
	font-weight:normal;
	color:black;
	margin-bottom:5px;
}

.steps input.phone1 {
	width:40px;
}

.steps input.phone2 {
	width:40px;
}

.steps input.phone3 {
	width:50px;
}

.steps p.required {
	margin:0;
	padding:0;
}

.steps p.required span {
	color:#CC6600;
}

.cont-steps {
	display:block;
	margin-top:10px;
	margin-bottom:20px;
	float:right;
}

.steps p.check {
	line-height:1.5em;
	margin:0;
	font-size:14px;
}

.steps p.checkinner {
	line-height:1.2em;
	height:1.2em;
	margin:0;
	font-size:14px;
	padding:0;
	margin:0;
	padding-left: 23px;
}

.steps p.check input.check-boxes {

}

#terms {
	position:relative;
	width:274px;
	height:73px;
	background:url(/img/terms_bg.gif) no-repeat top left;
	margin:30px 0 3px 0;
	font-size:14px;
	color:white;
	padding:10px 15px;
}

#terms p.title {
	font-size:20px;
	font-weight:bold;
	color:white;
}

#terms p a {
	font-weight:bold;
	color:white;
}

.yui-skin-sam .yui-ac-content li
{
	font-size: 12px;
}

.search-results table td span.hidePhone {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	display: none;
	padding:0 0 10px 20px;
}

.search-results table td span.hidePhone p {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}

.big-gray-box .input {
	background: none;
	padding: 0px;
}

#update_listing_form input {

}

#update_listing_form .input {
	background: none;
	padding:0 0 0 23px;
}

#update_listing_form input.button {
	background: url(/img/submit-big.gif);
	width: 186px;
	height: 42px;
	border: 0px;
	cursor: pointer;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox .preview
{
	display: none;
}

.hoverbox:hover .preview, .over .preview
{
	display: block !important;
	left:-283px;
	position:absolute;
	top:33px;
	z-index: 1;
}

.hoverbox img.green
{
	display:block;
	position:absolute;
	top:0;
	left:245px;
}

.hoverbox img.blue
{
	display:block;
	position:absolute;
	top:0;
	left:361px;
}

#LeadNewleadForm .submit {

}

#LeadNewleadForm .submit input {
	display:block;
	float:left;
	width: 101px;
	height: 27px;
	background: url(/img/get-quote-button.gif);
	border: none;
	cursor: pointer;
}

.brand #LeadNewleadForm .submit {
	padding: 0px;
}

/* RESOURCES */
.resources {
	position:relative;
	width:167px;
	margin-right:34px;
	float:left;
}

.last-resource {
	margin-right:0;
}

p.featured {
	color:#003366;
	font-weight:bold;
	font-size:15px;
	margin:0;
}

.resources ul {
	margin:0;
}

.resources ul li {
	list-style-position:outside;
	list-style-type:none;
	height:1em;
	background:url(/img/arrow.gif) no-repeat 0px 3px;
	padding:0 0 0 15px;
	font-size:14px;
	color:#333;
	margin:5px 0;
}

.resources ul li a {
	text-decoration: none;
	}

.resources ul li a:hover {
	text-decoration: underline;
	}

p.view-all {
	text-align:right;
	padding:3px 0;
}

p.view-all a {
	font-size:12px;
	font-weight:bold;
	color:#CC6600 !important;
	text-decoration:none;
}

p.view-all a:hover {
	text-decoration:underline;
}

p.resources {
	position:relative;
	width:167px;
	height:110px;
	font-weight:bold;
	font-size:26px;
	color:white;
	margin:0 0 5px 0;
}

p.resources span {
	display:block;
	position:absolute;
	text-align:center;
	line-height:1em;
	color: #fff;
	cursor: pointer;
}

p.resources a {
	display:block;
	height:100%;
	text-decoration: none;
}

p.r_supplies span {
	font-size:26px;
	top:78px;
	left:28px;
}

p.r_equipment span {
	font-size:26px;
	top:78px;
	left:15px;
}

p.r_website span {
	font-size:20px;
	top:67px;
	left:20px;
}

p.r_green span {
	font-size:20px;
	top:67px;
	left:38px;
}

p.r_business span {
	font-size:20px;
	top:67px;
	left:38px;
}

p.r_plumbing span {
	font-size:20px;
	left:24px;
	top:67px;
}

p.r_service span {
	font-size:20px;
	top:67px;
	left:24px;
}

p.r_publications span {
	font-size:24px;
	top:78px;
	left:10px;
}

p.r_employment span {
	font-size:24px;
	top:78px;
	left:10px;
}

p.r_education span {
	font-size:20px;
	top:67px;
	left:28px;
}

.zipcodefinder {
	background: url(/img/zipBack.gif);
	padding: 1px 13px;
	width: 515px;
	height: 26px;
	display: none;
	overflow:hidden;
	margin-left: 15px;
	position: relative;
	z-index: 10;
}
.zipcodefinder div {
	float: left;
}
.zipcodefinder input {
	float: left;
	padding: 0;
}
.zipcodefinder select {
	float: left;
	padding: 2px 0;
}
.zipcodeselect {
	float: left;
	padding: 15px;
}
.invalidMsg {
	color:red;
	font-size:14px;
	font-weight:bold;
	left:199px;
	position:absolute;
	top:55px;
}
.invalidCity {
	float: left;
	width: 300px;
}
.content ul.sitemap {
	padding: 0 0 8px 12px;
	margin: 0 0 0 0;
}

.gallery {
	margin-bottom:30px;
	position:relative;
	width:600px;
}

.gallery img {
	display:block;
	float:left;
	margin-right:20px;
}

ul.links {
	float:left;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:198px;
}

ul.links li {
	background:transparent url(/img/arrow.gif) no-repeat scroll 0 3px;
	color:#333333;
	font-size:14px;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 6px 18px;
}

ul.links li a {
	text-decoration:none;
}

.left-panel {
	color:#231F20;
	float:left;
	position:relative;
	width:265px;
}

.left-panel p {
	line-height:1em;
	margin:0 0 10px;
}

p.title4 {
	color:#003366;
	font-size:19px;
	font-weight:bold;
	margin-bottom:0;
}

p.title5 {
	color:#CC6600;
	font-size:16px;
	font-weight:bold;
	margin-bottom:3px;
}

p.title6 {
	color:white;
	font-size:19px;
	font-weight:bold;
	margin:0;
	padding:15px 0 5px 15px;
}

ul.list1 {
	color:white;
	font-size:13px;
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 15px 15px;
}

ul.list1 li {
	background:transparent url(images/dot.gif) no-repeat scroll 0 10px;
	margin:0;
	padding:4px 0 4px 10px;
}

.pricing {
	font-size:14px;
	font-weight:bold;
	position:absolute;
	text-align:center;
	width:120px;
}

.pricing .title {
	font-size:16px;
}

.pricing p {
	line-height:1.1em;
}

.advertiser-pricing {
	color:#CC6600;
	left:290px;
	top:40px;
}

.standart-pricing {
	color:white;
	left:420px;
	top:40px;
}

.states {
	float:left;
	padding-bottom:15px;
	text-align:center;
	width:140px;
}

.errorMsgTop {
	background: url(/img/error_bar_top.gif);
	height: 6px;
	width: 569px;
}

.errorMsg {
	background: #ea0000;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	width: 549px;
	padding: 4px 10px;
}

.errorMsgBot {
	background: url(/img/error_bar_bot.gif);
	height: 6px;
	width: 569px;
	margin-bottom: 10px;
}
.payroll_graph {
	position:relative;
}
.exact_payroll {
	left:360px;
	position:absolute;
	top:-35px;
}
.payroll-form {
	color: #fff;
	width: 520px;
	padding: 15px 25px 0;
	background: url(/img/payroll_bg.gif);
	float: left;
	height: 181px;
}
.payroll-form .header {
	font-weight: bold;
	font-size: 22px;
}
.payroll-form .column {
	float: left;
	width: 170px;
	font-weight: bold;
}
.payroll-form label {
	padding-top:5px;
	float: left;
	clear: both;
}
.payroll-form input {
	float: left;
	clear: both;
}
.payroll-form .phone1 {
	width: 30px;
}
.payroll-form .phone2 {
	width: 30px;
	clear: none;
	margin-left: 3px;
}
.payroll-form .phone3 {
	clear: none;
	width: 50px;
	margin-left: 3px;
}
.payroll-form .submit {
	background: url(/img/green_submit.gif);
	width: 82px;
	height: 28px;
	border: 0;
	cursor: pointer;
	margin-top: 20px;
}
.getaquote {
	width: 570px;
	margin: 0 auto;
}