/* Defaults
**********************************/
* {
	padding:0;
	margin:0;
}
body {
	/* 62.5%/140% equiv. 10px */
	font:75%/140% Verdana, Helvetica, Geneva, Arial, sans-serif;
	background: #1A3471 url(../img/body-bg.gif) repeat-x left top;
	text-align:center;
	color:#fff;
}
html>body {
	/* for everything else - not good for ie7
	font-size:10px;*/
}
input, select, table, th, td, h1, h2, h3, h4 {
	font:1em Verdana, Helvetica, Geneva, Arial, sans-serif;
}

/* Links
*********/
div#content a {
	color:#fff;
}
div#content a:visited {
	/*color:#5AB7B6; not sure?? */
}
div#breadcrumb a {
	color:#fff;
}
div#breadcrumb a:visited {
	color:#fff;
}
div#content a.external {
	background:url(../img/nwin.gif) no-repeat 100% 50%;
	padding:0 17px 0 0;
	white-space:nowrap;
}
/* require override rule ? */

/* Layout
**********************************/
div#header {
	background: url(../img/header-bg.jpg) no-repeat;
	height:104px;
	width:784px;
	margin:0 auto;
	position:relative;
	margin-bottom:40px;
}
div#wrapper {
	width:784px;
	margin:0 auto;
}
div#content {
	width:722px;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
}
div#footer {
	background: #4D659E url(../img/footer-bot.gif) no-repeat 0 100%;
	padding:0;
	color:#B9C1D8;
	margin:24px 7px;
	text-align:left;
}
div#footer ul {
	margin:0;
	padding:9px 23px;
	background: transparent url(../img/footer-top.gif) no-repeat 0 0;
	list-style-type:none;
	overflow:hidden;
	zoom:1;
}
div#footer ul li {
	float:left;
}
div#footer #designedby {
	float:right;
	text-align:right;
}
div#footer #designedby a {
	text-decoration:none;
}
div#footer #designedby a:hover {
	text-decoration:underline;
}

/* Header content
**********************************/
div#header h1 {
	text-indent:-999em;
	background: url(../img/seastream-logo.gif) no-repeat 100% 100%;
	width:auto;
	height:65px;
	margin-right:31px;
}

/* Main nav
**********************************/
ul#nav {
	list-style-type:none;
	position:absolute;
	top:104px;
	left:0;
	width:100%;
	padding-bottom:21px;
	padding-left:170px;
	background: url(../img/header-base.jpg) no-repeat 0 100%;
}
ul#nav li {
	float:left;
	margin-right:20px;
	position:relative;
	top:-6px;
}
ul#nav li a {
	text-decoration:none;
	color:#1C4094;
	font:bold 1.6em/34px Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	text-indent:-999em;
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:11px;
	display:block;
	overflow:hidden;
}
ul#nav li a:hover, ul#nav li.selected a {
	color:#e31a15;
	background-position:0px -11px;
}
ul#nav a#home {
	width:38px;
	background-image:url(../img/nav-home.gif);
}
ul#nav a#news {
	width:36px;
	background-image:url(../img/nav-news.gif);
}
ul#nav a#downloads {
	width:74px;
	background-image:url(../img/nav-downloads.gif);
}
ul#nav a#seatrucks {
	width:68px;
	background-image:url(../img/nav-seatrucks.gif);
}
ul#nav a#wellstream {
	width:76px;
	background-image:url(../img/nav-wellstream.gif);
}
ul#nav a#contact {
	width:52px;
	background-image:url(../img/nav-contact.gif);
}


/* Content area
**********************************/
#content p,
#content ul,
#content ol,
#content address,
#content table,
#content h1,
#content h2,
#content h3,
#content h4 {
	margin:1.3em 0;
}
#content ul,
#content ol {
	margin:1.3em 4em;
}
#content li {
	margin:.5em 0em;
}
#content h2 {
	font:bold 1.5em Arial, Helvetica, sans-serif;
	margin:24px 0 1em;
}
#content h3 {
	margin:1em 0;
	font-size:120%;
	font-weight:bolder;
	font-family:Arial, Verdana, Helvetica, Geneva, sans-serif;
}
#content h4 {
	margin:1.3em 0;
	font-size:120%;
	font-weight:bolder;
	font-family:Arial, Verdana, Helvetica, Geneva, sans-serif;
	color:#355D6E;
}
a, :focus {
	/* kills dotted focus outline
	outline:none;
	_outline:expression(this.hideFocus=true);*/
}
a {
	color:black;
	text-decoration:underline;
}
a img {
	border:none;
}

#content img {
	border:1px solid #e2e2e2;/*#E6E9E1;*/
}
#content img.right {
	margin:0 0 1em 1em;
	border-width:1px;
}
#content img.left {
	margin:0 1em 1em 0;
	border-width:1px;
}
div#content table {
	margin-right:0;
}
div#content table th {
	font-weight:bold;
	text-align:center;
}
div#content table caption {
	font-style:italic;
	text-align:left;
	padding-bottom:0.5em;
}
div#content table p {
	margin:0 0 1em;
}
div#content table ul {
	margin:0 0 1em 2em;
}
div#content ul ul {
	margin:0 0 0 3em;
}

/* Brochure
************/
div#brochure {
	background: url(../img/brochure-bg.jpg) no-repeat 0 0;
	padding:1px;
	width:722px;
	height:95px;
	position:relative;
	margin-top:30px;
	color:#333;
}
div#brochure h2 {
	background: url(../img/download-text.gif) no-repeat 0 0;
	text-indent:-999em;
	width:291px;
	height:19px;
	margin:14px 0 0 10px;
}
div#brochure img#brochure-img {
	border:0;
	display:block;
	position:absolute;
	left:340px;
	bottom:2px;
	_bottom:1px;/*ie6 hack */
}
div#brochure ul.pdf {
	padding:7px 0 7px 43px;
	margin:1em 14px 0;
	background: url(../img/pdf-brochure.gif) no-repeat 0 1px !important;
	list-style-type:none;
	min-height:31px;
}
div#brochure ul.pdf li {
	margin:0.5em 0;
	padding:0;
}
div#brochure a {
	color:#333;
}
div#brochure ul a img {
	display:none;
}

/* News
********/
div.latest {
	float:left;
	width:330px;
	margin-right: 31px;
}
div.latest.right {
	border-left:1px solid #4D659E;
	padding-left: 31px;
	margin-right:0px;
	width:328px;
}
div.latest h3,
#news-overview h3 {
	color:#e31a15;
	margin:0 !important;
}
div.latest p {
	margin:0 0 12px !important;
}
a.more {
	width:60px;
	height:16px;
	display:block;
	text-indent:-999em;
	background: url(../img/readmore.gif) no-repeat 0 0;
	margin-top:1em;
}
.date {
	color:#e31a15;
	font-weight:bold;
}
.author {
	font-weight:bold;
}

/* Footer
************/
div#footer a {
	color:#B8C1D8;
}


/* Site Map
************/
ul#sitemap {

}
ul#sitemap ul {
	list-style-type:disc;
	padding-bottom:.5em;
}
ul#sitemap li {
	/*font-weight:bold;*/
	padding-top:.5em;

}
ul#sitemap li.first {
	padding-top:none;
	border-top:none;
}
ul#sitemap ul li {
	font-weight:normal;
	border-top:none;
	margin:0;
}

/* Page Downloads
******************/
#content ul#downloads {
	list-style-type:none;
	margin:0;
}
ul#downloads a.file {
	margin:.3em .7em;
	overflow:hidden;
	display:block;
	color:white;
	padding:2px 0 2px 22px;
	font-size:1em;
	text-decoration:none;
	background-position: 2px 2px !important;
}
ul#downloads a.file span.title {
	text-decoration:underline;
}
ul#downloads a.file span.size{}
ul#downloads a.file span.size,
ul#downloads a.file span.date {
	font-weight: normal;
	white-space: no-wrap;
	text-decoration:none !important;
}
ul#downloads a.file span.type {
	text-transform:capitalize;
	display:block;
}
.jpg {
	background:url(../img/icons/page_white_picture.png) no-repeat 2px 0px !important;
}
.pdf{
	background:url(../img/icons/page_white_acrobat.png) no-repeat 2px 0px !important;
}
.doc {
	background:url(../img/icons/page_white_word.png) no-repeat 2px 0px !important;
}
.xls {
	background:url(../img/icons/page_white_excel.png) no-repeat 2px 0px !important;
}
.zip {
	background:url(../img/icons/page_white_compressed.png) no-repeat 2px 0px !important;
}
.wmv {
	background:url(../img/icons/page_white_dvd.png) no-repeat 2px 0px !important;
}
.ppt {
	background:url(../img/icons/page_white_powerpoint.png) no-repeat 2px 0px !important;
}
#content a.file {
	padding:2px 0;
	font-size:1em;
	text-decoration:none;
	background:none;
}
#content a.file span.title {
	text-decoration:underline;
}
#content a.file img {
	border:none;
	vertical-align:middle;
	margin-right:5px;
}

#content a.ifile {
	padding:2px 0 2px 22px !important;
	overflow:auto;
	text-decoration:underline;
}
#content ul#news-overview {
	list-style-type:none;
	margin:1.3em 0em;
}
#content ul#news-overview li {
	margin:1em 0em;
}
#content ul#news-overview p {
	margin:.3em 0 24px;
}
#content ul#news-overview a span {
	position:absolute;
	left:-1000em;
	width:900px;
}
#flashmap {
	text-align: left;
	width:auto;
	height:276px;
	margin:0 0 15px 0;
}
/*Multiple images*/
div.images{
	float:right;
	margin: 0 -8px 0 1em;
	*margin: 0 -8px 5px 1em; /*ie7*/
	_margin: 0 -14px 5px 1em;/*ie7*/
	width:191px;
}
div.images ul{
	list-style-type:none !important;
	margin:0 0 0 !important;
	padding:0 !important;
	margin-bottom: 5px;
}
div.images li{
	margin:0 !important;
	padding:0 !important;
	float:left;
	display:block;
	margin:0 7px 5px 0 !important;
	b/order:1px solid #E3E4E4;
	padding:1px !important;
}
div.images li.last{
	margin-left:2px !important;
}
div.main{
	clear:right;
	/*float:right !important;*/
	margin: 0 -1px 1em 0em;
	_margin: 0 0px 1em 0em;
}