@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-image: url(../img/logos/header_logo_blue.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

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_blue.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

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;	
}

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: #a09d9c;
	margin: 0;
	padding-bottom: .3em;
}

h2 span {
	border-bottom: 1px dotted #999;
	display: block;
	color: #15afea;
	font-size: .85em;
	font-weight: normal;
}


h3{
	font-size: 1.2em;
	color: #a09d9c;
	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: #15afea;
	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: #938F8E;
}

.siteColorBold{
	color: #938F8E;
	font-weight: bold;
	
}

.siteColor{
	color: #938F8E;
	
}

.rowSiteColor{
background-color: #938F8E;
	
}

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{
	background: url(../img/headers/content_header_cap_bg_blue.jpg) top left repeat-x;
}

#home .page_art{
	background-image: url(../img/headers/header_background_blue.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.page_art .container{
	height: 52px;
	background-image: url(../img/headers/header_cap_big_blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#home .page_art .container{
	height: 242px;
	background-image: url(../img/headers/header_main_img_blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* top company logos */
 #topLogoImg1{
	background-image: url(../img/home/cycle/title_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:450px;
	height:216px;
}

#topLogoImg2{
	background-image: url(../img/home/cycle/1_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:450px;
	height:216px;
}

#topLogoImg3{
	background-image: url(../img/home/cycle/2_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:450px;
	height:216px;
}
 #topLogoImg4{
	background-image: url(../img/home/cycle/3_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:450px;
	height:216px;
}

#topLogoImg5{
	background-image: url(../img/home/cycle/4_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:450px;
	height:216px;
}

#topLogoImg6{
	background-image: url(../img/home/cycle/5_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:450px;
	height:216px;
}

#topLogoImg7{
	background-image: url(../img/home/cycle/6_blue.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_blue.jpg) top right no-repeat;
}

#main_nav li.curr a{
	background: url(../img/menu/curr_menu_left_blue.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_blue_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/job_search/search_blue_full.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: #a09d9c;
}

/**** 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: #316AC5  !important;
font-weight: bold  !important;
padding-left: 30px  !important;
background: url(/joboffer/img/plus_blue.jpg) top left no-repeat !important;
font-size: 13px !important;
height: 25px !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 #7A9FDE;
	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 #7A9FDE;
		}
		
.reference-table th {
	background-color:#316AC5;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.reference-table-hd {
	background-color:#EEEEEE;
	}
	
.full_mod{
	background-color: #e2e2e2 !important;
}

.full_mod .mod_contents
{
	background-color: #e2e2e2 !important;
	padding: 15px !important;
}
