/* "Style Guide" 



//// End Style Guide */

body {
	background: #fff url(../images/global/bg.png) repeat-x;
}

.container {
	position: relative;
}

/* Common classes */

a {
	outline: none;
	text-decoration: none;
	color: #1b80f2;
}


a:hover {
	background: #1b80f2;
	color: #fff;
	cursor: pointer;
}

.centered {
	text-align: center;
}

.floatR {
	float:right;
}

.floatL{
	float: left;
}

.blue {
	color: #1b80f2;
}

.yellow {
	color: #e0ce00;
}

/* End Common Classes */


/* Main Page START */

.tab_menu_container {
	height: 5px;
}

#header {
	height: 158px;
	margin-top: 36px;
	padding: 0 20px;
	position: relative;
	background: url(../images/global/header.jpg) no-repeat top;
}

#header h1 {
	position: absolute;
	z-index: 99;
}

#header h1 a {
	display: block;
	text-indent: -2000px;
	margin-top: -24px;
	height: 207px;
	width: 136px;
	margin-left:-10px;
	background: url(../images/global/logo.png) no-repeat;
}

#menu {
	background: url(../images/global/menubar.png) no-repeat;
	height: 52px;
	width: 974px;
	margin-left: -12px;
}

#menu ul {
	margin: 0 0 0 52px;
	list-style-type: none;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	padding: 11px 25px 0 25px;
	height: 44px;
	color: #383838;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-right: solid 1px #d4d4d4;
}

#menu ul li a:hover {
	cursor: pointer;
	background: url(../images/global/menubg-hover.png) repeat-x top;	
}

#menu.services ul li a.services, #menu.about ul li a.about, #menu.locations ul li a.locations, #menu.partners ul li a.partners, #menu.faqs ul li a.faqs, #menu.contact ul li a.contact, #menu.jobs ul li a.jobs {
	background: url(../images/global/menubg-hover.png) repeat-x top;
}

#tab_menu ul{
	position: absolute;
	top: 0;
	right: 140px;
	margin: 0;
	list-style-type: none;	
}

#tab_menu ul li {
	float: left;
}

#tab_menu ul li a {
	display: block;
	background: url(../images/global/header-tab.png) no-repeat top center;
	margin-right: 5px;
	width: 90px;
	padding-top: 4px;
	padding-left: 20px;
	height: 26px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffeb00;
}

#tab_menu ul li a:hover {
	color: #999;
}

.slider {
	background-color: #212121;
	padding: 10px 0 15px 0;
	color: #eee;
	text-align: center;
}

.slider .container {
	text-align: center;
}

.slider table {
	width: 500px;
	margin: 0 auto;
}

.slider table td {
	vertical-align: middle;
}

.slider input {
	font-size: 16px;
	border: solid 1px yellow;
	width: 150px;
}

.slider #login-button, .slider .submit-button {
	display: block;
	background: url(../images/global/login-button.png) no-repeat;
	width: 92px;
	height: 39px;
	text-indent: -2000px;
	margin-top: 18px;
}

.slider .submit-button {
	background: url(../images/global/submit-button.png) no-repeat;
}

.slider h3 {
	color: #eee;
}

.slider table#app_checkboxes input {
	width: 20px;
	top: 0;
}

#page {
	background: #fff;
	overflow: visible;
	position: relative;
	margin-top: -3px;
	padding-top: 23px;
	padding-bottom: 20px;
}

#page h2, #page h3 {
	font-weight: bold;
	clear: both;
	color: #333;
}

#page h2 {
	letter-spacing: -2px;
	font-size: 32px;
	margin-bottom: 10px;
}

#page h3 {
	letter-spacing: -1px;
	font-size: 20px;
	margin-bottom: 5px;
}

#page .services h3 {
	font-size:18px;
}

#page h3 a {
	color: #1b80f2;
	text-decoration: none;	
}

#page h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0;
}

#page p {
	font-family: Arial;
	font-size: 15px;
	line-height: 21px;
}

#page div.locations p {
	font-size: 12px;
}

#page p a {
	font-weight: bold;
	color: #1b80f2;
	text-decoration: none;
	padding: 0 2px;
}

#page p a:hover {
	background: #1b80f2;
	color: #fff;
}

#page h2.heading-home {
	text-indent: -2000px;
	margin-bottom: 5px;
	background: url(../images/home/heading-home.png) no-repeat 0px 5px;
}

#page #home-side {
	text-align: right;
}

#page p.testimonial {
	font-size: 17px;
	line-height: 26px;
	letter-spacing: -1px;
	color: #666;
	padding-left: 20px;
}

#page p.testimonial span {
	text-align: right;
	float: right;
	clear: both;
	font-size: 16px;
}

#page #lt-callout, #page #labor-temps-callout {
	margin-top: 20px;
}

#page #lt-callout {
	clear: both;
}

#page #labor-temps-callout {
	margin: 25px 0;
	
}

#page a.learn-more {
	display: block;
	width: 209px;
	height: 40px;
	text-indent: -2000px;
	background: url(../images/home/learn-more-LT.png) no-repeat top;
}

#page #labor-temps-callout a.learn-more {
	background: url(../images/home/learn-more-labor-temps.png) no-repeat top;
	width: 248px;	
}

#page a.learn-more:hover, #page #labor-temps-callout a.learn-more:hover {
	background-position: 0px -40px;
}

#page ul {
	list-style-type: circle;
	font-family: Arial;
	line-height: 20px;
	margin: 0;
	padding: 0 0 10px 15px;
}

#news h4 {
	font-weight: bold;
	color: #333;
	margin: 15px 0 5px 0;
}

#news p {
	margin-bottom: 20px;
	font-size: 14px;
}

/* Main Page END */

#google_maps {
	height: 450px;
	top: 40px;
	z-index: 1;
	float: none;
}

#map_holder {
	position: relative;
}

#page div.locations {
	z-index: 99;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	float: left;
	margin-right: 20px;	
	position: absolute;
	background-color: transparent;
}

#page div.locations .addresses p {
	line-height: 16px;
	width: 170px;
}

#page.faq h3 {
	margin: 10px 0 15px 0;
}

#page ul.job_classifications {
	margin: 0;
}

#page ul.job_classifications li {
	float: left;
	width: 33%;
}

.partners #page .span-6 {
	text-align: center;
}

#footer {
	padding: 20px 40px;
	margin: 20px 0;
}

#footer p, #footer a {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

#footer img {
	float: right;
}


/* ------- Contact Form --------*/
#contact_form {
	
}

#contact_form label, #job_form label {
	width: 120px;
	display: inline-block;
	font-size: 15px;
	letter-spacing: -0.5px;	
}

#job_form input, #job_form textarea, #contact_form input, #contact_form textarea {
	font-size: 15px;
	width: 220px;
}

#contact_form textarea {
	width: 330px;
	height: 100px;
}

#job_form label[for=message], #contact_form label[for=message] {
	display: block;
	margin-top: 5px;
}

#job_form input.error, #job_form textarea.error, #contact_form input.error, #contact_form textarea.error {
	margin: 0.5em 0;
	padding: 0;
	line-height: 1.5;
	border:1px solid #BBBBBB;
}

#job_form input + label.error, #job_form textarea + label.error, #contact_form input + label.error, #contact_form textarea + label.error {
	width: auto;
	min-width: 50px;
	margin: 2px;
	padding: 1px 2px 1px 2px;
}

#job_form fieldset, #contact_form fieldset {
	border: none;
	padding: 10px 0px 0px 0px;
}

#job_form .buttons input[type=submit], #contact_form .buttons input[type=submit] {
	/* color: #F9EE3E; */
	color: #777;
}
#job_form .buttons input[type=submit]:hover, #contact_form .buttons input[type=submit]:hover {
	color: #222;
}

#job_form form textarea {
	width: 600px;
	height: 180px;
}


/* application errors */
#application .form_errors, #application .error_mesg {
	display: none;
}

#application .form_errors ul {
	list-style: none;
}

#application .form_errors ul li {
	padding: 2px;
}

#application .invalid {
	background-color: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

#application .error_mesg {
	font-weight: bold;
	color: #FBC2C4;
}

/* ----------- BEGIN Jobs Styles------------*/

.job_post {
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom: 1px #DFDFDF solid;
}

.job_title {
	font-size: 20px;
	margin-top: 15px;
	font-size: 20px;
}

.job_post_date {
	color: #999999;
}

.job_description {
	margin-top: 15px;
}

.job_compensation {
	color: green;
	font-size: 14px;
}

.job_contact {
	margin-top: 15px;
}

.job_details {
	margin-top: 20px;
}

#message_window {
	background: #191919 none repeat scroll 0 0;
	color: #F3F0DA;
	font-family:"Lucida Grande","Lucida Sans";
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	padding: 18px 18px 18px 180px;
	width: 550px;
}

/* messages css */
#message_window {
	position: fixed;
	width: 500px;
	height: auto;
	color: white;
	background-color: #191919;
	text-align: center; 
	opacity: 0;
	filter: alpha(opacity = 0);
	z-index: 999;
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-webkit-border-radius-bottomleft: 0.4em;
	-webkit-border-radius-bottomright: 0.4em;
	-webkit-border-radius-topleft: 0.4em;
	-webkit-border-radius-topright: 0.4em;
}

#message_window p {
	width: auto;
	height: auto;
	text-align: left;
	padding-left: 20px;
}

#message_window h1,  #message_window h2{
	width: 400px;
	height: auto;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 10px;
}

#recaptcha_widget_div{
	width: 318px;
	border: 2px solid #0FADDE;
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-webkit-border-radius-bottomleft: 0.4em;
	-webkit-border-radius-bottomright: 0.4em;
	-webkit-border-radius-topleft: 0.4em;
	-webkit-border-radius-topright: 0.4em;
}
/* ----------- END Jobs Styles------------*/