/* VSS Styles
=========================================================================== */

html>body {font-size: 12px;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
  margin:0;
  padding:0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #5e5e58;
  text-align: center;
  background-color: #fff;
  font-size: 75%;
}

img {border : 0px;}

/* Structural
=========================================================================== */

#contentWrapper {
  width: 740px;
  margin: 0 auto;
  text-align: left;
}

#header {
  height: 98px;
  background: url(/img/backgrounds/header.gif) top no-repeat;
}

#header #logo {
  float: left;
  margin: 43px 0 0 10px;
}

#header .tagline {
  float: right;
  margin-top: 45px;
  padding-right: 10px;
  font: 10px Georgia, "Times New Roman", Times, serif;
  color: #777d81;
}

#banner, #bannerFlash {
  margin: 2px 0;
  clear: both;
}

#content{background: #f1f1ed url(/img/backgrounds/content.gif) repeat-y;}

#contentTop{
  background: url(/img/backgrounds/contentTop.gif) 0 0 no-repeat;
}

#contentBottom{
  background: url(/img/backgrounds/contentBottom.gif) 0 bottom no-repeat;
  padding: 30px 0;
}

#contentTop_wide{
  background: url(/img/backgrounds/contentTop_wide.gif) 0 0 no-repeat #f4f2ec;
  padding-top: 30px;
}

#contentBottom_wide{
  background: url(/img/backgrounds/contentBottom_wide.gif) 0 bottom no-repeat;
  padding-bottom: 30px;
}

#content_fleet {background: #f1f1ed url(../img/backgrounds/content_fleet.gif) repeat-y;}

#contentTop_fleet {
  background: url(../img/backgrounds/contentTop_fleet.gif) top no-repeat;
  padding-top: 30px;
}

#contentBottom_fleet {
  background: url(../img/backgrounds/contentBottom_fleet.gif) bottom no-repeat;
  padding-bottom: 30px;
}

#LHC {
  width: 448px;
  float: left;
  padding-left: 30px;
}

#RHC {
  width: 176px;
  float: left;
  padding-left: 57px;
}

#wide {
  width: 680px;
  padding-left: 30px;
}

#contentBottom_fleet #LHC {
  width: 176px;
  float: left;
  padding-left: 30px;
}

#contentBottom_fleet #RHC {
  width: 448px;
  float: left;
  padding-left: 57px;
}

#contentBottom_fleet .LHC {
  width: 200px;
  float: left;
}

#contentBottom_fleet .RHC {
  width: 228px;
  float: right;
  text-align: right;
}

#RHC .boxout_bg {
  background: url(/img/backgrounds/boxout.gif) no-repeat;
  width: 176px;
  height: 106px;
  display: block;
  margin-bottom: 4px;
}

#RHC .boxout {margin: 5px;}

#RHC .map_bg {
  background: url(/img/backgrounds/map.gif) no-repeat;
  width: 176px;
  height: 176px;
  display: block;
  margin-bottom: 4px;
}

.clear {clear: both;}

#schematic {
  background: url(/img/backgrounds/ship_detail_bg.gif) 0 0 no-repeat;
  height: 200px;
  width: 448px;
  margin: 18px 0 16px 0;
  padding: 4px 0 0 4px;
}

#file {
  background: url(/img/misc/arrow.gif) 5px 4px no-repeat;
  padding-left: 13px;
}

/* Headings, text, margins/padding
=========================================================================== */

a {
  text-decoration: none;
  color: #2950a9;
}

a:hover  {
  text-decoration: underline;
  color: #122f70;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
}

p span {color: #9d998f;}

h1 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 1em;
}

#RHC h1 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em 3px;
}

h2 {
	font-size: 1.1667em;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom: 0.643em;
  color: #837c69;
}

h3 {
	font-size: 1.1667em;
	line-height: 1.286em;
	margin-bottom: 0.643em;
  color: #837c69;
  font-weight: normal;
}

#contentBottom_fleet ul {list-style: none; line-height: 18px;}
#contentBottom_fleet li {background: url(../img/misc/arrow_dark.gif) 0 4px no-repeat; padding-left: 10px;}
#contentBottom_fleet .RHC p {
  font-size: 11px;
  margin: 0;
  padding: 0;
}

/* Style switcher
=========================================================================== */

#styleSwitcher {
  float: right;
  margin-top: 1px;
  padding-right: 30px;
}

#styleSwitcher a.medium {
  width: 22px;
  height: 22px;
  display: block;
  background: url(/img/buttons/text_medium.gif) 0 0 no-repeat;
  float: left;
  padding-right: 6px;
}

#styleSwitcher a.large {
  width: 22px;
  height: 22px;
  display: block;
  background: url(/img/buttons/text_large.gif) 0 0 no-repeat;
  float: left;
  padding-right: 6px;
}

#styleSwitcher a.xlarge {
  width: 22px;
  height: 22px;
  display: block;
  background: url(/img/buttons/text_xlarge.gif) 0 0 no-repeat;
  float: left;
}

#styleSwitcher a.medium:hover,#styleSwitcher a.large:hover,#styleSwitcher a.xlarge:hover {background-position: 0 bottom;}

/* Navigation
=========================================================================== */

#navWrapper {
  background: url(/img/backgrounds/nav.gif) top no-repeat;
  height: 28px;
  padding-top: 4px;
  margin-bottom: 2px;
	list-style: none;
	line-height: 1px;
}

#navWrapper ul {
	list-style: none;
	line-height: 1px;
  float: left;
}

#navWrapper li {float: left;}

a span {display: none;}

.home, .home a, .fleet, .fleet a, .history, .history a, .services, .services a, .contact, .contact a {
  width: 50px;
  height: 23px;
  display: block;
  background: url(/img/nav/home.gif) 19px 0 no-repeat;
  margin-top: 3px;
  padding-left: 19px;
  font-size: 1px;
  line-height: 1px;
}

.home a:hover, .fleet a:hover, .history a:hover, .services a:hover, .contact a:hover {
  background-position: 0 bottom;
  text-decoration: none;
}

.fleet, .fleet a {
  width: 50px;
  background: url(/img/nav/fleet.gif) 17px 0 no-repeat;
  padding-left: 17px;
}

.history, .history a {
  width: 54px;
  background: url(/img/nav/history.gif) 19px 0 no-repeat;
  padding-left: 19px;
}

.services, .services a {
  width: 54px;
  background: url(/img/nav/services.gif) 26px 0 no-repeat;
  padding-left: 26px;
}

.contact, .contact a {
  width: 54px;
  background: url(/img/nav/contact.gif) 28px 0 no-repeat;
  padding-left: 28px;
}

.home a, .fleet a, .history a, .services a, .contact a {
  margin-top: 0;
  padding-left: 0;
  background-position: 0 0;
}

#flashHolder {
  height: 340px;
  width: 680px;
  background: #DDDDDD;
}

#historyHolder {
  width: 166px;
  height: 190px;
  margin: 0 0 10px 10px; 
  background: #DDDDDD;
  float: right;
}

.fleetInfo {
  background: #FAF9F6;
  padding: 30px 20px;
  color: #837C69;
}

.fleetInfo p {
  text-align: right;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}

.fleetInfo div {
  float: left;
}

.fleetInfo strong {
  font-size: 1.1em;
  display: block;
}

.fleetInfo em {
  font-style: normal;
  color: #5E5E58;
  font-size: 1em;
  display: block;
}

.fleetInfo a {
  color: #547F9A;
  display: block;
  margin-top: 20px;
  background: url(/img/misc/arrow.gif) 0 4px no-repeat;
  padding-left: 7px;
}

.fleetInfo a.nectarLink {
  margin-top: 15px;
  background: none;
  padding: 0;
}

.fleetInfo div.shipInfo {
  float: none;
  padding: 0 0 0 0;
  display: block;
  background: #DDDDDD url(/img/backgrounds/greyBottom.gif) left bottom no-repeat;
  margin-bottom: 30px;
}

.fleetInfo div.shipInfo div {
  float: none;
  background: url(/img/backgrounds/greyTop.gif) left top no-repeat;
  padding: 10px;
}

#fleetMenu {
  width: 170px;
  padding: 0;
  margin: 0;
}

#fleetMenu thead td {
  font-weight: bold;
  font-size: 11px;
  height: 11px;
  padding-bottom: 3px;
  border-bottom: 1px solid #D7D3C5;
  vertical-align: bottom;
}

#fleetMenu tbody th {
  font-weight: normal;
  width: 90%;
  vertical-align: top;
  padding: 3px 0;
  border-bottom: 1px solid #D7D3C5;
}

#fleetMenu tbody th em {
  font-style: normal;
  font-size: 11px;
  display: block;
}

#fleetMenu tbody td {
  vertical-align: top;
  padding: 3px 0;
  border-bottom: 1px solid #D7D3C5;
}

/* Departments
=========================================================================== */

#charter {
  display: none;
}

#insure {
  display: none;
}

#account {
  display: none;
}

#operation {
  display: none;
}

#tech {
  display: none;
}

#purchase {
  display: none;
}

#info {
  display: none;
}

#sales {
  display: none;
}

.row {
  margin-top: 20px;
  float: none;
  clear: left;
}

.block {
  background: url(/img/backgrounds/smallBoxout.gif) 0 0 no-repeat;
  width: 96px;
  float: left;
  margin-right: 20px;
}

.block div {
  height: 96px;
  width: 96px;
}

.block div img {
  padding: 3px;
}

.block span {
  display: block;
  width: 96px;
  font-size: 0.8em;
  text-align: center;
  padding-top: 6px;
}

.blockEnd {
  margin: 0;
}

/* Footer
=========================================================================== */

#footer {
  height: 60px;
  width: 720px;
  margin: 26px auto;
  text-align: left;
  font-size: 0.9em;
}

#footer p {
  color: #ada89a;
  margin: 0;
  padding: 0;
}

#footer span {color: #e0e1dc;}

#footer .bbb {float: right;}

/* Nectar
=========================================================================== */

#nectarBar
{
  padding: 4px 5px 0 5px;
}

#nectarBar div, #nectarBar div a
{
  float: right;
  display: block;
  background: url(/img/buttons/close.gif) 0 0 no-repeat;
  height: 19px;
  width: 51px;
  margin: 0;
}

#nectarBar div a
{
  float: none;
  margin: 0;
  text-decoration: none;
  line-height: 1px;
  font-size: 1px;
}

#nectarBar div a:hover
{
  text-decoration: none;
  background-position: 0 -19px;
}

#nectarBar div#nectarTitle
{
  float: left;
  width: 300px;
  background: none;
  text-align: left;
  line-height: 20px;
  color: #616365;
  font-size: 11px;
}