/* *************************** 
  Site - saltshein
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#003e7e;
	text-decoration:none;
}
a:hover {
	color:#003e7e;
	text-decoration:underline;
}
.blue,.blue:hover{
	color:#27318b;
	}
img {
	border:0;
	vertical-align:middle;
}
fieldset {
	border:none;
}
ul li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg_body.png) top repeat-x;
	color:#8a8d8e;
}
#wrapper{
	background:url(../images/bg_wrapper.png) center top no-repeat;
	}
#container {
	text-align:left;
	width:950px;
	background:#fff;
	margin:0 auto;
}

/* *************************** 
   $3 Header Styles
   ***************************/
.home #header{ height:453px;}
#header {
	position:relative;
	height:348px;
	width:100%;
	background:url(../images/bg_body.png) top repeat-x;
}
#header h1{
	position:absolute;
	left:18px;
	top:26px;
	width:187px;
	height:40px;
	}
#header h1 a{
	display:block;
	text-indent:-9999px;
	outline-style:none;
	background:url(../images/logo.png) no-repeat;
	width:187px;
	height:40px;
}
.home #banner{
	padding-top:16px;
	}
#banner{
	width:100%;
	position:absolute;
	left:0;
	top:93px;
	}
.mainnav{
	position:absolute;
	bottom:0px;
	}
.mainnav li{
	float:left;
	font-size:14px;
	}
.mainnav li a{
	float:left;
	height:38px;
	text-indent:-9999px;
	outline-style:none;
	color:#003e7e;
	border-bottom:6px solid #fff;
	background-image:url(../images/bg_menu.png);
	}
.mainnav li a:hover,.mainnav li .selected{
	background:#003e7e;
	color:#fff;
	text-decoration:none;
	border-bottom:6px solid #f6f6f6;
	}
.mainnav li#nav_home a {
	width:75px;
	background:url(../images/bg_menu.png) left top;
}
.mainnav li#nav_about a {
	width:88px;
	background:url(../images/bg_menu.png) -75px top;
}
.mainnav li#nav_surveys a {
	width:88px;
	background:url(../images/bg_menu.png) -163px top;
}
.mainnav li#nav_industry a {
	width:122px;
	background:url(../images/bg_menu.png) -251px top;
}
.mainnav li#nav_assignments a {
	width:113px;
	background:url(../images/bg_menu.png) -373px top;
}
.mainnav li#nav_contact a {
	width:111px;
	background:url(../images/bg_menu.png) -486px top;
}
.mainnav li#nav_contractors a {
	width:111px;
	background:url(../images/bg_menu.png) -597px top;
}
.mainnav li#nav_pr_agency_recruitment a {
	width:180px;
	background:url(../images/bg_menu.png) -707px top;
}

.mainnav li#nav_home a:hover,
.mainnav li#nav_home a.selected {
	background:url(../images/bg_menu.png) left bottom;
}
.mainnav li#nav_about a:hover,
.mainnav li#nav_about a.selected {
	background:url(../images/bg_menu.png) -75px bottom;
}
.mainnav li#nav_surveys a:hover,
.mainnav li#nav_surveys a.selected {
	background:url(../images/bg_menu.png) -163px bottom;
}
.mainnav li#nav_industry a:hover,
.mainnav li#nav_industry a.selected{
	background:url(../images/bg_menu.png) -251px bottom;
}
.mainnav li#nav_assignments a:hover,
.mainnav li#nav_assignments a.selected{
	background:url(../images/bg_menu.png) -373px bottom;
}
.mainnav li#nav_contact a:hover,
.mainnav li#nav_contact a.selected{
	background:url(../images/bg_menu.png) -486px bottom;
}
.mainnav li#nav_contractors a:hover,
.mainnav li#nav_contractors a.selected{
	background:url(../images/bg_menu.png) -597px bottom;
}
.mainnav li#nav_pr_agency_recruitment a:hover,
.mainnav li#nav_pr_agency_recruitment a.selected{
	background:url(../images/bg_menu.png) -707px bottom;
}



/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:910px;
	overflow:hidden;
	padding:0 20px 20px 20px;
	border-top:20px solid #f8f9f9;
	background:url(../images/bg_content.png) bottom no-repeat;
    }
.home #content {
	background:url(../images/bg_content_home.png) center -20px no-repeat;
	border-top:14px solid #f8f9f9;
}
#content.contact_page {
	padding-bottom:80px;
}
#content.bottom_spacing {
	padding:0px 20px 250px 20px;
}
#content.bottom_spacing2 {
	padding:0px 20px 80px 20px;
}
#left{
	float:left;
	color:#003e7e;
	padding:18px 0 0 18px;
	width:470px;
	}
#left h1,#right h1{
	font-size:18px;
	font-weight:normal;
	padding:0 0 19px 0;
	color:#003e7e;
	}
#left p{
	line-height:17px;
	padding:0 0 20px 0;
	}
#left .link{
	padding:10px 0 0 0;
	}
.link a{
	float:left;
	background:url(../images/pic_arrow.png) right 0 no-repeat;
	padding:3px 30px 4px 0;
	}
.link.arrowleft a{
	background:url(../images/pic_arrow.png) left 0 no-repeat;
	padding:3px 0 4px 30px;
	}
#right{
	float:right;
	padding:18px 12px 0 0;
	width:355px;
	}
#right .link{
	padding:19px 0 0 30px;
	float:left;
	}

.bullets {
	padding:2px 0 5px 30px;
	background:url(../images/bg_rightli.png) 0 4px no-repeat;
	}
	
#right li candidates{
	padding:0;
	background:url() 0;
	}
#right li h3{
	font-size:12px;
	font-weight:normal;
	}
#right li small{
	font-size:12px;
	display:block;
	}
#maincontent{
	float:right;
	width:635px;
	padding:23px 30px 0 0;
	}
#maincontent p{
	line-height:18px;
	padding:0 0 17px 0;
	}
#maincontent.careers  p{
	line-height:14px;
	padding:0 0 12px 0;
	}
#maincontent h2{
	font-size:15px;
	color:#003e7e;
	padding:0 0 24px 0;
	}
#maincontent h3{
	font-size:14px;
	color:#003e7e;
	font-weight:normal;
	padding:0 0 3px 0;
	}
#maincontent  h4{
	font-size:12px;
	color:#003e7e;
	padding:0 0 19px 0;
	}
#maincontent  h4 span{
	font-weight:normal;
	}
.section{
	padding:0 0 25px 0;
	}
.section.first{
	padding:0 0 15px 0;
	}
.country{
	padding:25px 0 0 0;
	border-top:5px solid #f7f9f8;
	}
.country.first {
	padding:0;
	border-top:0;
}
#maincontent .section ul li{
	text-indent:0;
	}
#maincontent  .introtext{
	font-size:15px;
	color:#003e7e;
	padding:0 0 25px 0;
	margin-bottom:25px;
	border-bottom:5px solid #F7F9F8;
	}
#maincontent ul{
	padding:0 0 15px 0;
	}
#maincontent ul li{
	list-style:disc inside;
	padding:3px 0 0px 0;
	text-indent:10px;
	}
	
.unorderedlist
{
    list-style:disc inside;
	padding:3px 0 0px 0;
	text-indent:10px;
}
    

#maincontent .articles_lists li{
	padding:0 0 11px 23px;
	background:url(../images/bg_rightli.png) 0 0 no-repeat;
	text-indent:0;
	list-style-type:none;
	list-style-position:outside;
	}
#maincontent_left{
	float:left;
	width:435px;
	padding:0 15px 0 0;
	margin:-5px 0 0 0;
	}
#maincontent_right{
	float:left;
	width:175px;
	margin:-5px 0 0 0;
	}
#maincontent_right .link.arrowleft a{
	background:url(../images/pic_arrowleft.png) left 0 no-repeat;
	padding:3px 0 4px 30px;
	}
.contact_details{
	padding:18px 0 0 0;
	}
#maincontent .contact_details h4{
	padding-bottom:15px;
	}
#maincontent .contact_details p{
	line-height:16px;
	}
#maincontent .contact_details p span{
	width:44px;
	float:left;
	}
	
.login_box{
	padding:0 0 12px 0;
	}
.login_box h4{
	padding-bottom:15px;
	}
.login_box p{
	line-height:16px;
	}
.login_box p span{
	width:64px;
	float:left;
	}
	
	
#maincontent .lists li{
	list-style:none;
	text-indent:0;
	width:100%;
	overflow:hidden;
	padding:6px 0 19px 0;
	}
#maincontent .lists{
	width:500px;
	padding-top:7px;
	}
.lists img{
	float:left;
	margin-top:2px;
	}
.listbox{
	float:left;
	width:365px;
	}
.linkbox{
	width:100%;
	overflow:hidden;
	}
.linkbox .link{
	float:right;
	}
#maincontent .lists li h4{
	padding:0 0 5px 0;
	}
*html #maincontent .lists li p{
	height:66px;
	}
#maincontent .lists li p{
	min-height:66px;
	}
#maincontent .contact_top{
	color:#003e7e;
	margin-top:-6px;
	padding:0 0 30px 0;
	border-bottom:5px solid #f8f8f8;
	margin-bottom:25px;
	}
.contact_top span{
	display:block;
	}
.contact_top  strong{
	margin-top:3px;
	display:block;
	}
	
.contract_box{
	color:#003e7e;
	margin-top:-6px;
	padding:0 0 30px 0;
	margin-bottom:-15px;
	}
.contract_box span{
	display:block;
	}
.contract_box  strong{
	margin-top:3px;
	display:block;
	}	
	
	
	
	
	
	
	
	
	
.contact_lists{
	width:100%;
	overflow:hidden;
	}
#maincontent .contact_lists li{
	list-style:none;
	text-indent:0;
	width:310px;
	overflow:hidden;
	float:left;
	padding:6px 6px 0 0;
	}
#maincontent .contact_lists li img{
	float:left;
	}
#maincontent .contact_lists li .listbox{
	width:220px;
	float:right;
	}
#maincontent .contact_lists li {
	height:122px;
	}
#maincontent .contact_lists li h4{
	padding:0 0 1px 0;
	}
#maincontent .contact_lists  p {
	line-height:16px;
	padding-bottom:11px;
	}
#maincontent .contact_lists  p span{
	display:block;
	}
#maincontent .contact_lists  p small{
	float:left;
	width:46px;
	font-size:12px;
	}
.login{
	width:56px;
	font-size:12px;
	display: inline-block;
	}
.loginboxes{
	width:10px;
	font-size:12px;
	}
#maincontent .section h2{
	padding-bottom:19px;
	}
#maincontent  .textbox h4{
	padding-bottom:1px;
	}
#maincontent  .textbox h2{
	padding-bottom:1px;
	}	
.textbox.assignment{
	padding-top:26px;
	border-top:2px solid #F7F9F8;
}
.textbox.assignment.first{
	padding-top:0;
	border-top:0;
}
.textbox{
	padding:0 0 29px 0;
	}
	
.textbox.assignment .link{padding-top:3px;}
.textbox .link{
	width:100%;
	overflow:hidden;
	font-weight:bold;	
	}
#maincontent .textbox li{
	text-indent:3px;
	}
.survey_lists{
	padding:0 0 15px 0;
	font-weight: bold;
	}
.survey_lists .link{
	width:100%;
	overflow:hidden;
	padding:6px 0;
	}
.twocolumn {
	width:634px;
	overflow:hidden;
}
.column {
	width:317px;
	float:left;
}
.twocolumn-landing {
	width:500px;
	overflow:hidden;
}
.column-landing {
	width:250px;
	float:left;
}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar{
	float:left;
	width:210px;
	padding-top:23px;
	}
.sidebar_inner{
	padding:0 0 0 10px;
	width:200px;
	}
.subnav{
	font-size:14px;
	width:100%;
	overflow:hidden;
	}
.subnav li{
	width:100%;
	float:left;
	}
.subnav li a{
	width:200px;
	height:35px;
	text-indent:-9999px;
	outline-style:none;
	display:block;
	border-left:#fff 10px solid;
	outline-style:none;
	}
.subnav li a:hover,.subnav li .selected{
	border-left:#013e7f 10px solid;
	text-decoration:none;
	}
	
.subnav li#subnav_whychooseus a {
	background:url(../images/bg_submenu.png) left top;
}
.subnav li#subnav_ourteam a {
	background:url(../images/bg_submenu.png) left -35px;
}
.subnav li#subnav_corevalues a {
	background:url(../images/bg_submenu.png) left -70px;
}
.subnav li#subnav_careers a {
	background:url(../images/bg_submenu.png) left -105px;
}
.subnav li#subnav_testimonial a {
	background:url(../images/bg_submenu.png) left -140px;
}
.subnav li#subnav_press a {
	background:url(../images/bg_submenu.png) left bottom;
}

.subnav li#subnav_whychooseus a:hover,
.subnav li#subnav_whychooseus a.selected {
	background:url(../images/bg_submenu.png) right top;
}
.subnav li#subnav_ourteam a:hover,
.subnav li#subnav_ourteam a.selected {
	background:url(../images/bg_submenu.png) right -35px;
}
.subnav li#subnav_corevalues a:hover,
.subnav li#subnav_corevalues a.selected {
	background:url(../images/bg_submenu.png) right -70px;
}
.subnav li#subnav_careers a:hover,
.subnav li#subnav_careers a.selected {
	background:url(../images/bg_submenu.png) right -105px;
}
.subnav li#subnav_testimonial a:hover,
.subnav li#subnav_testimonial a.selected {
	background:url(../images/bg_submenu.png) right -140px;
}
.subnav li#subnav_press a:hover,
.subnav li#subnav_press a.selected {
	background:url(../images/bg_submenu.png) right bottom;
}
	
#sidebar h2{
	font-size:14px;
	color:#003e7e;
	padding:0 0 32px 0;
	}
#sidebar  .whatclientssay {
	padding:0 10px 30px 0;
}
#sidebar  .whatclientssay h4{
	font-size:13px;
	font-weight:normal;
	color:#003e7e;
	line-height:12px;
	padding:0 0 9px 0;
	}
#sidebar  .whatclientssay  h4 span{
	display:block;
	}
#sidebar .whatclientssay  p{
	line-height:12px;
	font-style:italic;
	padding:0 0 22px 0;
	}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:100%;
	background:#fff;
	margin:130px 0 0 0;
	text-align:left;
	color:#7f7f7f;
	font-size:11px;
	padding:15px 0 30px 0;
}
#footer_inner{
	width:950px;
	margin:0 auto;
	}
#footer  p{
	line-height:17px;
	padding:0 0 0 22px;
	}
#footer p span {
	padding:0 5px;
}
#footer a,#footer a:hover{
	color:#7f7f7f;
	}
#footer ul{
	float:right;
	padding:0 30px 0 0;
	}
#footer  li{
	float:left;
	padding:0 2px;
	}

input.mediumField{
	color: #27318b;
	font-size: 11px;
	border: 1px solid #B0B4B7;
	line-height: 11px;
	background-color: #FFFFFF;
	padding:2px;	
	height: 15px;
	width: 160px;	
	margin-bottom:6px;
}

















.contacts .contantForm{
	float:left;
	margin-right: 0px;
	padding: 10px;
	width: 557px;
	margin-bottom: 5px;
}

.contacts .contantForm  h3{
	margin: 0;
	padding: 0 0 8px 0;
	border-bottom: #f2f2f2 solid 1px;
	overflow: hidden;
}

.contacts .contantForm .colOne{
	float:left;
	width: 190px;
	margin-right: 12px;
	height: auto;
	background-color: #FFF;
}

.contacts .contantForm .colOneA{
	float:left;
	width: 190px;
	margin-right: 12px;
	height: auto;
	background-color: #FFF;
}

.contacts .contantForm .colOne label {
	font-size: 12px;
	color: #005696;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	float:left;
}

.contacts .contantForm .colOneA label {
	font-size: 12px;
	color: #005696;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	float:left;
}

.resumeupload 
{
    float:left;
}

.contacts .contantForm .colOne input{
	width: 180px;
}

.contacts .contantForm .colOneA input{

}

.contacts .contantForm .colOne textarea.textarea{
    width:314px;
	height: 167px;
}

.contacts .contantForm select.select.timeFrame{
	cursor:pointer;
	-moz-opacity:0;
 	filter:alpha(opacity:0);
	opacity:0;
	font:12px "Trebuchet MS", Lucida, Verdana, sans-serif;
	height:19px;
	margin:0;
	padding:0;
	position:relative;
	width:185px;
	z-index:4;
}

.contacts .contantForm .btHolder{
	float:right;
	display:block;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

.contacts .contantForm input.searchBt {
	cursor:pointer;
	border-style:none;
	width: 172px;
	height: 32px;
	background-color: #005696;
	color: #FFF;
	margin-top: 7px;
	font-size:14px;
	text-align:left;
	padding: 0;
	float:right;
	background: url(../images/search-bt.png) 0 -160px no-repeat;
}

.contacts .contantForm input.searchBt.active {
	background: url(../images/search-bt.png) 0 -64px no-repeat;
}

.contacts .contantForm input.searchBuyBt:hover{
	background: url(../images/search-bt.png) 0 0 no-repeat;
}

.contacts .contantForm input.searchRentBt:hover {
	background: url(../images/search-bt.png) 0 -32px no-repeat;
}

.contacts .contantForm input.searchBt:hover{
	background: url(../images/search-bt.png) 0 -160px no-repeat;
}



 .errorMessage{
  -moz-border-radius: 3px 3px 3px 3px;
    background-color: #F4C9CD;
    border: 1px solid #F28C95;
    color: #005696;
    float: left;
    font: 12px "Trebuchet MS",Trebuchet MS,Lucida,Verdana,sans-serif;
    margin-bottom: 12px;
    margin-top: 12px;
    margin-left: 10px;
    padding: 14px;
    width: 200px;
}







/** select **/

.select_wrapper {
	font:12px "Trebuchet MS", Trebuchet MS, Lucida, Verdana, sans-serif;
	margin:0;
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	float:left;
	background:#fefefe url(../images/global.png) right -139px;
	height:19px;	/*width: 84px;*/
}
.inline .select_wrapper {
	margin-right: 4px;
}
select.select {
	cursor:pointer;
	-moz-opacity:0;
 	filter:alpha(opacity:0);
	opacity:0;
	font:11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding:0;
	margin:0;
	z-index:4;
	height:19px;
	position:relative;
	min-width:65px;
	width:inherit;
	background-color:#FFF;
	scrollbar-track-color: #f2f2f2;	
}


/** select box home page **/

/** note IE add space between select boxs| there is a IE css **/
select.selectSub {
	cursor:pointer;
	font: 95% "Trebuchet MS", Lucida, Verdana, sans-serif;
	float:left;
	padding:0;
	margin:0;
	height:150px;
	color:#6D6E71;
	border: #A7A9AC 1px solid;
	width:172px;
	background-color:#fff;
	scrollbar-track-color: #f2f2f2;	
}
/** note IE add space between select boxs| there is a IE css **/
select.selectType {
	cursor:pointer;
	font: 95% "Trebuchet MS", Lucida, Verdana, sans-serif;
	padding: 0;
	margin:0;
	height:85px;
	float: left;
	color:#6D6E71;
	border: #A7A9AC 1px solid;
	width:172px;
	scrollbar-track-color: #000;	
}.video-insights .title h1



select.selectSub .option, 
select.selectType .option {
	cursor:pointer;
	color:#6D6E71;
	padding:1px 0 0 4px;
	font-size:11.5px;
}





.field {
	color:#003e7e;
	font:12px "Lucida Grande", "Lucida, Verdana, sans-serif";
}









/** input **/
input.field, textarea.textarea {
	/*resize:none;*/
	font:12px "Trebuchet MS", Lucida, Verdana, sans-serif;
	padding: 4px;
	margin:0;
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	float:left;
	background:#fefefe;
}
input.field.disabled, textarea.textarea.disabled {
	-moz-opacity:0.7;
 	filter:alpha(opacity:0.7);
	opacity:0.7;
}
input.field:focus, textarea.textarea:focus {
	background-color:#fefeee;
}
input.field.required, textarea.textarea.required {
	background-color:#feecec;
}
