/* CSS Document */

body, html{
	padding: 2px 0px;
	margin: 0px;
	background-color: #003366;
}

#container{
	width: 100%;
}

#header{
	width: 800px;
	height: 74px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#page{
	width: 800px;
	text-align: left;
}

#leftColumn{
	width: 139px;
	height: 524px;
	float: left;
	background-image: url(images/logoLeft.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #005e84;
}

#content{
	width: 661px;
	height: 524px;
	float: right;
	background-image: url(images/content_hp.jpg);
	background-repeat: no-repeat;
}


/* --------------------------------------------------------- */
/* GENERAL HTML STYLES */
p{
	padding: 140px 0px 10px 60px;
	margin: 0px;
	color: #333333;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

/* links */
a{
	color: #333333;
}

a:hover{
	text-decoration: none;
}


/* --------------------------------------------------------- */
/* HOME NAVIGATION MENU */
#multi-level {
	width: 139px;
	position: relative; 
	z-index: 100;
	text-align: left;
	float: left;
	padding-top: 285px;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
	font-family: Tahoma, Verdana, Arial;
}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	display: block; 
	float: left; 
	position: relative;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {
	border-collapse: collapse; 
	width: 0px; 
	height: 0px; 
	position: absolute; 
	top: 0px; 
	left: 0px;
}

/* Default top link link styling */
.menu li.top a.top_link {
	display: block; 
	float: left; 
}

/* move the link text off screen */
.menu li.top a span {
	position: absolute; 
	left: -9999px; 
	top: 0px; 
	z-index: 0; 
	font-size: 10px;
}

/* pre-load the hover images into the lists */
.menu li.p1 {
	width: 139px; 
	background: url(images/homeButtons/seaFuels_0.gif) no-repeat;
}
.menu li.p2 {
	width: 139px; 
	background: url(images/homeButtons/contact_0.gif) no-repeat;
}
.menu li.p3 {
	width: 139px; 
	background: url(images/homeButtons/dhm_0.gif) no-repeat;
}
.menu li.p4 {
	width: 139px; 
	background: url(images/homeButtons/home_0.gif) no-repeat;
}


/* set up the normal unhovered images in the links */
.menu li a#seaFuels{
	width: 139px; 
	background: url(images/homeButtons/seaFuels_0.gif) no-repeat;
}
.menu li a#contact {
	width: 139px; 
	background: url(images/homeButtons/contact_0.gif) no-repeat;
}
.menu li a#dhm {
	width: 139px; 
	background: url(images/homeButtons/dhm_0.gif) no-repeat;
}
.menu li a#home {
	width: 139px; 
	background: url(images/homeButtons/home_0.gif) no-repeat;
}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
	visibility: visible;	/* for IE6 */
} 
.menu li:hover { 
	position: relative; 
	z-index: 200;		/* for IE7 */
} 

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#seaFuels:hover, .menu li:hover a#seaFuels,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#dhm:hover, .menu li:hover a#dhm,
.menu li a#home:hover, .menu li:hover a#home {background: transparent;}
/* --------------------------------------------------------- */
