/*** Heade CSS **/
#header{
	margin: auto;
	width: 100%;
	height: 108px;
	background-image: url("../images/header_bg.png");
	background-repeat: repeat-x;
}
#header .header_top_wrapper{
	float: left;
	width: 1008px;
}
#header .logo{
	float: left;
	width: 250px;
	margin-top:12px;
}
#header .header_top_right{
	float: left;
	width: 758px;
	text-align: right;
	margin-top:5px;
}
#header .header_top_right ul{
	float: right;
	margin-right:35px;
}
#header .header_top_right ul li{
	padding: 0 3px 0 3px;
	color: #ccf;
}
#header .header_top_right ul li a:hover{
	color: #36c;
}

/*
 *  FOOTER PANNEL
 */
.footerWrapper
{
	background-color: #2d5988;
	padding: 4px 0;
	width: 100%;
}
.footerContent
{
	width: 988px;
	padding: 0 10px;
	margin: auto;
}
.horiFooterSpliter
{
	border-top: 1px solid #1f446e;
	border-bottom: 1px solid #376ea4;
}
.footerContent > .splitLeft, .footerContent > .splitRight
{
	color: #FFF;
	float: left;
	padding: 20px 0 20px;
}
.footerContent > .splitLeft
{
	width: 818px;
}
.footerContent > .splitLeft > h3
{
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}
.footerContent > .splitLeft > h3 > .sub-text
{
	color: #8fc3e8;
}
.footerContent > .splitRight
{
	width: 170px;
	font-weight: bold;
}
.footerContent > .splitRight > .social_icons
{
	border-top: 1px dotted #FFF;
    padding-top: 5px;
    width: 88px;
}
.footerContent .footerNote
{
	padding-top: 20px;
	color: #FFF;
	margin-left:230px;
}
.footerContent .footerNote a
{
	color: #FFF;
	padding: 0 10px;
}
.footerContent .lesserNote
{
	font-size: .9em;
	color: #AAA;
}
.footerContent .lesserNote a
{
	color: #AAA;
}

/*
 *  Top Main menu navigation
 */

#menu li{
	float: left;
	padding: 0px;
}
#guestmenu li{
	float: left;
	padding: 0px;
}
#menu li:hover{
	background: url("../images/navigation_hover_bg.png");
	background-repeat: repeat-x;
	color:#fff;
}
#menu li a{ 
	float:left;
	padding: 10px 31px 10px 10px;
    line-height: 14px;
	color:#333333;
	display: inline;
	font-weight: bold;
	font-size: 14px;
}
#guestmenu li a{ 
	float:left;
	padding: 10px 31px 10px 10px;
    line-height: 14px;
	color:#333333;
	display: inline;
	font-weight: bold;
	font-size: 14px;
}
   	/** URL Change **/
#menu li a:hover{ 
	color: #FFFFFF;
	text-decoration:none;
	background-color: #548ecc;
	background-image: url("../images/navigation_hover_bg.png");
} 
#menu li span{
	float: left;
}
#guestmenu li span{
	float: left;
}
#menu a img{
	float: left;
	margin-top:2px;
}
#guestmenu a img{
	float: left;
	margin-top:2px;
}  
#menu span{
	float: left;
	padding-right: 2px;
}
#guestmenu span{
	float: left;
	padding-right: 2px;
}

/*
 * ------MENU HANDELING
 */

ul#menu > li:hover > ul
{
	display: block;
}
ul#menu > li:hover > ul > li
{
	color: #333333 !important;
}
ul#menu > li > ul
{
	top: 100px;
	position: absolute;
	list-style: none;
	margin: 0;
    padding: 0;
    display: none;
    box-shadow: 2px 2px 4px 0px #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 999;
}
ul#menu > li > ul:hover
{
	color: #333333 !important;
}
ul#menu > li > ul > li
{
	float: none;
	clear: both;
	background-color: #C2D5E7;
	margin: 0;
	padding: 5px 10px;
	width: 210px;
	border-bottom: 1px solid #9DBAD8;
	border-top: 1px solid #EAF1F8;
	cursor: pointer;
}
ul#menu > li > ul > li:first-child
{
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
	border-top: none;
}
ul#menu > li > ul > li:last-child
{
	border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	border-bottom: none;
}
ul#menu > li > ul > li:hover
{
	background-image: none;
	background-color: #C2D5E7;
	color: #004A8E !important;
}
ul#menu > li > ul > li a
{
	float: none;
	font-size: 12px;
	padding: 0px;
	width: 210px;
}
ul#menu > li > ul > li a:hover
{
	background: none;	
}
.faq_button{
	float: right;
	margin: 11px 40px 0 0;
}

/*
 * ------USER MENU
 */

.userMenuContainer
{
	float:left;
	margin-left: 589px;
	
	
}
.userMenuContainer > ul.userMenu
{
	padding: 5px;
	border: 2px solid transparent;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	position: absolute;
	z-index: 99;
}
.userMenuContainer > ul.userMenu:hover
{
	background-color: #FFF;
	border: 2px solid #DCDCDC;
}
.userMenuContainer > ul.userMenu > li
{
	color: #333;
	width: 115px;
	list-style: none;
	padding: 0 0 3px;
	cursor: pointer;
	background: url(../images/drop_down.png) no-repeat right top transparent;
	text-align: left;
}
.userMenuContainer > ul.userMenu > li > span
{
	color: #333;
}
.userMenuContainer > ul.userMenu > li:hover
{
}
.userMenuContainer > ul.userMenu > li > ul
{
	padding: 0;
	margin: 0 !important;
}
.userMenuContainer > ul.userMenu > li > ul > li
{
	list-style: none;
	display: none;
	width: 115px;
}
.userMenuContainer > ul.userMenu > li > ul > li:hover
{
	background-color: #DDD;
}
.userMenuContainer > ul.userMenu > li:hover > ul > li
{
	display: block;
}
.userMenuContainer > ul.userMenu > li > ul > li > a
{
	display: block;
	padding: 3px 5px;
	width: 100%;
	height: 100%;
}

/*
 *    recruiters contact pop up on right
 *
*/

#recruitercontacts{
	position:absolute;
	width:170px;
	margin:0px;
	display:none;
}
#recruitercontacts div.modal-header{
	padding: 0 16px!important;
	background-color:#e5f5fd;
}
#recruitercontacts h5{
	font-size: 17px;
	margin-left: 20px;
	height:40px;
	background: url('../images/contact_icon.jpg') no-repeat scroll left center transparent;
	margin:-5px;
	padding: 0 0 0 35px;
	line-height:40px;
}
#contact_us{
	cursor: pointer;
	opacity: 0.4;
}
#contact_us:hover{
	opacity:0.8;
}

/*
 * Social Media Css 
 *
 */
 
.social_icons_services .social_icons {
	float: left;
	height: 16px;
	width: 100px;
	margin-top: 6px;
}
.social_icons .facebook a {
	background: url("../images/sprite2.png") no-repeat scroll -156px -327px transparent;
	width: 33px;
	height: 36px;
	float: left;
}
.social_icons .twitter a {
	background: url("../images/sprite2.png") no-repeat scroll -255px -327px transparent;
	width: 33px;
	height: 36px;
	float: left;
}
.social_icons .linked_in a {
	background: url("../images/sprite2.png") no-repeat scroll -354px -327px transparent;
	width: 33px;
	height: 36px;
	float: left;
}
.social_icons .google_plus a {
	background: url("../images/sprite2.png") no-repeat scroll -205px -327px transparent;
	width: 33px;
	height: 36px;
	float: left;
}
.social_icons .you_tube a {
	background: url("../images/sprite2.png") no-repeat scroll -304px -327px transparent;
	width: 33px;
	height: 36px;
	float: left;
}

.social_icons .facebook, .twitter, .linked_in, .google_plus, .you_tube {
	float: left;
	width: 33px;
	height: 36px;
	margin-right: 6px;
	padding-right: 20px;
}
.footer_border {
	float: left;
	width: 100%;
	margin-bottom:20px;
	border-top: 1px solid #1f446e;
	border-bottom: 1px solid #376ea4;
}
/*css for mobile compactable footer*/
.splitLeft{
	color: #fff;
	font-size: 12px;
}
.splitRight{
	font-weight: bold;
	width: 220px;
	margin-left: auto;
    margin-right: auto;
}
.splitRight > .social_icons {

padding-top: 5px;
}

.lesserNote{
font-size: .9em;
color: #AAA;
}
.lesserNote a {
	font-size: .9em;
color: #AAA!important;
}
.sub-text{
color: #8fc3e8;	
}
/*media query*/
@media screen and (max-width: 1200px) {
    #guestmenu li a{ 
	padding: 10px 20px 10px 10px;
 }
}

/*css for mobile compactable footer*/
.splitLeft{
	color: #fff;
	font-size: 12px;
}
.splitRight{
	font-weight: bold;
	
}
.splitRight > .social_icons {
padding-left: 17px;
padding-top: 5px;
}
.footer.list-inline >a{
	color: #fff!important;
}


.lesserNote{
font-size: .9em;
color: #AAA;
}
.lesserNote a {
	font-size: .9em;
color: #AAA!important;
}
.sub-text{
color: #8fc3e8;	
}
.footersub{
	color: #fff!important;
}
.footersub:hover{
	color: #fff;
}

@media screen and (min-width: 1024px) {

	.footer_heading {
		margin-left: -123px;
		margin-top: 5px;
		float: left;
		text-align: center;
	}

	.mobile_footer ul {
		list-style-type: none;
	}
	
	.mobile_footer li {
		display: inline;
		padding-right: 10px;
	}
	
	.horiFooterSplitermobile
{
	padding: 10px;
	height: 36px;
}

	

}

@media (max-width: 767px) {
	.footer_heading {
		text-align: center;
		width: 100%;
	}
	
	.horiFooterSplitermobile
{
	padding: 10px;
	
}


	ul {
		list-style-type: none;
		padding-left: 3px;
	}

	.mobile_footer li {
		font-size: 16px;
		margin-bottom: 5px;
		margin-left: auto;
		margin-right: auto;
	}

}
@media only screen and (min-width : 768px) and (max-width : 1023px) {

.mobile_footer ul{
	 list-style-type: none;
	 
}

.mobile_footer li{
	display: inline;
	padding-right: 10px;
}

.footer_heading {
		margin-left: -123px;
		margin-top: 5px;
		float: left;
		text-align: center;
	}

}


/*media query*/
@media screen and (max-width: 1200px) {
    #guestmenu li a{ 
	padding: 10px 20px 10px 10px;
 }
}
.top_post_joblink{
  float: left;
  margin-left: -186px;
  padding: 7px 0px;
 } 
.top_postjob_divider{
    float: left;
    margin-left: -120px;
    padding: 7px 0px;
}
.postjob-btn{
    font-weight:bold;
}
