
a,
a:visited {
	color: #0055a4;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 18px;
	color: #525252;
	background-color: #f2f2f2;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	margin: 20px 34px;
}

li {
	list-style-image: url(/objects/images/bullet_v2.png);
}

#container {
	position: relative;
	background: url(/objects/images/backgrounds/layout.gif);
	background-repeat: no-repeat;
	width: 886px;
	height: 647px;
	margin: 25px auto;
}

#container.home {
	background: url(/objects/images/backgrounds/layout_home.jpg);
}

#container.fleet {
	background: url(/objects/images/backgrounds/layout_fleet.gif);
	height: 931px;
}

#container.spec {
	background: url(/objects/images/backgrounds/layout_spec.gif);
	height: 846px;
}

#sidebar {
	position: absolute;
	top: 45px;
	left: 52px;
	width: 159px;
	height: 530px;
}

#content {
	position: absolute;
	top: 45px;
	left: 219px;
	width: 616px;
	height: 530px;
}

#logo {
	position: absolute;
	top: 74px;
	left: 3px;
}

#nav {
	position: absolute;
	top: 197px;
	left: 3px;
}

.navItem {
	position: relative;
	display: block;
	height: 21px;
	background-repeat: no-repeat;
	width: 154px;
	margin-bottom: 8px;
}

.navItem.on {
	background-position: 0 -21px;
}

.navItem:hover {
	background-position: 0 -42px;
}

#navHome {
	background-image: url(/objects/images/nav/home.png);
}

#navClients {
	background-image: url(/objects/images/nav/clients.png);
}

#navFleet {
	background-image: url(/objects/images/nav/fleet.png);
}

#navTeam {
	background-image: url(/objects/images/nav/team.png);
}

#navSafety {
	background-image: url(/objects/images/nav/safety.png);
}

#navCareers {
	background-image: url(/objects/images/nav/careers.png);
}

#navContact {
	background-image: url(/objects/images/nav/contact.png);
}

.subnavItem {
	position: relative;
	float: left;
	display: block;
	height: 64px;
	background-repeat: no-repeat;
	width: 140px;
}

.subnavItem:hover {
	background-position: 0 -64px;
}

#subnavFleetTitus {
	background-image: url(/objects/images/nav/fleet/titus.gif);
}

#subnavFleetSunTrae {
	background-image: url(/objects/images/nav/fleet/suntrae.gif);
}

#subnavFleetSunOfMan {
	background-image: url(/objects/images/nav/fleet/sunofman.gif);
}

#subnavFleetSunRay {
	background-image: url(/objects/images/nav/fleet/sunray.gif);
}

#subnavFleetSunDowner {
	background-image: url(/objects/images/nav/fleet/sundowner.gif);
}

#subnavFleetSunDay {
	background-image: url(/objects/images/nav/fleet/sunday.gif);
}

#subnavFleetSunFighter {
	background-image: url(/objects/images/nav/fleet/sunfighter.gif);
}

#subnavFleetAnitaD {
	background-image: url(/objects/images/nav/fleet/anitad.gif);
}

#subnavFleetSunStephen {
	background-image: url(/objects/images/nav/fleet/sunstephen.gif);
}

#subnavFleetGrandSun {
	background-image: url(/objects/images/nav/fleet/grandsun.gif);
}

#header {
	position: relative;
	height: 150px;
}

#header.home {
	height: 180px;
}

#headerImage {
	position: absolute;
	bottom: 0;
	left: 28px;
}

#headerText {
	position: absolute;
	bottom: 0;
	left: 310px;
	color: #0055a4;
	font-style: italic;
	font-size: 11px;
	width: 278px;
}

#body {
	position: absolute;
	top: 190px;
	left: 28px;
	width: 560px;
	color: #4c4c4c;
	line-height: 25px;
}

#body.home {
	top: 230px;
	width: 326px;
	font-size: 13px;
	line-height: 21px;
}

#body.spec {
	top: 32px;
	width: 560px;
}

#right {
	position: absolute;
	left: 405px;
	top: 231px;
	width: 194px;
}

#rightImage {
	text-align: center;
	margin-bottom: 14px;
}

#rightText {
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #6d85c2;
}

.clear {
	clear: both;
}

.imageFloatLeft {
	padding-top: 6px;
	margin-bottom: 6px;
	margin-right: 20px;
	float: left;
}

.imageFloatRight {
	padding-top: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
	float: right;
}

form {
	display: inline;
}

.formRow {
	margin-bottom: 6px;
}

.formLabel {
	font-weight: bold;
	font-size: 9px;
	line-height: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.inputText {
	border: 1px #9d9d9d solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.inputTextarea {
	border: 1px #9d9d9d solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	height: 200px;
}

.inputCheckbox {
	margin: 0;
}

.inputSubmit {
	padding: 3px 4px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffffff;
	background-color: #0055a4;
}

.inputSubmit:hover {
	background-color: #525252;
}

.textHeader {
	font-size: 20px;
	margin-bottom: 25px;
	color: #000000;
}

.textHeaderSmall {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.textSmall {
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.textSmallCaps {
	font-weight: bold;
	font-size: 10px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.textEmail {
	font-style: italic;
	line-height: 16px;
}

.textBlue {
	color: #0055a4;
}

.textAlert {
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 22px;
}

.textOK {
	color: #00cc00;
	font-weight: bold;
	margin-bottom: 22px;
}

th {
	text-align: left;
	background: #859c9d;
	color: #ffffff;
}

tr.alternate1 {
	background: #ffffff;
}

tr.alternate2 {
	background: #e3e8e9;
}

.boxClient {
	position: relative;
	float: left;
	width: 140px;
	text-align: center;
}

.boxTeam {
	position: relative;
	float: left;
	width: 186px;
	text-align: center;
}

.colVessels {
	position: relative;
	float: left;
	width: 168px;
	margin-left: 28px;
}

.boxVessel {
	margin-bottom: 20px;
}

.boxVesselImage {
	height: 109px;
}

.boxVesselImage a img {
	border: 2px #ffffff solid;
}

.boxVesselImage a:hover img {
	border: 2px #0055a4 solid;
}

.boxSpecsImage {
	position: absolute;
	width: 240px;
	left: 0;
	top: 0;
}

.boxSpecsImage img {
	border: 8px #ffffff solid;
}

.boxSpecsFor {
	position: absolute;
	width: 240px;
	left: 0;
	top: 176px;
}

.boxSpecsName {
	position: absolute;
	width: 240px;
	left: 0;
	top: 210px;
}

.boxSpecsManufacturing {
	position: absolute;
	width: 240px;
	left: 0;
	top: 236px;
}

.boxSpecsLeft {
	position: absolute;
	width: 240px;
	left: 0;
	top: 362px;
}

.boxSpecsRight {
	position: absolute;
	width: 274px;
	left: 286px;
	top: 26px;
}

.boxSpecsPDF {
	position: absolute;
	left: 542px;
	top: 34px;
}

.boxSpecsPDF a img {
	border: none;
}

.specsLabel {
	position: relative;
	float: left;
	line-height: 18px;
	font-weight: normal;
}

.specsLabel.long {
	float: none;
}

.boxSpecsManufacturing .specsLabel {
	width: 106px;
}

.boxSpecsLeft .specsLabel,
.boxSpecsRight .specsLabel {
	width: 160px;
}

.specsData {
	position: relative;
	float: left;
	color: #000000;
	line-height: 18px;
}

.specsData.long {
	float: none;
	padding-left: 20px;
}

.divider {
	border-top: 1px #525252 dashed;
	margin: 30px 0 10px 0;
}

.clear {
	clear: both;
}

.clear.gutterSmall {
	margin-bottom: 12px;
}

.clear.gutter {
	margin-bottom: 28px;
}

