body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3C64A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
}

a:link {
	color: #039;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}

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


p {
	font-size: 1.2em;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}

h1 {
	color: #039;
	margin-left: 20px;
}

#menubar {
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	clear: both;
	background-color: #003;
}
#trans{
padding-left:5px;
padding-right:5px;
padding-top:2px;
float:left;
}
#navigation {
	width: 800px;
	float: left;
}

#menu-links {
	height: 24px;
	color: #F00;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	float: right;
}
#menu-links ul {
	margin: 0;
	padding: 0;
}
#menu-links li {
	display: inline;
}
#menu-links a:link, #menu-links a:visited {
	text-decoration:none;
	color: #FFF;
	font-size: 13px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
#menu-links a:hover {
	color: #F00;
}

.red-text {
	color: #F00;
}

#leftcol {
	display: inline;
	clear: left;
	float: left;
	width: 360px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#maincol {
	display: inline;
	float: left;
	width: 590px;
	padding-top: 15px;
}

#midcol {
	display: inline;
	float: left;
	width: 390px;
	padding-top: 15px;
}

#midcol ul {
	font-size: 12px;
}

#widetext {
	display: inline;
	float: left;
	width: 950px;
	padding-top: 15px;
}

#widetext ul {
	font-size: 12px;
}


#rightcol {
	width: 200px;
	float: left;
	display: inline;
	text-align: center;
	background-color: #006;
	height: 600px;
}

#inshore-services {
	display: inline;
	clear: both;
	width: 250px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 145px;
	color: #FFF;
	font-size: 14px;
	background-image: url(images/hp-inshore.jpg);
}

#offshore-services {
	float: left;
	width: 250px;
	margin-left: 50px;
	margin-bottom: 20px;
	background-image: url(images/hp-offshore.jpg);
	height: 145px;
	color: #FFF;
	font-size: 14px;
	display: inline;
	
}

.picture-link {
	position: relative;
	top: 120px;
	text-align: right;
}

.picture-link a:link, .picture-link a:visited {
	text-decoration:none;
	color: #FFF;
	font-size: 13px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.picture-link a:hover {
	color: #F00;
}

#rightcol img {
	border: 1px solid #F00;
	padding: 10px;
}

#contact-form {
	font-size: 1.2em;
}

#footer {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: right;
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 5px;
}

A.footer-link:link {
	color: #FFFFFF;
	text-decoration:underline;
}

A.footer-link:visited {
	color: #FFFFFF;
	text-decoration:underline;
}

A.footer-link:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
