body {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #FFF url(../images/pbg.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
}
#masthead {
	background: url(../images/masthead.jpg) no-repeat;
	height: 245px;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 1020px;
	margin: 0 auto;
}
#menubar {
	width: 687px;
	margin: 58px 0 0 313px;
	font-size: 0.9em;
}
#column_wrapper {
	background: url(../images/wrapper.jpg) repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 770px;
	float: left;
}
#left {
	width: 250px;
	float: left;
	background: url(../images/left_bg.jpg) no-repeat top;
}
#left .content {
	padding: 30px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 0 25px 0 20px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#footer .content {
	padding: 12px 24px;
}
#body_footer {
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#footer_outside {
	background-color:#C8E3E7;
}
#footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 1020px;
	height: 160px;
	padding: 0px;
	margin: 0 auto;
	font-size: 0.7em;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #04355D;
}
#right a:visited {
	color: #0073C1;
}
#right a:hover {
	color: #000000;
}
#footer a:link {
	color: #04355D;
}
#footer a:visited {
	color: #0073C1;
}
#footer a:hover {
	color: #FFFFFF;
}
h1, h2, h3, h4 {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
h2, h3, h4 {
	margin-top: 15px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.1em;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
#topline {
	background: url(../images/marine_accident_investigator.jpg) no-repeat;
	height: 65px;
	padding: 5px 20px;
	text-align: right;
	font-size: 15px;
}
#topline strong {
	font-size: 19px;
}
.float_left {
	float: left;
	margin: 0;
	padding: 0;
}
#head {
	width: 725px;
	height: 250px;
	background: url(../images/home_head.jpg) no-repeat top left;
	margin:0 0 40px 0;
}
#head h1 {
	background: url(../images/h1_home.jpg) no-repeat top left;
	height: 67px;
}
#tbody {
	margin: 5px 20px 15px 195px;
	color: #FFF;
}
#tbody a {
	display: block;
	height: 39px;
	text-indent: -9999px;
}
#tbody p.button {
	width: 126px;
	height: 39px;
	margin: 0 0 0 300px;
}
#tbody p.button a {
	background: url(../images/more.png) top left no-repeat;
}
#tbody p.button a:hover {
	background-position: 0 -39px;
}
.float_right {
	float: right;
	margin-left: 10px;
}
/*BEGIN CONTACT FORM*/
#cform form {
	float:left;
	margin:10px 0 15px;
	width:100%;
}
.contact {
	float:right !important;
}
#cform fieldset {
	background:#f4f4f4;
	border:1px solid #ddd;
	padding:18px;
	display:block;
}
#cform legend {
	font-size:1.4em;
	color:#666;
	font-style:italic;
	font-weight:bold;
}
#cform form p {
	clear:both;
	width:100%;
}
p.error {
	display:block;
	background:#ffc;
	font-weight:normal !important;
	color:#ff0000 !important;
	border:1px solid #ff0000;
	float:left;
	width:508px;
	text-align:center;
	margin:-15px 0 5px 0;
	padding:5px;
}
#cform .text label, #cform .submit label {
	float:left;
	padding:0 5px;
	display:block;
	text-align:right;
	width: 200px;
	line-height:25px;
}
#cform .forgot {
	display:block;
	float:right;
	width:auto;
	font-size:.95em;
	color:#d11412;
	margin:-3px 15px 12px 0;
}
#cform .check input {
	display:block;
	clear:both;
	float:left;
	margin:0 5px 15px 160px;
}
#cform .check label {
	display:block;
	float:left;
	margin:-3px 0 0 0;
}
#cform .submit input {
	display:block;
	float:left;
	padding:5px 0;
}
#cform .text input,  #cform .text textarea {
	display:block;
	float:left;
	width:300px;
	padding:3px 5px;
	font-size:1em;
	margin:0 0 15px 0;
	background:#fff;
	border:1px solid #ddd;
}
#cform select {
	width:auto;
	float:left;
	margin:4px 0 0 0;
}
.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding-right: 5px;
}
#cform .tcenter {
	color:#006E36;
	font-size: 1.2em;
	font-weight: bold;
}		
/*END CONTACT FORM*/
.flmr {
	float: left;
	margin-right: 10px;
}
#ir-slide {
	float: right;
	margin-left: 10px;
	width: 242px;
	height: 320px;
}
.frmlb {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 3px;
	border: 1px solid #185291;
}	
.flmrb {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 3px;
	border: 1px solid #185291;
}
.frmlb-i {
	float: right;
	margin-left: 10px;
	padding: 0;
	border: 1px solid #66AEE0;
}	
#slides {
	float: right;
	width: 427px;
	height: 380px;
	margin: 10px 0 0 10px;
	overflow: hidden;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
