@charset "utf-8";


/* -- HTML Elements -- */
/*** BEGIN WEB MAIN LAYOUT ***/

body {
	padding: 0;
	margin: 0;
	text-align: left;
	background: url(/images/bg60.gif) repeat;
	background-position: top center;
    background-attachment: ;
	background-color: #fff;
	font-family: Arial;
	font-size: 10pt;


	}


/* Navigation */

#nav {
	position: relative;
	margin: 0;
	padding: 0px 0 0 60px;
	height: 25px;
	list-style: none;
	font-size: 1.1em;
	background-color: #a49469;
	z-index: 2;
	}

#nav li {
	position: relative;
	float: left;
	padding: 0 19px;
	height: 25px;
	line-height: 23px;
	border-left: 1px solid #3b210f;
	}

li#nav-home {
	border: none;
	}

#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;}

#nav li:hover,#nav li.over {
	background-color: #b09f71;
}

#nav ul {
	display: none;
	position: absolute;
	top: 23px;
	left: -1px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: ;
	border-left: 1px solid ;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	opacity: .9;
	z-index: 2;
	}

#nav li:hover ul,#nav li.over ul {
	display: block;
	}

#nav li li {
	float: none;
	padding: 0;
	height: 25px;
	line-height: 23px;
	border-left: none;
	border-bottom: 1px solid #666666;
	}

#nav li li a {
	padding-left: 2.3em;
	height: 25px;
	font-weight: normal;
	background: transparent url() 2px 2px no-repeat;
	}

#nav li li.alt-1 a {
	background-image: url();
	}

#nav li li.alt-2 a {
	background-image: url();
	}

#nav li li.alt-3 a {
	background-image: url(;
	}

#nav li li a:hover {
	font-weight: bold;
	background-color: #;
	background-image: url();
	}

#nav-newletter {
	width: 10em;
	}
	
	#nav-about {
	width: 10em;
	}
	
		#nav-services {
	width: 13em;
	}

#nav-officers {
	width: 8em;
	}

#nav-contact {
	width: 15em;
	}
	
#nav-salvage {
	width: 8em;
	}

#nav abbr {
	border-bottom: none;
	}
	

/* end nav */
