/* *************************** 
  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:165px;
	background:url(../images/bg_menu.png) -373px top;
}
.mainnav li#nav_contact a {
	width:111px;
	background:url(../images/bg_menu.png) right 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) right 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;
	}
#right li{
	padding:2px 0 5px 30px;
	background:url(../images/bg_rightli.png) 0 4px no-repeat;
	}
#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;
	}
#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;
	}
#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;
	}
.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;
	}
#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;
}
/* *************************** 
   $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;
	}
