html, body {
	background-color: White;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.container {
	margin: 0 auto;
	padding: 0;
	position: relative;	
	width: 970px
}

#main {
/*	background-color: #cae3fc;*/
	background-color: #fff;
}

/* masthead */
div#masthead, div#masthead h1, div#masthead ul {
	margin: 0;
	padding: 0;
}

div#masthead {
	background: #90b2e2 url(/images/background-top.png) repeat-x left top;
	border-bottom: 4px solid White;
	height: 76px;
}

div#logo span {
	display: none;
}

div#logo h1 a {
/*	background: #90b2e2 url(/images/banks-marine-logo.jpg) no-repeat left top; */
	background: url(/images/banks-marine-logo.png) no-repeat left top; 
	float: left;
	height: 76px;
	width: 801px;
}

#visit-us a {
	background-color: White;
	color: #002071;
	display: block;
	padding: 2px 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 34px;
	right: 0;
}

#top-phone {
	color: White;
	float: right;
	font-family: "Arial Black";
	font-size: 15px;
}

#visit-us a:hover {
	background-color: #002071;
	border: 1px solid White;
	color: White;
}

#visit-us span {
	font-family: "Arial Black";
}

/* masthead END */

#header, #subcontent {
/*	background: #005ea7 url(/images/dk-blue-bg.jpg) repeat-x left top; */
	color: White;
	height: 135px
}

h2 {
	font-family: "Arial Black";
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin: 0;
	padding: 30px 0;
	text-transform: uppercase;
}

ul {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 20px 12px;
	text-align: justify;
	width: 365px;
}

li {
	padding: 5px 0;
}

table, td {
	border-bottom: 1px solid Silver;
	border-collapse: collapse;
	margin: 30px 0;
	padding: 3px;
}

th {
	padding-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}

#flash-engines {
	position: absolute;
	top: 20px;
	left: 400px;
}

.align-right {
	text-align: right;
	width: 65%;
}

#subcontent {
	height: 75px;
}

#bottom-phone, #bottom-phone a {
	color: White;
	font-family: "arial Black";
	font-size: 20px;
	padding: 15px 0 0 0;
	text-align: center;
}

#bottom-phone a:hover {
	text-decoration: none;
}

#footer {
	background: #005ea7 url(/images/background-bottom.png) repeat-x left top;
	color: White;
	height: 220px
}
