/* general start */
* {
	margin: 0;
	padding: 0;
}
html {background: url("imgs/html_bg.gif") 0 0 repeat-x;}
body {
	background: url("imgs/logo.gif") 34px 0 no-repeat;
	font-family: arial, verdana, sans-serif;
	font-size: 90%;
	padding: 20px 15px 0;
}
a img {border: none;}
/* general end */
/* side left start */
#side_left {
	float: left;
	margin: 110px -215px 20px 0;
	width: 190px;
}
#mainmenu, #mainmenu ul {list-style-type: none;}
#mainmenu li {
	border-bottom: 1px dotted #323232;
	padding: 2px 0;
}
#mainmenu li.indent {text-indent: 15px;}
#mainmenu a:link, #mainmenu a:visited {
	color: #801531;
	display: block;
	font-weight: bold;
	padding: 5px 0;
	text-decoration: none;
	text-transform: uppercase;
}
#mainmenu a:hover, #mainmenu a:active {background-color: #fdffac;}
#mainmenu img {
	float: left;
	margin: -5px 0 0 0;
}
#mainmenu li li {
	border-bottom: none;
	padding: 0;
}
#mainmenu li li a:link, #mainmenu li li a:visited {
	background-color: #f3f3f3;
	border-top: 1px dotted #323232;
	font-size: 75%;
	font-weight: normal;
	padding: 7px 0 7px 12px;
}
#mainmenu li li a:hover, #mainmenu li li a:active {background-color: #f9f9f9;}
#mainmenu li li li {padding-left: 4px;}
#mainmenu li li li a {padding-left: 8px;}
#li_current, #mainmenu li li#li_current a {background-color: #fdffac;}
#mainmenu #fun_menu {border-bottom-width: 0;}
#mainmenu #fun_menu a {
	background: url("imgs/p/fun_menu.gif") 50% 0 no-repeat;
	font-family: "Comic Sans", "Comic Sans MS", cursive;
	font-size: 110%;
	font-weight: normal;
	line-height: 39px;
	padding: 0 10px;
	text-align: center;
}
#mainmenu #fun_menu a:hover {background-position: 50% -41px;}
.letter_1, #content .letter_1 a:link, #content .letter_1 a:visited {color: #009e76;}
.letter_2, .fun_hover .letter_10 {color: #b89b00;}
.letter_3, .fun_hover .letter_2 {color: #b20f3c;}
.letter_4, .fun_hover .letter_3 {color: #fe3c3c;}
.letter_5, .fun_hover .letter_4 {color: #b3103b;}
.letter_6, .fun_hover .letter_5 {color: #b89b01;}
.letter_7, .fun_hover .letter_6 {color: #009e75;}
.letter_8, .fun_hover .letter_7 {color: #ff3a3b;}
.letter_9, .fun_hover .letter_8 {color: #b50f3f;}
.letter_10, .fun_hover .letter_9 {color: #009e76;}
#advertising_options {
	background-color: #dfdfdf;
	margin: 10px 0;
	padding: 8px;
}
#advertising_options p {
	color: #1e1e1e;
	font-size: 100%;
	font-weight: bold;
	text-shadow: 0 0 4px #fff;
}
#advertising_options ol {list-style-type: none;}
#advertising_options a:link, #advertising_options a:visited {
	background-color: #fff;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	color: #3a3a3a;
	display: block;
	font-size: 80%;
	margin: 5px 0;
	padding: 8px 5px;
	text-decoration: none;
}
#advertising_options a:hover {border-color: #323232;}
#advertising_options img {display: block;}
#advertising_options #ao_platinum a {
	background: #fff url("imgs/advertising_options_platinum_bg.gif") 0 1px repeat-x;
	font-weight: bold;
	height: 55px;
	margin-bottom: 15px;
	padding: 8px 5px 7px 60px;
	position: relative;
}
#plat_a {
	left: 5px;
	position: absolute;
	top: 5px;
}
/*#recent_searches {
	background-color: #dfdfdf;
	font-size: 90%;
	padding-bottom: 2px;
}
#recent_searches p {
	background: #dfdfdf url("imgs/recent_searches.png") 4px 100% no-repeat;
	color: #752035;
	font-weight: bold;
	line-height: 25px;
	padding: 0 4px 0 30px;
}
#recent_searches ul {
	background-color: #fff;
	margin: 0 2px;
	overflow: hidden;
	padding: 4px 4px 4px 30px;
}*/
#recent_advertisers {
	font-size: 90%;
	margin: 10px 0;
}
#recent_advertisers p {
	background: url("imgs/recent_advertiser_p.png"), -moz-linear-gradient(top, #981d4c, #501227);
	background: url("imgs/recent_advertiser_p.png"), -webkit-gradient(linear, left top, left bottom, from(#981d4c), to(#501227));
	background-position: 8px 50%, 0 0;
	background-repeat: no-repeat, no-repeat;
	color: #fff;
	font-weight: bold;
	line-height: 34px;
	padding: 0 4px 0 34px;
}
#recent_advertisers div {
	border: 2px solid #6c575e;
	border-top-width: 0;
	padding: 8px 0;
	position: relative;
	overflow: hidden;
}
#recent_advertisers ul {
	font-size: 90%;
	list-style-type: none;
	padding: 8px;
	position: absolute;
}
#recent_advertisers li {
	background: url("imgs/recent_advertiser_li.png") 0 50% no-repeat;
	padding: 2px 0 2px 12px;
}
#recent_searches p {
	background: #dfdfdf url("imgs/recent_searches.png") 4px 100% no-repeat;
	line-height: 25px;
	padding: 0 4px 0 30px;
}
#recent_searches ul {
	list-style-type: disc;
	overflow: hidden;
	padding: 4px 4px 4px 20px;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
/* side left end */
/* to orginize start */
.grey_red_box {
	background-color: #dfdfdf;
	clear: left;
	margin: 10px 0;
	padding-bottom: 2px;
}
.grey_red_box p {
	color: #742135;
	font-weight: bold;
	padding: 4px;
}
.grey_red_box ul {
	background-color: #fff;
	color: #383838;
	list-style-type: none;
	margin: 0 2px;
	padding: 8px;
	text-align: left;
}
#side_left .grey_red_box {font-size: 90%;}
#content .grey_red_box p {margin: 0;}
#content .grey_red_box ul {margin: 0 2px;}
#supplies_brands ul, #ads_by_city ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
#content #supplies_brands {
	float: left;
	width: 480px;
}
#content #supplies_brands p {
	margin: 0;
	padding: 4px 24px;
}
#content #supplies_brands ul {
	float: left;
	margin: 0 2px;
	width: 460px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}
.city_page #content #supplies_brands {width: 480px;}
.city_page #content #supplies_brands ul {
	width: auto;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
.city_page #supplies_brands ul li {
	background-position: 5px 0.5em;
	padding-left: 20px;
	width: 210px;
}
/*#supplies_brands, #ads_by_city {
	background-color: #dfdfdf;
	clear: left;
	float: left;
	margin: 10px 0;
	padding-bottom: 2px;
	width: 480px;
}
.city_page #supplies_brands {width: 508px;}
#index_page #supplies_brands, #ads_by_city {
	float: none;
	font-size: 90%;
	width: auto;
}
#supplies_brands p, #ads_by_city p {
	color: #742135;
	font-weight: bold;
	padding: 4px 24px;
}
#content #supplies_brands p {margin: 0;}
#index_page #supplies_brands p, #ads_by_city p {
	padding: 4px 0;
	text-align: center;
}
#supplies_brands ul, #ads_by_city ul {
	background-color: #fff;
	color: #383838;
	list-style-type: none;
	margin: 0 2px !important;
	padding: 8px;
	text-align: left;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
#content #supplies_brands ul {
	float: left;
	width: 460px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}
.city_page #content #supplies_brands ul {
	width: auto;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
.city_page #supplies_brands ul li {
	background-position: 5px 0.5em;
	padding-left: 20px;
	width: 220px;
}*/
/* to orginize end */
#wrap {
	margin: 80px 0 0 215px;
	width: 730px;
}
/* top advertising start */
#awu {
	font-size: 90%;
	line-height: 160%;
	margin-top: 10px;
}
#awu li {
	background-color: #fff;
	float: left;
	list-style-type: none;
	margin: 0 5px 5px 0;
	width: 234px;
}
#awu .empty {
	font-weight: bold;
	text-align: center;
	width: 240px;
}
#awu .last {margin-right: 0;}
#awu .empty a:link, #awu .empty a:visited {
	border: 3px solid #7b182d;
	color: #7a162e;
	display: block;
	padding: 21px 40px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #999;
}
#awu .empty a:hover {
	background-color: #f7f7f7;
	border-color: #c36565;
}
#awu span {
	color: #434343;
	display: block;
	font-size: 240%;
	line-height: 120%;
	margin-bottom: 6px;
}
#awu .business {border: 3px solid #7b182d;}
#awu .business .business_contact {padding: 8px 8px 6px;}
#awu h4 {
	background-color: #8d7478;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	padding: 2px 4px;
}
#awu h4 a:link, #awu h4 a:visited {
	color: #fff;
	text-decoration: underline;
}
#awu h4 a:hover, #awu h4 a:active {text-decoration: none;}
#awu .business_contact div {
	clear: left;
	float: left;
	margin: 0 10px 5px 0;
}
#awu .business_logo {
	display: block;
	margin-bottom: 2px;
	width: 92px;
	height: 50px;
}
#awu li ul {margin-bottom: 6px;}
#awu li li {
	border: none;
	color: #3f3f3f;
	float: none;
	font-size: 85%;
	line-height: 140%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}
#awu .business_phone {
	clear: left;
	color: #595959;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
}
#awu .business_website {
	line-height: 1.55em;
	text-align: center;
}
#awu .business_website a:link, #awu .business_website a:visited {
	color: #444;
	/*font-size: 95%;*/
	font-weight: bold;
	text-decoration: underline;
}
#awu .business_website a:hover, #awu .business_website a:active {text-decoration: none;}
.visib {visibility: hidden;}
/* top advertising end */
#side_right {
	/*float: right;*/
	margin: 0 0 10px 10px;
	padding: 10px 0;
	width: 239px;
	position: absolute;
	left: 711px;
	top: 133px;
}
.city_page #side_right, #advertise_page #side_right {
	float: right;
	left: left;
	position: static;
	top: auto;
}
#advertise_page #side_right {
	margin-left: 0;
	width: 114px;
}
#phone {
	color: #7d172f;
	font-size: 180%;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	white-space: nowrap;
}
#phone img {float: left;}
#side_right form {clear: left;}
#content {
	color: #343434;
	float: left;
	font-size: 85%;
	line-height: 140%;
	margin-bottom: 20px;
	text-align: justify;
	width: 481px;
}
#advertise_page #content, #general-contractors_page #content {width: 730px;}
#general-contractors_page #content #ems_form {background: url("imgs/index_fieldset.png") 500px 50px no-repeat;}
#content #roots {
	font-size: 95%;
	font-style: italic;
}
#rightside {
	float: right;
	margin: 0 0 10px 10px;
	width: 191px;
}
#googlecode {border: 4px solid #efefef;}
#ads_3p_city {
	margin: 0 auto;
	width: 160px;
}
#content h1, #content h2, #content h3, #content p {margin: 10px 0;}
#content h1 {
	color: #7a192d;
	font-size: 140%;
	text-decoration: underline;
}
#content h2 {
	color: #7a192d;
	font-size: 120%;
}
#content h2 img.fl {margin-top: -0.5em;}
#content h3, table caption {
	background-color: #f3f3f3;
	border-bottom: 1px dotted #bbb;
	color: #303030;
	font-size: 110%;
	padding: 4px;
}
#content ins.important {
	color: #4e9a06;
	font-weight: bold;
}
#content ol {margin: 10px 30px;}
#content ul {
	list-style-type: none;
	margin: 10px 0;
}
#content ul li {
	background: url("imgs/arrow.gif") 20px 0.5em no-repeat;
	padding-left: 30px;
}
#content a:link, #content a:visited, #recent_advertisers a:link, #recent_advertisers a:visited, #ads_by_city a:link, #ads_by_city a:visited, #additional_requests a:link, #additional_requests a:visited {
	color: #72122e;
	text-decoration: underline;
}
#content a:hover, #content a:active, #recent_advertisers a:hover, #recent_advertisers a:active, #ads_by_city a:hover, #ads_by_city a:active, #additional_requests a:hover, #additional_requests a:active {
	background-color: #72122e;
	color: #fff;
	text-decoration: none;
}
/* tables start */
table {
	border-collapse: collapse;
	margin: 10px 0 25px;
}
caption {
	font-weight: bold;
	text-align: left;
}
tr {border-bottom: 1px solid #afafaf;}
th {
	background-color: #f3f3f3;
	line-height: 200%;
	text-align: left;
	width: 300px;
}
th.first {width: 140px;}
td {padding: 4px 20px 0 0;}
#content table ul {margin: 0;}
#content table ul li {
	background: url("imgs/arrow.gif") 0 0.5em no-repeat;
	padding-left: 10px;
}
/* tables end */
#ems_searches {
	background: #fff url("imgs/ems_searches.jpg") 80px 0 no-repeat;
	clear: both;
	height: 207px;
	padding: 20px 20px 10px 192px;
}
#ems_searches h4 {
	color: #496fda;
	font-size: 160%;
	margin-bottom: 20px;
}
#ems_searches ul {list-style-type: none;}
#ems_searches li {
	float: left;
	margin-right: 10px;
}
/* footer start */
#footer {
	background: #f7f7f7 url("imgs/footer_bg.png") 0 0 repeat-x;
	/*height: 44px;*/
	list-style-type: none;
	margin: 0 -15px;
	padding: 25px 20px 30px /*205px*/;
	text-align: center;
}
#footer li {
	display: inline;
	/*float: left;*/
	margin: 0 10px;
}
#footer a:link, #footer a:visited {
	color: #000/*#7d172d*/;
	font-size: 80%;
	/*font-weight: bold;*/
	text-decoration: none;
}
#footer a:hover, #footer a:active {text-decoration: underline;}
#copyrights {
	background-color: #f7f7f7;
	font-size: 85%;
	padding: 5px;
	text-align: center;
}
/* footer end */

/* misc start */
.cb {clear: both}
.cl {clear: left}
.cr {clear: right}
.fl {float: left}
.fr {float: right}
/*img.fl {margin: 0 15px 15px 0}
img.fr {margin: 0 0 15px 15px}*/
img.fl {margin: 8px 15px 8px 0}
img.fr {margin: 8px 0 8px 15px}
#content .nobullets {
	list-style-type: none;
	margin: 10px 0;
}
#content .nobullets li {
	background-image: none;
	padding-left: 0;
}
.list2col, .list3col, .list4col {
	/*float: left;*/overflow: auto;
	text-align: left;
	width: 600px;
}
#frozen-pipes_page .list3col, #burst-pipes_page .list3col {width: 461px;}
.list2col li {
	float: left;
	width: 40%;
}
.list3col li {
	float: left;
	width: 123px;
}
.list4col li {
	float: left;
	width: 25%;
}
#content #states_list {
	list-style-type: none;
	margin: 10px 0;
	text-align: left;
	-moz-column-count: 4;
	-webkit-column-count: 4;
}
#content #states_list li {
	background-image: none;
	padding-left: 0;
}
#cities_list {
	text-align: left;
	white-space: nowrap;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
/* misc end */
/* specific start */
#hp_estimate {
	background: url("imgs/p/index_hp_estimate.jpg") 0 0 no-repeat;
	clear: left;
	color: #7c142d;
	font-size: 140%;
	font-weight: bold;
	height: 113px;
	padding: 84px 192px 40px 40px;
	text-align: left;
	width: 406px;
}
#contactus_page #hp_estimate {
	line-height: 140%;
	padding-top: 64px;
	height: 133px;
}
#additional_requests {font-size: 90%;}
#additional_requests p {
	background-color: #8697b1;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	line-height: 180%;
	margin: 10px 0 5px;
	padding: 0 5px;
}
#additional_requests ul {
	font-size: 95%;
	list-style-type: none;
	margin: 0;
}
#additional_requests ul li {
	background-image: none;
	border-top: 1px solid #e5e5e5;
	padding-left: 0;
	text-align: left;
}
#more_span {
	color: #72122e;
	cursor: pointer;
	text-decoration: underline;
}
#more_span:hover {text-decoration: none;}
#additional_requests li.more, #services_area_zipcodes span.more {display: none;}
#more_li {list-style-type: none}
#more_li p {
	background-color: #fff;
	color: #366599;
	cursor: pointer;
	float: right;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
}
#content #p_aws {
	background-color: #570919;
	background: -moz-linear-gradient(top, #7e505b, #570919);
	border: 2px solid #aa7683;
	clear: left;
	margin-top: 140px;
	padding: 14px;
	position: relative;
	width: 448px;
	-moz-border-radius: 10px;
}
#p_aws img {
	position: absolute;
	right: 4px;
	bottom: 0;
}
#p_aws strong {
	color: #c2dcf7;
	font-size: 180%;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
}
#p_aws a:link, #p_aws a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#p_aws a:hover, #p_aws a:active {text-decoration: underline;}

#content #listingsfree {
	list-style-type: none;
	margin: 10px 0;
	width: 500px;
}
#content #listingsfree li {
	background-image: none;
	border-bottom: 1px solid #c8c8c8;
	float: left;
	padding-bottom: 10px;
	padding-left: 0;
}
#listingsfree div {
	border-right: 1px solid #c8c8c8;
	padding: 10px;
}
#listingsfree span {
	color: #3465a4;
	cursor: pointer;
	text-decoration: underline;
}

/* advertise start */
#advertise_page #plans {
	float: left;
	margin: 10px 0;
}
#content #plans li {
	background: url("imgs/advertise/plans_li.jpg") 0 74px repeat-x;
	border: 1px solid #d9d9d9;
	float: left;
	list-style-type: none;
	margin-right: 6px;
	padding-left: 0;
	text-align: left;
	width: 220px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #aaa;
}
#content #plans li:hover {box-shadow: 2px 2px 4px #aaa;}
#plans div {
	background-position: 12px 12px;
	background-repeat: no-repeat;
	min-height: 103px;
	padding: 15px 8px 10px 85px;
}
#plan_free div {background-image: url("imgs/advertise/free.png");}
#plan_gold div {background-image: url("imgs/advertise/gold.png");}
#plan_platinum div {
	background-image: url("imgs/advertise/platinum.png");
	background-position: 6px 12px;
	padding-left: 110px;
}
#plans h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
#plan_free h2 {color: #46a853;}
#plan_gold h2 {color: #83740f;}
#plan_platinum h2 {color: #51262f;}
#plans a:link, #plans a:visited, #advertise_page tfoot a:link, #advertise_page tfoot a:visited {
	background-color: #fff;
	background: -moz-linear-gradient(top, #fefefe, #fff 50%, #dadadc 50%, #e2e2e2);
	border: 1px solid #5a5a5a;
	color: #211d3e;
	font-weight: bold;
	padding: 2px 8px;
	text-transform: uppercase;
	white-space: nowrap;
	-moz-border-radius: 3px;
}
#plans p {
	min-height: 70px;
	margin: 0 12px;
}
#plan_platinum p {font-weight: bold;}
#plans span {
	border: 1px solid #fff;
	color: #fff;
	float: right;
	font-weight: bold;
	font-size: 130%;
	margin-top: 10px;
	padding: 14px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
}
#plan_free span {background-color: #ababab;}
#plan_gold span {
	background-color: #bf9821;
	background: -moz-linear-gradient(left, #b7830b, #bba43c);
}
#plan_platinum span {
	background-color: #8e495b;
	background: -moz-linear-gradient(left, #753c4d, #995064);
	padding: 5px 14px;
}
#advertise_page table {
	clear: left;
	margin-top: 20px;
	width: 680px;
}
#advertise_page table, #advertise_page tr, #advertise_page th, #advertise_page td {border: 1px solid #fff;}
#advertise_page th {
	background: #efefef none;
	color: #585858;
	vertical-align: top;
}
#advertise_page th, #advertise_page td {text-align: center;}
#advertise_page h3 {
	background-color: transparent;
	border-bottom-width: 0;
	font-size: 160%;
	text-shadow: 1px 1px #61584f;
	text-transform: uppercase;
}
#content #h3_free {color: #4aae3c;}
#content #h3_gold {color: #fcca15;}
#content #h3_platinum {color: #7d3549;}
#advertise_page tbody td {
	background: -moz-linear-gradient(top, #e3e3e3, #f3f3f3);
	padding: 10px 12px;
}
#advertise_page .explain {text-align: left;}
#advertise_page td img {display: inline;}
#advertise_page tfoot td {
	background-color: #efefef;
	padding: 8px 4px;
}
#advertise_page tfoot .empty {background-color: transparent;}
/* advertise end */
/* advertise page start 
#testimonials {
	/float: right;/
	/width: 115px;/
}
#testimonials h2 {
	background-color: #8697b1;
	color: #fff;
	font-size: 120%;
	line-height: 160%;
	margin-bottom: 2px;
	padding: 0 12px;
}
#testimonials div {
	background-color: #eef3f7;
	padding: 10px 2px;
}
#testimonials p {
	border-bottom: 1px dotted #737476;
	font-size: 95%;
	font-style: italic;
	margin: 0;
	padding: 10px 5px;
	text-align: left;
}
#program_free, #program_silver, #program_gold, #program_platinum {
	background: url("imgs/ap/free.gif") 0 0 no-repeat;
	float: left;
	font-size: 90%;
	height: 72px;
	padding: 20px 30px 20px 100px;
	width: 178px;
}
#program_silver {
	background-image: url("imgs/ap/silver.gif");
	width: 174px;
}
#program_gold, #program_platinum {
	background-image: url("imgs/ap/gold.gif");
	height: 112px;
	padding: 20px 40px 20px 150px;
	width: 118px;
}
#program_platinum {
	background-image: url("imgs/ap/platinum.gif");
	width: 114px;
}
#program_platinum span {
	color: #b42454;
	text-transform: uppercase;
}
/#program_advanced {
	background: url("imgs/ap/advanced.gif") 0 0 no-repeat;
	clear: left;
	color: #86670c;
	height: 94px;
	padding: 40px 60px 20px 180px;
	width: 365px;
}/
#programs_table {
	/margin: 0 auto;/
	width: 605px;
}
#programs_table, #programs_table th, #programs_table td {
	border: 2px solid #fff;
	border-collapse: collapse;
}
#programs_table th, #programs_table td {
	background-color: #f6f6f6;
	font-weight: bold;
	line-height: 200%;
	padding: 2px 16px;
	text-align: center;
}
#programs_table th {line-height: 280%;}
#th_free, #th_silver, #th_gold, #th_platinum {width: 16%}
#th_free, #label_free {color: #71b419}
#th_silver, #label_silver {color: #6d6d6d}
#th_gold, #label_gold {color: #af9332}
#th_platinum, #label_platinum {color: #51292a}
#programs_table .programs_tbl_cat {
	font-weight: bold;
	text-align: left;
}
.programs_tbl_cat span {color: blue;}
/ advertise page end */
/* specific end */
/* forms start */
fieldset {border-width: 0;}
form ul {list-style-type: none;}
input[type="hidden"] {display: none !important;}
.errors {color: red;}
input.errors, input.error, select.error {
	border-color: red !important;
	color: #000;
}
/* search start */
#search fieldset {
	background-color: #7a192d;
	margin-top: -27px;
	padding: 10px 24px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#n_query {
	background: #fff url("imgs/search_bg.png") 0 0 no-repeat;
	border: 2px solid #7a192d;
	float: left;
	font-size: 140%;
	height: 26px;
	letter-spacing: 1px;
	margin: 0 20px 6px 0;
	padding: 4px 8px;
	width: 200px;
}
#search .n_query1 {border-color: #7a192d;}
#search .n_query2 {border-color: #fdffac;}
#search label {
	cursor: pointer;
	font-weight: normal;
	text-decoration: underline;
}
#results {
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	font-size: 140%;
	list-style-type: none;
	margin: 0 20px 6px 0;
	opacity: 0.975;
	position: absolute;
	width: 214px;
	z-index: 2;
}
#search #results:hover {opacity: 1;}
#search #results a:link, #search #results a:visited {
	color: #000;
	display: block;
	font-size: 70%;
	padding: 1px 8px;
	text-decoration: none;
}
#search #results #hover {
	background-color: #fdffac;
	color: #000;
}
#search #results a:focus {outline: 0;}
#search p {
	color: #fff;
	float: left;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 1px;
	width: 270px;
}
#search p span {text-decoration: underline;}
#search p span:hover {
	cursor: pointer;
	text-decoration: none;
}
/* search end */
/* contact form start */
#ems_form li {
	clear: both;
	height: 24px;
}
#ems_form #ems_linfo, #ems_form #ems_lsubmit {height: auto;}
#ems_form input, #ems_form select, #ems_form textarea {
	border: 1px solid #a8a7af;
	display: block;
	float: right;
	padding: 1px;
}
#ems_form li div {float: right;}
#ems_form li div input {
	float: left;
	margin-right: 4px;
	width: 31px;
}
#ems_form li div #ems_phone_3 {
	margin-right: 0;
	width: 42px;
}
#ems_form input:focus, #ems_form select:focus, #ems_form textarea:focus {
	border-color: #888;
	outline: 1px solid #444;
}
#ems_form textarea {
	clear: both;
	margin-bottom: 5px;
}
#ems_form #ems_submit, #ems_form #ems_cancel, #signup_page #sign_up {
	background-color: #811f33;
	background: -moz-linear-gradient(top, #a35c6a, #8d2c40 50%, #7b182d);
	background: -webkit-gradient(linear, left top, left bottom, from(#a35c6a), to(#8d2c40), color-stop(0.5, #8d2c40), color-stop(0.5, #7b182d));
	border: 3px solid #7b182d;
	color: #fff;
	float: none;
	font-weight: bold;
	margin: 0 auto;
	padding: 1px 0;
	text-align: center;
	width: 197px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#ems_form #ems_submit:focus, #ems_form #ems_cancel:focus {outline: none;}
#ems_form #ems_cancel {
	background-color: #eaeaea;
	background: -moz-linear-gradient(top, #f2f2f2, #ebebeb 50%, #e6e6e6);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ebebeb), color-stop(0.5, #ebebeb), color-stop(0.5, #e6e6e6));
	border-color: #ebebeb;
	color: #444;
	float: left;
	padding: 1px 10px;
	width: auto;
}
#ems_form .must label:after {
	color: #f00;
	content: "*";
	font-weight: bold;
	margin-left: 2px;
}
/* contact form end */
/* JS made start */
#opacity_overlay, #awu_form, .pwk_img {display: none;}
#awu_form fieldset {
	border: 1px solid #e3e3e3;
	margin: 10px 0;
	padding: 10px;
}
#awu_form legend {
	font-weight: bold;
	padding: 0 8px;
}
#awu_form #ems_form li {
	clear: right;
	float: left;
	height: 30px;
	margin-right: 15px;
	width: 280px;
}
#awu_form #ems_form #ems_linfo, #awu_form #ems_form #ems_lsubmit {
	clear: both;
	float: none;
	margin-right: auto;
	width: 575px;
}
#awu_form li input, #awu_form li select/*, #contactus_page #ems_form input, #contactus_page #ems_form select, #general-contractors_page #ems_form input, #general-contractors_page #ems_form select*/ {
	float: right;
	width: 160px;
}
#awu_form li select, #contactus_page #ems_form select, #general-contractors_page #ems_form select {width: 164px;}
#awu_form li textarea, #contactus_page #ems_form textarea {
	float: right;
	margin-bottom: 10px;
	width: 455px;
}
#awu_form #ems_form #ems_submit {float: right;}
/* JS made end */
/* contact-us.php start */
#contactus_page #content form li, #general-contractors_page #content form li {
	background-image: none;
	clear: both;
	padding-left: 0;
	width: 400px;
}
#contactus_page #ems_form textarea, #general-contractors_page #ems_form textarea {width: 395px;}
/* contact-us.php end */
/* right contact us start */
.city_page #side_right #ems_cancel {display: none;}
#emis_placeholder p {display: none;}
#side_right form {margin: 10px 0;}
#side_right legend {
	background-color: #7c1d31;
	background: -moz-linear-gradient(top, #aa6a78, #7c1d31 50%, #7c1d31);
	background: -webkit-gradient(linear, left top, left bottom, from(#aa6a78), to(#7c1d31), color-stop(0.5, #7c1d31), color-stop(0.5, #7c1d31));
	border: 3px solid #7c1d31;
	border-bottom-width: 0;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	width: 233px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#side_right fieldset div {
	background: -moz-linear-gradient(top, #fefefe, #f2f2f2 127px, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2), color-stop(127px, #f2f2f2), color-stop(127px, #f2f2f2));
	border: 1px solid #d1d1d1;
	border-top-width: 0;
	font-size: 90%;
	padding: 10px 20px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#side_right fieldset div div {
	background: none;
	border-width: 0;
	font-size: 100%;
	padding: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#side_right fieldset p {
	background: url("imgs/side_right_form_p.gif") 0 0 no-repeat;
	color: #5d5d5d;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 30px;
}
#side_right label {
	color: #5c5c5c;
	font-size: 90%;
	font-weight: bold;
}
#side_right input {width: 120px;}
#side_right select {width: 124px;}
#side_right textarea {width: 193px;}
/* right contact us end */
/* fixed contact us start */
#opacity_overlay {
	background-color: #ebebeb;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
}
#ad_location, #awu_form {
	background-color: #fff;
	border: 1px solid #444;
	font-size: 90%;
	left: 50%;
	margin: 40px 0 40px -329px;
	padding: 10px 24px 14px;
	position: fixed;
	top: 0;
	width: 630px;z-index:2;
}
#ad_location {
	margin-left: -354px;
	width: 680px;
}
#awu_form legend {font-size: 110%;}
#pre_form_benefits {
	float: left;
	list-style-type: none;
	margin: 10px 0;
}
#pre_form_benefits li {
	background: url("imgs/p/compare_estimates_li.png") 0 0 no-repeat;
	float: left;
	line-height: 22px;
	padding-left: 30px;
	width: 180px;
}
#awu_form p {font-weight: normal;}
#awu_form #ems_form li div input {
	margin-right: 5px;
	width: 43px;
}
#awu_form #ems_form li div #ems_phone_3 {
	margin-right: 0;
	width: 56px;
}
/* fixed contact us end */
/* error explanation start */
#error_explain {
	background: url("imgs/help-ballon_bottom.png") 100% 100% no-repeat;
	display: none;
	font-size: 85%;
	margin-left: -60px;
	padding: 0 6px 38px 0;
	position: absolute;
	width: 220px;
}
#index_page #error_explain, .city_page #error_explain {position: fixed;}
#error_explain.show {display: block;}
#error_explain p {
	background-color: #fdffac;
	border: 1px solid #a8a7af;
	border-bottom-width: 0;
	margin: 0;
	padding: 4px 8px 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
/* error explanation end */
/* forms end */
