﻿body {
	background-image:url(../img/page_background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#333333;
}

/* -------- div for outer content holder -------- */				
#div_outer {
	background-image:url(/img/div_outer.jpg);
	background-repeat:repeat-x;
	margin:auto;
	padding:0px;
	width:100%;
	border:0px solid;
	}

/* -------- div for website logo -------- */				
#div_logo {
	height:76px;
	padding-top:8px;
	margin-left:auto;
	margin-right:auto;	
	}
	
#div_logo img {
	float:left;
	}
	
#div_logo div {
	float:right;
	padding-top:8px;
	padding-right:8px;	
	color:#FFFFFF;
	}
	
#div_logo div ul {
	padding:0;
	margin:0;
	}
	
#div_logo div li {
	display:inline;
	padding:0;
	margin:0;
	}
	
#div_logo div li a {
	background-image:url(/img/div_account_menu_link.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-size:12px;
	padding-left:14px;
	margin-right:8px;
	color:#FFFFFF;
	text-decoration:none;	
	}
	
#div_logo div li a:hover {
	background-image:url(/img/div_account_menu_link.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-size:12px;
	padding-left:14px;
	margin-right:8px;
	color:#FF6600;
	text-decoration:none;	
	}
	
/* -------- div for header menu -------- */				
#div_header_menu {
	width:990px;
	height:120px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:4px;
	vertical-align:bottom;
	}
	
#div_header_menu ul.menu_left {
	float:left;
	height:40px;
	padding:0;
	margin:0;
}

#div_header_menu ul.menu_right {
	float:right;
	height:40px;
	padding:0;
	margin:0;
}

#div_header_menu li.tab {
	display:inline;
	text-align:center;
	vertical-align:middle;
	float:left;
	background-image:url(/img/tab_off.jpg);
}

#div_header_menu li.tab:hover {
	display:inline;
	text-align:center;
	vertical-align:middle;
	float:left;
	background-image:url(/img/tab_on.jpg);
}

#div_header_menu li.tab a {
	width:120px;
	height:25px;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;	
	padding-top:12px;
	display:block;
}

#div_header_menu li.tab a:hover {
	width:120px;
	height:25px;
	font-size:14px;
	color:#333333;
	text-decoration:none;	
	padding-top:12px;
	display:block;
}

#div_header_menu li.tab_on {
	display:inline;
	text-align:center;
	vertical-align:middle;
	float:left;
	background-image:url(/img/tab_on.jpg);
	width:120px;
	height:25px;
	font-size:14px;
	color:#333333;
	text-decoration:none;	
	padding-top:12px;	
}	

#div_my_account {
	float:right;
	width:220px;
	height:25px;
	padding:4px;
	padding-top:12px;	
	padding-left:0px;
	background-image:url(../img/div_my_account.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	color:#333333;	
}
	
#div_my_account a {
	font-size:14px;
	margin-left:35px;	
	color:#333333;
	text-decoration:none;
}

#div_my_account a:active {
	font-size:14px;
	color:#333333;
	text-decoration:none;	
}

#div_my_account a:visited {
	font-size:14px;
	color:#333333;
	text-decoration:none;	
}

#div_my_account a:hover {
	font-size:14px;
	color:#FF6600;
	text-decoration:none;	
}
		
	
#div_content {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
/*	border:1px solid; */
}	

#div_left_content {
	width:220px;
/*	border:1px solid #D4D4D4;*/
	margin-top:12px;	
	margin-left:0px;
	padding-bottom:8px;
	float:left;	
}

#ul_job_categories {
	width:215px;
	background-image:url(/img/ul_job_categories.jpg);
	padding:0;
	padding-top:14px;
	margin:0;
	padding-bottom:4px;
	margin-bottom:0;	
}

#ul_job_categories li {
	list-style:none;
	width:188px;
	margin:auto;
	margin-bottom:8px;
}

#ul_job_categories li a {
	background-image:url(../img/ul_job_categories_li.gif);
	background-repeat:no-repeat;
	padding-bottom:4px;
	padding-left:14px;
	color:#666666;
	text-decoration:none;
	font-size:12px;	
}

#ul_job_categories li a:hover {
	color:#000000;
}

#ul_job_categories_img_links
	{
	width:215px;
	background-image:url(/img/ul_job_categories.jpg);
	padding:0;
	margin:0;
	}	
	
#ul_job_categories_img_links a {
	padding-bottom:0px;
	padding-left:0px;
	color:#666666;
	text-decoration:none;
	font-size:12px;	
}	

/* -------- div for right hand (main) content -------- */			
#div_middle_content {
	padding:0px;	
	padding-top:0px;
	padding-bottom:32px;
	width:750px;
	min-height:500px;
	margin-top:20px;	
	margin-left:16px;
	float:left;
}

#div_right_content {
	background-color:#FFFFFF;
	padding:0px;	
	padding-top:0px;
	padding-bottom:32px;
	width:133px;
	margin-top:12px;	
	margin-left:8px;
	float:right;
	border:1px solid;			
}

#div_cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
	
/* -------- div for footer content -------- */			
#div_footer {
	clear: left;
	height:165px;
	background-image:url(../img/div_footer.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	width: auto;
	color:#333333;	
	}
	
#div_footer div {
	margin:auto;
	width:990px;
	padding:0;		
	}
	
#div_footer ul.footer_jobs {
	float:left;
	height:140px;
	margin-left:8px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	}
	
#div_footer ul.footer_jobs p {
	color:#FFFFFF;
	font-weight:bold;
	padding-top:14px;
	margin-top:0;
	margin-bottom:6px;
	}		
	
#div_footer ul.footer_pages {
	float:right;		
	margin-right:14px;
	margin-top:0;	
	margin-bottom:0;	
	padding:0;
	}
	
#div_footer ul.footer_pages p {
	color:#FFFFFF;
	padding-top:14px;	
	font-weight:bold;
	margin-top:0;
	margin-bottom:6px;
	}		
		
	
#div_footer li {
	margin-right:8px;
	margin-bottom:4px;	
	list-style:none;
	}
	
#div_footer li a {
	background-image:url(/img/div_footer_link.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-size:12px;
	padding-left:14px;
	margin-right:8px;
	color:#A2A2A2;
	text-decoration:none;
	}
	
#div_footer li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}		
	
#div_footer #div_copyright {
	width:975px;
	color:#CCCCCC;
	clear:both;
	padding-top:0px;
	margin-top:0;
	}	
	
/* -------- page breadcrumb trail div (a:link) styles -------- */	
#div_bread_crumb {
	font-size:14px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:14px;
}

#div_bread_crumb a {
	font-size:14px;
	color:#666666;
	text-decoration:none;
	}
	
#div_bread_crumb a:link {
	color:#666666;
	text-decoration:none;
	}
		
#div_bread_crumb a:visited {
	color:#666666;
	text-decoration:none;
	}	
	
#div_bread_crumb a:hover {
	color:#000000;
	text-decoration:underline;
	}	
	
#div_job_category_title {
	background-image:url(/img/div_job_category_title.gif);
	background-repeat:no-repeat;
	width:750px;
	height:50px;
	margin-bottom:8px;
}

#div_job_category_title h1 {
	text-decoration:none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 25px;
	font-weight:100;
	font-variant: normal;
	text-transform: none;
	color:#FFFFFF;
	padding-left:14px;
	padding-top:8px;	
	margin:0;
}

#div_refine_search {
	background-image:url(/img/div_refine_search.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:150px;
	margin-top:20px;
	margin-bottom:25px;
}

#div_my_job_search {
	background-image:url(/img/div_my_job_search.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:130px;
	margin-top:20px;
	margin-bottom:25px;
}


/* -- styled form elements -- */

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/img/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/img/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #333333;
	font: 12px/21px arial,sans-serif;
	background: url(/img/select.gif) no-repeat;
	overflow: hidden;
}

#tbl_jobs th {
	text-align:left;
	font-size:14px;
	padding-top:8px;
	padding-bottom:8px;	
	background-color:#F2F2F2;
}

#tbl_jobs td {
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
}

#tbl_jobs td a {
	color:#E66600;
	text-decoration:none;
}

.td_grey {
	background-color:#F8F8F8;
}

.select {
	font-size:12px;
	color:#666666;
	padding:2px;
}

#div_buy_credits {
	border:1px solid #FFFFFF;
	margin-top:20px;
	width:215px;
	height:150px;
	text-align:right;
	background-image:url(../img/buy_credits.jpg);
	background-repeat:no-repeat;
}

#div_buy_credits form {
	margin-top:100px;
	margin-right:8px;
}


/* -------- customer login form div -------- */
#div_login {
	background-image:url(../img/div_login.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:40px;	
	margin-left:0px;
	width:750px;
	height:220px;
	border:0px solid;
}

#div_login a {
	color:#FF6600;
	font-size:14px;
	text-decoration:none;
}

#div_login a:visited {
	color:#FF6600;
	font-size:14px;	
	text-decoration:none;	
}

#div_login a:hover {
	color:#333333;
	font-size:14px;	
	text-decoration:none;	
}

/* -------- customer forgot password form div -------- */
#div_forgot_password {
	background-image:url(../img/div_login.gif);
	background-repeat:no-repeat;	
	margin-left:6px;
	width:450px;
	height:200px;		
}

#div_account_menu {
	margin-bottom:20px;
}

#div_job_description 
{
    width:459px;
    height:255px;
    padding:20px;
    padding-top:0px;
    vertical-align:top;
    border-left:1px solid #E1E1E1;
    border-right:1px solid #BEBEBE;
    background-image:url(../img/div_job_description.jpg);
    background-repeat:no-repeat;
	background-color:#EFEFEF;
    font-size:16px;
    color:#999999;
    line-height:20px;
}


#list_table th {
	background-color:#FCF5DD;
	padding:8px;
	border-left:1px solid #DADFE0; 	
	border-top:1px solid #DADFE0; 
	border-bottom:1px solid #DADFE0; 		
	text-align:left;
	font-size:14px;
	font-weight:100;
}

#list_table th.th_right {
	border-right:1px solid #DADFE0; 
	text-align:right;		
}

#list_table td {
	color:#666666;
	padding:4px;
	padding-left:8px;
	border-bottom:1px solid #DADFE0; 
}

#list_table .no_border td{
	border:none;
}

#list_table td.border {
	border-right:1px solid #DADFE0;
	border-left:1px solid #DADFE0;
	border-bottom:1px solid #DADFE0;	
}

#list_table td a {
	text-decoration:none;
}

#div_msg {
	background-image:url(../img/info_icon.gif);
	background-position: top left;
	background-repeat:no-repeat;	
	background-color:#FFFEEB;
	border:1px solid #FBE88C;
	border-top:5px solid #FBE88C;	
	margin-top:20px;
	margin-bottom:20px;
	padding:14px;
	padding-left:40px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

#div_job_contact_information {
	background-image:url(../img/div_job_contact_information.jpg);
	background-repeat:no-repeat;
	width:750;
	height:130px;
}

#tbl_job_contact_information td{
	color:#666666;
	font-size:14px;
	text-align:left;
}

#div_homepage_top {
/**	height:255px; **/
	margin-top:20px;
	margin-bottom:8px;
	background-image:url(/img/div_homepage_top.jpg);
	padding-top:200px;
	height:55px;
	text-align:right;	
}

#div_homepage_top_left {
	float:left;
	background-image:url(../img/div_homepage_top_left.jpg);
	background-repeat:no-repeat;
	padding-left:16px;
	width:537px;	
	height:255px;
}

#div_homepage_top_left h1
	{
	text-decoration:none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 23px;
	font-weight:100;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	padding:0;
	margin:0;
	margin-left:0px;
	margin-right:14px;	
	margin-top:14px;
	margin-bottom:4px;
	}

#div_homepage_top_right {
	float:right;
	background-image:url(../img/div_homepage_top_right.jpg);
	background-repeat:no-repeat;
	width:420px;	
	height:255px;
}

#div_homepage_btm {
	background-image:url(../img/div_homepage_btm.jpg);
	background-repeat:no-repeat;			
	height:255px;
	margin-bottom:0;
}

#div_homepage_btm h1
	{
	text-decoration:none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 23px;
	font-weight:100;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	padding:0;
	margin:0;
	margin-left:14px;
	margin-right:14px;	
	margin-top:8px;
	margin-bottom:14px;
	}
	
#div_homepage_btm p
	{
	text-decoration:none;
	height:152px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight:lighter;
	font-variant: normal;
	text-transform: none;
	color:#666666;
	padding:0;
	margin:0;
	margin-left:14px;
	margin-right:20px;		
	}

#div_homepage_btm span.orange {
	color:#FF6600;
	font-weight:800;
}

#div_homepage_btm span.black {
	color:#000000;
	font-weight:bold;
}
	
#div_homepage_btm img
	{
	float:right;
	margin-right:20px;
	border:none;	
	}		


#div_homepage_how_it_works h1
	{
	text-decoration:none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 23px;
	font-weight:100;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	padding:0;
	margin:0;
	margin-left:14px;
	margin-right:14px;	
	margin-top:8px;
	margin-bottom:14px;
	}
	
#div_homepage_how_it_works p
	{
	text-decoration:none;
	height:152px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight:lighter;
	font-variant: normal;
	text-transform: none;
	color:#666666;
	padding:0;
	margin:0;
	margin-left:14px;
	margin-right:20px;		
	}

#div_homepage_how_it_works span.orange {
	color:#FF6600;
	font-weight:800;
}

#div_homepage_how_it_works span.black {
	color:#000000;
	font-weight:bold;
}
	
#div_homepage_how_it_works img
	{
	float:left;
	margin-left:20px;
	border:none;
	margin-top:350px;
	}		



#div_how_it_works_homeowner {
	background-image:url(../img/div_how_it_works_homeowner.png);
	background-position:bottom right;
	background-repeat:no-repeat;	
	float:left;	
	width:325px;	
	height:255px;
}


#div_how_it_works_tradesman {
	background-image:url(../img/div_how_it_works_tradesman.png);
	background-position:bottom right;
	background-repeat:no-repeat;	
	float:left;
	margin-left:20px;
	border-left:1px #CCCCCC dotted;	
	width:325px;	
	height:255px;
}


#div_homepage_btm_one {
	background-image:url(../img/div_homepage_btm_one.png);
	background-position:bottom left;
	background-repeat:no-repeat;	
	float:left;	
	width:325px;	
	height:255px;
}

/* hack for ie6 png issue */
* html #div_homepage_btm_one {
	background-image:url(../img/div_homepage_btm_one.gif);
	background-position:bottom left;
	background-repeat:no-repeat;	
	float:left;	
	width:325px;	
	height:255px;
}

#div_homepage_btm_two {
	background-image:url(../img/div_homepage_btm_two.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;		
	float:left;
	width:325px;	
	height:255px;
}

/* hack for ie6 png issue */
* html #div_homepage_btm_two {
	background-image:url(../img/div_homepage_btm_two.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;		
	float:left;
	width:325px;	
	height:255px;
}

#div_homepage_btm_three {
	float:left;
	width:325px;	
	height:255px;
}

#div_homepage_btm_three ul {
	width:300px;
	padding:0;
	float:left;
	padding-top:0px;
	margin:0;
	padding-bottom:4px;
	margin-left:16px;
	margin-bottom:0;
}

#div_homepage_btm_three li {
	list-style:none;
	border-bottom:1px solid #CCCCCC;
	height:38px;
	margin:auto;
	padding-left:5px;
	padding-top:8px;
	margin-bottom:0px;
}

#div_homepage_btm_three li a {
	padding-bottom:4px;
	color:#FF6600;
	text-decoration:none;
	font-size:12px;
	}
	
#div_homepage_btm_three li a:hover {
	color:#000000;
}

#div_homepage_top_left ul {
	width:172px;
	padding:0;
	float:left;
	padding-top:14px;
	margin:0;
	padding-bottom:4px;
	margin-bottom:0;
}

#div_homepage_top_left li {
	list-style:none;
	width:172px;
	margin:auto;
	margin-bottom:8px;
}

#div_homepage_top_left li a {
	background-image:url(../img/ul_job_categories_li.gif);
	background-repeat:no-repeat;
	padding-bottom:4px;
	padding-left:14px;
	color:#666666;
	text-decoration:none;
	font-size:12px;
	}
	
#div_homepage_top_left li a:hover {
	color:#000000;
}

#div_all_categories ul {
	width:172px;
	padding:0;
	float:left;
	padding-top:14px;
	margin:0;
	padding-bottom:4px;
	margin-left:8px;
	margin-bottom:20px;
}

#div_all_categories li {
	list-style:none;
	width:172px;
	margin:auto;
	margin-bottom:8px;
}

#div_all_categories li a {
	background-image:url(../img/ul_job_categories_li.gif);
	background-repeat:no-repeat;
	padding-bottom:4px;
	padding-left:14px;
	color:#666666;
	text-decoration:none;
	font-size:12px;
	}
	
#div_all_categories li a:hover {
	color:#000000;
}

.btn_job_categories {
	padding-bottom:7px;
	padding-left:14px;
}

#div_choose_credit {
	width:224px;
	height:125px;
	padding-top:0px;
	background-image:url(../img/choose_credit.jpg);
	background-repeat:no-repeat;
}

#div_choose_credit .buy_now {
	clear:both;
}


#div_search_engines {
	margin-top:14px;
	padding:0;
}

#div_search_engines ul p {
	color:#666666;
	margin-bottom:0px;
	padding-bottom:0px;
}

#div_search_engines ul {
	margin:0px;
	padding:0px;
}

#div_search_engines li a {
	background-image:url(/img/div_seo_link.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-size:12px;
	padding-left:8px;
	margin-right:8px;
	color:#666666;
	text-decoration:none;
	}
	
#div_search_engines li a:visited {
	color:#666666;
	text-decoration:none;
	}
	
#div_search_engines li a:hover {
	color:#666666;
	text-decoration:none;
	}
	
#ul_seo_pages {
	width:215px;
	background-image:url(/img/ul_job_categories.jpg);
	padding:0;
	padding-top:14px;
	margin:0;
	padding-bottom:4px;
	margin-bottom:0;	
}

#ul_seo_pages li {
	list-style:none;
	width:188px;
	margin:auto;
	margin-bottom:8px;
}

#ul_seo_pages li a {
	background-image:url(../img/ul_job_categories_li.gif);
	background-repeat:no-repeat;
	padding-bottom:4px;
	padding-left:14px;
	color:#666666;
	text-decoration:none;
	font-size:12px;	
}

#ul_seo_pages li a:hover {
	color:#000000;
}
