/**** BEGIN RESETS ****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/**** END RESETS ****/


/**** BEGIN CORE ****/
html{
	height: 100%;
}
body{
	font: 62.5% arial, sans-serif;
	background: #403871 url(img/background-body.gif) fixed;
	height: 100%;
}
body#cms{
	background: #fff;
	width: 416px;
	padding: 100px 50px 0 281px;
	margin: 0 auto;
	font-size: 10px;
}
body#cms.about,
body#cms.seaport-e{
	width: 747px;
	padding: 0;
}
body#cms.about .wrapper,
body#cms.seaport-e .wrapper{
	width: 416px;
	padding-left: 281px;
	padding-right: 50px;
}
body#cms.about .wrapper,
body#cms.seaport-e .wrapper{
	margin: 0 50px 0 281px;
	width: 416px;
	padding: 0;
	
}

#shadow{
	width: 877px;
	min-height: 100%;
	height: auto !important;
	height: 100%;		
	padding: 0 9px 0 9px;
	margin: 0 auto;
	background: transparent url(img/background-shadow.png) repeat-y;

}
#page{
	padding: 24px 61px 0 69px;
	width: 747px;
	background: transparent url(img/background-page.jpg) no-repeat;
	color: #2b2261;
}
#header{
	position: relative;
}
#content{
	float: right;
	width: 416px;
	padding: 72px 50px 0 0;
	min-height: 303px;
	height: auto !important;
	height: 303px;
}
div.hr{
	background: transparent url(img/hr.gif) 0 0 no-repeat;
	height: 6px;
	margin-bottom: 20px;
	width: 426px;
	margin-left: -10px;
}
div.hr hr{
	display: none;
}
/**** END CORE ****/


/**** BEGIN TYPOGRAPHY ****/
h1{
	font-size: 2.4em;
	font-style: oblique;
	font-weight: bold;
	margin-bottom: 1em;
}
h2{
	font-size: 1.6em;
	font-style: oblique;
	font-weight: bold;
	margin-bottom: .5em;
}
h3{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h4{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.25em;
}
h5, h6{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.25em;
}
p,
dl,
#content table,
#content address,
#content ol,
#content ul
{
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 2em;
}
#content dl *,
#content ul *,
#content ol *,
#content table *{
	font-size: 1em;
}
a{
	color: #2b2261;
}
a:hover{
	color: #d8131a;
}
ul.bullets li{list-style: disc;}
ol.bullets{list-style: decimal;}
.bullets li{
	margin-left: 1.5em;
	padding-bottom: .5em;
}
ul.indent li{
	margin-left: 3em;
	padding-bottom: .5em;
}
dt{
	font-weight: bold;
}
dd{
	margin-left: 3em;
	font-style: oblique;
	margin-bottom: 1em;
}
.u{text-decoration: underline;}
strong{font-weight: bold;}
em{font-style: oblique;}
/**** END TYPOGRAPHY ****/


/**** BEGIN NAVIGATION ****/
#navigation{
	clear: both;
	margin-top: 13px;
	text-align: right;
	border-top: 1px solid #2d2563;
	padding-top: 7px;
}
#navigation li{
	display: inline;
}
#navigation a{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding: 1em 1em 0;
	margin: 0 0 0 2em;
	background: transparent url(img/background-navigation.gif) 50% 0 no-repeat;	
	text-transform: lowercase;
}
#navigation li.selected a,
#navigation a:hover{
	color: #d8131a;
	background: transparent url(img/background-navigation-hover.gif) 50% 0 no-repeat;	
}
/**** END NAVIGATION ****/



/**** BEGIN NAVIGATION TOOLS ****/
#navigation-tools{
	position: absolute;
	top: 84px;
	left: 19px;
	width: 11px;
	padding: 6px 12px 85px 0;
	border-right: 1px solid #2d2563;
}
#navigation-tools li{
	float: right;
	border-bottom: 1px solid #2d2563;
	padding: 10px 0;
}
#navigation-tools li.last{
	border: 0;
}
#navigation-tools img{
	float: right;
}
/**** END NAVIGATION TOOLS ****/


/**** BEGIN NAVIGATION CHANNEL ****/
#navigation-channel{
	width: 140px;
	padding: 12px 50px 0px 0;
	float: right;
}
#navigation-channel li{
	float: left;
	clear: both;
	width: 140px;
	margin-bottom: .4em;
}
#navigation-channel a{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	float: left;
	padding: 0 0 0 1em;
	background: transparent url(img/background-navigation.gif) 0 .5em no-repeat;
}
#navigation-channel a:hover,
#navigation-channel li.selected a{
	color: #d8131a;
	background: transparent url(img/background-navigation-hover.gif) 0 .5em no-repeat;
	text-decoration: underline;
}
/**** END NAVIGATION CHANNEL ****/



/**** BEGIN FOOTER ****/
#footer{
	text-align: center;
	clear: both;
	padding: 0 0 2em;
}
#navigation-footer{
	padding: 2em 0;
}
#navigation-footer li{
	display: inline;
	border-right: 1px solid #655d8e;
	padding: 0 1em;
}
#navigation-footer li.last{
	border: 0;
}
#navigation-footer a{
	text-transform: lowercase;
	text-decoration: none;	
}
#navigation-footer a:hover{
	text-decoration: underline;
}
/**** END FOOTER ****/


/**** BEGIN PAGE SPECIFIC ****/
body.home #page,
body.contact #page,
body.employment #page,
body.legal #page{
	background: #fff url(img/background-page-nomenu.jpg) no-repeat;
}
body.about #page,
body.seaport-e #page{
	position: relative;
}
body.about #content,
body.seaport-e #content{
	width: 747px;
	padding-right: 0;
}
body.about .wrapper,
body.seaport-e .wrapper{
	padding-left: 281px;
	padding-right: 50px;
}
body.about #navigation-channel,
body.seaport-e #navigation-channel{
	position: absolute;
	left: 154px;
}
#contract-list-wrapper{
	padding-left: 58px;
}
.contract-list{
	float: left;
	width: 628px;
}
.contract-list td{
	vertical-align: top;
	padding-bottom: 15px;
}
.contract-list img{
	float: right;
	clear: right;
	margin-right: 5px;
	margin-bottom: 3px;
}

img.tlogo{
	position: absolute;
	margin-left: -74px;	
}
#zone-map{
	float: right;

}
#zone-key{
	width: 306px;
	height: 120px;
	padding: 8px 9px;
	background: transparent url(img/background-zone-key.png) no-repeat;
	float: right;
	clear: right;
	margin-top: -450px;
	margin-right: 60px;
}
#zone-key img{
	vertical-align: middle;
}
#zone-key ol{
	float: left;
	width: 45%;
	padding: 15px 0 0 5%;
	font-size: 1.1em;
}
#zone-key li{
	padding: 0 0 5px;
}

table#rates{
	width: 100%;
}
table#rates th.right{
	text-align: right;
	padding-left: 1em;
}
table#rates th,
table#rates td{
	border-bottom: 1px solid #aaa;
	padding: .2em 0;
}
table#rates tr.head th{
	font-weight: bold;
}
table#rates td{
	text-align: right;
	white-space: nowrap;
}
#acronyms{
	width: 100%;
}
#acronyms dt{
	float: left;
	clear: left;
	width: 36px;
}
#acronyms dd{
	width: 300px;
	float: left;
}
#acronyms:after{
	content: "."; display: block; 
	height: 0; clear: both; 
	visibility: hidden;
}
body.employees h2{
	clear: both;
}
body.employees a.cover{
	float: left;
	margin: 0 10px 20px 0;
}
body.employees a.cover img{
	display: block;
	border: 1px solid #2D2563;
}
body.employees .current{
	float: left;
	clear: none;
	width: 250px;
}
body.employees .current a{
		text-decoration: none;
}

/**** END PAGE SPECIFIC ****/
