@charset "utf-8";
/* CSS Document */

/* ----------- HEADER SECTION ------*/
.header{
	background: #fff;
	height: 75px;
}

.header .container{
	height: 75px;
}

h1#site_title_main{
	overflow: hidden;
	height: 75px;
	width: 265px;
	float: left;
	background: url(../img/logos/header_logo.jpg) bottom left no-repeat;
}

h1#site_title_main a{
	display: block;
	height: 75px;
	width: 265px;
	overflow: hidden;
}

h1#site_title_main span{
	display: block;
	margin-top: 1000px;
}

h1#site_titleLG_main{
	overflow: hidden;
	height: 75px;
	width: 900px;	
	background-image: url(../img/logos/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

h1#site_titleLG_main a{
	display: block;
	height: 75px;
	width: 900px;
	overflow: hidden;
}

h1#site_titleLG_main span{
	display: block;
	margin-top: 1000px;
}

h1#site_title{
	overflow: hidden;
	height: 75px;
	width: 265px;
	float: left;	
}

h1#site_title a{
	display: block;
	height: 75px;
	width: 265px;
	overflow: hidden;
}

h1#site_title span{
	display: block;
	margin-top: 1000px;
}

h1#site_titleLG{
	overflow: hidden;
	height: 75px;
	width: 900px;
	float: left;
	background-image: url(../img/logos/header_logo_applicantTree.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h1#site_titleLG a{
	display: block;
	height: 75px;
	width: 900px;
	overflow: hidden;
}

h1#site_titleLG span{
	display: block;
	margin-top: 1000px;
}
/** text styles **/
h2{
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #fe6f21;
	margin: 0;
	padding-bottom: .3em;
}

h2 span {
	border-bottom: 1px dotted #999;
	display: block;
	color: #8a4824;
	font-size: .85em;
	font-weight: normal;
}

h3{
	font-size: 1.2em;
	color: #fe6f21;
	padding-bottom: .5em;
	margin-bottom: .7em;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}

h3 span{
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #8a4824;
	font-size: .7em;
	font-weight: normal;
}

p{
	padding-bottom: .8em;
	margin: 0;
	line-height: 1.8em;
}

#home .content p{
line-height: 1.5em;
text-align: justify;
}

a{
	color: #f34e01;
}

.siteColorBold{
	color: #f34e01;
	font-weight: bold;
	
}

.siteColor{
	color: #f34e01;
	
}

.rowSiteColor{
background-color: #f34e01;
	
}

hr{
	color: #aaa;
	background: #ccc;
	height: 1px;
	border: none;
	margin-bottom: 1em;
}

.more_link a{
	padding-left: 15px;
	color: #475700;
	text-decoration: none;
	background: url(../img/green_arrow_sm.jpg) top left no-repeat;
}

.more_link a:hover{ text-decoration: underline; }

img.inset{ 
	margin: 1em;
}

.alt{
	font-family: Georgia, Times, serif;
	font-style: italic;
}

/** Page Art / Welcome Art **/

/** Page Art / Welcome Art **/

.page_art{
	background: url(../img/content_header_cap_bg.jpg) top left repeat-x;
}

#home .page_art{
	background: url(../img/page_art_bg.jpg) bottom left repeat-x;
}

.page_art .container{
	background: url(../img/content_header_cap.jpg) top center no-repeat;
	height: 52px;
}

#home .page_art .container{
	height: 242px;
	background: url(../img/home_art.jpg) top center no-repeat;
}
/* top company logos */
 #topLogoImg1{
	background-image: url(../img/home/cycle/title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:450px; height:216px;
}

#topLogoImg2{
	background-image: url(../img/home/cycle/1.jpg);
	background-repeat: no-repeat;
	background-position: left top;width:450px; height:216px;
}

#topLogoImg3{
	background-image: url(../img/home/cycle/2.jpg);
	background-repeat: no-repeat;
	background-position: left top;width:450px; height:216px;;
}
 #topLogoImg4{
	background-image: url(../img/home/cycle/3.jpg);
	background-repeat: no-repeat;
	background-position: left top;width:450px; height:216px;
}

#topLogoImg5{
	background-image: url(../img/home/cycle/4.jpg);
	background-repeat: no-repeat;

	background-position: left top;width:450px;height:216px;
}

#topLogoImg6{
	background-image: url(../img/home/cycle/5.jpg);
	background-repeat: no-repeat;
	background-position: left top;width:450px;height:216px;}

#topLogoImg7{
	background-image: url(../img/home/cycle/6.jpg);
	background-repeat: no-repeat;
	background-position: left top;width:450px; height:216px;
}


/** HEADER NAVIGATION **/
#main_nav{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	float: right; 
	padding-top: 34px;
	padding-right: 15px;
	font-size: .9em;
	display: block;
}
	
#main_nav li{
	float: left;
	display: block;
	height: 24px;
	margin-left: 15px;
	padding: 0;
	width: auto;
}

#main_nav a{
	color: #8a4824;
	text-decoration: none;
	height: 20px;
	padding: 4px 0 0;
	float: left;
	display: block;
	line-height: normal;
}

#main_nav a:hover{
	text-decoration: underline;
}

#main_nav li.curr{
	background: url(../img/menu/curr_menu_right.jpg) top right no-repeat;
}

#main_nav li.curr a{
	background: url(../img/menu/curr_menu_left.jpg) top left no-repeat;
	padding: 4px 10px 0;
	color: #fff;
}

#main_nav li.curr a:hover{ text-decoration: none; }

/*** Job Search ***/
.search_box{
	background-image: url(../img/job_search/search_box_full.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 93px; /* total height 113px; */
	padding: 20px 0 0 20px;
	margin-bottom: 10px;	
}

.search_box label{
	color: #fff;
	font-size: 11px;
	display: block;
}

.search_box h1{
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	float: left;
	letter-spacing: -1px;
	width: 110px;
	overflow: hidden;
	line-height: normal;
	padding-top: 13px;
}

.search_box a{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.search_box input.field{
	background: #fff !important;
	border: 1px solid #e26801 !important;
	font-size: 12px !important;
	padding: 2px !important;
	margin-bottom: 2px;
	display: block;
}

.search_box .kwd{
	width: 240px;
	float: left;
	margin-right: 10px;
}

.search_box .cityst{
	width: 235px;
	float: left;
}

.search_box .kwd input.field{
	width: 220px !important;
}

.search_box .cityst input.field{
	width: 225px !important;
}

.search_box .submit{
	text-align: right;
	padding-top: 2px;
}

.search_box .submit input{
	margin: 0; padding: 0;
}

.adv_search h1{
	width: 96px;
}

.adv_search .kwd{
	width: 165px;
}

.adv_search .kwd input.field{
	width: 160px !important;
}

.adv_search .cityst{
	width: 155px;
}

.adv_search .cityst input.field{
	width: 140px !important;
}

.adv_search .zip{
	width: 55px;
	float: left;
}

.adv_search .zip input.field{
	width: 40px !important;
	text-align: center;
}

.adv_search .range{
	width: 110px;
	float: left;
}

.adv_search .submit{
	padding-top: 6px;
}

#home_search h1{
	width: 96px;
}	

#home_search{
	background-image: url(../img/home/search_box.jpg);
}

#home_search .kwd{
	width: 185px;
	float: left;
	margin-right: 10px;
}

#home_search .cityst{
	width: 232px;
	float: left;
}

#home_search .kwd input.field{
	width: 183px !important;
}

#home_search .cityst input.field{
	width: 224px !important;
}

#home .login{
	margin-top: 4px;
}

#home .login .mod_body_child{
	padding: 10px;
}

#home .login label{
	font-size: 10px;
	display: block;
	float: left;
	width: 68px;
	font-weight: normal;
	padding-top: 3px;
}

#home .login .input{
	float: right;
}

#home .login .input input{
	width: 130px !important;
	font-size: 11px !important;
}

#home .login .row{
	padding-top: 6px;
}

#home .content .container{
	background: url(../img/page_div_bg.jpg) top center repeat-y;
}

#home h2, h2.big{
	font-size: 2em;
	letter-spacing: -.08em;
}

.top_cap{ background: url(../img/div_top_cap.jpg) top center no-repeat; }
.bot_cap{ background: url(../img/div_bot_cap.jpg) bottom center no-repeat; }

/*Search results Google Page */
p.results_title{
	background: url(../img/tables/th_bg.jpg) bottom left repeat-x;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	margin: 0;
	font-weight: bold;
} 

.search_results .job_title{
	font-size: 13px;
	color: #F34E01;
}

/**** References ****/

.reference label{
	font-size: 11px;
	font-weight: bold;
}

.reference .input label{
	font-weight: normal;
}

.reference .input input, .reference .input select{
	font-size: 12px;
}

.reference .col{
	float: left;
	width: 180px;
	margin-right: 10px;
	height: 60px;
}	

.reference .col.last{
	margin-right: 0;
}

.reference .std_input{
	width: 170px;
}

.reference .phone_input input{
	text-align: center;
}

.reference .col_med{
	width: 370px;
}

.reference .ph_sm{
	width: 35px;
}

.reference .ph_lg{
	width: 55px;
}

.add_ref{
	padding: 7px 0;
}

.add_ref a{
color: #f34e01  !important;
font-weight: bold  !important;
padding-left: 30px  !important;
background: url(/joboffer/img/plus_orange.jpg) top left no-repeat !important;
font-size: 13px !important;
height: 27px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
text-decoration: none;
}

.reference .col.sm_input label{
	display: block;
	float: left;
	width: 80px;
}

.reference .col.sm_input input{
	width: 80px;
}

ul.no_style{
	list-style: none;
	padding-left: 10px;
}

.reference-table {
	border:1px solid #FFB380;
	margin-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	padding:3px;	
	}
	
.reference-table td, .reference-table th {
	text-align:center;
	border:1px solid #FFB380;
		}
		
.reference-table th {
	background-color:#FF6D00;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.reference-table-hd {
	background-color:#fecbb1;
	}	

.full_mod{
	background-color: #e2e2e2 !important;
}

.full_mod .mod_contents
{
	background-color: #e2e2e2 !important;
	padding: 15px !important;
}





/* ------------------------ Employee Admin Login Styles ---------------------- */

.gray-mod {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #bebebe;
	background:#efefef;
	padding:45px;
}

.login-mod-left {
	width:305px;
	float:left;
}

.login-mod-right {
	float:right;
	width:380px;
}

.login-header-txt {
	background:url(../img/employee-admin-login/employee-login-txt.gif) 0 0 no-repeat;
	width:305px;
	height:80px;
	display:block;
	margin-top:10px;
}

.login-divider-line {
	border-top:1px solid #d7d7d7;
	height:0;
	margin:10px 0 10px 0;
}

.login-txt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#818181;
	font-style:italic;
	text-align:left!important;
	letter-spacing:-1px;
	padding-bottom:0px;
}

.login-input-bckg {
	background:url(../img/employee-admin-login/input-graphic.gif) 0 0 no-repeat;
	width:365px;
	height:30px;
	padding:15px 10px 10px 15px;	
}

.login-input {
	border:none;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#4e4d4c;
	width:350px;
	background:none;
}

.login-label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#818181;
	margin-bottom:5px;
	font-weight:bold;
}

a.lost-login-info {
	color:#a0a0a0;
	font-size:11px;
	text-decoration:none;
}

a.login-default-link {
	color:#818181!important;
}

.login-sm-txt {
	font-size:11px;
	color:818181;
	text-align:left!important;
}

.checkbox-txt {
	font-size:11px;
	color:818181;
	text-align:left!important;
	cursor:pointer;
}

.checkbox-txt input {
	margin-right:10px;
	margin-top:2px;
}

.login-mod-form {
	padding-bottom:10px;
}

.login-btn {
	background:url(../img/employee-admin-login/login-btn.gif) 0 0 no-repeat;
	width:140px;
	height:41px;
	display:block;
	margin-top:10px;
	float:right;
	border:none;
}

