/* primary css */

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #555;
	background-color: #82b51a;
	line-height: 1.8em;
}

p, ul { margin-bottom: 1em; }
ul { 
	line-height: 1.4em;
	list-style-type: square; 
	list-style-position: outside;  
	color: #333;
	font-size: 13px;
}
li { margin-left: 1.8em; }
fieldset {
	font-size: .9em; 
	border: 1px solid #bbb;
	padding: 1.6em .3em 1em 1.6em;
	background-color: #fdfdfd;
	margin: .8em 0 1.8em 0;
}
legend { 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 10px; 
	color: #999;
}
hr { height: 1px; color: #e1e1e1; background-color: #e1e1e1; border: none; }


#wrapper { 
	background-image: url('/media/img/background-top-tile.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #fff; 
}
.inner { 
	 /* used in multiple places to set "inner widths" 
	 		when parents are 100% */
	position: relative;
	width: 920px; 
	margin: 0 auto; 
}
a:link { color: #96c245;  text-decoration: none; }
a:visited { color: #96c245; text-decoration: none;  }
a:hover { color: #C0DB8F; text-decoration: none;  }

#primary-nav a:link { color: #fff; text-decoration: none; }
#primary-nav a:visited { color: #fff; text-decoration: none; }
#primary-nav a:hover { 
	color: #fff; 
	text-decoration: none; 
	font-size: 1.4em;
}

#footer a:link { color: #fff; text-decoration: none; }
#footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: underline; }

#header { 
	width: 100%; 
	height: 200px;
	background-image: url('/media/img/background-top.jpg');
	background-position: center top;
	background-repeat: no-repeat;
/*	background-color: #82b51a;*/
}	


#lesserheader { 
	width: 100%; 
	min-height: 48px;
	margin-bottom: 32px;
}	
#lesserheader #logo { 
/*	float:left;  */
	margin-bottom: 7px;
}
#lesserheader #logo h1 { 	
	font-size: 30px; 
	font-weight: normal; 
	z-index: 999;
}
#primary_content h2,
#primary_content h3, 
#primary_content h4, 
#primary_content h5 { 
	font-family: Verdana, sans-serif;	
	font-weight: bold;
 	color: #3b78ce;						/* (blue) */ 				
/* color: #82b51a; */ 			/* (green) */
	margin-bottom: .8em;
}	

#primary_content h2 	{ margin-top: .4em; color: #3b78ce;	}
#primary_content h3,
#primary_content h4,
#primary_content h5 	{ margin-top: 1.2em;  }

#primary_content h2 
	{ font-size: 18px; /* text-transform: uppercase; */ }	
#primary_content h3 
	{ font-size: 15px;  /* text-transform: uppercase; */ }	
#primary_content h4 
	{ font-size: 13px;  font-weight: normal; text-transform: none;  }	
#primary_content h5 
	{ font-size: 12px; font-weight: normal; text-transform: none;  }	


#lesserheader #slogan { 	
	float: left; 
	clear: left;
	color: #3b78ce;
	font-size: 14px;
	z-index: 500;
}
#lesserheader #top-quote { 
	position: absolute;
	top: -40px;
	right: 14px;
}

.current_user_info {
	color: #CCC;
	font-style: italic;
	font-size: 12px;
	clear: left;
	margin-bottom: 2.5em;
}

.current_user_info ul#login-nav { 	
	font-style: normal;
	list-style-type: none; 
	text-align: left;	
}
.current_user_info ul#login-nav li {
	margin-left: 0;
	display: inline;
	padding: 0 1em 0 .8em;
	background-image: url('/media/img/login-nav-divider.gif');
	background-position: center right;
	background-repeat: no-repeat;
}
.current_user_info ul#login-nav li.last 
	{ background-image: none; }
.current_user_info ul#login-nav li.first 
	{ padding-left: 0; }	
	
	
ul#primary-nav { 	
	list-style-type: none; 
	float: right;
	text-align: right;
	text-transform: lowercase;
	margin: 0 0;
	width: 454px;
	clear: both;
	min-height: 20px;
}
ul#primary-nav li { 
	margin-left: 0;
	float: left;
	font-size: 16px;
	text-align: left;
} 
ul#primary-nav li a { 
	height: 174px;
	width: 132px;	
	display: block;
	padding: 85px 0 0 10px;
	border-left: 1px solid #fff;	
}
ul#primary-nav li a.nav_home:hover { 
	background-image: url('/media/img/nav_home_bg_ovr.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
ul#primary-nav li a.nav_about:hover {
	background-image: url('/media/img/nav_about_bg_ovr.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
ul#primary-nav li a.nav_contact:hover {
	background-image: url('/media/img/nav_contact_bg_ovr.gif');
	background-repeat: no-repeat;
	background-position: top left;
}


.addtoany { margin: .4em; }
#footer { 
	margin-top: 30px;
	background-image: url('/media/img/border-footer.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 10px;
	padding: 40px 0 20px 0;
	width: 100%; 
	background-color: #82b51a;
	text-align: center;
	clear: both;
}

#footer #drws { 
	font-size: 10px;
	margin-top: 18px;
	line-height: 12px;
}

ul#footer-nav { 
	list-style-type: none; 
	text-transform: lowercase;
	clear: both;
	min-height: 20px;
	text-align: center;
	margin-bottom: 5px;
}
ul#footer-nav li {
	font-size: 10px;
	margin-left: 0;
	display: inline;
	padding: 0 1em 0 .8em;
	background-image: url('/media/img/footer-nav-divider.gif');
	background-position: center right;
	background-repeat: no-repeat;
}
ul#footer-nav li.last { background-image: none; }
#footer-details { text-align: center; }



/* Home page content */
#home_upper_content_box {
	position: relative; 
	padding: 0 0 0 40px; 
	height: 366px;
	width: 880px;
	background-image: url('/media/img/home_upper_content_box.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}
#home_upper_content_box #pics_grid { 
	float: left; 
/* margin-top: 34px; */
}
#home_upper_content_box #find_buttons { 
	float: right; 
	height: 264px;
	margin: 102px 64px 0 0;
	color: #666;
	font-weight: normal;
	font-size: 30px;
}
#home_upper_content_box #find_buttons .btn_wrapper { 
	margin: 10px 0 10px; 
	width: 330px;
	height: 90px;
	
}
#home_upper_content_box #find_buttons .btn_wrapper span 
	{ visibility: hidden; }
#home_upper_content_box #find_buttons  #btn_find_painter.btn_wrapper a,
#home_upper_content_box #find_buttons  #btn_find_job.btn_wrapper a {
	display: block;
	width: 330px;
	height: 90px;
}	

#home_upper_content_box #find_buttons #btn_find_painter.btn_wrapper  a 
	{	background-image: url('/media/img/btn_find_painter.png'); }
#home_upper_content_box #find_buttons #btn_find_painter.btn_wrapper a:hover 
	{	background-image: url('/media/img/btn_find_painter_ovr.png'); }
	
#home_upper_content_box #find_buttons #btn_find_job.btn_wrapper a 
	{	background-image: url('/media/img/btn_find_job.png'); }
#home_upper_content_box #find_buttons #btn_find_job.btn_wrapper a:hover 
	{	background-image: url('/media/img/btn_find_job_ovr.png'); }
	

#home_lower_content_box {
	clear: both;
	height: 94px;
	width: 880px;
	padding: 0 20px 0 20px;
	background-image: url('/media/img/home_lower_content_box.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}
#home_affiliates_wrapper { 
	/* float: right; */
	width: 810px;
	text-align: center;
	margin-left: 150px; /* ADJUST THIS (LEFT MARGIN) WHEN ADDING / UPDATING LOGO IMAGES */
}
#home_lower_content_box .affiliate_logo_wrapper {
	padding: 0;
	line-height: 1.2em;
	font-size: 10px;
	text-align: center;
	background-color: #999;
	
	margin-top: 8px;
 	margin-right: 40px; /* ADJUST THIS WHEN ADDING / UPDATING LOGO IMAGES */
/*	margin-left: 1.2em;*/
	width: 100px;
	height: 60px;
	float: left;
}
.affiliate_logo_wrapper a:link,
.affiliate_logo_wrapper a:visited { color: #fff; } 


/* Other content area stuff */
#primary_content {
	width: 60%; /* only as default for inner pages; gets overridden on others */
	min-height: 300px;
}
body.homepage #primary_content 
	{ width: auto; }
body.one_col #primary_content 
	{ width: auto; }

/* Form stuff */
input[type="text"], input[type="password"], textarea {
	border:1px solid #ccc;
	font-family:sans-serif;
	font-size:12px;
	padding:2px;
	margin-bottom: .8em;
}
label.req { font-weight: bold; }
.error { color: #ff0000; font-style: italic; }
#primary_content .form_wrapper {	margin-top: 1.5em; }
.form_wrapper {	
/*	width: 80%; */
	font-size:12px; 
	line-height: 1.2em;
} 
.form_wrapper label { 
	display: block; 
}
select { margin-bottom: 1em; }
.form_item { margin-bottom: .6em; }

#registration_form fieldset {  }



/* Search Results Stuff */
div#painters-list { }
div#employers-list { }

div#painters-list.search-results,
div#employers-list.search-results { 
	/* wrapper for both lists ... */
}
div#painters-list.search-results .search-result,
div#employers-list.search-results .search-result { 
	/* items for both lists ... */
	margin-bottom: 1.6em;
	border-bottom: 1px dotted #f3f3f3;
}
div#painters-list.search-results .search-result .name,
div#employers-list.search-results .search-result .name { 
	font-weight: bold;
}
div#painters-list.search-results .search-result .name,
div#employers-list.search-results .search-result .name { 
	font-weight: bold;
	font-size: 12px; 
}
.search-result { 
	line-height: 1.6em; 
	font-size: 11px; 
	color: #ccc; 
}
.search-result .address .city,
.search-result .address .state { float: left; margin-right: .6em; }
.search-result .positions_currently_available 
	{ color: #444; }
.search-result .result-details 
	{ margin-left: .2em; padding-left: .5em; border-left: 1px solid #ccc; }

div.process-graphic  {
	position: relative;
	display: block;
	width: 875px;
	height: 257px;
	background-repeat: no-repeat;
	margin: 2em 0 1em 0;
}
div.process-graphic span { visibility: hidden; }
div.process-graphic.for-painters 
	{ background-image: url('/media/img/process_for_painters.jpg'); }
div.process-graphic.for-employers
	{ background-image: url('/media/img/process_for_employers.jpg'); }
div.process-graphic a.register-button {
	display: block;
	background-image: url('/media/img/btn_register_now.png'); 
	background-repeat: none;
	position: absolute;
	top: 167px;
	left: 26px;
	width: 250px;
	height: 75px;
}
div.process-graphic a.register-button:hover {
	background-image: url('/media/img/btn_register_now_ovr.png'); 
}

.announcement {
	text-align: center;
	line-height: 2.6em;	
	font-size: 1.2em;
	color: #333;
	margin: 1em 0 1em 0;
	background-color: #eeffdd;
}

.detail .pre_profile_text {
	font-style: italic;
	color: #555;
	margin-top: -2em; 
	font-size: 10px; 
	text-transform: uppercase;
	margin-bottom: 2.5em;
}
.detail blockquote {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ccc;
	min-height: 20px; 
	padding: .5em .5em .5em 2em;
	font-style: italic;
	background-image: url('/media/img/blockquote_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
}
.profile_field_label {
	font-weight: bold; 
	display: inline;

}	
.employer.detail .profile_field_wrapper 
	{ margin-bottom: 1.8em; }
.painter.detail .profile_field_wrapper 
	{ margin-bottom: 1.8em; }
.painter.detail .worktype .profile_field_wrapper 
	{ margin-bottom: .8em; }
.painter.detail .vehicles .profile_field_wrapper 
	{ margin-bottom: .8em; }
.detail .address .profile_field_wrapper.telephone { 
	margin-bottom: 1em; 
	font-weight: bold; 
}
.detail .address { 
	padding: .5em .2em .3em 1em; 
	border-top: 1px solid #eee; 
	border-bottom: 1px solid #eee; 
	margin-bottom: 1.8em;	
	margin-top: .8em;
	clear: both; 
	font-family: "Courier New", monospace;
}
.detail .payrange {  }
.detail .address .profile_field_wrapper
	{ margin-bottom: 0; line-height: 1.6em; }
.detail .address .profile_field_wrapper.city,
.detail .address .profile_field_wrapper.state
	{ float: left; margin-right: .6em; }
.detail .vehicles { margin-bottom: 1.6em; }


.detail .worktype { margin-bottom: 1.6em;  }

.small { font-size: 10px; color: #aaa; }
.adminonly { 
	border: 1px solid #ffff00; 
	padding: 1em; 
	margin-bottom: 2em;
}
.adminonly .payments {
	border-top: 1px solid #eee; 
	border-bottom: 1px solid #eee;
	margin: 1.8em 0 .8em 0;
}

.payment_options {
	border: 1px solid #d1d1d1;
	padding: 1.4em 1em 1em 1em;
}

.user-home-total-wrapper { padding: .2em; margin: 1em 0 1em; font-size: 14px; 	background-color: #eeffdd; }
.user-home-total-wrapper .user-home-total { font-weight: bold; }

.form_wrapper label { 
	vertical-align: top;
	display: table-cell;
	padding-top: 0;
	margin-top: 0;  
}
.form_wrapper .checkbox_wrapper_left input { margin: 0;  }
.form_wrapper .checkbox_wrapper_left { 
	display: table-cell;
	vertical-align: top;
	margin: 0 .5em 0 0; 
	float: left;  
}
/* Money back graphic on HOME page */
#home_upper_content_box #money-back-home {
	position: absolute;
	top: 0px;
	right: 75px;
	padding: 0;
	width: 125px;
}
/* Money back graphic elsewhere */
#money-back {
	position: relative; 
	top: auto;
	right: auto;	
	float: right; 
	padding: 0;
	margin: 3px 3px 6px 6px; 
	width: 150px;
}