@import url(global.css); 

/** Non Homepage Styles **/

ol {
	font-size: 11px;
	line-height: 18px;
	padding: 0 25px 10px 35px;
	margin-top: 0;
	margin-left: 25px;
}
ol li {padding-bottom: 10px;}
/* Section Wrappers/BottomStripBG */
#profileWrapper {width: 780px; background: url(../img/profileBtmBg.gif) repeat-y;}
#transWrapper {width: 780px; background: url(../img/transBtmBg.gif) repeat-y;}
#transWrapper {width: 780px; background: url(../img/transBtmBg.gif) repeat-y;}
#custWrapper {width: 780px; background: url(../img/custBtmBg.gif) repeat-y;}
#trackingWrapper {width: 780px; background: url(../img/trackBtmBg.gif) repeat-y;}

#contentBox1 {
	width: 449px;
	min-height: 273px;
	height:auto !important; /*min-height hack for ie6 */
	height: 273px; 			/*min--height hack for ie6 */
	float: left;
	padding-bottom: 20px;
	background: url(../img/contentBg.gif) no-repeat;
}
#contentBox1 strong {color: #22375e;}
#contentBox1.contentContact {
	background: url(../img/contactBg.gif) no-repeat!important;
	min-height: 587px;
	height:auto !important; /*min-height hack for ie6 */
	height: 587px; 			/*min--height hack for ie6 */
}
	/* page headers */
	#contentBox1 h1 {
		margin:0 0 17px 33px;
		text-indent: -9000px;
		overflow: hidden;
	}
	.contentProfile h1{background: url(../img/headerProfile.gif) no-repeat;}
	.contentTrans h1{background: url(../img/headerTrans.gif) no-repeat;}
	.contentCust h1{background: url(../img/headerCust.gif) no-repeat;}
	.contentContact h1{background: url(../img/headerContact.gif) no-repeat;}
	.contentTrack h1{background: url(../img/headerTrack.gif) no-repeat;}
	.contentNvocc h1{background: url(../img/headerNvocc.gif) no-repeat;}
	.contentBulk h1{background: url(../img/headerBulk.gif) no-repeat;}
	.contentVessel h1{background: url(../img/headerVessel.gif) no-repeat;}
	.contentWarehouse h1{background: url(../img/headerWarehouse.gif) no-repeat;}
	.contentMaxicon h1{background: url(../img/headerMaxicon.gif) no-repeat;}
	.contentGlobal h1{background: url(../img/headerGlobal.gif) no-repeat;}
	.contentTraffic h1{background: url(../img/headerTraffic.gif) no-repeat;}
	.contentVisibility h1{background: url(../img/headerVisibility.gif) no-repeat;}
	.contentLogistics h1{background: url(../img/headerLogistics.gif) no-repeat;}
	.contentExpertise h1{background: url(../img/headerExpertise.gif) no-repeat;}
	.contentCopyright h1{background: url(../img/headerCopyright.gif) no-repeat;}
	.contentPrivacy h1{background: url(../img/headerPrivacy.gif) no-repeat;}
	
	#contentBox1 a, #contentBox1 a:visited {font-weight: bold; color: #22375e;}
	#contentBox1 a:hover {text-decoration: none; color: #4a8aae;}
#contentBox1 p{
	font-size: 11px;
	line-height: 18px;
	padding: 0 25px 10px 35px;
	margin:0;
	line-height: 18px;
}
#contentBox2 {
	width: 170px;
	height: 279px;
	float:left;
	background: url(../img/subNavBg.gif) no-repeat;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, san-serif;
}
#contentBox2 a {color: #22375e;}
#contentBox2 a:hover {text-decoration: none;}
#contentBox2  h3 {
	padding: 15px 13px 20px 14px;
	margin: 0;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, san-serif;
}
#contentBox2 h3.profile {color: #64b454;}
#contentBox2 h3.transportation {color: #b1293c;}
#contentBox2 h3.customer {color: #cc673a;}
#contentBox2 h3.contact {color: #64b454;}
#contentBox2 h3.tracking {color: #414fa5;}
#contentBox2 p {color: #4a8aae; padding: 0px 18px 10px 15px; margin-top: -14px;}

#contentBox3 {width: 161px; float:left;}

/* Sub Nav */
ul#subNav {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 0px 8px 10px 15px;
	color: #d48043;
}
.listHead {
	margin-top:5px;
}
#subNav.noLinkList {margin-top: -14px; line-height: 20px;}
#subNav li a {
	width: 130px;
	display: block;
	margin-bottom: 20px;
	font-size: 11px;
	color: #4a8aae;
	padding-left: 15px;
	background: url(../img/subNavBullet.gif) no-repeat;
}
#subNav  li a:hover {
	color: #22375e;
	background: url(../img/subNavBulletOver.gif) no-repeat;
	text-decoration: underline;
}
#subNav  li.on a {
	color: #22375e;
	background: url(../img/subNavBulletOver.gif) no-repeat;
	text-decoration: none;
}

/* Sub Banner Strips */
#subBanner {
	width: 780px;
	height: 9px;
	line-height: 9px;
}
.subBannerTransport {background: url(../img/transColorStripe.gif) repeat-x;}
.subBannerProfile {background: url(../img/profileColorStripe.gif) repeat-x;}
.subBannerCust {background: url(../img/custColorStripe.gif) repeat-x;}
.subBannerTrack{background: url(../img/trackColorStripe.gif) repeat-x;}

