/* CSS Document */

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Tahoma", "Verdana", "Lucida Sans Unicode", Verdana, sans-serif;
 background: url(../images/bg_01.jpg) repeat-x top left;
}

h1 {
  font-size: 2.0em;
  font-weight: normal;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

h4 {
	font-size: 1.4em;
}

p, li {
  font-size: 1.2em;
}

h1, h2, p {
  margin: 1em 0;
}

#content ul {
	margin-left: 15px;
}

#branding h1 {
  margin: 0;
  text-indent: -5000px;
  height: 207px;
  background: url(../images/header.jpg) no-repeat top right;
}

#branding_commercial h1 {
  margin: 0;
  text-indent: -5000px;
  height: 207px;
  background: url(../images/commercial-header.jpg) no-repeat top right;
}

#branding_maritime h1 {
  margin: 0;
  text-indent: -5000px;
  height: 207px;
  background: url(../images/commercial-header.jpg) no-repeat top right;
}

#branding {
  height: 276px;
}
#branding_commercial h1 {
  margin: 0;
  text-indent: -5000px;
  height: 207px;
  background: url(../images/commercial-header.jpg) no-repeat top right;
}

#branding_maritime h1 {
  margin: 0;
  text-indent: -5000px;
  height: 207px;
  background: url(../images/maritime-header.jpg) no-repeat top right;
}
#mainNav {
  list-style: none;
}

#footer {
  background-color:#b0b0b0;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
}

#wrapper {
  max-width: 1024px; 
  margin: 0 auto; 
  text-align: left;
  background: url(../images/navbg.gif) repeat-y left top;
}


#content { 
  width: 750px;
  float: right; 
  background: #ffffff url(../images/mainbg.jpg) repeat-y left top;
}

#content_commercial { 
width: 750px;
  float: right; 
  background: #ffffff url(../images/commercial-mainbg.jpg) no-repeat left top;
}

#content_maritime { 
width: 750px;
  float: right; 
  background: #ffffff url(../images/maritime-bg.gif) no-repeat left top;
}


#mainNav { 
  width: 153px; 
  float: left; 
} 

#footer { 
  clear: both; 
  background-color: #7F131A;
  color:#fff;
  height: 25px;
  line-height: 0px;
  padding: 3px;
  text-align: center;
} 

/* Top Navigation */

#topnav {
	font-size: 0.9em;
	height: 28px;
	line-height: 14px;
	padding: 0 10px;
	background-color: #7F131A;
}

#topnav ul {
	float: right;
	margin: 0;
	margin-right: 50px;
	padding: 0;
}

#topnav ul li {
	letter-spacing: 1px;
	display: inline;
}

#topnav ul li a {
	padding: 7px 15px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

#topnav ul li a:hover {
	color: #000000;
}

#topnav ul li a:hover {
	background-color: #E2E4FD;
}

/* Side Nav  */

#mainNav {
	font-size: 0.9em;
}

#mainNav h1 {
	font-size: 1.3em;
	font-weight: bold;
}

#mainNav ul {
	margin-left: -10px;
}

#mainNav li {
	margin-bottom: 2px;
	padding: 4px;
	list-style: none;
}

#mainNav li a {
	display: block;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	background-color: #D8D8D8;
}

#mainNav li a:hover {
	background-color: #E98484;
}

/* Add some padding
================================== */

#mainNav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}

#content * {
  padding-right: 20px;
}

#content * * {
  padding-right: 0;
}

/* Form Styles */
.clear {
  clear: both;
}

#content form {
  font-size: 1.4em;
}


/* fieldset styling */
#content fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#content legend {
	font-weight: bold;
	color: #000000;
}

#content form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#content label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#content input {
  width: 200px;
}

#content  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#content  input:focus, textarea:focus {
	background: #ffc;
}

#content  input.radio {
    float: left;
	margin-right: 1em;
}

#content  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}

#footer ul {
	list-style: none;
	float: right;
	margin-top: 15px;
	margin-bottom: 14px;
} 

#footer li {
	font-size: 1.0em;
	display: inline;
	color: #fff;
	margin-right: 40px;
}

.copyright {
	color: #000;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {width: 100%; position:relative; margin:0; font-size:12px; margin:2px 0 100px 0; z-index:100; height: 22px; background:#7F131A;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:100px; height:20px; text-align:center; color:#fff;  background:#7F131A; line-height:20px; font-size:12px; overflow:hidden;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000; background:#E9D9DA;}
.menu ul li:hover ul {display:block; position:absolute; top:20px; left:0;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none; width:200px; }
.menu ul li:hover ul li a {display:block; background:#F4F4F4; color:#000; width:260px;  text-align: left; padding-left: 3px;}
.menu ul li:hover ul li a:hover {background:#E9D9DA; color:#000; width:260px;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

.menu ul {
	float: right;
	margin-right: 55px;
}