/* Offshore Marine August 2006 */

/*used*/
body
{
	margin:0;
	padding:0;
	font:12px/140% Verdana, Tahoma, Georgia, sans-serif;
	color: #000000;
	background-image: url(../images/background/gradblkwht1.jpg);
	background-repeat: repeat-x;
}
/*used*/
#page
{
	background-image: url(../images/background/oceansunrise.jpg);
	background-repeat: no-repeat;
}
/*used*/
#header
{
	display: block;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
/*used*/
.logo
{
	top: 100px;
	position: relative;
}
/*used*/
#tagline
{
	display:block;
	padding:5px;
	margin:5px 350px 0 15px;
	font-family: "Copperplate Gothic Light", Georgia, sans-serif;
	font-size: 12px;
	color: #00CCFF;
	width: 300px;
	position: relative;
	top: 87px;
	left: 83px;
}
/*used*/
#main-body
{
	overflow:auto;
	color: #000000;
	width: 55%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 2em;
	padding-left: 2em;
}

/* Headers */
/*used*/ 
h1,h2,h3,h4,h5
{
	font-family: "Copperplate Gothic Light", Verdana, Tahoma, Rockwell;
}

h1
{
	font-size: 32px;
	color: #FFFFFF;
	padding-bottom: 1em;
	text-align: center;
	margin-top: 5em;
}

h2
{
	color: #000066;
	font-size: 18px;
	text-align: center;
	top: 75px;
	padding-bottom: 1em;
}
/*used*/
h3
{
	font-size: 14px;
	color: #000000;
	line-height: 0px;
	padding-top: 2em;
}

h4
{
	font-size: 12px;
	line-height: 0px;
	padding-top: 3em;
	font-style: italic;
}

h5
{
	font-size: 12px;
	color: #000066;
	text-align: center;
}

h6
{
	font:14px/130% Verdana, Tahoma, Georgia, sans-serif;
	color: #FFFFFF;
	text-align: center;
}


/*Main Navigation Menu*/
#navigation
{
	top:350px;
	width:175px;
	text-align:left;
	left: 30px;
	position: absolute;
}

#navigation_r {
	width:175px;
	text-align:left;
	position: absolute;
	right: 30px;
	top: 650px;
}


.blocktitle
{
	display:block;
	font-weight:bold;
	font-size:100%;
	text-align:center;
	padding:2px;
	margin:0 0 10px;
	color:#FFFFFF;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	background-image: url(../images/background/navback1.jpg);
	background-repeat: repeat-x;
}

.mainnavmnu
{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	/*border: 1px solid #9A9A9A;
	border-bottom-width: 0;*/
}

.mainnavmnu li a
{
	font: 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	width: auto;
	padding-left: 15px;
	text-decoration: none;
/*	background-color: white;*/
	background-image: url(../images/background/navback1.jpg);
	background-repeat: repeat-x;
/*	background-position: left bottom;*/
	margin-bottom: 3px;
	padding-top: 3px;
/*	padding-right: 0;*/
	padding-bottom: 3px;
}

.mainnavmnu li a:hover
{
	background-image: url(../images/background/navbackblu.jpg);
	font-style: oblique;
	/*color: #00CCFF;*/
}

* html .mainnavmnu li a {
	width: 160px;
}

/*.mainnavmnu li a:visited, .mainnavmnu li a:active {
	color: white;
}*/







/*used*/
#footer {
	clear: both;
	margin: 1em 0 0;
	padding: 0.5em 0.5em 0.1em;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333;
	text-align: center;
	/*border-top: 1px solid #999999;*/
	position: relative;
}
#table_page {
	margin-left: 80px;
}

.blockcontent {
	text-align:left;
	padding:2px;
	background-image: url(../images/background/navback.jpg);
}

/*used*/
ul {
	margin-top:0;
	margin-left:0;
	padding-left:12px;
	list-style:disc;
	color: #000000;
}
/*used*/
li {margin:3px 0 3px 10px}
/*used*/
a {
	text-decoration:none;
	font-weight:bold;
}

a:link { color: blue; text-decoration: none; }

a:visited { color: blue; text-decoration: none; } 

a:hover {
	text-decoration:underline;
	color:#0066ff;
	/*background:transparent;*/
}

ul.nav {
	list-style:none;
	margin:0;
	padding:0;
}

li.nav a {
	text-decoration:none;
	padding:4px;
	color:#DDD;
	font-weight:bold;
	width:100%;
	border:1px solid #333;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: -12px;
}

html>body li.nav a {display:block}

li.nav a:hover {
	text-decoration:none;
	color:#FFF;
	background:transparent;
	background-image:url(../images/background/menuback-h.gif);
	border:1px solid #999;
}

a.nav, a.nav:link, a.nav:visited {
	display:block;
	height:20px;
	margin-top:2px;
	text-align:center;
	font-family:Verdana, Tahoma, Georgia, sans-serif;
	font-size: 12px;
	overflow:hidden;
	line-height: 20px;
	width: 14em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #666666;
	background-image: url(../images/background/navback1.jpg);
} 

a.nav:hover {
	color:#0066FF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-style: oblique;
} 

.privacy {
	overflow:auto;
	color: #FFFFFF;
	text-align: center;
}

.large-ltr {font-size: 28px;}

.u-line {
	text-decoration: underline;
	font-size: 12px;
}
.confirm {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	top: 500px;
}
.white {
	color: #FFFFFF;
}

a.faq, a.faq:link, a.faq:visited {
	font-size: 125%;
	overflow:hidden;
	text-decoration: none;
	color: #0000FF;
	font-style: oblique;
	padding-bottom: 1.5em;
	display: block;
	text-align: center;
/*	padding-right: 5em; */
}

a.faq:hover {

	text-decoration:underline;
	color:#0066ff;
}
.faqheader {
	list-style-type: none;
	font-size: 125%;
	color: #006600;
	font-weight: bold;
	padding-bottom: 1em;
}
.faqleader {
	list-style-type: none;
	font-size: 125%;
	font-weight: bold;
	padding-bottom: .5em;
}
.center {
	text-align: center;
}
.black {

	color: #000000;
}
.signature {
	font-family: Papyrus;
	font-size: 16px;
}
td {
}
th {
	background-color: #CCCCCC;
}
.red {
	color: #FF0000;
}
.right {
	text-align: right;
	margin-right: 10px;
}
.left {
	text-align: left;
}
.notice {
	text-align: justify;
	font-family: "Comic Sans MS";
	font-size: 12px;
}
#lcol {
	float: left;
	width: 49%;
}
#rcol {
	float: right;
	width: 49%;
}
.clear {
	clear: both;
}
.centerred {
	color: #FF0000;
	text-align: center;
}





/******************************************* For Form Styling ***********************************************/

.hint {
	display:none;
	position: absolute;
	/*right: -250px;*/
    width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background-color: #ffc;
	font-size: 11px;
	margin-left: 10px;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(assets/images/pointer.gif) left top no-repeat;
}

/*
fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;  
}  
*/

/*flat border w/ color*/
fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #DCD5C5;
}


legend {    
margin-left: 1em;    
padding: 0;    
color: #000;    
font-weight: bold;    
}

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {  
padding-bottom: 1em;  
}  

fieldset.submit {    
float: none;    
width: auto;    
border-style: none;    
padding-left: 12em;    
background-color: transparent;    
}

