/* CSS Document */
/*-----------------------*/
/* generic */

body {
	background-color: #aba79c;
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	line-height: 140%;
	text-align: justify;
	z-index: -1;
	}
	
* {
	padding: 0;
	margin: 0;
	}	
			
		
/*-----------------------*/
/* divs */

div#wrapper {
	width: 898px;
	margin: 0 auto 0 auto;
	}
	
div#header {
	background: url(/templates/default/images/header.jpg) no-repeat;
	height: 160px;
	}
	
div#navigation { z-index: 100; }
	
div#header .rightcol {
	width: 520px;
	padding: 30px 0 0 0;
	}
	
div#header .leftcol {
	width: 310px;
	padding: 0 0 0 30px;

	}
	
div#content {
	background: url(/templates/default/images/contentbg.jpg) 0 0 repeat-y;

	}
	
div.articles {
	width: 850px;
	padding: 10px 20px;
	}
	
div.leftcol {
	width: 440px;
	padding: 10px 50px 0 50px;
	float: left;
	}
div.fullWidth {
	padding: 0 50px 20px 50px;
}

div.rightcol {
	padding: 4px 0 0 0;	
	float: left;
	}
	
div#contactbottom  {
	padding-bottom: 20px;
	width: 300px;
	}
	
div#footer {
	background: url(/templates/default/images/footer.jpg) no-repeat;
	height: 107px;
	}
	
div.clear {
	clear: both;
	}
	
div.widget h1 {
	display: none;
	}
	
div.widget ol {
	list-style: none;
	width: 342px;
	}
	
div.widget p {
	padding: 0;
	line-height: normal;
	}
	
div.widget h4 {
	display: block;
	width: 342px;
	background: url(../images/greybar.jpg) repeat-x;
	text-transform: uppercase;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
	padding: 0 0 5px 5px;
	}
	
	
div.widget a {
	color:#989898;
	}


/*-----------------------*/
/* text (paragraphs) */

h1 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #04549d;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	}

h1.widget {
	display: block;
	width: 342px;
	background: url(/templates/default/images/greybar.jpg) repeat-x;
	text-transform: uppercase;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
	padding: 0 0 5px 5px;
	}
		
h2 {
	text-transform: uppercase;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #989898;
	}
	
em {
	color: #04549d;
	font-style: normal;
	}
	
em.caps {
	text-transform: uppercase;
	color: #000;	
	font-style: normal;
	}
	
span.contact {
	padding-left: 30px;	
	}

p.intro {
	font: 15px Arial, Helvetica, sans-serif bold;
	font-weight: bold;
	color: #989898;
	padding-bottom: 10px;
	line-height: 130%;
	}
	
p.projintro {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A4A4A;
	padding-bottom: 10px;
	}
	
p {
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	line-height: 140%;
	text-align: justify;
	}
	
	
div#header .rightcol {
	text-align: right;
	} 
	
p.telno {
	font: 22px Arial, Helvetica, sans-serif;
	color:  #989898;
	padding-bottom: 0;
	text-align: right;
	}
	
p.side {
	width: 160px;
	float: left;
	padding-top: 0;
	padding-left: 5px; 
	line-height: 160%;	
	}
	
p.copyright, .copyright a {
	color: #fff;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
div#contactbottom p {
	padding: 0;
	margin: 0;
	color: #989898;
	font-weight: bold;
	line-height: normal;
	width: 340px;
	}
	
/*-----------------------*/
/* links */

a {
	text-decoration: none;
	}
	
div#header .rightcol a {
	color: #0d5aa0;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
div#header .rightcol a:hover {
	color: #989898;
	}

div#navigation a {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
	
div#footer ul.parentMenu a, div#contactbottom a {
	color: #989898;
	}
	
div#footer ul.parentMenu a:hover, div#contactbottom a:hover, div.widget a:hover {
	color: #0d5aa0;
	}
	
/*-----------------------*/
/* lists */

ul a {
	text-decoration: none;
	}

div#navigation ul {
	list-style: none;
	text-transform: uppercase;
	padding: 0 0 0 9px;
	margin: 0;
	}

div#navigation ul li {
	float: left;
	display: inline;
	text-transform: uppercase;
	padding-right: 2px;
	width: 174px;
	}

div#footer ul.parentMenu, ul#ferrys {
	list-style: none;
	text-transform: uppercase;
	}
	
div#footer ul.parentMenu li {
	float: left;
	display: inline;
	text-transform: uppercase;
	}
		
div#navigation li a {
	display: block;
	width: 174px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background: url(/templates/default/images/nav.jpg) 0px 0px repeat-x;
	}
	
div#navigation li a:hover, div#navigation li a.selected {
	background: url(/templates/default/images/nav.jpg) 0px -46px repeat-x;
	}
	
div#navigation ul li ul {
	width: 174px;
	position: absolute;
	padding: 0;
	left: -999em;
	
	}

div#navigation ul li ul li a {
	width: 174px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: url(/templates/default/images/subnav.jpg) 0px 0px repeat-x;
	}
	
div#navigation li ul li a:hover {	
	background: url(/templates/default/images/subnav.jpg) 0px 0px repeat-x;
	color: #0d5aa0;
	}
	
div#navigation li {
	position: relative;
	}
	
div#navigation li:hover ul, div#navigation li.sfhover ul {
	left: auto;
	}
	
	
ul#ferrys {
	padding-left: 9px;
	width: 898px;
	}
	
ul#ferrys li {
	display: block;
	width: 174px;
	height: 19px;
	float: left;
	padding-top: 100px;
	margin-right: 2px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	}
		
ul#ferrys li.cruise {
	background: url(/templates/default/images/cruise.jpg) no-repeat; 	
	}
	
ul#ferrys li.tradferry {
	background: url(/templates/default/images/tradferry.jpg) no-repeat;
	}

ul#ferrys li.fastcraft {
	background: url(/templates/default/images/fastcraft.jpg) no-repeat;
	}

ul#ferrys li.offshore {
	background: url(/templates/default/images/offshore.jpg) no-repeat;
	}
	
ul#ferrys li.leisure {
	background: url(/templates/default/images/leisure.jpg) no-repeat;
	}
		
div#footer ul.parentMenu {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

div#footer ul.parentMenu li {
	padding: 40px 25px 0 0;
	}
	
ul.bullet {
	list-style: none;
	margin: 0;
	}
	
.rightcol ul#bullet {
	padding: 10px 20px 0 0;
	}
	
ul.bullet li {
	background: url(/templates/default/images/bp.gif) no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	padding-left: 21px;
	padding-bottom: 10px;
	text-transform: none;
	line-height: 13px;
	color: #4A4A4A;
	font-weight: bold;
	}
	
/*-----------------------*/
/* images */
	
img.logo {
	padding: 20px 0 0 0;
	}
	
img.sideimg {
	float: left;
	}
	
img {
	border: none;
	}
	
div#sectionImage {
padding-left:9px;
height:294px;
}

div#slideshow { margin-left: 9px; z-index: 0; }
	
img.leftalign, div.widget img {
	float:left;
	padding:0 10px 10px 0;
	}
	
.breakoutBox {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:-10px;
	width:270px;
	padding: 10px;
}

div.clr {
	clear:both;
	}
/*-----------------------*/
/* tables */

div#slideshow p { margin: 0; padding: 0; }

/*div#content { position: relative;}*/

div#navigation { position: absolute; }

p.invisible { display: none; } 

p#map {
	width: 500px;
	height: 400px;
	}	
