/* SEALIFT STYLESHEET */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 20px;
	text-align: center;
	background-color: #E6E6E6;
}

div.container {
	text-align: left;
	margin: 0 auto;
	width: 890px;
	background-color: white;
}

div.top {
	height: 105px;
	background-image:url(images/top_bg.jpg);
}

div.top p.logo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin-top: 35px; margin-left: 25px;
}

div.top p.slogan {
	color: white;
	font-size: 14px;
	font-weight: bold;
	float: right;
	text-align: right;
	margin-top: 35px; margin-right: 20px;
}

div.middle {
	background-color: white;
}

div.middle div.nav {
	float: left;
	width: 170px;
	padding-top: 20px;
}

div.nav ul {
	list-style: none;
	padding-left: 0px;
	text-align: right;
	margin-left: 0px;
	margin-top: 0px;
}

div.nav ul li {
	height: 27px; width: 170px;
}

div.nav ul li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	height: 20px; width: 164px;
	background-image: url(images/button_off.gif);
	padding-top: 5px; padding-right: 6px;
}

div.nav ul li a:hover {
	background-image: url(images/button_on.gif);
}

div.nav ul li a.selected {
	background-image: url(images/button_on.gif);
}

div.middle div.content {
	float: left;
	width: 660px;
	background-color: white;
	background-position:right;
	background-repeat: no-repeat;
	/*height:330px;*/
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 30px;
	overflow: hidden;
}

div.middle div.content#home {
	background-image:url(images/background_home.jpg);
	padding-top: 20px;
}

div.content a {
	color:#003365;
	text-decoration: underline;
}

div.footer {
	height: 90px;
	background-image:url(images/top_bg.jpg);
	clear: both;
}

div.footer p.madeby {
	color: white;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-top: 15px; margin-left: 25px;
}

div.footer p.contact {
	color: white;
	font-size: 11px;
	font-weight: bold;
	float: right;
	text-align: right;
	margin-top: 10px; margin-right: 20px;
}

div.footer a {
	color: white;
	text-decoration: underline;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #003365;
	font-size: 24px; font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #003365;
	font-size: 18px; font-weight: normal;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color:#333333;
	margin: 0px 0px 10px 0px;
}

p {
	font-size: 12px;
	color:#333333;
}

table {
	font-size: 12px;
}

div.content ul {
	list-style: outside square;
	margin-top: -5px;
}

img.float-right {
	float: right;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-top: 10px;
}

div.float-right {
	float: right;
	margin-left: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-top: 10px;
}

div.float-right img {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

div.float-right p {
	text-align: center;
	margin: 0px;
	margin-top: 5px;
}

table.specs td {
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 3px; padding-bottom: 3px;
	padding-left: 5px; padding-right: 5px;
}
