/*	RESET
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; }
/* tables still need 'cellspacing="0"' in the markup */
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; }
caption,th { text-align:left; } 
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
abbr,acronym { border:0; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,q:before,q:after { content: ''; content: none; }

/*	MAIN BLOCKS
-------------------------------------------------------------- */
body {
	font-size: 12px;
	line-height: 1.5em;
	color: #222;
	/* jeremy, no one on the PC platform has Helvetica Neue or Lucida Grande... */
	/*"Helvetica Neue", "Lucida Grande"*/
	/*font-family: Arial, Verdana, sans-serif;*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*	GENERAL TYPOGRAPHY
-------------------------------------------------------------- */
li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom: 1em; 
}
/* Typography --------------*/
h1, h2, h3, h4, h5, .asH1, .asH2, .asH3, .asH4 {
	font-family: cambria, georgia, serif;
}
.asP {
	/* jeremy, no one on the PC platform has Helvetica Neue or Lucida Grande... */
	/*"Helvetica Neue", "Lucida Grande"*/
	/*font-family: Arial, Verdana, sans-serif;*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1, .asH1 {
	font-size:32px;
	line-height: 1.2em;
	font-weight:normal;
	color: #501016;
	margin-bottom: 12px;
}
h2, .asH2 {
	font-size:28px;
	line-height: 1.2em;
	font-weight:normal;
	color: #501016;
	margin-bottom: 12px;
}
h3, .asH3 {
	font-size:24px;
	line-height: 1.2em;
	font-weight:normal;
	color: #501016;
	margin-bottom: 12px;
}
h4, .asH4, h5, .asH5, h6, .asH6 {
	font-size:18px;
	line-height: 1.2em;
	font-weight:normal;
	color: #000;
	margin-bottom: 12px;
	text-decoration: underline;
}
	.box h4, .box .asH4, .box h5, .box .asH5, .box h6, .box .asH6 {text-decoration: none;}
.asP {
	color: #222222;
	line-height: 1.5em;
	font-size: 12px;
	margin-bottom: 1em;
	font-weight: normal;
}

p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

strong 	{ font-weight: bold; }
em 		{ font-style: italic; }
del 	{ text-decoration: line-through; color:#666; }

a:focus,
a:hover     { color: #450D13; }
a           { color: #501016; text-decoration: underline; }
.snky a, .snky strong, .snky {
	text-decoration: none;
	font-weight: normal;
}
.snky, .snky a { color: #222 !important; }
h1 .snky, h2 .snky, h3 .snky,
h4 .snky, h5 .snky, h6 .snky  { color: #501016 !important;}

abbr,
acronym     { border-bottom: 1px dotted #666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em "Monaco", "Andale Mono", "Consolas", "Lucida Console", "Courier New", courier, monospace; line-height: 1.5; }

table		{ margin-bottom: 1.4em; width:100%; }

/* ----------- FORMS ------------ */
.error, .notice, .success { 
	padding:.8em; margin-bottom:1em; border:2px solid #ddd; 
}
.error 		{ background:#FBE3E4; color:#8a1f11; border-color:#FBC2C4; }
.notice 	{ background:#FFF6BF; color:#514721; border-color:#FFD324; }
.success 	{ background:#E6EFC2; color:#264409; border-color:#C6D880; }
.error a 	{ color:#8a1f11; }
.notice a 	{ color:#514721; }
.success a 	{ color:#264409; }

/*	ELEMENT GROUPS
-------------------------------------------------------------- */
/* ----------- CLEARED ELEMENTS ------------ */
#content:after, .wrap:after, .clearfix:after, #cols:after, #mast:after,
#nav-main:after, #nav-sub:after, ul.form li:after, #help_picker:after,
.step:after, .imgGallery:after, .locationsList:after, #contentHeader:after,
#contactForm:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ----------- IMAGE REPLACED TEXT ------------ */
.ir {
	text-indent: -9999px;
	overflow: hidden;
	font-size: 10px;
}
/* ----------- HORIZONTAL LIST ------------ */
.horList {
	margin-left: 0;
	padding-left: 0;
}
.horList li {
	float: left;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

/*	MISC
-------------------------------------------------------------- */
a:focus { outline: 1px dotted invert; }
/* Remove dotted lines from links */
a:active {outline:none;}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
/* Line Height Fixes for sup and sub */
	sup { vertical-align: top; }
	sub { vertical-align: bottom; }

/* Ordered lists in ie6 and ie7 can get easily off track when li's are not inline */
	.msie6 ol, .msie7 ol {
		float: none;
		display: inline;
		width: auto;
	}
.nowrap, .nowrap p { white-space: nowrap; }
span.amp, em.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
}
#ie6Warning { margin: 0; text-align: center; font-size:11px;}
.nojs { text-align: center; display: block; margin: 20px auto; width: 940px; font-weight: bold; }
.hide { display: none; }
.show { display: block; }
.noMargin { margin: 0; }
.noPadding { margin: 0; }

span.error { /* These are for ASP generated errors */
	display: block;
	margin: 0 0 1em 0;	
}

/*	CONTAINER
-------------------------------------------------------------- */
.container {
	margin:0 auto;
	text-align:left;
	width:960px;
}
/*	TOP NAV
-------------------------------------------------------------- */
#mast {
	border-bottom: 18px solid #54010B;
	position: relative;
	background: url(/static/img/global/bgMast.gif) repeat-x left top #6CA04E;
}
.wrap {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:960px;
}
#logo {
	float:left;
	height:80px;
	margin: 0; padding:0;
	width:480px;
	background: transparent url(/static/img/global/hireahelper-logo.png) no-repeat left top;
}
	#logo a { display: block; height: 100%; width: 100%;}
.contactBar {
	float:right;
	text-align:right;
	white-space:nowrap;
	width:480px;
	line-height: 2em;
	color: #547D3D;
	font-size: 14px;
}
	.contactBar a {
		text-decoration: none;
		font-weight:bold;
	}
		.contactBar a:hover {
			text-decoration: underline;
		}
.bbb {
	float:right;
	margin:4px;
	box-shadow: 0 0 6px #7E7E7E;
	-webkit-box-shadow: 0 0 6px #7E7E7E;
	-moz-box-shadow: 0 0 6px #7E7E7E;
}
#nav-main {
	float: left; clear: left;
	margin: 0 !important; /* needed for IE I guess */
}
	/*.msie7 #nav-main { background:red; width: 550px; margin-left: 0;}*/
	#nav-main li {
		background: url(/static/img/global/bgTab.gif) repeat-x left bottom #FFFFFF;
		border: 1px solid #B0B0A1;
		float:left;
		font-size:16px;
		margin:0 1px 0 0;
	}
	#nav-main li a {
		display:block;
		padding:8px 18px 6px;
		text-decoration:none;
		font-family: cambria, georgia, serif;
	}
	#nav-main li a:hover, #nav-main a:active {
	  background: #fff;
	  color:#000;
	}
	#nav-main li.on {
		border-bottom: 1px solid #54010B;
		background: #54010B;
	}
		#nav-main li.on a {
			color: #fff;
		}
			#nav-main li.on a:hover {
				background: #54010B;
				cursor:default;
			}
	#nav-main-sub {
		position: absolute;
		left: 0; top: -100px;
	}
#nav-sub {
	float:right;
	font-family: cambria, georgia, serif;
	font-weight:normal;
	text-align:right;
	width: 390px;
	margin: 9px 0 0 0;
	text-align: right;
}
	.msie7 #nav-sub { margin: 15px 0 0 0; }
	#nav-sub li {
		text-align: right;
		float: none;
		display: inline;
		margin: 0 0 0 10px;
	}
		#nav-sub li a {
			color:#fff;
			text-decoration:none;
			font-size:16px;
			color: #fff;
			text-shadow: #425E29 1px 1px 0;
		}
		#nav-sub li a:hover {
			text-decoration: underline;
		}
	#nav-sub .wrap {
		width: 400px;
	}
#nav-sub ul.left {
	display: none; /* SHOULD PROBABLY JUST REMOVE THESE PAGES IN THE MARKUP */
}
	
/*	FOOTER
-------------------------------------------------------------- */
#foot {
	padding:20px 0 20px 0;
	text-align:center;
	background:#54010b;
	float: left; clear: both; width: 100%;
}
#foot .wrap {
	text-align:center;
}
.nav-foot {
	margin: 0;
	padding: 0;
}
	.nav-foot li {
		display:inline;
		padding:0 .5em;
		font-size:11px;
		border-left:1px solid #c6c5b0;
	}
	.nav-foot li.first {
		padding-left:0;
		border:0;
	}
		.nav-foot li a:link, .nav-foot li a:visited {
			color:#fff; text-decoration:none;
		}
		.nav-foot li a:hover, .nav-foot li a:active {
			background:transparent; text-decoration:underline;
		}
/*	CONTACT PAGE
-------------------------------------------------------------- */
#contactForm {
	/*outline: 1px solid red;*/
	display: block;
	width: 320px;
	padding: 10px; margin: 0 0 10px 0;
	background: #efefef;
}
	#contactForm div {
		float: left; clear: left;
		padding: 8px 0 0 0;
	}
		#contactForm label {
			float: left;
			/*background: yellow;*/
			width: 130px;
			padding: 0 10px 0 0;
			text-align: right;
			font-weight: bold;
		}
			#contactForm label.leftLabel {
				text-align: left;
			}
		#contactForm input {
			float: left;
			/*background: pink;*/
			width: 176px;
			border: 1px solid #ACACAC;
		}
			.msie7 #contactForm div,
			.msie6 #contactForm div {width: 320px;}
			.msie7 #contactForm input,
			.msie6 #contactForm input { width: 174px; }
			.msie7 #contactForm select,
			.msie6 #contactForm select { width: 176px; }
			#contactForm .wideInput {
				width: 318px !important;
			}
			#contactForm input:focus {
				border: 1px solid #666;
			}
			#contactForm input.invalid,
			#contactForm textarea.invalid  {
				border: 1px solid red;
				background: #FBE3E4;
			}
		#contactForm textarea {
			float: left;
			/*background: pink;*/
			width: 318px; height: 200px;
			border: 1px solid #ACACAC;
		}
			#contactForm textarea:focus {
				border: 1px solid #666;
			}
		#contactForm select {
			float: left;
			width: 178px;
		}
	#contactForm .sspmPrevent {
		display: none;
	}
	.contactFormSubmit {
		float: left; clear: both;
		margin: 10px 0 20px 0;
	}
	#contactForm p {
		text-align: right;
		margin: 0;
		font-style: italic;
		color: #999;
	}
.contactValidationMessages {
	display: none;
	width: 318px;
}
	.msie6 .contactValidationMessages {width: 310px;}
	.contactValidationMessages li {
		margin-left: 20px;
	}
/*	FAQ Page
-------------------------------------------------------------- */
.questionAnswers .question a {
	font-weight: bold;
}
	.questionAnswers .question a:focus {
		outline: 0;
	}
.questionAnswers .answer {
	padding: 10px;
	border-left: 1px solid #E5E5E5;
	background: #F2F2F2;
}
.questionAnswers ul.answer {
	padding: 10px 10px 10px 30px;
	width: 290px;
}

/*	
===================================================================================================
===================================================================================================
============================== FROM HERE DOWN IS OLD STUFF +=======================================
===================================================================================================
=================================================================================================== */

/*	HOMEPAGE STUFF (Move this later)
-------------------------------------------------------------- */
#feature {
  float:left; 
  width:491px; height:184px;
  position:relative;
}
#feature h3 {
  display:none;
}


.movingHelp h3    { padding:23px 0 0 18px; }
.lawnHelp h3      { padding:62px 0 0 18px; }
.cleaningHelp h3  { padding:100px 0 0 18px; }
.generalHelp h3   { padding:138px 0 0 18px; }

.javascriptLinkLayer {
	width:213px; height:182px;
	position:absolute;
	top:18px; left:0;
}
.javascriptLinkLayer a {
	margin-bottom:8px;
	text-decoration:none;
	display:block;
	height:30px;
}
.javascriptLinkLayer a:hover {
	background:transparent;
}

/*	LEARNING PAGE STUFF
-------------------------------------------------------------- */
#sideBarJ {
	margin: 0 10px 0 0;
	float: left;
	width: 200px;
	padding-top: 20px;
}
	#sideBarJ .box p {
		margin: 0;
	}

/*	OLDER LEGACY SHYTE
-------------------------------------------------------------- */
a.q {
  margin-left:3px;
}
a.q:hover, a.q:active {
  background:transparent;
}
a.q img {
  vertical-align:top;
}

.box {
  padding:10px 20px;
  background:#f7f7ee;
  border:1px solid #c6c5b0;
}

select, input, textarea {
    font-family: arial, tahoma, verdana;
    font-size: 12px;
}

a.NoHover:hover, a.NoHover:active {
	background-color: transparent;
	color: #000;
}

#ttl h1, #ttl h2 {
	display:inline;
}
#ttl h1 {
	margin-right:.25em;
}

#content ul {
	margin-bottom:9px;
	list-style-type: disc;
}
li {
	font-size:12px;
	line-height:18px;
}
p strong { font-weight:bold; }
.col350wide {
	float: left; width: 330px;
	padding: 0 20px 0 0;
}

/* How It Works
--------------------------------------------------*/

.HowItWorks {
	width: 922px;
	height: 106px;
	background: url(/images/new/steps_bg.gif?20090427b) no-repeat;
	font-size: 11px;
}
	.HowItWorks div {
		width: 198px;
		height: 92px;
		float: left;
	}
	.HowItWorks1 { margin: 7px 0 0 7px; }
	.HowItWorks2 { margin: 7px 0 0 38px; }
	.HowItWorks3 { margin: 7px 0 0 30px; }
	.HowItWorks4 { margin: 7px 0 0 48px; }
	.HowItWorksTitle {
		margin: 6px 0 5px 0;
		text-align: center;
		color: #54010b;
		font-size: 14px;
		font-weight: bold;
	}
	.HowItWorksDesc {
		color: #000;
		font-size: 12px;
		line-height: 1.2em;
		margin: 0 5px 0 68px;
	}

/* List */
#content ul.form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
}
ul.form li {
	margin-bottom:9px;
	clear:both;
}
ul.form label {
	float:left;
	width:160px; /* JR was 130px */
	color:#58584f;
	/*font-size:11px;*/
	text-align:right;
}
ul.form .req label { font-weight:bold; }
ul.form .flds {
	margin:0 0 5px 10px;
	float:left;
	/*font-size:11px;*/
	vertical-align:top;
}
ul.form .flds em {
	display:block;
	width:340px;
}
ul.form .flds em.hint {
	display:inline;
	font-size:10px;
}
ul.form li.actn  
{
    padding-left: 170px;
    padding-top: 15px; 
    margin-top: 15px; }

/* Elements */
fieldset {
	margin-bottom:.5em;
	border-top:1px solid #c6c5b0;  
}
fieldset legend {
	margin-bottom:9px;
	padding-right:4px;
	color:#54010b;
	font-size:14px;
	letter-spacing:1px;
}
/*fieldset p { font-size:11px; }*/
.input-text { width:240px; }
.input-area {
	width:360px;
	height:140px;
}
ul.form .flds label {
	float:none;
	width:auto;
	text-align:left;
	font-weight:normal;
}
.input-check input {
	margin-right:.5em;
	vertical-align:middle;
}

ul.form .input-check label,
.inlinelabel label {
	float:none;
	width:auto;
	text-align:left;
}
ul.form.wide label { width:10em; }
ul.form.wide dd { margin-left:10.5em; }


#cols { background:url(/img/bgCols.gif) repeat-y; }
#cols.ms { background-image:url(/img/bgCols-ms.gif); }
#cols.ms #content {
	margin:0 0 0 10px;
	float:left;
	/*width:500px;*/
	width: 660px;  
}
#cols.ms #sideBar {
	margin:0 10px 0 0;
	float:right;
	width:200px;
}

#content { /* JR added */
	min-height:580px;
	padding: 20px 0 0 0;
}
#cols #content { /* JR added */
	margin-right:0px;padding:20px 10px 0 5px;float:right;width:715px;
}
	#contentHeader {
		width: 960px;
		float: left; clear: both;
	}
	#contentHeader h1 {
		margin: 12px 0 0 0;
	}
	#contentHeader h2 {
		color: #666;
		font-size: 18px;
		margin: 0;
	}
	#contentHeader .breadcrumb {
		margin: 0;
	}
	#contentHeader .mainCTAValidationMessagesContainer {
		float: left;
		clear: both;
	}
#contentInner {
	width: 650px;
	float: left;
	padding: 20px 0 20px 0;
}
/* Landing Page Gallery/Slides
--------------------------------------------------*/
div.GallerySlideImage {
	background-repeat: no-repeat;
	background-position: left top;
	width: 604px;
	height: 185px;	
}
#imgGallery {
	width: 604px;
	height: 185px;
	position: relative;
	float: left;
	margin: 20px 0 0 35px;
}
	.msie6 #imgGallery {
		margin: 20px 0 0 17px;
	}
	#imgGallery img {
		position: absolute; top: 0; left: 0;
	}
div.SlideFooter {
	height: 37px;
	color: #fff;
	font-family: Arial, Tahoma, Verdana, Serif;
	background-color: #5b1c20;
	width: 590px; /* 595 minus 5 because of padding */
	line-height: 37px;
	padding-left: 5px;
	font-size: 20px;
}
/* Help Post It */
#postit {
	float:left;
	width:277px; height: 206px;
	color: #000;
	background: url(/images/new/note.jpg) no-repeat;
	margin: 0 0 0 30px;
}
	#postit table {
		float: left;
		margin: 0 0 0 30px;
		width: 230px;
	}
		.msie6 #postit table {
			margin: 0 0 0 15px;
		}
	#postit h2 {
		margin: 50px 0px 0px 0px;
		text-align: center;
		font-size: 24px;
		color: #54010b;
	}
	#postit p {
		margin: 0 0px 5px 0px;
		text-align: center;
		color: #54010b;
	}
	#postit input {
		padding: 4px;
	}
	#postit input.zipSearchButton {
		padding:3px;
		border: 1px solid #fff;
		background:#501016;
	}
	#postit input.findHelpTextbox {
		width: 90px;
	}
	.mainCTASubmit:focus { /* for all .mainCTASubmit elements */
		outline: 0;
	}
	#postit .mainCTASubmit {
		float: left;
		width: 164px; height: 39px;
		margin: 5px 0 0 52px;
		background: transparent url(/images/new/ComparePricesButton.png) no-repeat left top;
	}
		#postit .mainCTADateBug {
			float: left; 
			height: 17px; width: 17px;
			position: absolute; right: 8px; top: 0;
			background: transparent url(/static/img/global/calendar.png) no-repeat 0 0;
		}
			.msie6 #postit .mainCTADateBug {
				right: 15px; top: 6px;
			}
	#postit .defaultValue {
		color: #666;
	}
.HowItWorksSecure {
	margin: 4px 14px 0 0;
	padding: 0 0 0 24px;
	background: transparent url(/static/img/category/lock_gray.gif) no-repeat left center;
	width: 248px;
	float: right;
	line-height: 1.1em;
}
	.msie6 .HowItWorksSecure {
		font-size: 11px;
	}
.breadcrumb {
	
}

/* Other services
--------------------------------------------------*/
.OtherServicesTitle{
	color: #54010b;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.serviceListing {
	 margin-bottom: 15px; width: 625px;
}
	.serviceListing p {
		margin-left: 15px;
	}
.OtherServicesIcon {
	width: 135px;
}

/* Unknown
--------------------------------------------------*/
a#sbanner:hover { background:transparent; }
.checkoutButton { font-weight:bold;}

/* Learn More
--------------------------------------------------*/
.imgleft {
	float: left;
	margin: 0 15px 5px 0;
	clear: both;
}
.imgright {
	float: right;
	margin: 0 0 5px 15px;
}

/* Find Help Process
--------------------------------------------------*/
#getquote ul { list-style:none;}
#help_picker { margin-bottom:18px; }
#content ul.helps {
	margin: 15px 0 0 18px;
	float: left;
	list-style: none;
}
ul.helps li {
	font-size:14px;
	line-height:27px;
}
ul.helps li label { margin-left:.5em; }
#srvcsDesc {
	margin:15px 0 0 0;
	float:right;
	height:80px;
}
.thumb {
	margin-left:2px;
	float:right;
}
.helperPrev {
	margin:0 0 1em;  
	float:left; width:100%;
	background:#f5f5ee;
	border:1px solid #c6c5b0; border-width:1px 0 0 0;
}
.helperPrev dt {
	padding:.1em 65px .1em 5px;
	background:#ececda;
	color:#54010b;
	font-size:14px;
	font-weight:bold;
	background-position:99%; background-repeat:no-repeat;
}
.helperPrev dd { margin:0 5px; }
.helperPrev .desc {
	margin:.25em 5px;
	font-size:11px;
	font-family: verdana,arial,helvetica,sans-serif;
}
.helperPrev ul { text-align:right; }
.helperPrev li { line-height:18px;}
.helperPrev li input { vertical-align:middle; }

/* Ratings */
.rating0 dt { background-image:url(/img/stars-0.gif); }
.rating1 dt { background-image:url(/img/stars-1.gif); }
.rating2 dt { background-image:url(/img/stars-2.gif); }
.rating3 dt { background-image:url(/img/stars-3.gif); }
.rating4 dt { background-image:url(/img/stars-4.gif); }
.rating5 dt { background-image:url(/img/stars-5.gif); }

.helperdisabled {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

/* Quote */
table.quote {
	margin:0 0 27px;
	width:100%;
	background:#f5f5ee;
}
.quote th {
	padding:.1em 5px;
	font-size:14px;
}
.quote td {
	padding:.1em 10px 0;
	font-size:11px;
}
.quote thead {
	font-size:114%;
	background:#ececda;
	color:#54010b;
}
.quote tbody, .quote tfoot { font-family:verdana,arial,helvetica,sans-serif; }
.quote .actn td { border-bottom:1px solid #ececda; }
.quote .qtCompany { font-weight:bold; }
.quote .qtDate {
  font-size:11px;
  text-align:right;
}
.quote .qtRate { text-align:right;}
.quote .total {font-weight:bold;}
.quote tfoot td { padding-top:.5em; padding-bottom:.5em;}

/* My Account
--------------------------------------------------*/
.quoteConfirm {
	margin-bottom:1em; padding:9px;
	border:solid #c6c5b0; border-width:1px 0;
}

/* Jobs List */
.jobsList {
	margin-bottom:18px;
	background:#f5f5ee;
	border:1px solid #c6c5b0;
}
.jobsList h2, .jobsList h3 {
	margin-bottom:9px; padding:.1em 5px;
	background:#ececda;
	color:#54010b;
}
.jobsList table { width:100%; }
.jobsList tr { border-bottom:1px solid #c6c5b0; }
.jobsList tr.last { border-bottom:0; }
.jobsList th, .jobsList td {
	padding:.1em 5px;
	font-size:11px;
}
.jobsList th .helper { display:block; }


/* HELPER PAGE
--------------------------------------------------*/
.helperTitle {
	width:50%;
	text-align:center;
	display:block;
}
.rightImg{
	margin: 5px 10px;
	float:right;
}
.imgTable {
	margin:0 auto;
	width:85%;
	text-align:center;
}
.imgTable td {
	vertical-align:top;
}
.imgTable td a {
	margin:18px 5px;
}
.imgTable td a:hover {
	background:transparent;
}
.tableImg {
	margin:5px 0px;
	width:325px; height:75px;
	overflow:hidden; text-indent:-9999px;
}
  
.moving       { background:url(/img/HelpTypes/MovingHelp.jpg) ;}
.movingBlur   { background:url(/img/HelpTypes/MovingHelpBlur.jpg) ;}
.lawn         { background:url(/img/HelpTypes/LawnHelp.jpg);}
.lawnBlur     { background:url(/img/HelpTypes/LawnHelpBlur.jpg);}
.cleaning     { background:url(/img/HelpTypes/CleaningHelp.jpg) ;  }
.cleaningBlur { background:url(/img/HelpTypes/CleaningHelpBlur.jpg) ;  }
.general      { background:url(/img/HelpTypes/GeneralHelp.jpg);}
.generalBlur  { background:url(/img/HelpTypes/GeneralHelpBlur.jpg);}

.letter {
	margin:20px 100px;	
}

/*======= CHECKOUT TABLE -========*/
.chkOutTable {
	width:100%;
	background-color:#DCFFAF;
	border:solid 1px #A0C371;
	font-size:1.2em;
	padding:2px;
	margin:10px 3px;
	
}
.chkOutTable tr td{
	padding-top:4px;
	line-height:1.5em;	
}
.numbers { font-size:18px; }

/*=========== Helper Services Table =========== */
.HelperServicesTable {
	background-color: #f5f5ee;		
	width: 610px;
}
.HelperServicesTable th {
	padding: 5px;
	background-color: #ececda;
	font-weight: bold;
	color: #702d32;
	font-family: cambria, georgia, serif;
}
.HelperServicesTable td { padding: 5px; }

/*============ Services List ================ */
.services li { list-style: none; }

/*============ States/Regions List ========== */
.locationsList {
	float: left;
	width: 650px;
}
	.locationsList ul {
		float: left; width: 150px;
		margin: 0 10px 0 0; padding: 0;
	}
		.locationsList ul li {
			float: left; clear: left; width: 150px;
			list-style-type: none;
			margin: 0; padding: 0;
		}
			#stateList ul li a {
				font-weight: bold;
			}
				#stateList ul ul li a {
					font-weight: normal;
				}
			.locationsList ul li a:focus { outline: 0; }
			.locationsList ul li ul {
				float: left; clear: left; width: 150px;
				margin: 2px 0;
				padding: 4px 0;
				font-weight: normal;
				background: #efefef;
				border-left: 1px solid #B8B8B8;
			}
				.locationsList ul li ul li {
					margin: 0; padding: 0 0 0 10px;
					width: 139px;
					color: #666;
					font-style: italic;
					font-weight: normal;
				}
					.locationsList ul li ul li a {
						font-style: normal;
					}
#moverMessage {
	float: left; clear: left;
	margin: 20px 0 0 0;
	width: 600px;
}
	#moverMessage strong {
		font-weight: normal;
	}

/*============= Review List ================= */
#contentSide {
	float: right; 
	width: 285px;
	padding: 24px 0 0 0;
}
.sideItems h3 {
	color: #fff;
	font-size: 18px;
}
.sideItems { /* the wrapper */
	float: left; clear: both;
	width: 225px;
	margin: 20px 0 0 0;
	background: #501016;
	padding: 20px 30px;
	color: #fff;
}
	.sideItems div {
		border-bottom: 1px solid #3E0C11;
		padding: 15px 0 15px 0;
	}
		p.ReviewText {
			color: #fff;
			text-align: justify;
			font-size: 11px;
			line-height: 1.4em;
			margin: 0;
		}
		p.ReviewName {	
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			margin: 0 !important; 
			padding: 0 !important;
			text-align: right;
		}
			p.ReviewName span {	
				color: #A94D59;
			}
.lightSideItems {
	background: #E7EAEB;
	color: #404040;
}
	.lightSideItems h3 {
		color: #501016;
	}
		.lightSideItems .ArticleName {
			margin: 0;
		}
		.lightSideItems .ArticleName a {
			font-weight: bold;
		}
	.lightSideItems .ArticleReadMore {
		text-align: right;
		margin: 0;
	}
	.lightSideItems div {
		border-bottom: 1px solid #fff;
	}
	.lightSideItems .ArticleBody {
		text-align: justify;
		font-size: 11px;
		line-height: 1.4em;
		margin: 0;
	}
.learningCenter {
	background: transparent url(/static/img/category/learning-center_bg.gif) no-repeat;
	color: #222222;
	padding: 8px 30px;
	height: 100px;
}
	.learningCenter h3 {
		color: #501016;
		margin: 0 0 8px 0;
	}
		.msie7 .learningCenter h3,
		.msie6 .learningCenter h3 {
			font-size: 17px;
		}
	.learningCenter a {
		font-weight: bold;
	}
	.learningCenter p {
		margin: 0 0 0 50px;
		width: 180px;
	}
		.msie7 .learningCenter p,
		.msie6 .learningCenter p {
			font-size: 11px; line-height: 1.2em;
		}
#reviewHelper {
	float: left;
	width:255px; height:56px;
	background: transparent url(/img/reviewhelper.jpg) no-repeat left top;
}

/*============= Framing ====================== */
.framing {
	width:100%;
	margin:0px auto;
	min-width:20em;
	color: #000;
}
.framing .hd .hdc,
.framing .ft .ftc {
	font-size:1px; /* ensure minimum height */
	line-height: 1px;
	height: 10px;
}
.framing .ft .hdc { height: 10px; }
.framing .hd { background:transparent url(/images/new/framing2-hd.gif) no-repeat 0px 0px; }
.framing .hd .hdc { background:transparent url(/images/new/framing2-hdc.gif) no-repeat right 0px; }
.framing .bd { background:transparent url(/images/new/framing2-bd.gif) repeat-y 0px 0px; }
.framing .bd .bdc { background:transparent url(/images/new/framing2-bdc.gif) repeat-y right 0px; }
.framing .bd .bdc .s {
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	text-align: left;
}
.framing .bd .bdc .mainbox a:hover, 
.framing .bd .bdc .mainbox a:active { background: transparent; }
.framing .bd .bdc .subbox {
	min-height: 35px;
	height:auto !important;
	height: 35px;
}
/* This stuff is just for the front page mainCTA */	
.msie6 .subbox p { width: 580px; }
	.subbox .mainCTAZip { width: 90px; }
	.subbox .mainCTADate { width: 120px; }
	.subbox .mainCTASubmit {
		float: left;
		background: transparent url(/images/new/ComparePricesButton.png) no-repeat left top;
		width: 164px; height: 39px;
	}
	.subbox input.defaultValue {
		color: #999 !important;
	}
	.subbox .calendarWidget {
		position: relative;
	}
	.subbox .mainCTADateBug {
		float: left; 
		height: 17px; width: 17px;
		position: absolute; right: 10px; top: 2px;
		background: transparent url(/static/img/global/calendar.png) no-repeat 0 0;
	}
	.msie6 .subbox .mainCTADateBug {
		left: 215px; top: 5px;
	}
		.msie7 .subbox .mainCTADateBug { top: 5px; }
		.msie8 .subbox .mainCTADateBug { right: 6px; }
.mainCTA input.invalid { /* Common to all mainCTA inputs. */
	background: #FBE3E4 !important;
	color: #8A1F11 !important;
}
.mainCTAValidationMessagesContainer 
{
    display: none;
	margin: 20px 200px 0 200px;
	width: 540px;    
}
	.msie6 .mainCTAValidationMessagesContainer {
		margin: 20px 200px 0 100px;
	}
	.mainCTAValidationMessages li {
		margin: 0 0 0 30px;
	}
.mainbox table {
	margin: 0;
	width: 580px;
}
	.mainbox table td {
		vertical-align: top;
	}
	.main table td.mainboxIcon {
		width: 80px;
	}
.framing .bd .bdc .findbutton {
	font-weight: bold;
	margin-left: 20px;
	padding: 3px;
	border: 1px solid #fff;
	background: #996600;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}
.framing .bd .bdc .subbox p {
	vertical-align: middle;
	padding: 6px 0 0 80px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 15px 0 0;
	float: left;
}
	.msie7 .framing .bd .bdc .subbox input,
	.msie7 .framing .bd .bdc .subbox select  {
		vertical-align: middle;
	}
	.subbox p input, .subbox p select {
		font-size: 16px;
		color: #000 !important;
		font-weight: bold;
	}
.framing .bd .bdc .mainbox {
	min-height:353px;
	height:auto !important;
	height:353px;
}
.mainbox ol {
	list-style-type: none;	
	margin: 10px 0 0 60px;
	padding: 0;
}
	.mainbox ol li {
		height: 50px;
		padding: 2px 0 0 60px;
	}
	.mainbox ol li.step1 { background: transparent url(/images/new/step-1.gif) no-repeat left top; }
	.mainbox ol li.step2 { background: transparent url(/images/new/step-2.gif) no-repeat left top; }
	.mainbox ol li.step3 { background: transparent url(/images/new/step-3.gif) no-repeat left top; }
.framing .bd .bdc .s .previewimage {
	float: right; clear: right;
	margin: 10px 40px 0 0;
}
.framing .bd .bdc .s h2 {	
	font-weight: bold;
	font-size: 32px;
	line-height: 1em;	
	text-align: center;
	display: block;
	padding: 20px 0 0 0;
}
.framing .bd .bdc .s h3 {
	font-size: 16px;
	margin: 5px 0 10px 0;
	line-height: 1em;
	text-align: center;
}
.framing .ft { background:transparent url(/images/new/framing2-ft.gif) no-repeat 0px 0px; }
.framing .ft .ftc { background:transparent url(/images/new/framing2-ftc.gif) no-repeat right 0px; }
div.FindHelpNowStepTitle{
	margin-top: 7px;	
	color: #54010b;
	font-weight: bold;
	font-size: 16px;
}
div.FindHelpNowStepDesc {
	color: #000;
}
.mainBoxCategories {
	width: 500px;
	margin: 0 0 0 80px;
	padding: 10px 0 0 0;
}
	.mainBoxCategories a {float: left;}
	.msie6 .mainBoxCategories {
		margin: 0 0 0 40px;
	}
.services td { text-align:center; }
.EquipmentTable td, .EquipmentTable tr, .EquipmentTable {
	width: auto;
	text-align: left;
}
.EquipmentTable { margin-bottom: 10px; }
ul.FancyList {
	list-style-type: none;
	padding-top: .5em;
}
ul.FancyList li {
	list-style-image: url(/img/HHListItemDot.gif);	
	padding-bottom: .5em;
	margin-left: 20px;
}
.GetQuoteBox {
    border-top: 1px solid #C6C5B0;
    width: 100%;
    margin: 0 auto;
    background-color: #F5F5EE;       
}
.GetQuoteBoxWider {
    border: solid 1px #000;        
    font-size: 1.2em;
    width: 690px;
    margin: 0 auto;            
}
.GetQuoteBoxCheckout {
    background-color: #DCFFAF;
    border: solid 1px #A0C371;
    font-size: 1.2em;
    width: 560px;
    margin: 0 auto;            
}
.GetQuoteBoxTitle {
    background-color: #ECECDA; 
    padding: 3px; 
    color: #54010B; 
    font-weight: bold;     
    font-size: 14px;
}
.GetQuoteBoxCheckoutTitle {
    background-color: #A0C371; 
    padding: 3px; 
    color: #000; 
    font-weight: bold; 
    border-bottom: 1px solid #888;
}
.GetQuoteBoxContent {
    padding: 3px; 
    padding-left: 30px; 
    padding-bottom: 10px;
}
.GetQuoteBoxWiderContent { padding: 10px; }
.jobDetailsError {
	margin: 1em 0 0 0;
}
.RightArrowBullet {
    background-position: left center;
    background-image: url(/checkout/images/resultset_next.gif);
    background-repeat: no-repeat;
    padding-left: 12px;
}
.DownArrowBullet {
    background-position: left center;
    background-image: url(/checkout/images/resultset_down.gif);
    background-repeat: no-repeat;
    padding-left: 12px;
}
.NewCheckoutVerticalSidebarContent {
    line-height: 1.9em; 
    font-size: 1.2em; 
    margin-bottom: 5px;
}

.watermarkField 
{
    color: #888;
}
#accountNone {
	margin: 0 0 0 20px;
	display: none;
}
.accountTypes table {
	margin: 0;
}
	
/* Form styles and Validation 7-13-2010 */
/* ==================================== */

/* New Forms - Basic layout */
.formHead { /* div */
	margin:15px 0 0 0;
}
	.formTitle { /* h2, h3, h4 */
		clear:both;
		float:left;
		padding:8px 0 8px 0;
		width:100%;
	}
		.formSubTitle { /* p */
			background:#CEC4B3;
			padding:10px;
			font-weight:bold;
		}
.formSection { 
	margin:10px 0 0 0;
}
	.formSectionTitle { /* h4 */
		margin:15px 0 0 0;
		padding:8px 0 8px 0;
		text-indent:10px;
		text-decoration:none;
		display:block;
		width:100%;
		background:#FFFEEE;
		color:#7D796E;
	}
.formItem { /* div */
	margin:5px 0 0 0;
	padding:6px 25px;
}
	.msie7 .formItem, .msie6 .formItem {
		width:100%;
	}
	.formItem label {
		display:block;
	}
	.stackedInputs span.formRadio {
		margin:5px 0 5px 0 !important;
		display:block;
	}
	.stackedInputs input, .stackedInputs select {
		margin:0 0 10px 0;
		display:block;
	}
	.formItem span.formRadio {
		margin:5px 15px 5px 0;
	}
		
	.formItem span.floatLeft {
		float:left;
		margin-right:6px;
	}
	.formItem span.floatLeft .symbol {
		margin-left:6px;
	}
	.formItem .centerUnder {
		text-align:center;
	}
		.stackedOptions span.formRadio {
			display:block;
		}
		.formItem span.formRadio label { 
			display:inline-block;
		}
			.formItem span label {
			
			}
.formWrap {
	/*position:relative;*/
	background:#f3f3e2;
	box-shadow: 2px 3px 12px #C1C1C1;
	-webkit-box-shadow: 2px 3px 12px #C1C1C1;
	-moz-box-shadow: 2px 3px 12px #C1C1C1;
}
.formActions { /* Contains submit/cancel buttons at foot of the form */
	display:block;
	padding:20px 0;
}
	.formActions p {
		padding-left:20px;
		margin:0;
	}
.formActions.sticky { /* Then the formActions are out of view, they stick to the bottom. Toggled with JS. */
	position:fixed; bottom:0;
	background:transparent url(/static/img/global/50-white.png) repeat top left;
}
.formWrap #errorList {
	margin:0 25px 1em 25px;
}
	.formWrap #errorList ul {
		margin:0;
		padding-left:20px;
	}

/* New Forms - Form Styles */
.formTitle { /* h2, h3, h4 */
	text-indent:10px;
	text-shadow:1px 1px 0 #000000;
	background:url("/static/img/helper/promoTabBg.gif") repeat-x scroll left top #54010B;
	color:#FFFFFF;
	font-family:cambria,georgia,serif;
}
.invalid { 
	background:#FBE3E4 !important; color:#8a1f11 !important;
}
.invalidInput {
	border-color: #8A1F11 !important;
}
.formItem input[type="text"], .formItem textarea {
	background:#fff url(/static/img/global/fieldbg.gif) repeat-x left top;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
/*	border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px;*/
	font-size:12px;
	padding:4px;
}
	.formItem .formRadio input {
		padding:0; border:0; background:none;
	}
	.formItem .formRadio label {
		vertical-align:text-bottom;
	}
.formItem .tooMany {
	color:red;
	font-weight:bold;
}
.formItem label {
	font-weight:bold;
}
.formItem small, .formItem .centerUnder {
	color:#999;
	font-size:12px;
	font-weight:normal;
}
.formItem label small {
	font-weight:normal;
}
.formItem span.formRadio label {
	font-weight: normal;
	}
.formItem.focused {
	background:#FFF7BA;
	}
.formItem .charCount { /* p */
	margin-bottom:0;
}
.formItem input.centerText {
	text-align:center;
}
.formItem input.rightText {
	text-align:right;
}
.formActions {
	color:#666;
}
.formLargeSuccess {
	margin:20px;
	padding:20px;
	background:#DBEDDA;
	font-family:georgia,serif;
	font-style:italic;
	font-size:18px;
	line-height:1.4em;
	color:#55803F;
	border:4px solid #fff;
}
.actionStatus {
	display:none;
}
.formActions .actionStatusWorking {
	background:url(/static/img/global/ajax-loader-32-fff.gif) no-repeat 20px top;
	line-height:32px;
	font-size:20px;
	color:#666;
	padding-left:60px;
	font-weight:bold;
}
.formActions .actionStatusSuccess {
	background:transparent url(/static/img/global/large_checkmark.png) no-repeat 20px top;
	line-height:32px;
	font-size:20px;
	color:#264409;
	padding-left:60px;
	font-weight:bold;
}
.formActions.formActionsSuccess {
	background:#E6EFC2;
	border-top:2px solid #C6D880;
	border-bottom:2px solid #C6D880;
}

/* FANCY BUTTONS */
.fancyButton, .fancyButton:visited {
	background: #222 url(/static/img/global/button-overlay.png) repeat-x;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff !important; 
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-top:0; /* Fixed Firefox auto-beveling */
	border-left:0; /* Fixed Firefox auto-beveling */
	border-right:0; /* Fixed Firefox auto-beveling */
	position: relative;
	cursor: pointer;
	outline:none !important;
}
	/* Fix IE bugs */
	.msie7 .fancyButton, .msie7 .fancyButton:visited, 
	.msie6 .fancyButton, .msie6 .fancyButton:visited {
		border:0;
	}
	/* Fix IE button width bug */
	.msie6 input.fancyButton,
	.msie7 input.fancyButton {
		width:auto !important;
		overflow:visible !important;
	}
	/* Since IE6 is too retarded, they get medium blue buttons all the time, 
	unless javascript kicks in and adds style manually */
	.msie6 .fancyButton, .msie6 .fancyButton:visited {
		background-color:#2daebf;
		background-image:none;
		font-size: 13px; font-weight: bold; line-height: 1;
	}
.fancyButton:hover { background-color: #111; color: #fff; text-decoration:none;}
.fancyButton:focus, .fancyButton:active { top: 1px; color:#fff; outline:none;}
.fancyButton::-moz-focus-inner { border: 0; } /* whoah. http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links */

.small.fancyButton, .small.fancyButton:visited { font-size: 11px; padding:2px 4px;}
.fancyButton, .fancyButton:visited,
.medium.fancyButton, .medium.fancyButton:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.fancyButton, .large.fancyButton:visited { font-size: 14px; padding: 8px 14px 9px; }
	
.green.fancyButton, .green.fancyButton:visited { background-color: #6CA04E; }
.green.fancyButton:hover { background-color: #5d8b44; }
.blue.fancyButton, .blue.fancyButton:visited { background-color: #2daebf; }
.blue.fancyButton:hover	{ background-color: #007d9a; }
.red.fancyButton, .red.fancyButton:visited { background-color: #C61818; }
.red.fancyButton:hover { background-color: #AA1515; }
.magenta.fancyButton, .magenta.fancyButton:visited	{ background-color: #a9014b; }
.magenta.fancyButton:hover { background-color: #630030; }
.orange.fancyButton, .orange.fancyButton:visited { background-color: #ff5c00; }
.orange.fancyButton:hover { background-color: #d45500; }
.yellow.fancyButton, .yellow.fancyButton:visited { background-color: #ffb515; }
.yellow.fancyButton:hover { background-color: #fc9200; }
.grey.fancyButton, .grey.fancyButton:visited { background-color: #909290; }
.grey.fancyButton:hover { background-color: #777977; }

.doRounded {
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#ctl00_Body_JobDetails1_NextStepButton {
	font-size:12px;
}

.soft {
	color:#666;
	font-weight:normal;
}
.termsScroller {
	margin: 5px 0; 
	padding: 10px; 
	width: 90%; 
	height: 100px; 
	background:#efefef;
	border: 1px solid #C3C3C3;
	overflow: auto;
}

/* Inputs */
.width10 { width:10px;}
.width20 { width:20px;}
.width30 { width:30px;}
.width40 { width:40px;}
.width50 { width:50px;}
.width60 { width:60px;}
.width70 { width:70px;}
.width80 { width:80px;}
.width90 { width:90px;}
.width100 { width:100px;}
.width120 { width:120px;}
.width140 { width:140px;}
.width160 { width:160px;}
.width180 { width:180px;}
.width200 { width:200px;}
.width220 { width:220px;}
.width240 { width:240px;}
.width260 { width:260px;}
.width280 { width:280px;}
.width300 { width:300px;}
.width320 { width:320px;}
.width340 { width:340px;}
.width360 { width:360px;}
.width380 { width:380px;}
.width400 { width:400px;}
.width420 { width:420px;}
.width430 { width:430px;}
.width440 { width:440px;}
.width450 { width:450px;}
.width460 { width:460px;}
.width480 { width:480px;}
.width500 { width:500px;}
.width520 { width:520px;}
.width540 { width:540px;}
.width560 { width:560px;}
.width580 { width:580px;}
.width600 { width:600px;}

.msie6 .signupForm { width:720px;}
	.msie6 .signupForm .formItem  { width:670px; }









