@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #C3DEEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0E1031;
}

p {
	font-size: 12px;
}

a:link, a:visited {
	color: #0B7AC0;
	text-decoration: none;
}

img {
	border: none;
}

#shadowBackground {
	width: 1070px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/shadowBackground.jpg);
	background-repeat: repeat-y;
}

#wrapper {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#wrapperHome {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#header {
	width: 1000px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: thin solid #0B7AC0;
}

#logo {
	width: 310px;
	height: 108px;
	padding-top: 10px;
	padding-left: 10px;
}

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

#nav { 
	width: auto;
	height: 20px;
	float: right;
	margin-top: -51px;
	padding-right: 40px;
}

#nav ul {
	font-size: 15px;
	list-style-type: none; 
	text-align: center;
}	

#nav ul li a {
	margin-right: 10px;
}

#nav a {
	text-decoration: none;
	color: #0B7AC0;
	outline: none;
	display: block;
	width: auto;
}

#nav li {
	display: inline;
	float: left;
	width: auto;
}

#nav ul li a.currentLink {
	text-decoration: none;
	color: #0E1031;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -300em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav ul.dropdown {
	font-size: 12px;
}

#nav ul.dropdown li a {
	text-align: left;
	padding-left: 21px;
	width: 150px;
	background-color: #FFFFFF;
}

#nav a:link {
	text-decoration: none;
	color: #0B7AC0;
	outline: none;
}

#nav a:visited {
	text-decoration: none;
	color: #0B7AC0;
	outline: none;
}

#nav a:hover {
	text-decoration: none;
	color: #0E1031;
}

#nav a:active {
	text-decoration: none;
	color: #0E1031;
}	

#homeContent {
	width: 1000px;
	height: 565px;
	margin-left: auto;
	margin-right: auto;
}

#splash {
	z-index: 1;
}

#content {
	width: 955px;
	height: 675px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-left: 45px;
	background-color: #FFF;
}

#contentServices {
	padding: 0;
	width: 550px;
	height: 600px;
	float: left;
}

#contentContact {
	padding: 0;
	width: 500px;
	height: auto;
	margin-bottom: 10px;
	float: left;
}

#contentNews {
	padding: 0;
	width: 900px;
	height: 600px;
	float: left;
}

#contentNewsTitle {
	padding: 0;
	width: 900px;
	height: auto;
	float: left;
}

#contentNewsDetail {
	padding: 0;
	width: 400px;
	height: 600px;
	float: left;
	margin-right: 75px;
}

#contentHighTech {
	padding: 0;
	width: 400px;
	height: 600px;
	float: left;
	margin-right: 75px;
}

p.paragraphs {
	margin-bottom: 25px;
}

p.companyNews {
	margin-bottom: 25px;
}

p.link {
	margin-top: -15px;
	font-weight: bold;
}

#images {
	width: 240px;
	height: 600px;
	float: left;
	margin-top: 15px;
	margin-left: 75px;
}

#images p {
	margin-top: 0px;
}

#images img {
	margin-top: 10px;
	margin-bottom: 5px;
}

#imagesContact {
	width: 361px;
	height: 200px;
	float: right;
	margin-top: 45px;
	margin-right: 55px;
}

#map {
	clear: both;
	text-align: left;
	height: 350px;
}

#companyNewsImages {
	width: 400px;
	height: 300px;
	float: left;
	margin-top: 10px;
	text-align: center;
}

#largeImages {
	width: 400px;
	height: 280px;
	float: left;
	margin-top: 25px;
}

p.secondBullet {
	margin-top: 20px;
}

#content img.world {
	float:right;
	margin-right: 105px;
	margin-top:-300px;
}

#content img.marine {
	float: left;
	margin-left: 250px;
	margin-top: 20px;
	margin-right: 30px;
}

#content ul {
	font-size: 12px;
	line-height: 21px;
}

#content p.marineText {
	float: left;
	margin-top: 50px;
	margin-left: -10px;
}

#password {
	width: 365px;
	height: 50px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	font-style: italic;
}

#back {
	width: 365px;
	height: 10px;
	float: left;
	margin-top: -25px;
	font-style: italic;
}

#footer {
	width: 1000px;
	height: 25px;
	background-color: #0E1031;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	margin: 0;
	padding-top: 5px;
	width: 1000px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


