@import url("reset-min.css");
@import url("dropdown.css");

/******************* HTML & BODY *******************/
html {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background-image:url(../img/bg.png);
	background-position:45px 45px;
	background-repeat:repeat-x;
	background-color:#dbd8d0;
	color:#270a00;
	font-size:13px;
	line-height:20px;
}

 #container h1, #container h2, #container h3 {
	font-family:'Arial W10 Bold';
	-webkit-font-smoothing: antialiased;
	position: relative;
} 


#msg {
	
	font-family: Arial, Helvetica, sans-serif !important;
	letter-spacing:0px !important;
}
.tys {
	border 1px solid white;
	padding: 3px;
}

h1,h2,h3 {
	font-size:34px;
	line-height:36px;
	letter-spacing:-2px;
	margin-bottom:15px
	}

h2,h3 {
	font-size:22px;
	line-height:24px;
	letter-spacing:-1px;
	margin-bottom:10px
}

a {
	text-decoration:underline;
	color:#270a00
}

#gohome {
	position: absolute;
	display: block;
	width: 160px;
	height: 160px;
	left: 60px;
	top: 30px;
	}
	
#imgfd{
	position:relative;
	left:30px;
	bottom:10px;
	z-index: 0;
	}

#container2 {
	display:block;
	padding-top:45px;
	width:1000px;
	height:auto;
	margin:0 auto;;
	min-height:950px;
	background-image:url(../img/top_bg_body.png);
	background-repeat:repeat
}

#imsmenu {
	display:block;
	width:1000px;
	height:250px;
	margin-top:-240px;
	background-image:url(../img/bg_logo.png);
	background-repeat:no-repeat;
	position:relative;
	z-index: 50;
}

#popupimages {
position: absolute;
	bottom: 10px;
	right: 20px;
	
	width: 730px;
	height: 120px;
	margin-bottom: 100px;
	overflow: hidden;
}

#popupimages img {
	position: absolute;
	top: 0px;	
	border: 5px solid c7e7ca;
	top: 120px;
}

#popupimages2 {
	position: absolute;
	bottom: 10px;
	right: -160px;
	
	width: 730px;
	height: 140px;
	margin-bottom: 100px;
	overflow: hidden;
}

#popupimages2 img {
	position: absolute;
	top: 0px;	
	border: 5px solid white;
	top: 120px;
}

#popupimages3 {
	position: absolute;
	bottom: 10px;
	right: -340px;
	
	width: 730px;
	height: 100px;
	margin-bottom: 100px;
	overflow: hidden;
}

#popupimages3 img {
	position: absolute;
	top: 0px;	
	border: 5px solid white;
	top: 120px;
}

#popupimages4 {
	position: absolute;
	bottom: 10px;
	right: -520px;
	
	width: 730px;
	height: 130px;
	margin-bottom: 100px;
	overflow: hidden;
}

#popupimages4 img {
	position: absolute;
	top: 0px;	
	border: 5px solid white;
	top: 120px;
}

#mainmenu {
	position:absolute;
	top: 190px;
	padding-left:60px;
	/*height: 250px;*/
}

#mainmenu a {
	color:#fff;
	margin-right:30px
}

#content {
	padding-top:60px;
	padding-right:60px;
	padding-left:60px;
	padding-bottom:3px;
/*background-color: #fff;*/
	background-image:url(../img/top_bg_body.png);
	position: relative;
}

#content2 {
	width:880px;
	padding-top:40px;
	padding-right:60px;
	padding-left:40px;
	padding-bottom:20px;
	margin-left:10px;
/*background-color: #fff;*/
	/*background-color:#F58F51;*/
background-image:url(../image/call-action-bg2.jpg);
	position: relative;
}

#content2 h1{
	font-family:Arial,sans-serif;
	line-height:60px;
	font-weight:bold
	}
	
#clearse a{
	color:#D8F4F1;
	text-decoration:none
	}

#homebackimg {
	width: 420px;
	height: 280px;
	position: absolute;	
	left: -60px;
	top: 0px;
}

#intro {
	display:block;
	width:510px;
	margin-left:320px;
	margin-top: 10px;
	text-align:justify
}

#intro p {
	margin-bottom:20px
}

#home_bars {
	display:block;
	margin-top:60px;
	background-image:url(../img/bg_home_bars.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:40px
}

#home_cells {
	display:block;
	background-image:url(../img/bg_home_bars.png);
	background-repeat:no-repeat;
	background-position:top center;
}

.bar_blue {
	display:block;
	float:left;
	margin-right:20px;
	width:240px;
	height:140px;
	padding:20px;
	background-image:url(../img/bg_bar.png);
	background-repeat:no-repeat;
	color:#fff
}

.bar_blue2 {
	display:block;
	margin-top:-30px;
	margin-right:10px;
	float:left;
	width:500px;
	height:260px;
	background-color:#00529F;
	padding:10px;
	border:4px solid #c7e7ca;
}

.bar_blue3 {
	display:block;
	float:left;
	width:240px;
	height:110px;
	padding:2px;
	background-color:#00529F;
	color:#fff
}

#bar_bluebox{
	
	margin-top:10px;
	width:190px;
  display: inline-block;
  background-color: #688ac1;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0px;
  background-position-y: 0px;
  color: #ffffff;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
	
	}
	
#bar_bluebox a {

font-family (stack): Univers,Futura,"Trebuchet MS",Arial,sans-serif;
font-size: 18px;
line-height: 19px;
vertical-align: baseline;
letter-spacing: normal;
word-spacing: 0px;

  text-transform: uppercase;
text-decoration:none;
  text-decoration-style: solid;
  line-height: 1rem;
  font-weight:50px;
	color: #ffffff;
	  cursor: pointer;
	
	}
	
	.ims_green_button:hover {
		 background-color: #cccccc;

		}
		
.bar_blue nomargin{
	height:150px;
	}

#imstv {
	display:block;
	float:left;
	margin-right:20px;
	width:280px;
	height:248px
}

#footer {
	color:#9c9087;
	font-size:12px;
	line-height:16px;
	display:block;
	margin-top:20px;
	display:block;
	width:900px;
	height:100px;
	margin:0 auto;
	padding-left:50px;
	padding-right:50px;
	background-image:url(../img/footer.png);
	background-repeat: no-repeat;
	text-align:left;
	margin-bottom: 10px;
	
}

#footer a {
	color:#9c9087;
	text-decoration: none;
}

#footer div {
	float:right
}

.alignright {
	text-align:right;
	display:block
}

.alignleft {
	text-align:left;
	display:block
}

.nomargin {
	margin:0
}

.clear {
	clear:both
}

.ims_blue {
	color:#00529f;
	height: 68px;
	display: block;
}

.ims_green {
	color:#1fa12d
}

.ims_green_button {
	background-color:#074AA0;
	color:#fff;
	text-decoration:none;
	padding:10px;
	border:4px solid #c7e7ca;
	padding-right:20px;
	padding-left:20px;
}

#menu {
	display:block;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	margin-top: 3px;
}

#menu a,#menu span {
	text-decoration:none;
	display:block;
	padding:7px;
	padding-top:3px;
	padding-bottom:3px;
	margin-right:2px;
	line-height:22px;
	margin-right:8px
}

#menu ul li ul li a {
	background:#ffffff;
		color:#064BA0;
}

#menu ul li ul li:hover a {
	background-color:#ffffff
}

#menu .agents ul li {
	width:330px;
}
#menu ul li ul li {
	width:240px;
}




/*
#menu .news {
	width:75px
}

#menu .home {
	width:70px
}

#menu .agents {
	width:190px
}

#menu .agents ul li {
	width:320px
}

#menu .aboutus ul li {
	width:180px
}

#menu .news ul li {
	width:180px
}

#menu .contactus ul li {
	width:180px
}

#menu .funstuff ul li a {
	width:220px
}

#menu .pictures {
	width:90px
}

#menu .contactus ul li {
	width:200px
}
*/

#gallerylink {
	position:absolute;
	right:50px;
	top:25px
}

#lang {
	position:absolute;
	bottom:42px;
	right:25px;
	color:#fff;
	font-size:11px;
	line-height:16px;
	text-align: right;
	width: 700px;	
}

#lang,#lang a {
	color:#fff;
	text-decoration:none
}

#fb {
	position: absolute;
	right: 50px;
	top: 175px;
	z-index: 500;
}

ul.downloads li {
	margin-left:10px;
	list-style-type:square;
	list-style-position:inside
}

.simply-scroll-container {
	position:relative
}

.simply-scroll-clip {
	position:relative;
	overflow:hidden;
	z-index:2
}

.simply-scroll-list {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none
}

.simply-scroll-list li {
	padding:0;
	margin:0;
	list-style:none
}

.simply-scroll-list li img {
	border:none;
	display:block
}

.simply-scroll {
	width:240px;
	height:80px
}

.simply-scroll .simply-scroll-clip {
	width:240px;
	height:80px
}

.simply-scroll .simply-scroll-list li {
	float:left;
/* Horizontal scroll only */
	width:300px;
	height:80px
}

#scroller img {
	float:left;
	margin-right: 15px;
	margin-left: 15px;
}

#scroller{
	margin-top:-5px;
}

#scroller .officeinfo, #scroller a {
	color: white;
	

}


div.job .description {
	display:none
}

#applyform {
	display:none
}

#ntvbscontactform td {
	vertical-align:top;
	padding-bottom:3px
}

#ntvbscontactform .label {
	width:150px
}

#ntvbscontactform .textfield {
	width:300px
}

#ntvbscontactform select {
	width:303px
}

#ntvbscontactform textarea {
	width:450px;
	height:150px
}

#ntvbscontactform input.submit {
	padding:5px;
	padding-left:20px;
	padding-right:20px
}

#lastupdate {
	width:100%;
	text-align:right;
	font-style:italic
}

#scheduletable {
	width:100%
}

#scheduletable td {
	border:1px solid #000;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	text-align:center
}

#scheduletable td:first-child {
	text-align:left
}

#scheduletable tr#vesselrow td {
	font-weight:700
}

#scheduletable tr#statusrow td {
	font-weight:700;
	color:red
}

#scheduletable tr#statusrow td {
	font-weight:700;
	color:red
}

#scheduletable tr#portsplit td {
	font-weight:700
}

#schedulefooter {
	width:100%;
	text-align:center;
	font-size:125%
}

#newsarchive td {
	padding-right:20px
}


.sponsor {
	float:left;
	width:420px;
	margin-right:20px;
	margin-bottom: 40px;
}

.sponsor .sponsorimage {
	float:left;
	margin-right:10px;
	margin-bottom: 5px;
}

.agent {
	float:left;
	margin-bottom:60px;
	margin-right:20px;
	width:420px
}

.agentinfo {
	margin-top: 10px;
}


.office {
	float:left;
	width:290px;
	margin-bottom: 20px;
}

.clickable {
	cursor:pointer
}

.office img,.office .officeinfo {
	float:left
}

 .officeinfo {
	margin-left:30px;
}

.officestaff {
	display:none
}

.officestaff .officename {
	border-top: 1px dotted black;
	padding-top: 10px;
}

.officestaff .officename strong {
	font-size: 16px;	
	line-height: 18px;
}

.staff {
	float:left;
	width:220px;
	margin-bottom: 15px;
}

.staff .image, .staff .staffinfo {
	/*float:left;*/
	text-align: center;
}

.staff .image {
	/*margin-right:10px;
	margin-bottom:20px;
	width: 124px;*/
	height: 124px;
}

.staff .image img {
	padding:1px;
	border:1px solid #0f0fbd
}

.staffinfo {
	/*width:150px*/
}

.staffinfo .mail {
	font-size: 11px;	
} 

.pictureicon {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 200px;
	height: 170px;
	text-align: center;
	padding: 1px;
	text-decoration: none;
	/*border: 1px solid grey;*/
}

.pictureicon img {
		
}

.pictureicon .new_overlay {
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 500;
}


.pictureicon div {
	width: 200px;
	position: absolute;
	bottom: 1px;
	left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #074aa0;
	color: white;
}

.button {
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
}

#player {
	position: absolute;
	top: 71px;
	right: 73px;	
}

#player #controls {
	width: 700px;
}

#player .track, #controls a {
	float: right;
	margin-left: 15px;
}

#trackmunits li {
	list-style-type: disc;
	margin-left: 20px;
}



/* - - - - - TRADE LINE - - - - - */

#tradelinemap {
	width: 500px;
	height: 632px;
	margin: 0px auto;
	background-image: url(../img/mapims2.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

#tradeline {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.ports {
	position: absolute;
	display: inline-table;
	background-color: rgba(255,255,255,0.65);
	padding-right: 5px;
}

.ports img {
	visibility: visible;
	margin: 0px 5px;
}


.ports:hover {
	visibility: visible;
}

#port-amsterdam {
	left: 162px;
	top: 36px;
}



#port-vigo {
	left: 78px;
	top: 105px;
}

#port-elizabeth {
	left: 285px;
	top: 580px;
}


#port-durban {
	left: 316px;
	top: 555px;
}

#member {
	padding-left:45px;
    opacity: 0.6;
	height:210px
}

#member img{vertical-align:middle;}

.cells{ min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
	float:left}


/* - - - - - TOP HEADER MENU - - - - - */

div.top_menu_holder {
    background: none repeat scroll 0 0 rgb(6,75,160);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 4px 10px #4B4B4B;
    float: right;
	width:700px;
    margin-right: 20px;
    padding: 9px;
	position:relative;
	right:210px;
	z-index:999;
}


ul.top_menu {
    font-size: 12px;
    text-align: center;
    width: 100%;
}
ul.top_menu li {
    border-left: 2px solid #ffffff;
    display: inline-block;
    list-style: none outside none;
    padding-left: 8px;
    padding-right: 8px;
}
ul.top_menu li:hover li ul {
    display: block;
}
ul.top_menu li:nth-child(1) {
    border: medium none;
}
ul.top_menu li a {
    color: #ffffff;
    text-decoration: none;
}
ul.top_menu li ul {
    display: none;
}
figure.blog_image {
    float: left;
    margin: 0 10px 10px 0;
}
header ul {
    clear: right;
    color: #4B4A4A;
    float: right;
    font-family: Arial,sans-serif;
    margin-right: 0.8em;
    text-align: right;
    width: 30em;
}
header li a {
    color: #4B4A4A;
    text-decoration: none;
}
header li a:hover {
    color: #4B4A4A;
    text-decoration: underline;
}
header ul li span {
    color: #777777;
    font-size: 0.8em;
}

header ul li {
    font-size: 2em;
    list-style: none outside none;
}

/* - - - - - TOP HEADER MENU - - - - - */

#top_menu_holder2 {
    background: none repeat scroll 0 0 #b9b9b9;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 4px 10px #4B4B4B;
	width:535px;
    float: right;
	padding:9px;
	position:relative;
	right:230px;
}

#top_menu_holder2 ul {
    font-size: 12px;
    text-align: center;
    width: 100%;
}
#top_menu_holder2 ul li {
    border-left: 2px solid #ffffff;
    display: inline-block;
    list-style: none outside none;
    padding-left: 8px;
    padding-right: 12px;
}
#top_menu_holder2 ul li:hover li ul {
    display: block;
}
#top_menu_holder2 ul li:nth-child(1) {
    border: medium none;
}
#top_menu_holder2 ul li a {
    color: #ffffff;
    text-decoration: none;
}
#top_menu_holder2 ul li ul {
    display: none;
}
figure.blog_image {
    float: left;
    margin: 0 10px 10px 0;
}
header ul {
    clear: right;
    color: #4B4A4A;
    float: right;
    font-family: Arial,sans-serif;
    margin-right: 0.8em;
    text-align: right;
    width: 30em;
}
header li a {
    color: #4B4A4A;
    text-decoration: none;
}
header li a:hover {
    color: #4B4A4A;
    text-decoration: underline;
}
header ul li span {
    color: #777777;
    font-size: 0.8em;
}

header ul li {
    font-size: 2em;
    list-style: none outside none;
}

.protect ul li{
	list-style:disc outside none;
	display:list-item;;
	margin-left:1px}
	
table.fleet {
    border-collapse: collapse;
}
table.fleet {
    font-size: 9pt;
    width: 970px;
	margin-left:-42px;

}
table {
    border-spacing: 0;
}

table.fleet th, table.fleet td
{
  text-align: center;
  vertical-align: top;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
}

/* Line 265 */
table.fleet th
{
  color: #00427a;
  text-decoration-line: none;
  text-decoration-style: solid;
  outline-width: 0px;
  outline-style: none;
  font-weight: bold;
  font-size: 130%;
}

/* Line 280 */
table.fleet th
{
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
  color: #ffffff;
  font-weight: bolder;
  font-family: "Oxygen","Lucida Sans Unicode","Lucida Grande",sans-serif;
  vertical-align: middle;
}

table.fleet td
{

  text-align: center;
  font-family: "Oxygen","Lucida Sans Unicode","Lucida Grande",sans-serif;

}

table.fleet a, a:visited
{
  color: #00427a;
  text-decoration-line: none;
  text-decoration-style: solid;
  outline-width: 0px;
  outline-style: none;
  font-weight: bold;
}

/* Line 28 */
table.fleet h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
  font-weight: inherit;
    text-decoration-line: none;
}

/* Line 55 */
table.fleet a:hover, a:focus
{
  color: #000000;
}

/* Line 55 */
table.fleet a:hover, a:focus
{
  color: #000000;
}

.butt
{
  background-color: #355b95;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c2cdd8;
  border-right-color: #c2cdd8;
  border-bottom-color: #c2cdd8;
  border-left-color: #c2cdd8;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  font-weight: bold;
  cursor: pointer;
  float: left;
  width: 60%;
  font-size: 1.4em;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #ffffff;
  text-align:center
}

.butt a
{
  color: #ffffff;
  text-decoration:none

}

#accordeon{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image:url(../img/plus.png);
    background-origin: padding-box;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #385b89;
    cursor: pointer;
    padding-bottom: 5px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 5px;
	font-size:16px;
	height:24px;
	margin-bottom:10px}
	
#accordeon p a{
	text-decoration:none;
	color: #385b89;
}
	
ul#logos, ul#logoss {
    text-align: center;
    width: 100%;
}
ul#logos li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: inline;
    height: 92px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 0;
    width: 180px;
}
ul#logoss li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: inline;
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul#logos li img, ul#logoss li img {
    float: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

#billtable td{
	padding:5px;
	 font-size: 0.875rem;
	}
	
#billtable2 th{
  padding-top: 0.5625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align:center
}

#billtable2 td{
	 font-size: 0.875rem;
	}

input::placeholder { color: red; font-size: 0.875rem; font-style: italic; } 	
