/* CSS Reset */
* {margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
}
body {
	background-color: #002d62;
	background-image: url(../images/bgd-clouds.jpg);
	background-repeat:repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
}

img {
	border:none;
}
form {
	display:inline;
}

a, a:visited {
	color:#046380;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#660000;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height:1.7em;
}

strong {
	color:#002d62;
}

body#index #page-column-1, body#management #page-column-1 {
	width:400px;
}
body#sales #page-column-1, body#charter #page-column-1 {
	width:250px;
}

#page-column-2 {
	float: right;
}
body#contact #page-column-2 {
	margin-left: 40px;
}

/* General Layout Styles */
div#mainContainer {
	margin: 0 auto;
	display: block;
	width: 737px;
	position:relative;
}

div#topDropShadow {
	height: 7px;
	min-height: 7px;
	max-height: 7px;
	background-image:url(../images/shadow-u.png);
	background-position: bottom;
	background-repeat:repeat-x;
	position: relative;
	margin: 11px 7px 0px 7px;
}
div#leftDropShadow {
	background-image:url(../images/shadow-l.png);
	background-position: left;
	background-repeat:repeat-y;
	padding-left: 7px;
}
div#rightDropShadow {
	background-image:url(../images/shadow-r.png);
	background-position: right;
	background-repeat:repeat-y;
	padding-right:7px;
}
div#bottomDropShadow {
	height: 7px;
	min-height: 7px;
	max-height: 7px;
	background-image:url(../images/shadow-b.png);
	background-position: top;
	background-repeat:repeat-x;
	margin: 0px 7px;
}

div#mainContainer img#headerImg {
	border: 1px solid #999999;
}
div#topDropShadow img#topLeftDropShadow{
	position: absolute;
	bottom:0;
	left: -7px;
}
div#topDropShadow img#topRightDropShadow{
	position: absolute;
	bottom:0;
	right: -7px;
}
div#bottomDropShadow img#bottomLeftDropShadow{
	position: absolute;
	bottom:0;
	left: 0;
}
div#bottomDropShadow img#bottomRightDropShadow{
	position: absolute;
	bottom:0;
	right: 0;
}
strong#copyright {
	display: block;
	text-align:center;
	color:#7890AC;
	font-weight: normal;
	font-size:9px;
	margin-bottom: 14px;
}


/* Menu */
div.menu, div.menu ul {
	display: block;
	margin: 0;
	background: url(../images/nav-bgd.gif);
	height: 37px;
	min-height: 37px;
	max-height: 37px;
}
div.menu ul {
	float: right;
}
div.menu ul li {
	float: left;
}
div.menu ul a {
	display: block;
	background-image: url(../images/navigation-newer.gif);
	text-indent: -9000em;
	margin-right: 4px;
	height: 37px;
}
a.homelink {
	width: 68px;
	background-position: -64px 0px;
}
a.homelink:hover {
	background-position: -64px -37px;
}
a.ourfleet {
	width: 86px;
	background-position: -147px 0px;
}
a.ourfleet:hover {
	background-position: -147px -74px;
}
a.charterlink {
	width: 80px;
	background-position: -250px 0px;
}
a.charterlink:hover {
	background-position: -250px -111px;
}
a.saleslink {
	width: 80px;
	background-position: -330px 0px;
}
a.saleslink:hover {
	background-position: -330px -148px;
}
a.managelink {
	width: 178px;
	background-position: -420px 0px;
}
a.managelink:hover {
	background-position: -420px -185px;
}
a.contactlink {
	width: 80px;
	background-position: -623px 0px;
}
a.contactlink:hover {
	background-position: -623px -222px;
}


/* Body */
div.body {
	background-color:#FFFFFF;
	min-height: 20em;
	padding: 36px;
	margin-left: 140px;
}
div.wrapper  {
	display:block;
	background-image: url(../images/submenu-bgd.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	background-position: top left;
	position: relative;
}

div#content.nosubmenu div.submenu {
	display: none;
}
div#content.nosubmenu div.wrapper {
	background-image: none;
}
div#content.nosubmenu div.body {
	margin-left: 0;
}

/* Submenu */
div.submenu {
	background-color: #CCCCCC;
	width: 140px;
	padding: 1em 0;
	position: absolute;
	top: 0;
	left: 0;
}
div.submenu li {
	padding: .5em 0;
	line-height: 1.5em;
	text-indent: 1.5em;
	font-weight:bold;
}
div.submenu li a {
	color: #002d62;
	text-decoration:none;
}
div.submenu li a:hover {
	color: #660000;
}
