@charset "utf-8";
/* CSS Document */
/* Copyright 2002-2011 2Is Incorporated */

/********************MAIN SECTIONS********************/

div#logoheader {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	border: 1px solid #FFFFFF;
	text-align: left;
}

div#navwrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #999;
	height: 32px;
	border: 1px solid #FFFFFF;
}

div.banner {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

div.bodywrapper {
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	background: #FFFFFF;
	background-color: #FFFFFF;
	height: auto;
	overflow: hidden;
	border: 1px solid #FFFFFF;
}

div.footer {
	clear: both;
	width: 970px;
    border: 1px solid #FFFFFF;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/*****************************************************/

/********************TOP NAVIGATION********************/

ul.nav {
  font-family: Arial, Verdana;
  font-size: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  background:#EFEFEF;
  font-weight: bold;
  text-align: center;
}

ul.nav li {
  display: block;
  position: relative;
  float: left;
}

li.level1 ul.nav {
	display: none;
}

ul.nav li.level1 a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 7px 33px 7px 34px;
  background: #F6F6F6;
  margin-left: 0px;
  white-space: nowrap;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  background-image: url(../images/nav_grad.png);
  background-repeat: repeat-x;
}

ul.nav li.level2 a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  border-top: 1px solid #EFEFEF;
  padding: 5px 24px 5px 24px;
  background: #939598;
  margin-left: 1px;
  white-space: nowrap;
}

ul.nav li.level3 a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  border-top: 1px solid #EFEFEF;
  padding: 2px 24px 2px 60px;
  background: #939598;
  margin-left: 1px;
  white-space: nowrap;
}

ul.nav li.level1 a:hover {
	background: #767676;
	color: #EFEFEF;
}

li:hover ul.nav, .nav li.sfhover ul {
  display: block;
  position: absolute;
}

li.level1:hover li.level2 {
  float: none;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

li.level1:hover li.level3 {
  float: none;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

li:hover li a:hover {
	background: #5A5C5C;
	color: #7589A4;
}

/*****************************************************/

/********************BODYWRAPPER CONTENT********************/

.applicantlink {
	background-color: #19305a;
	color: #fff !important;
	font-weight: bold;
	padding: .5em;
	display: inline-block;
	margin: .5em 0 .75em 0;
}

.applicantlink:hover {
	background-color: #587594;
}

div#maincontent {
	width: 524px;
	background: #FFFFFF;
	padding: 20px;
	padding-top: 5px;
	float: left;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.case-study-graphic img {
	margin: 30px 0;
	max-width: 500px;
}

.case-study-nav {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

.case-study-nav-btn {
	flex: auto;
	margin-right: 20px;
	text-align: center;
	width: 100px;
}

.case-study-nav-btn img {
	height: 50px;
}

.main-full-width {
	width: 98% !important;
}

div#maincontent a:link, #maincontent a:active, #maincontent a:visited {
	color: #587594; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

div#maincontent a:hover {
	color: #1B325B;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

div.sidecontentleft {
	float: left;
	/*width: 200px;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*border: 1px solid #EFEFEF;*/
}

div.sidecontentleftSpacer {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: none;
}

div.sidecontentright {
	float: right;
	clear: right;
	width: 180px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

div#quickFacts {
	float: right;
	clear: right;
	width: 180px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

div.sidecontentright a:link, div.sidecontentright a:active, div.sidecontentright a:visited {
	color: #587594; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

div.sidecontentright a:hover {
	color: #1B325B;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.big:link, a.big:active, a.big:visited {
	font-size: 14px !important; 
}

a.big:hover {
	font-size: 14px !important;
}

div.sidecontentnav {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
}

.side-content-highlight {
	background-color: #FFC;
}

/*****************************************************/

/********************MAINCONTENT STYLES********************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #000000;
}

h2,
h2 a {
	color: #587594;
	font-weight: bold;
	font-size: 16px !important;
}

h4 {
	font-size: 14px;
}

p.imgtitle {
	text-align: center;
	font-weight: bold;
	color: #587594;
}

span.caption {
	text-align: center;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

img.softlogo, img.bodygraphic {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.screenshot {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #979797;
}

img.part {
	border: solid 1px #979797;
}

table.buttons {
	overflow: hidden;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************/

/***************PAGE-SPECIFIC MAINCONTENT STYLES*****************/

span.contactbold {
	font-weight: bold;
}

#logisticssuite {
  display: block;
  width: 119px;
  height: 64px;
  background: url(../images/logistics_suite_button.gif) no-repeat 0 0;
}

#logisticssuite:hover { 
  background-position: 0 -64px;
}

#logisticssuite span {
  position: absolute;
  top: -999em;
}

#sourcingsuite {
  display: block;
  width: 119px;
  height: 64px;
  background: url(../images/sourcing_suite_button.gif) no-repeat 0 0;
}

#sourcingsuite:hover { 
  background-position: 0 -64px;
}

#sourcingsuite span {
  position: absolute;
  top: -999em;
}

span.smalltext {
	font-size: 12px;
}

table.sitemap {
	width: 525px;
	margin-left: -3px;
}

td.sitemap {
	vertical-align: top;
	width: 175px;
}

div.imagesleft {
	float: left;
	clear: both;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: -2px;
}

table#capabilities {
	margin-left: auto;
	margin-right: auto;
}

td.capabilities {
	padding: 7px;
}

table.seaport {
	border: solid 1px #666;
	border-collapse: collapse;
	width: 98%;
}

table.seaport tr, table.seaport td, table.seaport th {
	border: solid 1px #666;
	border-collapse: collapse;
	padding: 4px;
}

table.seaport th {
	color: #efefef;
	background-color: #587594;
	border-right: solid 1px #efefef;
}

/*****************************************************/

/********************SIDECONTENT STYLES********************/

img.sideimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.sidehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

ul.quickFacts{
	margin-left: 15px;
	padding: 0px;
}

ul.quickFacts li{
	padding: 3px;
}

p.add-to-resume-database {
	width: 165px;
	margin:0 auto;
}

p.add-to-resume-database a {
	background-color: #19305a;
	color: #ffffff !important;
	display:block;
	padding: .5em;
}

p.add-to-resume-database a:hover {
	background-color: #587594;
	outline: 2px solid #19305a;
}

/*****************************************************/

/********************NEWS SIDECONTENT********************/

table.news {
	width: 200px;
}

td#newshead {
	background-color: #FFFFFF;
	background-image: url(../images/sidebar_grad.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #666666;
	padding: 5px;
}

td.newssub {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666;
	padding: 10px;
}

.news a:link, .news a:active, .news a:visited {
	color: #587594; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.news a:hover {
	color: #1B325B;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/*****************************************************/

/********************SIDE NAVIGATION********************/

ul.sidenav {
  font-family: Arial, Verdana;
  margin: 0;
  padding: 0;
  list-style: none;
  background:#FFFFFF;
  text-align: left;
}

ul.sidenav li a {
  display: block;
  text-decoration: none;
  color: #8F8F8F;
  border-top: 1px solid #FFFFFF;
  padding: 4px;
  background: #F6F6F6;
  margin-left: 0px;
  margin-bottom: 3px;
  border: 1px solid #C7C7C7;
  padding-left: 10px;
  padding-right: 9px;
  font-size: 14px;
}

ul.sidenav li.sidenav1 a {
  display: block;
  text-decoration: none;
  color: #666666;
  border-top: 1px solid #FFFFFF;
  padding: 4px;
  background: #F6F6F6;
  margin-left: 0px;
  margin-bottom: 3px;
  border: 1px solid #C7C7C7;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 14px;
}

ul.sidenav li.sidenav2 a {
  display: block;
  text-decoration: none;
  color: #8F8F8F;
  border-top: 1px solid #FFFFFF;
  padding: 2px;
  background: #F6F6F6;
  margin-left: 0px;
  margin-bottom: 3px;
  border: 1px solid #C7C7C7;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 12px;
}

ul.sidenav li a:hover {
	background: #AEC7E3;
	color: #587594;
	border: 1px solid #587594;
}

ul.sidenav li.sidenav1 a:hover {
	background: #AEC7E3;
	color: #587594;
	border: 1px solid #587594;
}

ul.sidenav li.sidenav2 a:hover {
	background: #AEC7E3;
	color: #587594;
	border: 1px solid #587594;
}

/*****************************************************/

/********************FOOTER********************/

span#footer1 {
	text-align:left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: 350px;
	padding-top: 8px;
	padding-left: 3px;
}

span#footer1 a:link, span#footer1 a:active, span#footer1 a:visited {
	color: #587594; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

span#footer1 a:hover {
	color: #1B325B;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*flag parent*/
span#footer2 {
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 4px;
	padding-right: 5px;
	display: inline-block;
}

span#footer3 {
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 8px;
}

p.job-small-title {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

p.job-small-title + p,
p.job-small-title + ul {
	margin-top: 0.5em;
}

/*****************************************************/
