@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d8d8d8;
	color: #555;
}
body#popup {
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #555;
}
a {
	color: #034294;
}
a:hover {
	color: #4098C6;
}
#blue-bar-home a:hover, #animation-blue-top a:hover, #blue-bar a:hover {
	color: #B3D6E8;
}
#blue-bar-home a, #animation-blue-top a, #blue-bar a {
	color: #D8EAF3;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, form {
	padding: 0;
	margin: 0;
}
ul#navigation {
	clear: right;
	list-style-type: none;
	margin-top: 33px;
	float: right;
}
ul#navigation li {
	color: #fff;
	display: inline;	
}
ul#navigation li a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}
ul#navigation li a:hover {
	border-top: 1px solid #033e88;
	border-left: 1px solid #033e88;
	border-right: 1px solid #033e88;
	background-color: #0347a2;
}
ul#navigation li#current {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #e4e4e4;
	color: #333;
	padding: 5px;
}

ul#navigation li#current a {
	color: #034294;
	padding: 0;
	border: 0;
}
ul#navigation li#current a:hover {
	color: #4098C6;
	background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #034294;
}
#container {
	margin: 0 auto;
	width: 980px;
}
#header {
	background-image: url(../images/bg-header.png);
	height: 64px;
	padding: 25px 34px 0 40px;	
}
#header-bar-home {
	background-image: url(../images/bg-header-bottom-home.png);	
	height: 22px;
}
#header-bar {
	background-image: url(../images/bg-header-bottom.png);
	height: 22px;
	font-size: 11px;
}
#B_crumbBox {
	padding-top: 3px;
	margin-left: 40px;
}
#B_crumbBox a {
	text-decoration: none;
}
.raquo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#blue-bar, #blue-bar-careers {
	background-image: url(../images/blue-bar.png);
	height: 193px;
	vertical-align: middle;
}

#blue-bar-home {
	background-image: url(../images/blue-bar-home.jpg);
	height: 193px;
	vertical-align: middle;
}
#blue-bar-home h1, #blue-bar h1, #blue-bar-careers h1, #blue-bar-home p, #blue-bar p {
	margin: 0 40px 0 435px;
	color: #ffffff;
}
#blue-bar p {
	padding: 85px 0 10px 0;
}
#blue-bar-home h1, #blue-bar h1, #blue-bar-careers h1 {
	font-size: 22px;
	padding: 50px 0 10px 0;
}
#blue-bar h1, #blue-bar-careers h1 {
	font-size: 26px;
	padding: 82px 0 0 120px;
	margin: 0;
	width: 270px;
	float: left;
}
#blue-bar-careers h1 {
	width: auto;
}
#header-image {
	margin-right: 70px;
	float: right;
}
#header-bar ul {
	list-style-type: none;
	display: inline;
	float: right;
	margin-right: 40px;
	height: 22px;
}
#header-bar ul li {
	list-style-type: none;
	display: block;
	border-right: 1px solid #ccc;
	padding: 0 10px;
	margin-top: 3px;
	float: left;
	font-size: 11px;
	color: #777;
}
#header-bar ul li a {
	text-decoration: none;
}
#header-bar ul li.last {
	border: none;
	padding-right: 0;
}
#left-col, #left-col-home {
	padding-top: 5px;
	width: 280px;
	margin-left: 30px;
}
#left-col-home {
	width: 350px;
}
#right-col {
	padding-top: 5px;
	width: 270px;
	margin-right: 30px;
}
#content, #content-wide, #content-home {
	padding-top: 5px;
	width: 620px;
}
#content-home {
	width: 530px;
	margin-right: 30px;
	background-color: #F1F4F8;
	padding: 10px;
}

#content.left {
	margin-left: 30px;
}
#content.right {
	margin-right: 30px;
}
#content ul, #content-wide ul {
	margin: 3px 0 0 30px;
	padding: 0;
}
#content-wide {
	width: 920px;
	margin: 0 30px;
}
#content-bg {
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	width: 100%;
}
#content-bg p, #content-bg h1, #content-bg h2, #content-bg h3, #content-bg h4, #content-bg h5, #content-bg h6  {
	padding: 5px 0;
}
#content-bg h1, #content-bg h2, #content-bg h3, #content-bg h4, #content-bg h5, #content-bg h6 {
	padding-top: 10px;
}
.left {
	float: left;
	clear: left;
}
.right {
	float: right;
	clear:right;
}
#footer {
	font-size: 11px;
	text-align: center;
	padding: 5px 0 15px 0;

}
.middot {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #034294;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #034294;
}
#animation-blue-top {
	background-image: url(../images/animation-blue-top.png);
	background-repeat: no-repeat;
	height: 117px;
	padding: 30px 20px 10px 20px;
	color: #fff;
}
.clear-both {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
table#gallery {
	width: 100%;
	padding: 10px 0;
}
table#gallery td {
	text-align: center;
	padding: 2px;
	vertical-align: middle;
}
table#gallery img {
	padding: 4px;
	border: 1px solid #ccc;
}
table#vessels {
	width: 100%;
}
table#vessels th {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: middle;
	background-color: #d9d9d9;
	padding: 2px;
	text-align: left;
	font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}
table#vessels th img {
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 30px;
	border: none;
}
table#vessels a {
	text-decoration: none;
}
table#vessels td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: middle;
	width: 480px;
}
ul#vessel-navigation {
	background-image: url(../images/blue-bar-vessels.png);
	height: 160px;
	background-repeat: no-repeat;
	float: left;
	width: 124px;
	list-style-type: none;
	padding: 33px 0 0 40px;
}
ul#vessel-navigation li a, ul#vessel-navigation li#current {
	display: block;
	width: 84px;
	font-size: 14px;
	border-bottom: 1px solid #8EB9CF;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
ul#vessel-navigation li#current {
	color: #D8D8D8;
}
ul#vessel-navigation li.last a, ul#vessel-navigation li#current.last {
	border: none;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h1#vessel-header {
	margin: 82px 0 0 80px;
	padding: 0;
	width: auto;
}
table#vessel-info {
	width: 640px;
	border: 1px solid #ececfd;
	margin: 5px 0;

}
table#vessel-info th, table#vessel-info td {
	padding: 3px;
	border: 2px solid #fff;
}
table#vessel-info th {
	text-align: left;
	width: 170px;
	border-right: none;
}
table#vessel-info tr.even td, table#vessel-info tr.even th {
	background-color: #ececfd;
}
table#vessel-info tr.title td, table#vessel-info tr.title th {
	background-color: #E1E1FD;
}
ul.LSM_0 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.LSM_0 li {
	padding-bottom: 5px;
	font-size: 16px;
	font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
ul.LSM_0 li a {
	text-decoration: none;
}
ul.LSM_1 li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
.news-date {
	color: #555;
	font-size: 12px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	float: right;
}
.news-thumbnail {
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 10px 5px 0;
}
hr {
	border: none;
	border-bottom: 1px solid #e4e4e4;
	margin: 10px 0 5px 0;
}
#content-home h1 {
	padding: 0;
	margin: 0;
	font-size: 24px;
}
.more-link {
	float: right;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
}
th.directions, td.directions {
	padding: 0 10px;
	text-align: left;
}
.imgattach {
	padding: 2px;
	border: 1px solid #ccc;
}