@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	overflow:hidden;
	overflow-y: scroll;	
}
.current{
	display:block !important;}
/*------------------------------------------HEADER----------------------------------*/
.header_container{
	width:100%;
	background:#0072c6;
	height:72px;
	float:left;
	border-bottom:2px solid #FFF;
}
.header{
	width:960px;
	margin:0 auto;
}
.logo{
	width:250px;
	float:left;
	margin-top:9px;
}
.logo a img{
	outline:none;
	border:none;
}
.menu{
	width:710px;
	float:left;
	text-align:right;
}
.menu ul{
	display: block;
    float: right;
    margin: 0;
    padding: 20px 0 0;
    text-align: right;
}
.menu ul li{
	float:left;
	padding:5px;
	display:block;
	margin-left:10px;
}
.menu ul li a{
	text-decoration:none;
	color:#FFF;
}
.menu ul li a:hover{
	/*background: url("../img/user/current.gif") no-repeat scroll center bottom transparent;*/
    border-bottom: 1px solid #FFF;
    padding-bottom: 3px !important;
}

.active{
	
	/*background: url("../img/user/current.gif") no-repeat scroll center bottom transparent;*/
    border-bottom: 1px solid #FFF;
    padding-bottom: 3px !important;
}


/*------------------------------------------BANNER----------------------------------*/
.banner_container{
	min-height:358px;
	float:left;
	width:100%;
	background:#f3f4f4;
}
.banner_main{
	width:960px;
	margin:0 auto;
}
/*-----LEFT---*/
.banner_left{
	width:790px;
	float:left;
}
.banner_head{
	float:left;
}
.banner_head p{
	color: #415262;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
    margin: 27px 0 20px;
    padding: 0;
}
.banner_slider{
	height:227px;
	float:left;
	width:789px;
	border-top: 4px solid #0072C6;
}
.banner_shadder{
	float:right;
}
/*-----RIGHT---*/
.banner_rigth{
	width:160px;
	float:left;
	margin-left:10px
}
.for_employer{
	width:150px;
	float:left;
}
.for_employer_left{
	background:url(../img/user/employer_left.png);
	width:14px;
	height:46px;
	float:left;
}
.for_employer_right{
	background:url(../img/user/arrow_employer.png) no-repeat #FFF;
	background-position:1% 44%;
	width:136px;
	height:46px;
	float:left;
	color:#333333;
	font-size:14px;
}
.for_employer_right p{
	 margin: 12px 0 0 22px;
	 font-weight: bold;
}
.for_employer_right p a{
	text-decoration:none;
	color:#115288;
}
.for_employer_right p a:hover{
	text-decoration:none;
	color:#333333;
}
/*----CONTACT US---*/
.contact_us{


}
.contact_us_head{
	background:url(../img/user/chat.png) no-repeat;
	background-position:20% 24%;
	float:left;
	height: 37px;
    width: 155px;
	margin-top: 58px;
	font-size:18px;
	color:#333333;
	font-weight:bold;
}
.contact_us_head p{
	margin:0 0 0 60px;
}
.contact_call_us{
	float:left;
	margin-top:10px;
}
.contact_call_us p{
	margin: 0 0 4px 26px;
	font-size:14px;
	font-weight:bold;
}
.contact_email{
	padding-top:12px;
}
.contact_email a{
	padding-top:12px;
	text-decoration:none;
	color:#333333;
}
.social_sharing_fb{
	background:url(../img/user/fb_icon.png) no-repeat;
	background-position:21% 24%;
	width:146px;
	padding-top:9px;
	height:27px;
	float:left;
	margin-top:8px;
	line-height:10px;
}
.social_sharing_fb p{
	font-size: 14px;
    font-weight: bold;
	margin:0px;
	
}
.social_sharing_fb a{
	 color: #115288;
    padding-left: 56px;
    text-decoration: none;	
}
.social_sharing_fb a:hover{
	text-decoration:none;
	color:#333333;	
}
.social_sharing_twitter{
	background:url(../img/user/twitter.png) no-repeat;
	background-position:21% 24%;
	padding-top:9px;
	height:27px;
	width:146px;
	float:left;
	line-height:10px;
}
.social_sharing_twitter p{
	font-size: 14px;
    font-weight: bold;
	margin:0px;
}
.social_sharing_twitter a{
	 color: #115288;
    padding-left: 56px;
    text-decoration: none;	
}
.social_sharing_twitter a:hover{
	text-decoration:none;
	color:#333333;	
}
.social_sharing_linkdin{
	background:url(../img/user/linkdin.png) no-repeat;
	background-position:21% 24%;
	padding-top:9px;
	height:28px;
	width:146px;
	float:left;
	line-height:10px;
}
.social_sharing_linkdin p{
	font-size: 14px;
    font-weight: bold;
	margin:0px;
}
.social_sharing_linkdin a{
	 color: #115288;
    padding-left: 56px;
    text-decoration: none;	
}
.social_sharing_linkdin a:hover{
	text-decoration:none;
	color:#333333;	
}
/*---------------------------------------CONTENT BOX----------------------*/

.content_box{
	width:960px;
	margin:0 auto;
}
.main_box{
	float:left;
	margin-top:35px;
}
/*------------------------------CAREER BOX---------------------------------*/
.career_box{
	min-height:220px;
	width:190px;
	float:left;
	margin-right:10px;
	border-top:5px solid #80c6ff;
}
.career_box_head{
	background:url(../img/user/arrow_round.png) no-repeat;
	background-position:0% 50%;
	width:190px;
	font-size:18px;
	font-weight:bold;
	
}
.career_box_head p{
	margin-left: 22px;
    margin-top: 6px;
	color:#333333;
	margin-bottom: 7px;
}
.career_box_text{
	font-size:12px;
	float:left;
	color:#333333;
}
.career_box_text p{
	font-size:12px;
	float:left;
	margin: 0 0 0 22px;
	color:#333333;
	line-height:17px;
}
.box_menu{
	float: left;
    margin-top: 10px;
}
.box_menu ul{
	margin: 0;
    padding: 0 0 0 23px;
}
.box_menu ul li{
	display:block;
	text-decoration:none;
	font-size:12px;
	padding-bottom:5px;
}
.box_menu ul li a{
	text-decoration:none;
	color:#115288;
}
.box_menu ul li a:hover{
	text-decoration:underline;
}
/*------------------------------JOB BOX---------------------------------*/
.jobs_box{
	min-height:220px;
	width:190px;
	float:left;
	margin-right:10px;
	border-top:5px solid #b2d046;
}
.jobs_box_head{
	background:url(../img/user/arrow_round.png) no-repeat;
	background-position:0% 50%;
	width:190px;
	font-size:18px;
	font-weight:bold;
}
.jobs_box_head p{
	margin-left: 22px;
    margin-top: 6px;
	color:#333333;
	 margin-bottom: 7px;
}
.jobs_box_text{
	font-size:12px;
	float:left;
	color:#333333;
}
.jobs_box_text p{
	font-size:12px;
	float:left;
	margin: 0 0 0 22px;
	color:#333333;
	line-height:17px;
}

/*------------------------------EMPLOYERS BOX---------------------------------*/
.employers_box{
	min-height:220px;
	width:190px;
	float:left;
	margin-right:10px;
	border-top:5px solid #808080;
}
.employers_box_head{
	background:url(../img/user/arrow_round.png) no-repeat;
	background-position:0% 50%;
	width:190px;
	font-size:18px;
	font-weight:bold;
}
.employers_box_head p{
	margin-left: 22px;
    margin-top: 6px;
	color:#333333;
	 margin-bottom: 7px;
}
.employers_box_text{
	font-size:12px;
	float:left;
	color:#333333;
}
.employers_box_text p{
	font-size:12px;
	float:left;
	margin: 0 0 0 22px;
	color:#333333;
	line-height:17px;
}

/*------------------------------WHY 925 BOX---------------------------------*/
.why_925_box{
	min-height:220px;
	width:190px;
	float:left;
	margin-right:10px;
	border-top:5px solid #ff8998;
}
.why_925_box_head{
	background:url(../img/user/arrow_round.png) no-repeat;
	background-position:0% 50%;
	width:190px;
	font-size:18px;
	font-weight:bold;
}
.why_925_box_head p{
	margin-left: 22px;
    margin-top: 6px;
	color:#333333;
	 margin-bottom: 7px;
}
.why_925_box_text{
	font-size:12px;
	float:left;
	color:#333333;
}
.why_925_box_text p{
	font-size:12px;
	float:left;
	margin: 0 0 0 22px;
	color:#333333;
	line-height:17px;
}
/*------------------------------Clients---------------------------------*/
.client{
	height:1px;
	border-top:1px solid #dededf;
	width:100%;
	float:left;
	height:67px;
}
.client_box{
	margin:0 auto;
	width:960px;
	margin-top:10px;
	height:68px;
}
/*------------------------------Footer---------------------------------*/
.footer_upper{
	background:#919296;
	height:65px;
	width:100%;
	
}
.footer_content{
	margin:0 auto;
	width:960px;
}
.footer_lower{
	background:#FFF;
	height:36px;
	width:100%;
	float:left;
}
.copy_right{
	color:#919296;
	width:960px;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	font-size:14px;
}
/*------------------------------MENU Footer---------------------------------*/
.logo_footer{
	width:278px;
	float:left;
	margin-top:9px;
}
.logo_footer a img{
	outline:none;
	border:none;
}
.menu_footer{
	width:682px;
	float:left;
	text-align:right;
}
.menu_footer ul{
	display: block;
    float: left;
    margin: 0;
    padding: 17px 0 0;
    text-align: right;
}
.menu_footer ul li{
	display: block;
    float: left;
    margin-left: 4px;
    padding: 5px 5px 5px 10px;
}
.menu_footer ul li a{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}
.menu_footer ul li a:hover{
	text-decoration:underline;
	color:#FFF;
}
.footer_menu_dot{
	background:url(../img/user/dot.png) no-repeat;
	background-position:0% 54%;
}
.clear{
	clear:both;
}
/*---------------------------------------------INNER PAGE---------------------------------------*/
.container{
	width:960px;
	margin:0 auto;
}
.inner_banner{
	height:137px;
	width:100%;
	/*background:#b9c2bb;*/
	background:#b9c2bb;
	float:left;
}
.inner_banner_bg_class{
	height:137px;
	width:100%;
	background:#ecf5fd !important;
	float:left;
}
.breadcrumbs{
	font-size:12px;
	color:#666666;
	margin-top:17px;
	margin-bottom:20px;
	float:left;
}
.breadcrumbs span a{
	text-decoration:none;
	color:#333333;
}
.breadcrumbs span a:hover{
	text-decoration:none;
	color:#333333;
	text-decoration:underline;
}
.content_inner_page_box{
	float:left;
	min-height:550px;
}
/*-----------LEFT BOX------*/
.left_box{
	float:left;
	width:200px;
}
.left_menu{
	height:29px;
	float:left;
	background:#afd5f2;
	color:#333333;
	width:190px;
}
.left_menu p{
	margin:0px;
	font-size:14px;
	font-weight:bold;
	margin-left:11px;
	margin-top:9px;
}
.left_menu_content ul{
    background: none repeat scroll 0 0 #ECF5FD;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 190px;
	
}
.left_menu_content ul li{
	background: url("../img/user/menu_arrow.png") no-repeat scroll 11px 12px transparent;
    float: left;
    list-style-type: none;
    margin: 0;
    vertical-align: middle;
}
.left_menu_content ul li a{
    color: #000000;
    float: left;
    font-size: 12px;
    padding: 7px 11px 12px 22px;
    text-decoration: none;
    width: 157px;
	line-height:17px;
}
.left_menu_content ul li a:hover{
	/*background: #d4e8f9;*/
	text-decoration:none !important;
	color:#0072C6 !important;
    
}
.left_menu_content ul li a:hover{
	text-decoration:underline;
	color:#000;
}
.feedback_nedded_box{
	width:190px;
	float:left;
	border-top:12px solid #b2d046;
	margin-top:24px;
	background:#f1f2d9;
	padding-bottom:20px;
}
.feedback_head{
	float:left;
	width:190px;
	font-size:14px;
	font-weight:bold;
}
.feedback_head p{
	float:left;
	width:178px;
	margin:0px;
	padding-left:10px;
	padding-top:17px;
	font-size:14px;
	font-weight:bold;
}
.feedback_content{
	float:left;
	width:190px;
	font-size:12px;
	color:#000;
}
.feedback_content p{
	float:left;
	width:168px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	line-height:18px;
	font-size:12px;
	color:#000;
}
/*-----------MIDDLE BOX------*/
.middle_box{
	float:left;
	width:580px;
	margin-left:14px;
	padding-bottom:80px;
}
.middle_box p{
	width:100%;
	font-size:12px;
	line-height:17px;
	margin:0px;
}
.main_heading{
	font-size:28px;
	color:#333333;
	padding-bottom:20px;
	line-height:20px;
	float:left;
}
.main_heading p{
	font-size:28px;
	color:#333333;
	margin:0px;
	line-height:31px;
}
.main_middle_box_content{
	font-size:15px;
	color:#333333;
	padding-bottom:20px;
	width:580px;
}
.main_middle_box_content p{
	font-size:15px;
	color:#333333;
	margin:0px;
	line-height:20px;
	width:565px;
}
.content_sub_head{
	color: #115288;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.content_sub_head p{
	color: #115288;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 10px;
    margin-top: 30px;
	
}
.content_text_middle{
	font-size:12px;
	color:#333333;
	/*padding-bottom:20px;*/
	width:580px;
	line-height:27px;
}
.content_text_middle p{
	font-size:12px;
	color:#333333;
	/*padding-bottom:20px;*/
	width:565px;
	line-height:20px;
}
.last_item{
	padding-bottom:140px;
}
/*-----------RIGHT BOX------*/
.right_box{
	float:left;
	width:165px;
}
.contact_us_inner{
	width:150px;
	border-left:1px dotted #CCC;
	float:left;
	/*margin-left:10px;*/
}
.contact_us_head_inner{
	background:url(../img/user/chat.png) no-repeat;
	background-position:20% 24%;
	float:left;
	height: 37px;
    width: 100px;
	font-size:18px;
	color:#333333;
	font-weight:bold;
}
.contact_us_head_inner p{
	margin:0 0 0 50px;
}
.contact_call_us_inner{
	float:left;
	margin-top:10px;
}
.contact_call_us_inner p{
	margin: 0 0 4px 16px;
	font-size:14px;
	font-weight:bold;
}
.contact_email_inner{
	padding-top:12px;
}
.contact_email_inner a{
	padding-top:12px;
	text-decoration:none;
	color:#333333;
}
/*-----------------------------------------JOB DATABASE-----------------------------*/

.inner_banner_job_database{
	height:137px;
	width:100%;
	background:#f6f6f6;
	float:left;
	margin:0 auto;
}
.inner_banner_emploers{
	height:137px;
	width:100%;
	background:#ecf5f9;
	float:left;
	margin:0 auto;
}
.inner_banner_job_database_image{
	margin:0 auto;
	text-align:center;
	height:137px;
}
.inner_banner_job_database_image img{
	margin:0 auto;
	text-align:center;
	height:137px;
}
.feedback_nedded_box_database{
	width:190px;
	float:left;
	border-top:5px solid #b2d046;
	margin-top:51px;
	background:#f1f2d9;
	padding-bottom:20px;
}
.feedback_nedded_box_database_page{
	width:190px;
	float:left;
	border-top:5px solid #b2d046;
	margin-top:34px;
	background:#f1f2d9;
	padding-bottom:20px;
}
.feedback_nedded_box_contact_page{
	width:190px;
	float:left;
	border-top:5px solid #b2d046;
	margin-top:32px;
	background:#f1f2d9;
	padding-bottom:20px;
}
/*-----------------------------------RIGHT BOXES--------------------------------------*/
.main_box_right{
	float:left;
	margin-top:27px;
	width:165px;
}
/*------------------------------CAREER BOX---------------------------------*/
.career_box_right{
	width:165px;
	float:left;
	border-top:5px solid #80c6ff;
	padding-bottom:33px;
}
.career_box_head_right{
	background:url(../img/user/arrow_round.png) no-repeat;
	background-position:0% 50%;
	width:165px;
	font-size:18px;
	font-weight:bold;
	
}
.career_box_head_right p{
	margin-left: 22px;
    margin-top: 9px;
	color:#333333;
	margin-bottom: 7px;
}
.career_box_text_right{
	font-size:12px;
	float:left;
	color:#333333;
}
.career_box_text_right p{
	font-size:12px;
	float:left;
	margin: 0 0 0 22px;
	color:#333333;
	line-height:15px;
}
.box_menu{
	float: left;
    margin-top: 10px;
}
.box_menu ul li{
	display:block;
	text-decoration:none;
	font-size:12px;
	padding-bottom:5px;
}
.box_menu ul li a{
	text-decoration:none;
	color:#115288;
}
.box_menu ul li a:hover{
	text-decoration:underline;
}
/*------------------------------JOB BOX---------------------------------*/
.jobs_box_right{
	width:165px;
	float:left;
	margin-right:10px;
	border-top:5px solid #b2d046;
	padding-bottom:33px;
}
.jobs_box_head_right{
	background:url(../img/user/arrow_round.png) no-repeat;
	background-position:0% 50%;
	width:165px;
	font-size:18px;
	font-weight:bold;
}
.jobs_box_head_right p{
	margin-left: 22px;
    margin-top: 9px;
	color:#333333;
	 margin-bottom: 7px;
}
.jobs_box_text_right{
	font-size:12px;
	float:left;
	color:#333333;
}
.jobs_box_text_right p{
	font-size:12px;
	float:left;
	margin: 0 0 0 22px;
	color:#333333;
	line-height:15px;
}

/*------------------------------EMPLOYERS BOX---------------------------------*/
.employers_box_right{
	width:165px;
	float:left;
	border-top:5px solid #808080;
	padding-bottom:33px;
}
.employers_box_head_right{
	background:url(../img/user/arrow_round.png) no-repeat;
	background-position:0% 50%;
	width:165px;
	font-size:18px;
	font-weight:bold;
}
.employers_box_head_right p{
	margin-left: 22px;
    margin-top: 9px;
	color:#333333;
	 margin-bottom: 7px;
}
.employers_box_text_right{
	font-size:12px;
	float:left;
	color:#333333;
}
.employers_box_text_right p{
	font-size:12px;
	float:left;
	margin: 0 0 0 22px;
	color:#333333;
	line-height:15px;
}
/*------------------------------JOBS INNER BOX---------------------------------*/
.main_heading_general{
	font-size:28px;
	color:#333333;
	padding-bottom:20px;
	line-height:20px;
	width:535px;
	float:left;
}
.main_heading_general p{
	font-size:28px;
	color:#333333;
	margin:0px;
}
.main_middle_box_content_general{
	font-size:15px;
	color:#333333;
	padding-bottom:20px;
	width:534px;
	float:left;
}
.main_middle_box_content_general p{
	font-size:15px;
	color:#333333;
	margin:0px;
	line-height:20px;
	width:534px;
}
/*--SEARCH BOX--*/
.search_jobs_box{
	min-height:126px;
	border-top:5px solid #afd5f2;
	width:534px;
	background:url(../img/user/jobs-listing_shadow.png) no-repeat #ecf5fd;
	background-position:0% 100%;
	float:left;
	margin-top:13px;
	
}
.search_jobs_box_head{
	float:left;
	width:514px;
	padding-left:20px;
	padding-top:15px;
	font-size:17px;
	font-weight:bold;
}
.search_jobs_box_head p{
	float:left;
	margin:0px;
	font-size:17px;
	font-weight:bold;
}
.search_jobs_box_form{
 	padding-left: 20px;
 	padding-top: 8px;
	float:left;
	width:514px;
}
.inputs_fileds{
	float:left;
	width:324px;
}
#field_width{
	width:317px;
	height:20px;
	padding-left:5px;
	border:1px solid #bbbbbb;
	color:#666666;
}
.select_box_left{
	height:24px;
	width:160px;
	color:#666666;
	float:left;
}
.select_box_right{
	float:left;
	height:24px;
	width:160px;
	color:#666666;
	margin-left:4px;
}
#select_box_width{
	border:1px solid #bbbbbb;
	padding:2px;
	height:24px;
	width:160px;
	color:#666666;
}
.form_button{
	float:left;
	width:100px;
	margin-left:5px;
	height:23px;
}
#button_style{
	height:23px;
	text-align:center;
	width:62px;
	background:#59687b;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	padding-bottom:3px;
	outline:none;
}
#button_style:hover{
	height:23px;
	text-align:center;
	width:62px;
	background:#0072c6;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	padding-bottom:3px;
	outline:none;
}
.inputs_fileds_lower{
	margin-top:5px;
	float:left;
	width:325px;
}
/*---LISTING---*/
.job_categories{
	margin-top:33px;
	float:left;
	width:534px;
}
.job_categories_head{
	float:left;
	width:534px;
	font-size:17px;
	font-weight:bold;
	/*padding-top:30px;*/
	padding-bottom:20px;
}
.job_categories_head p{
	float:left;
	width:534px;
	font-size:17px;
	font-weight:bold;
	margin:0px;
}
.job_categories_listing{
	float:left;
	width:534px;
}
.job_categories_listing ul{
	float:left;
	width:534px;
	margin:0px;
	padding:0px;
}
.job_categories_listing ul li{
	background: url("../img/user/plus_category.png") no-repeat scroll 0px 3px transparent;
    float: left;
    list-style-type: none;
    margin: 0;
    vertical-align: middle;
	width:252px;
	padding-left:15px;
	
}
.job_categories_listing ul li a{
	text-decoration:none;
	color:#115288;
	font-size:14px;
	width:230px;
	padding-bottom:13px;
	float:left;
	line-height:15px;
}
.job_categories_listing ul li a:hover{
	text-decoration:underline;
	color:#115288;
	padding-bottom:13px;
	line-height:15px;
}
/*.job_categories_listing_left{
	width:167px;
	float:left;
	background:url(../img/user/plus_category.png) no-repeat;
	background-position:0% 24%;
}
.job_categories_listing_right{
	width:167px;
	float:left;
	background:url(../img/user/plus_category.png) no-repeat;
	background-position:0% 24%;
}*/

/*------------------------------JOBS DETAIL PAGE---------------------------------*/
.jobs_listing_main_cl{
	width:534px;
	float:left;
	padding-top:6px;
}
.jobs_listing_box_cl{
	width:523px;
	float:left;
	padding-top:16px;
	padding-bottom:16px;
	border-bottom:1px solid #e4e4e4;
}
.jobs_listing_box_left_cl{
	float:left;
	width:415px;
}
.jobs_listing_left_head_cl{
	font-size:17px;
	color:#115288;
	padding-bottom:8px;
	float:left;
	width:398px;
}
.jobs_listing_left_head_cl p{
	font-size:17px;
	color:#115288;
	margin:0px;
	float:left;
	width:398px;
}
.jobs_listing_left_head_cl a{
	font-size:17px;
	color:#115288;
	text-decoration:none;
	font-weight:bold;
	float:left;
	width:398px;
}
.jobs_listing_left_head_cl a:hover{
	font-size:17px;
	color:#115288;
	text-decoration:underline;
}
.jobs_listing_left_detail_cl{
	font-size:12px;
	float:left;
	width:415px;
	line-height:17px;
	padding-bottom:10px;
	color:#333333;	
}
.jobs_listing_left_detail_cl p{
	font-size:12px;
	float:left;
	width:415px;
	margin:0px;
	line-height:17px;
	color:#333333;
}
.jobs_listing_left_posted_date_cl{
	font-size:12px;
	color:#666;
	float:left;
	width:415px;
}
.jobs_listing_left_posted_date_cl p{
	font-size:12px;
	color:#666;
	float:left;
	width:415px;
	margin:0px;
}
.jobs_listing_box_right_cl{
	float:left;
	width:108px;
}

.listing_job_location{
	float:left;
	width:108px;
	font-size:12px;
	color:#333333;
}
.listing_job_location ul{
	float:left;
	width:108px;
	margin:0px;
	padding:0px;
}
.listing_job_location ul li{
	background: url(../img/user/location_icon.png) no-repeat scroll 0px 0px transparent;
    float: left;
    list-style-type: none;
    margin: 0;
    vertical-align: middle;
	width:93px;
	padding-left:15px;
	min-height:20px;	
}
.listing_job_positions{
	font-size:12px;
	float:left;
	width:108px;
	margin-left:15px;
}
.pagination_jobs{
	float:left;
	width:534px;
	text-align:left;
	margin-top:20px;
	margin-bottom:50px;
}
/*------------------------------JOBS APPLY PAGE MIDDLE---------------------------------*/
.middle_box_job_detail{
	float:left;
	width:510px;
	margin-left:14px;
}
.main_heading_job_detail{
	font-size:28px;
	color:#333333;
	padding-bottom:10px;
	line-height:20px;
	width:510px;
}
.main_heading_job_detail p{
	font-size:28px;
	line-height:30px;
	color:#333333;
	margin:0px;
}
.social_likes{
	float:left;
	width:510px;
}
.job_content_box{
	padding-top:35px;
	width:510px;
	float:left;
}
.job_description_head{
	font-size:18px;
	font-weight:bold;
	/*padding-bottom:15px;*/
}
.job_description_content{
	font-size:12px;
	line-height:20px;
	width:510px;
	min-height:240px;
}
.job_description_content ul{
	font-size: 12px;
    line-height: 20px;
    margin-left: 15px;
    padding: 0;
    width: 510px;
}
.job_skill_head{
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:20px;
}
.job_skill_head p{
	font-size:18px;
	font-weight:bold;
	margin:0px;
}
.job_skill_content{
	font-size:12px;
	line-height:20px;
	width:510px;
}
.job_skill_content ul{
	font-size: 12px;
    line-height: 20px;
    margin-left: 15px;
    margin-top: 0;
    padding: 0;
    width: 495px;
}
.apply_button{
	background:url(../img/user/latter.png) no-repeat #6fc1ff;
	background-position:16% 40%;
	width:224px;
	height:33px;
	float:left;
	color:#FFF;
	margin-bottom:44px;
	margin-top:34px;
}
.apply_button a{
	background:url(../img/user/latter.png) no-repeat 6fc1ff;
	width:164px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding-left:60px;
	padding-top:8px;
	float:left;
}
.apply_button a:hover{
	background:url(../img/user/latter.png) no-repeat #459de1;
	background-position:16% 40%;
	width:164px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding-left:60px;
	padding-top:8px;
	float:left;
}
/*------------------------------JOBS APPLY PAGE RIGHT---------------------------------*/
.job_detail_right_panel{
	width:225px;
	float:right;
}
.send_resume{
	background:url(../img/user/latter.png) no-repeat #6fc1ff;
	background-position:16% 40%;
	width:224px;
	height:33px;
	float:right;
	
}
.send_resume a{
	background:url(../img/user/latter.png) no-repeat 6fc1ff;
	width:164px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding-left:60px;
	padding-top:8px;
	float:left;
}
.send_resume a:hover{
	background:url(../img/user/latter.png) no-repeat #459de1;
	background-position:16% 40%;
	width:164px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding-left:60px;
	padding-top:8px;
	float:left;
}
/*------------------------------Pay BOX---------------------------------*/
.pay_box{
	width:224px;
	float:right;
	border-top:5px solid #808080;
	margin-top:13px;
}
.pay_box_head{
	background:url(../img/user/arrow_round.png) no-repeat;
	background-position:0% 50%;
	width:224px;
	float:right;
	line-height:17px;
	font-size:18px;
	font-weight:bold;
}
.pay_box_head p{
	margin-left: 22px;
    margin-top: 9px;
	color:#333333;
	 margin-bottom: 7px;
}
.pay_box_text{
	font-size:12px;
	float:left;
	width:224px;
	color:#333333;
}
.pay_box_text p{
	font-size:12px;
	float:rigth;
	width:202px;
	margin: 0 0 0 22px;
	color:#333333;
	line-height:18px;
}
.package_detail{
	color:#115288 !important;
	font-size:18px !important;
	margin-top:6px !important;
	margin-bottom:6px !important;
	font-weight:bold !important;
}
.job_description_main_cl{
	float:right;
	width:224px;
	margin-top:25px;
}
.job_description_cl{
	float:right;
	width:224px;
	font-size:12px;
	float:left;
	color:#333333;
}
.job_description_left_cl{
	float:left;
	color:#666666 !important;
}
.job_description_left_info_cl{
	margin-left:2px;
}
.job_description_box_cl{
	padding-left:23px;
	min-height:15px;
	padding-bottom:5px;
	border-bottom:1px solid #e6e6e6;
	width:201px;
	float:left;
	padding-top:5px;
}
.upper_border{
		border-top:1px solid #e6e6e6;
}
.job_posted_date{
	background:url(../img/user/job_calender.png) no-repeat;
	width:201px;
	float:left;
}
.job_location{
	background:url(../img/user/job_location_icon.png) no-repeat;
	background-position:1% 0%;
	width:201px;
	float:left;
	min-height:20px;
}
.job_posted_date{
	margin-top:20px;
	font-size:13px;
	color:#333333;
	padding-left:23px;
	width:201px;
}
.job_location{
	margin-top:6px;
	font-size:13px;
	color:#333333;
	padding-left:23px;
	width:201px;
}
/*------------------------------JOB BOX---------------------------------*/
.recruiter_box{
	width:224px;
	float:right;
	border-top:5px solid #b2d046;
	margin-top:24px;
}
.recruiter_box_head{
	background:url(../img/user/arrow_round.png) no-repeat;
	background-position:0% 50% top;
	width:224px;
	font-size:13px;
	font-weight:bold;
}
.recruiter_box_head p{
	margin-left: 22px;
    margin-top: 9px;
	color:#333333;
	 margin-bottom: 7px;
}
.recruiter_box_text{
	font-size:12px;
	float:left;
	color:#333333;
}
.recruiter_box_text p{
	font-size:12px;
	float:left;
	margin: 0 0 0 22px;
	color:#333333;
	line-height:15px;
}
.recruiter_box_text p a{
	font-size:12px;
	float:left;
	color:#333333;
	line-height:15px;
	color:#115288;
	text-decoration:none;
}
.recruiter_box_text p a:hover{
	font-size:12px;
	float:left;
	color:#333333;
	line-height:15px;
	color:#115288;
	text-decoration:underline;
}
/*------------------------------------CONATC US PAGE-----------------------------------*/
/*--SEARCH BOX--*/
.contact_box{
	border-top:5px solid #afd5f2;
	width:534px;
	background:url(../img/user/jobs-listing_shadow.png) no-repeat #ecf5fd;
	background-position:0% 100%;
	float:left;
	margin-top:13px;	
}
.contact_contact_form{
 	padding-left: 20px;
 	padding-top: 8px;
	float:left;
	width:514px;
}
.contact_inputs_fileds{
	float:left;
	width:515px;
}
.contact_field_width{
	border: 1px solid #BBBBBB;
    float: left;
    font-family: arial;
    font-size: 11px;
	color:#666666;
    height: 24px;
    padding-left: 5px;
    width: 223px;
}
.contact_form_page{
	float:left;
	margin-left:19px;
	margin-top:10px;
	width:515px;
}
.contact_form_button{
	float:left;
	width:122px;
	margin-top:9px;
	height:25px;
}
#contact_button_style{
	height:25px;
	text-align:center;
	width:122px;
	background:#59687b;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	padding-bottom:3px;
}
.contact_inputs_fileds_upper{
}
.contact_inputs_fileds_lower{
	margin-top:7px;
	float:left;
}
.contact_inputs_fileds_lower textarea{
	height:72px;
	border:1px solid #bbbbbb;
	width:466px;
	padding-left:5px;
	color:#333333;
	padding-top:5px;
}
.subject_input{
	margin-left:13px;
}
.contact_field_width_large{
	padding-left: 5px;
    width: 466px;
	border:1px solid #bbbbbb;
	color:#666;
	height:24px;
	float:left;
	margin-top:7px;
	font-size:11px;
}
.925_map{
	width:534px;
	float:left;
}
.fb_share{
	width:60px;
	height:20px;
	float:left;
	padding-top:1px;
}
.social_links{
	float:left;
	width:418px;
}
/*-------------------------------------APPLY NOW POP UP-----------------------------*/

.apply_job_btn {
	float: left;
	margin-right: 37px;
}

.color_box_job_head {
    color: #333;
    font-family: "bastardussansregular",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 25px;
}
.apply_job_btn a {
	color: #FFF;
	float: left;
	font-weight: bold;
	font-size:14px;
	min-width: 83px;
	padding-top: 8px;
	height:25px;
	text-align: center;
	text-decoration: none;
	background-color:#6FC1FF;
}
.apply_job_btn a:hover {
	background-color:#459de1;}
/*------------------------------------CONATC US PAGE-----------------------------------*/
/*--Middle Panel--*/
.contact_box{
	border-top:5px solid #afd5f2;
	width:534px;
	background:url(../img/user/jobs-listing_shadow.png) no-repeat #ecf5fd;
	background-position:0% 100%;
	float:left;
	margin-top:13px;
	padding-bottom:33px;
	
}
.contact_head_after{
	float:left;
	width:514px;
	padding-left:20px;
	padding-top:10px;
	font-size:17px;
	font-weight:bold;
}
.contact_head_after p{
	float:left;
	margin:0px;
	font-size:17px;
	font-weight:bold;
}
.contact_head{
	float:left;
	width:514px;
	padding-top:10px;
	font-size:17px;
	font-weight:bold;
	padding-bottom:10px;
}
.contact_head p{
	float:left;
	margin:0px;
	font-size:17px;
	font-weight:bold;
}
.contact_contact_form{
 	padding-left: 20px;
 	padding-top: 8px;
	float:left;
	width:514px;
}
.contact_inputs_fileds{
	float:left;
	width:515px;
}
#contact_field_width{
	width:223px;
	height:24px;
	float:left;
	padding-left:5px;
	border:1px solid #bbbbbb;
	color:#333333;
}
.contact_form_page{
	float:left;
	margin-left:19px;
	margin-top:10px;
	width:515px;
}
.contact_form_button{
	float:left;
	width:122px;
	margin-top:9px;
	height:25px;
}
.contact_button_style{
	height:25px;
	text-align:center;
	width:122px;
	background:#59687b;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	padding-bottom:3px;
}
.contact_button_style:hover{
	height:25px;
	text-align:center;
	width:122px;
	background:#0072c6;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	padding-bottom:3px;
}
.contact_inputs_fileds_upper{
}
.contact_inputs_fileds_lower{
	margin-top:7px;
	float:left;
}
.contact_inputs_fileds_lower textarea{
	height:72px;
	border:1px solid #bbbbbb;
	font-size:11px;
	width:466px;
	padding-left:5px;
	color:#666;
	padding-top:5px;
	resize: none;
}
.subject_input{
	margin-left:13px;
}
#contact_field_width_large{
	padding-left: 5px;
    width: 466px;
	border:1px solid #bbbbbb;
	color:#333333;
	height:24px;
	float:left;
	margin-top:7px;
}
.map_925{
	width:534px;
	float:left;
	padding-top:17px;
	padding-bottom:67px;
}
/*--Right Panel--*/

.contact_right_panel {
    float: left;
    width: 165px;
}
.contact_email_page{
	border-top:5px solid #80c6ff;
	min-height:89px;
}
.contact_head_right {
    background: url("../img/user/arrow_round.png") no-repeat scroll 0 80% transparent;
    font-size: 18px;
    font-weight: bold;
    padding-left: 23px;
	padding-top:7px;
    width: 141px;
}
.email_1st{
	margin-left:24px;
	color:#115288;
	font-size:12px;
	line-height:16px;
	margin-top:5px;
}
.email_1st a{
	color:#115288;
	font-size:12px;
	line-height:16px;
	margin-top:5px;
	text-decoration:none;
}
.email_1st a:hover{
	color:#115288;
	font-size:12px;
	line-height:16px;
	margin-top:5px;
	text-decoration:underline;
}
.email_2nd{
	margin-left:23px;
	color:#115288;
	font-size:12px;
	line-height:21px;
}
.email_2nd a{
	color:#115288;
	font-size:12px;
	line-height:21px;
	text-decoration:none;
}
.email_2nd a:hover{
	color:#115288;
	font-size:12px;
	line-height:21px;
	text-decoration:underline;
}
/*---PHONE--*/
.contact_phone{
	border-top:5px solid #b2d046;
	min-height:89px;
}
.contact_phone_right {
    background: url("../img/user/arrow_round.png") no-repeat scroll 0 80% transparent;
    font-size: 18px;
    font-weight: bold;
    padding-left: 23px;
    width: 141px;
	padding-top:7px;
}
.contact_phone_1st{
	margin-left:24px;
	color:#333333;
	font-size:12px;
	line-height:16px;
	margin-top:5px;
}
/*---Address--*/
.contact_address{
	border-top:5px solid #808080;
	min-height:89px;
}
.contact_address_right {
    background: url("../img/user/arrow_round.png") no-repeat scroll 0 80% transparent;
    font-size: 18px;
    font-weight: bold;
    padding-left: 23px;
    width: 141px;
	padding-top:7px;
}
.contact_address_info{
	margin-left:24px;
	color:#333333;
	font-size:12px;
	line-height:16px;
	margin-top:5px;
}
.after_conatct{
	 color: #333333;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin-left: 20px;
    margin-top: 10px;
    text-align: left;
    width: 500px;
}

.pagination{
	height:20px;
	float:left;
	padding-top:10px;
	margin-top:10px;
}
.pagination a{
	border: 1px solid #CCCCCC;
    color: #0072C6;
    float: left;
    font-size: 12px;
    margin-right: 5px;
    min-width: 16px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}
.pagination_active{
	height:15px;
	padding-top:10px;
	text-decoration:none;
	border:1px solid #CCC;
	padding:5px;
	color:#333333;
	font-weight:bold;
	font-size:12px;
	margin-right: 5px;
    min-width: 12px;
	float: left;
	text-align:center;
}
.career_link{
	padding-bottom:6px !important;
	border-bottom:1px solid #d4e8f9;
}
input[type="submit"]
{
	outline:none;
}
.page_not_found{
	border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 15px;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    width: 400px;
}
.pages_content{
	padding-right:20px !important;
	width:560px;
	float:left;
}
.pages_content ul{
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
.pages_content ul li{
	font-size:12px;
	line-height:21px;
}
.pages_content p{
	font-size: 12px;
    line-height: 21px;
    padding-right: 20px !important;
    width: 100%;
	color: #333333;
}
#job_share_success{
	padding-bottom:10px;
	width:500px;
	line-height:13px;
	font-size:12px;
	font-weight:bold;
	color:#0072C6;
	margin-left:2px;
	float:left;
}
#div_file_upload_name{
	float:left;
	width:200px;
}
/*-*-----------------------------------Employers-------------------------------*/
.emploers_panel{
	float:left;
	width:744px;
	margin-left:14px;
}
.emp_upper{
	min-height:140px;
}
.employers_head{
	color: #333333;
    font-size: 28px;
    line-height: 17px;
    padding-bottom: 20px;
    width: 480px;
	float:left;
}
.employers_head p{
	color: #333333;
    font-size: 28px;
    margin: 0;
}

.employer_call_us_now{
	width:248px;
	float:right;
	margin-top:-110px;
	position: relative;
	}
.employer_call_us_now img{
	position: absolute;
    top: 0px;
    right: 0px;
}
.employer_info{
	width:744px;
	font-size:15px !important;
	color:#333333;
}
.employer_info img{
	float: right !important;
    margin-top: -58px !important;
    padding-left: 27px !important;
}
.why_925_emp{
	width:471px;
	font-size:15px;
	line-height:21px;
}
.employers_head_lower{
	color: #333333;
    font-size: 28px;
    line-height: 20px;
    padding-bottom: 10px;
    width: 740px;
	float:left;
}
.employers_head_lower p{
	color: #333333;
    font-size: 18px;
    margin: 0;
	font-weight:bold;
}
.employer_info_lower{
	width:726px;
	font-size:12px;
	line-height:17px;
}
/*-------------------EMPLOERS BOXES-----------------------*/
.content_boxes{
	padding-top:40px;
	padding-bottom:10px;
	float:left;
	}
.grow_carrer{
	border-top:5px solid #80c6ff;
	width:350px;
	height:198px;
	float:left;
	margin-bottom:24px;
	background:url(../img/user/grow_carrer.png) no-repeat;
}
.hire_right_person{
	border-top:5px solid #b2d046;
	width:350px;
	height:198px;
	float:left;
	background:url(../img/user/right_person.png) no-repeat;
	margin-left:10px;
	margin-bottom:24px;
}
.retain_employes{
	border-top:5px solid #808080;
	width:350px;
	height:198px;
	float:left;
	background:url(../img/user/retain_employees.png) no-repeat;
	margin-bottom:24px;
	margin-left:10px;
}
.bring_people{
	border-top:5px solid #ff8998;
	width:350px;
	height:198px;
	float:left;
	background:url(../img/user/bring_young.png) no-repeat;
	margin-bottom:24px;
}
.box_head_925 {
    background: url("../img/user/arrow_round.png") no-repeat scroll 4% 83% transparent;
    font-size: 18px;
    font-weight: bold;
    padding-left: 35px;
    padding-top: 7px;
    width: 315px;
}
.box_content_925{
	width:200px;
	min-height:98px;
	margin-top:5px;
	margin-left:36px;
	font-size:12px;
	line-height:15px;
	color:#333333;
}
.box_content_925 p{
	margin-top:5px;
	line-height:15px;
	color:#333333;
	margin:0px;
}
.box_readmore_925{
	float:left;
}
.box_readmore_925 a{
	color:#115288;
	text-decoration:none;
	font-size:12px;
	margin-left:36px;
	margin-top:22px;
	float:left;
}
.box_readmore_925 a:hover{
	color:#115288;
	text-decoration:underline;
	float:left;
}
.live_call_us{
	margin-top:22px;
	float:left;
}
.box_lower_content_925{
	font-size:12px;
	width:710px;
	line-height:17px;
	padding-bottom:62px;
	float:left;
}
.janitorial_ul{
	float:left;
	width:230px !important;
}
.cms_right_img{
	float: right;
	margin-left:27px;
	margin-right:1px;
	margin-top:-21px;
	margin-bottom:30px;	   
}
.pages_content ul{
	width:100%;
}
.cms_p_w{
	float:left;
	width:745px;
	padding-top:10px;
}
.mid-inner-col3-fb{
	float:right;
}
.fb_iframe_widget{
	float:right;
	clear:right;
	margin-bottom:20px;
}
._4s7c{
	border:none !important;
	border-bottom-style:none !important;
}
.seting_main_right{
	float:left;
	width:332px;
	margin-top:7px;
}
.form_in_main_candidate{
	float:left;
	padding-bottom:4px;}