@charset "utf-8";
/*
	Moss Maritime Base CSS	
	Auth:		Andrew Hamel - Six Foot Studios, LLC
	Version:	1.0
	Created:	2009-04-29
	Modified:	2009-05-05
*/

@import "menu.css";
@import "footer.css";


html {
	text-align:center;
	margin:0;
	padding:0;
	background:#0e5d60 url(../images/header_tile.jpg) top repeat-x
}

body {
	background:#0e5d60;
	padding:0;
	margin:0;
	width:1024px;
	margin:0 auto;
}

div, span, p, ul, li, a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:focus, object:focus { -moz-outline-style: none; } /* ditch the dotted outline! */

div#container {
	text-align:left;
	width:1024px;
	min-height:658px !important;
}

div#container div.header {
	width:1024px;
	height:110px;
	background:url(../images/header_bg.jpg) no-repeat;
	margin:0;
	padding:0;
}

div#container div.header a.logo {
	display:block;
	width:229px;
	height:90px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../images/mm_logo.png) no-repeat;
	margin-left:100px;
	padding:0;
}

div#content {
	margin-top:130px;
	margin-left:120px;
	width:380px;
	min-height:400px;
	display:block;
	clear:both;
}

a.pdf_download {
	text-decoration:none;
}

a.pdf_download:hover {
	text-decoration:underline;
}

/* ------------------ sIFR headings ----------------- */
div#subpage_content div.subpage_text_container h3.head1, div.home_sifr h3.head1 {
	margin:-5px;
	padding:0;
}

div#subpage_content div.subpage_text_container h4.head2, div.home_sifr h4.head2 {
	margin:-5px;
	padding:0;
}

div#subpage_content div.subpage_text_container h4.head3, div.home_sifr h4.head3 {
	margin:-5px;
	padding:0
}