@charset "utf-8";

body {
	background-color: #344A73;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	font-size: 100%;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	font-size: 100%;
	color: #00FF00;
}

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1  {
	font-size: 140%;
	color: #354A8C;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

h2  {
	font-size: 100%;
	color: #354A8C;
	font-weight: bold;
	text-align: left;
}

h3  {
	font-size: 100%;
	color: #354A8C;
	text-align: left;
	font-weight: bold;
}

h4  {
	font-size: 100%;
	color: #354A8C;
	text-align: center;
	font-weight: bold;
}

h5  {
	font-size: 150%;
	color: #354A8C;
	text-align: center;
	font-weight: lighter;
}

h6  {
	text-indent: 20px;
}

p {
	font-size: 100%;
	color: #354A8C;
	font-style: normal;
	line-height: 25px;
	text-align: justify;
}

/* This formats the horizontal divider*/
hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
	color: #354A8C;
	border-top-color: #354A8C;
} 

.wrapper {
	width: 100%;
	margin: 0px;
	overflow: hidden;
	height: auto;
	background-color: #FFFFFF;
	float: none;
	z-index: 2;
	position: relative;
}

.header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 100%;
	background-position: right;
	background-image: url(../images/320/headerbg.png);
	height: 62px;
}

.headercontactdetails {
	position: absolute;
	left: 400px;
	top: 12px;
	width: 210px;
	height: 100%;
	z-index: 2;
	color: #FFF;
	float: left;
	visibility: hidden;
	overflow: hidden;
}

.headercontactdetails2 {
	position: absolute;
	left: 45%;
	top: 11px;
	width: 210px;
	height: 50px;
	z-index: 2;
	color: #FFF;
	float: left;
	visibility: visible;
	font-size: 70%;
}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 62px;
	z-index: 2;
	color: #FFF;
	float: left;
	width: 112px;
	visibility: hidden;
}

.logo img {
	max-width: 100%;
	visibility: hidden;
}

.logophone {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 112px;
	height: 62px;
	z-index: 2;
	float: left;
	visibility: visible;
}

.logophone img {
	max-width: 100%;
	height: auto;
	visibility: visible;
}

.nav1 {
	background-color: #354A8C;
	width: 100%;
	font-size: 90%;
	text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
	left: 400px;
	border-top-style: none;
	padding-top: 0px;
	height: 0px;
	z-index: 1;
	visibility: hidden;
	top: 0px;
	overflow: hidden;
}

.nav1 ul li {
	display: inline;
	width: 7%;
	float: left;
	list-style-type: none;
	margin-top: 15px;
	margin-left: 5px;
	text-align: center;
	visibility: hidden;
}

.nav2 {
	background-color: #354A8C;
	font-size: 90%;
	text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
	left: 0px;
	border-top-style: none;
	padding-top: 0px;
	height: 40px;
	z-index: 1;
	visibility: visible;
	width: 100%;
	overflow: hidden;
}

.nav2 ul li {
	display: inline;
	width: 13%;
	float: left;
	list-style-type: none;
	margin-top: 5px;
	margin-left: 4px;
	text-align: center;
	visibility: visible;
	overflow: hidden;
	left: 0px;
	height: 40px;
	font-size: 80%;
}

.facebook {
	top: 104px;
	width: 20px;
	height: 20px;
	z-index: 3;
	position: absolute;
	left: 193px;
}

.facebook img{
	width: 100%;
	height: 100%;
}

.linkedin {
	left: 218px;
	top: 104px;
	width: 20px;
	height: 20px;
	z-index: 3;
	position: absolute;
}

.linkedin img{
	width: 100%;
	height: 100%;
}

.twitter {
	position: absolute;
	left: 243px;
	top: 104px;
	width: 20px;
	height: 20px;
	z-index: 3;
}

.twitter img{
	width: 100%;
	height: 100%;
}

.youtube {
	position: absolute;
	left: 268px;
	top: 104px;
	width: 20px;
	height: 20px;
	z-index: 3;
}

.youtube img{
	width: 100%;
	height: 100%;
}

.googleplus {
	position: absolute;
	left: 293px;
	top: 104px;
	width: 20px;
	height: 20px;
	z-index: 5;
}

.googleplus img{
	width: 100%;
	height: 100%;
}


.breadcrumbs {
	position: relative;
	width: 100%;
	height: 25px;
	z-index: 2;
	background-color: #CFD7E7;
	font-size: 70%;
	color: #354A8C;
	line-height: 2.2em;
	text-align: left;
	vertical-align: middle;
}

.breadcrumbs a:link {
	font-size: 100%;
	color: #354A8C;
	text-decoration: none;
}

.breadcrumbs a:visited {
	font-size: 100%;
	color: #354A8C;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.breadcrumbs a:active {
	font-size: 100%;
	color: #66FF00;
	text-decoration: none;
}

.slider{
	width: 100%;
	z-index: 2;
}

.slider img{
	max-width: 100%;
}

.bigicons{
	position: relative;
	width: 1px;
	height: 200px;
	z-index: 1;
	top: 600px;
	float: right;
	background-color: #FFF;
	visibility: hidden;
	overflow: hidden;
	left: 400px;
}

.bigicon1 {
	top: 0px;
	position: absolute;
	left: 0px;
	width: 200px;
	height: 182px;
	z-index: 2;
	background-color: #FFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
	overflow: hidden;
	left: 0px;
}

.bigicon2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 182px;
	z-index: 2;
	visibility: hidden;
	overflow: hidden;
	left: 0px;
}

.bigicon3 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 182px;
	z-index: 2;
	visibility: hidden;
	overflow: hidden;
	left: 0px;
}

.bigicon4 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 182px;
	z-index: 2;
	visibility: hidden;
	overflow: hidden;
	left: 0px;
}

.bigicon5 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 182px;
	z-index: 2;
	visibility: hidden;
	overflow: hidden;
	left: 0px;
}

.bigiconsidx{
	position: relative;
	width: 192px;
	height: 1083px;
	z-index: 2;
	top: 0px;
	float: right;
	background-color: #FFF;
	visibility: hidden;

}

.bigiconBM {
	position: absolute;
	left: 0px;
	width: 182px;
	height: 93px;
	z-index: 2;
	background-color: #FFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
		visibility: hidden;
}

.bigicon1idx {
	position: absolute;
	left: 0px;
	width: 182px;
	height: 182px;
	z-index: 2;
	background-color: #FFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 108px;
	visibility: hidden;
}

.bigicon2idx {
	position: absolute;
	left: 0px;
	top: 305px;
	width: 182px;
	height: 182px;
	z-index: 2;
	visibility: hidden;
}

.bigicon3idx {
	position: absolute;
	left: 0px;
	top: 502px;
	width: 182px;
	height: 182px;
	z-index: 2;
	visibility: hidden;
}

.bigicon4idx {
	position: absolute;
	left: 0px;
	top: 699px;
	width: 182px;
	height: 182px;
	z-index: 2;
	visibility: hidden;
}

.bigicon5idx {
	position: absolute;
	left: 0px;
	top: 896px;
	width: 182px;
	height: 182px;
	z-index: 2;
	visibility: hidden;
}

.content {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 980px;
	z-index: 2;
	color: #354A8C;
}

.contentindex{
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 2100px;
	z-index: 2;
	color: #354A8C;
}


.contentindexheading {
	position: absolute;
	left: 5px;
	top: 15px;
	width: 315px;
	height: 40px;
	z-index: 2;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #002494;
	text-align: center;
}

.contentindexsub-heading {
	position: absolute;
	left: 5px;
	top: 30px;
	width: 315px;
	height: 40px;
	z-index: 2;
	font-size: 87.5%;
	font-style: normal;
	font-weight: normal;
	color: #002494;
	text-align: justify;
}

.contentindextxt1 {
	position: absolute;
	left: 5px;
	top: 1525px;
	width: 290px;
	height: 210px;
	z-index: 3;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
	visibility: hidden;
}

.contentindextxt1 img{
	width: 100%;
	height: 100%;
}

.contentindextxt1 a:link {
	font-size: 100%;
	color: #354A8C;
	text-decoration: none;
}

.contentindextxt1 a:visited {
	font-size: 100%;
	color: #354A8C;
	text-decoration: none;
}
.contentindextxt1 a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.contentindextxt1 a:active {
	font-size: 100%;
	color: #66FF00;
	text-decoration: none;
}

.contentindextxt2 {
	position: absolute;
	left: 384px;
	top: 540px;
	width: 357px;
	height: 236px;
	z-index: 4;
	visibility: hidden;
}

.contentindextxt3 {
	position: absolute;
	left: 5px;
	top: 860px;
	width: 315px;
	height: 235px;
	z-index: 5;
	font-size: 92%;
}

.contentindextxt3 a {
	text-decoration: none;
	color: #354A8C;
	font-size: 95%;
	font-weight: bold;
}

.contentindextxt3 a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #354A8C;
	font-size: 100%;
}

.contentindexlink1 {
	background-color: #344A73;
	height: 40px;
	width: 150px;
	color: #FFF;
	position: absolute;
	left: 5px;
	top: 1770px;
	line-height: 2.3em;
	text-align: center;
	border-radius: 7px;
}
.contentindexlink2 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 150px;
	left: 165px;
	position: absolute;
	top: 1770px;
	text-align: center;
	line-height: 2.3em;
	border-radius: 7px;
}

.contentindexmetoffice {
	position: absolute;
	left: 5px;
	top: 1125px;
	width: 310px;
	height: 422px;
	z-index: 4;
}

.contentindexmetoffice a:link{
	color: #354A8C;
	text-decoration: underline;
}

.contentindexmetoffice a:visited{
	color: #354A8C;
	text-decoration: underline;
}

.contentindexmetoffice a:hover{
	color: #FF6600;
	text-decoration: underline;
}

.contentindexmetoffice a:active{
	color: #33FF00;
}

.contentindexfacebook {
	left: 5px;
	top: 186px;
	width: 310px;
	height: 660px;
	border-radius: 0px;
	background-color: #C9DBF1;
	z-index: 4;
	position: absolute;
}

.contentindextides1 {
	position: absolute;
	left: 50px;
	top: 1600px;
	width: 25%;
	height: 200px;
	z-index: 4;
}
.contentindextides2 {
	position: absolute;
	left: 51px;
	top: 1850px;
	width: 25%;
	height: 200px;
	z-index: 4;
}

.contentindexvideos {
	width: 100%;
	height: 390px;
	top: 1135px;
	z-index: 1;
	position: relative;
}

.contentabout{
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 1420px;
	z-index: 2;
	color: #354A8C;
}

.contentaboutlink1 {
	background-color: #344A73;
	height: 40px;
	width: 120px;
	color: #FFF;
	position: absolute;
	left: 15px;
	top: 15px;
	line-height: 2.6em;
	text-align: center;
	border-radius: 7px;
}
.contentaboutlink2 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 150px;
	left: 150px;
	position: absolute;
	top: 15px;
	text-align: center;
	line-height: 2.6em;
	border-radius: 7px;
}

.contentabouttxt1 {
	position: absolute;
	left: 5px;
	top: 72px;
	width: 310px;
	height: 290px;
	z-index: 3;
}

.contentabouttxt2 {
	position: absolute;
	left: 5px;
	top: 595px;
	width: 310px;
	height: 231px;
	z-index: 4;
}

.contentabouttxt3 {
	position: absolute;
	left: 5px;
	top: 1083px;
	width: 310px;
	height: 241px;
	z-index: 5;
}

.contentabouttxt3 a {
	text-decoration: none;
	color: #354A8C;
	font-size: 100%;
	font-weight: bold;
}

.contentabouttxt3 a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #354A8C;
	font-size: 100%;
}

.contentaboutpic-1 {
	position: absolute;
	left: 10px;
	top: 378px;
	z-index: 2;
	clear: none;
	float: left;
	margin-left: 0px;
}

.contentaboutpic-2 {
	position: absolute;
	left: 10px;
	top: 840px;
	z-index: inherit;
}

.contentaboutmerv_cv {
	position: absolute;
	left: 47px;
	top: 1339px;
	height: 55px;
	z-index: 2;
}

.contentinsurance {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 1100px;
	z-index: 2;
	color: #354A8C;
}

.contentinsurancetxt {
	width: 310px;
	left: 5px;
	margin-top: 0px;
	position: absolute;
	height: 724px;
	line-height: 1em;
	text-align: left;
	top: 325px;
}

.contentinsuranceimg {
	position: absolute;
	height: 299px;
	width: 214px;
	top: 0px;
	left: 10px;
}

.contentinsuranceimg img{
	float: left;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-top: 30px;
}

.contenttestimonials {
	background-color: #FFF;
	width: 310px;
	position: relative;
	font-size: 100%;
	left: 15px;
	top: 20px;
	height: 2600px;
	z-index: 2;
	color: #354A8C;
}

.contenttestimonialstxt {
	width: 305px;
	left: 0px;
	margin-top: 0px;
	position: absolute;
	height: 2586px;
	line-height: 1.8em;
	text-align: left;
	background-color: #FFF;
}

.contentservices {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 2550px;
	z-index: 2;
	color: #354A8C;
}

.contentservicesbritish-marine {
	width: 20px;
	left: 370px;
	position: absolute;
}

.contentserviceslink1 {
	background-color: transparent;
	height: 490px;
	width: 307px;
	color: #FFF;
	position: absolute;
	left: 5px;
	top: 40px;
	line-height: 2.3em;
	text-align: center;
	border-radius: 7px;
	z-index: 1;
}

.contentserviceslink2 {
	color: #FFF;
	background-color: transparent;
	height: 380px;
	width: 307px;
	left: 4px;
	position: absolute;
	top: 514px;
	text-align: center;
	line-height: 2.3em;
	border-radius: 7px;
	z-index: 4;
}

.contentserviceslink3 {
	color: #FFF;
	background-color: transparent;
	height: 434px;
	width: 307px;
	left: 3px;
	position: absolute;
	top: 937px;
	text-align: center;
	line-height: 2.3em;
	border-radius: 7px;
	z-index: 4;
}

.contentserviceslink4 {
	color: #FFF;
	background-color: transparent;
	height: 400px;
	width: 307px;
	left: 3px;
	position: absolute;
	top: 1388px;
	text-align: center;
	line-height: 2.3em;
	border-radius: 7px;
	z-index: 4;
}

.contentserviceslink5 {
	color: #FFF;
	background-color: transparent;
	height: 367px;
	width: 307px;
	left: 5px;
	position: absolute;
	top: 1801px;
	text-align: center;
	line-height: 2.3em;
	border-radius: 7px;
	z-index: 4;
}

.contentserviceslink6 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 150px;
	left: 3px;
	position: absolute;
	top: 1310px;
	text-align: center;
	line-height: 2.3em;
	border-radius: 7px;
	z-index: 4;
}


.contentservicestxt {
	width: 310px;
	left: 5px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: left;
	top: 0px;
}

.contentservicestxt img{
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
}

.contentservicestxt1 {
	width: 290px;
	left: 5px;
	margin-top: 0px;
	position: absolute;
	height: 470px;
	line-height: 1.8em;
	text-align: left;
	top: 40px;
	vertical-align: middle;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentservicestxt1 img{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.contentservicestxt2 {
	width: 290px;
	left: 5px;
	margin-top: 0px;
	position: absolute;
	height: 362px;
	line-height: 1.8em;
	text-align: left;
	top: 540px;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentservicestxt2 img{
	float: left;
	margin-bottom: 15px;
	max-width: 100%;
}

.contentservicestxt3 {
	width: 290px;
	left: 6px;
	margin-top: 0px;
	position: absolute;
	height: 410px;
	line-height: 1.8em;
	text-align: left;
	top: 938px;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentservicestxt3 img{
	float: left;
	margin-bottom: 15px;
	max-width: 100%;
}

.contentservicestxt4 {
	width: 290px;
	left: 5px;
	margin-top: 0px;
	position: absolute;
	height: 370px;
	line-height: 1.8em;
	text-align: left;
	top: 1390px;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentservicestxt4 img{
	float: left;
	margin-bottom: 15px;
	max-width: 100%;
}




.contentservicestxt5 {
	width: 290px;
	left: 5px;
	margin-top: 0px;
	position: absolute;
	height: 348px;
	line-height: 1.8em;
	text-align: left;
	top: 1800px;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentservicestxt5 img{
	float: left;
	margin-bottom: 15px;
	max-width: 100%;
}


.contentservicestxt6 {
	width: 290px;
	left: 7px;
	margin-top: 0px;
	position: absolute;
	height: 320px;
	line-height: 1.8em;
	text-align: left;
	top: 2194px;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentservicestxt6 img{
	float: left;
	margin-bottom: 15px;
	max-width: 100%;
}










.contentdelivery {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 2250px;
	z-index: 2;
	color: #354A8C;
}

.contentdeliverytxt {
	width: 94%;
	left: 10px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: justify;
}

.contentdeliverytxt img{
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 5px;
	top: 1920px;
	position: absolute;
}

.contentdeliverytxt ul li{
	margin-left: 7%;
}

.contenttuition {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 1160px;
	z-index: 2;
	color: #354A8C;
}

.contenttuitiontxt {
	width: 94%;
	left: 10px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: justify;
}

.contenttuitiontxt img{
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	position: absolute;
	top: 900px;
}

.contenttuitiontxt ul li{
	margin-left: 7%;
}

.contentmmtmaint {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 1360px;
	z-index: inherit;
	color: #354A8C;
}

.contentmmtmainttxt {
	width: 94%;
	left: 10px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: left;
}

.contentmmtmainttxt img{
	margin-bottom: 5px;
	margin-left: 0px;
	position: absolute;
	top: 1160px;
}

.contentmmtmainttxt ul li{
	margin-left: 7%;
	line-height: 2.3em;
}

.contentracing {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 10px;
	height: 2370px;
	z-index: 2;
	color: #354A8C;
}

.contentracingtxt {
	width: 94%;
	left: 10px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: left;
}

.contentracingtxt img{
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
}

.contentracingtxt ul li{
	margin-left: 7%;
	line-height: 2.3em;
}

.contentracingtxt1 {
	width: 94%;
	left: 10px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.6em;
	text-align: left;
}

.contentracingtxt1 img{
	float: right;
	margin-bottom: 5px;
	margin-left: 0px;
	position: absolute;
	top: 495px;
}

.contentracingtxt1 ul li{
	margin-left: 7%;
	line-height: 1.6em;
}

.contentracingtxt2 {
	width: 94%;
	left: 10px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: left;
	top: 200px;
}

.contentracingtxt2 img{
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	position: absolute;
	top: 420px;
}

.contentracingtxt2 ul li{
	margin-left: 7%;
	line-height: 2.3em;
}

.contentracingtxt3 {
	width: 94%;
	left: 10px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: left;
	top: 400px;
}

.contentracingtxt3 img{
	float: right;
	margin-bottom: 5px;
	margin-left: 50px;
	position: absolute;
	top: 530px;
}

.contentracingtxt3 ul li{
	margin-left: 7%;
	line-height: 0.7em;
}

.contentcommissioning {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 750px;
	z-index: 2;
	color: #354A8C;
}

.contentcommissioningtxt {
	width: 86%;
	left: 20px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: justify;
}

.contentcommissioningtxt img{
	float: right;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	width: 100%;
}

.contentconsultancy {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 770px;
	z-index: 2;
	color: #354A8C;
}

.contentconsultancytxt {
	width: 86%;
	left: 20px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: justify;
}

.contentconsultancytxt img{
	float: right;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 35px;
	width: 100%;
}

.contentquotation {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 900px;
	z-index: 2;
	color: #354A8C;
}

.contentquotationtxt1 {
	width: 310px;
	left: 5px;
	right: 10px;
	position: absolute;
}

.contentquotationform {
	position: absolute;
	top: 180px;
	left: 5px;
	width: 310px;
	height: auto;
}

.formdatabox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #C9DBF1;
	border: thin solid #796646;
	padding: 10px;
} 

.textbox {
	border: 1px solid #796646;
	height: 30px;
	background-color: #C9DBF1;
}

.submit-button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #5C5C5A;
	background-color: #9BFF9B;
	font-weight: bold;
	height: 40px;
	width: 100px;
	border-radius: 20px;
}

.reset-button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #5C5C5A;
	background-color: #FF9B9B;
	font-weight: bold;
	height: 40px;
	width: 100px;
	border-radius: 20px;
}

.contentnews {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 2060px;
	z-index: 2;
	color: #354A8C;
}

.contentnewstxt {
	/*	width: 300px;
	left: 5px;
	margin-top: 0px;
	position: absolute;
	height: 472px;
	line-height: 1.8em;
	text-align: left;*/
	position: absolute;
	height: 2060px;
	width: 300px;
	left: 10px;
	overflow: hidden;
}

.contentnewstxt img{
	margin-bottom: 10px;
}

.contentteam {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 2480px;
	z-index: 2;
	color: #354A8C;
}

.contentteambritish-marine {
	width: 150px;
	left: 622px;
	position: absolute;
}


.contentteam-mervyn {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 3840px;
	z-index: 2;
	color: #354A8C;
}

.contentteam-aj {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 4480px;
	z-index: 2;
	color: #354A8C;
}

.contentteam-josh {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 3380px;
	z-index: 2;
	color: #354A8C;
}

.contentteam-tracey {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 2830px;
	z-index: 2;
	color: #354A8C;
}

.contentteamlink1 {
	background-color: #344A73;
	height: 40px;
	width: 100px;
	color: #FFF;
	position: absolute;
	left: 95px;
	top: 576px;
	line-height: 2.3em;
	text-align: center;
	border-radius: 7px;
	z-index: 4;
}
.contentteamlink2 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 100px;
	left: 95px;
	position: absolute;
	top: 1173px;
	text-align: center;
	line-height: 2.3em;
	border-radius: 7px;
	z-index: 4;
}

.contentteamlink3 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 100px;
	left: 95px;
	position: absolute;
	top: 1769px;
	text-align: center;
	line-height: 2.3em;
	border-radius: 7px;
	z-index: 4;
}

.contentteamlink4 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 100px;
	left: 85px;
	position: absolute;
	top: 2380px;
	text-align: center;
	line-height: 2.3em;
	border-radius: 7px;
	z-index: 4;
}

.contentteamtxt {
	width: 76%;
	left: 20px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: left;
	top: 0px;
}

.contentteamtxt1 {
	width: 300px;
	left: 0px;
	margin-top: 0px;
	position: relative;
	height: 560px;
	line-height: 1.8em;
	text-align: left;
	top: 40px;
	vertical-align: middle;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentteamtxt1 img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 300px;

}

.contentteamtxt1 a:link {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt1 a:visited {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt1 a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: normal;
}
.contentteamtxt1 a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #66FF00;
}

.contentteamtxt1-mervyn {
	width: 300px;
	left: 0px;
	margin-top: 0px;
	position: relative;
	height: 3720px;
	line-height: 1.8em;
	text-align: left;
	top: 30px;
	vertical-align: middle;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentteamtxt1-mervyn img{
	float: left;
	width: 300px
}

.contentteamtxt1-mervyn a:link {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt1-mervyn a:visited {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt1-mervyn a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: normal;
}
.contentteamtxt1-mervyn a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #66FF00;
}

.contentteamtxt1-aj {
	width: 300px;
	left: 0px;
	margin-top: 0px;
	position: relative;
	height: 4370px;
	line-height: 1.8em;
	text-align: left;
	top: 30px;
	vertical-align: middle;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentteamtxt1-aj img{
	float: left;
	width: 300px
}

.contentteamtxt1-aj a:link {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt1-aj a:visited {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt1-aj a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: normal;
}
.contentteamtxt1-aj a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #66FF00;
}

.contentteamtxt1-josh {
	width: 300px;
	left: 0px;
	margin-top: 0px;
	position: relative;
	height: 3260px;
	line-height: 1.8em;
	text-align: left;
	top: 30px;
	vertical-align: middle;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentteamtxt1-josh img{
	float: left;
	width: 300px
}

.contentteamtxt1-josh a:link {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt1-josh a:visited {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt1-josh a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: normal;
}
.contentteamtxt1-josh a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #66FF00;
}
.contentteamtxt1-tracey {
	width: 300px;
	left: 0px;
	margin-top: 0px;
	position: relative;
	height: 2700px;
	line-height: 1.8em;
	text-align: left;
	top: 30px;
	vertical-align: middle;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentteamtxt1-tracey img{
	float: left;
	width: 300px
}

.contentteamtxt1-tracey a:link {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt1-tracey a:visited {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt1-tracey a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: normal;
}
.contentteamtxt1-tracey a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #66FF00;
}

.contentteamtxt2 {
	width: 300px;
	left: 0px;
	margin-top: 0px;
	position: absolute;
	height: 550px;
	line-height: 1.8em;
	text-align: left;
	top: 660px;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentteamtxt2 img{
	float: left;
	margin-bottom: 10px;
	width: 300px;
}

.contentteamtxt2 a:link {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt2 a:visited {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt2 a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: normal;
}
.contentteamtxt2 a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #66FF00;
}

.contentteamtxt3 {
	width: 300px;
	left: 0px;
	margin-top: 0px;
	position: absolute;
	height: 565px;
	line-height: 1.8em;
	text-align: left;
	top: 1250px;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentteamtxt3 img{
	float: left;
	margin-bottom: 20px;
	width: 300px;
}

.contentteamtxt3 a:link {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt3 a:visited {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt3 a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: normal;
}
.contentteamtxt3 a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #66FF00;
}

.contentteamtxt4 {
	width: 300px;
	left: 0px;
	margin-top: 0px;
	position: absolute;
	height: 565px;
	line-height: 1.8em;
	text-align: left;
	top: 1860px;
	border-radius: 10px;
	background-color: #C9DBF1;
	padding: 10px;
}

.contentteamtxt4 img{
	float: left;
	margin-bottom: 10px;
	width: 300px;
}

.contentteamtxt4 a:link {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt4 a:visited {
	text-decoration: underline;
	color: #354A8C;
}
.contentteamtxt4 a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: normal;
}
.contentteamtxt4 a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #66FF00;
}

.contentteamothers-mervyn1 {
	width: 150px;
	left: 10px;
	position: absolute;
	height: 450px;
}

.contentteamothers-mervyn2 {
	width: 150px;
	left: 10px;
	position: absolute;
	height: 450px;
	top: 2850px;
}

.contentteamothers-mervyn3 {
	left: 10px;
	position: absolute;
	top: 3250px;
}

.contentteamothers-aj1 {
	width: 150px;
	left: 10px;
	position: absolute;
	height: 450px;
	top: 2980px;
}

.contentteamothers-aj2 {
	width: 150px;
	left: 10px;
	position: absolute;
	height: 450px;
	top: 3450px;
}

.contentteamothers-aj3 {
	width: 150px;
	left: 10px;
	position: absolute;
	height: 450px;
	top: 3925px;
}

.contentteamothers-josh1 {
	width: 150px;
	left: 10px;
	position: absolute;
	height: 450px;
	top: 1861px;
}

.contentteamothers-josh2 {
	width: 150px;
	left: 10px;
	position: absolute;
	height: 450px;
	top: 2330px;
}

.contentteamothers-josh3 {
	width: 150px;
	left: 10px;
	position: absolute;
	height: 450px;
	top: 2800px;
}
.contentteamothers-tracey1 {
	width: 150px;
	left: 10px;
	position: absolute;
	height: 450px;
	top: 1315px;
}

.contentteamothers-tracey2 {
	width: 150px;
	left: 10px;
	position: absolute;
	height: 450px;
	top: 1790px;
}

.contentteamothers-tracey3 {
	width: 150px;
	left: 10px;
	position: absolute;
	height: 450px;
	top: 2260px;
}

}

.contentlinxbritish-marine {
	width: 150px;
	left: 615px;
	position: absolute;
}




















.contentcrew {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 1250px;
	z-index: 2;
	color: #354A8C;
}

.contentcrewlink1 {
	background-color: #344A73;
	height: 40px;
	width: 118px;
	color: #FFF;
	position: absolute;
	left: 1px;
	top: 15px;
	line-height: 2.6em;
	text-align: center;
	border-radius: 7px;
}
.contentcrewlink2 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 108px;
	left: 121px;
	position: absolute;
	top: 15px;
	text-align: center;
	line-height: 2.6em;
	border-radius: 7px;
}

.contentcrewlink3 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 88px;
	left: 231px;
	position: absolute;
	top: 15px;
	text-align: center;
	line-height: 2.6em;
	border-radius: 7px;
}

.contentcrewtxt {
	width: 94%;
	left: 20px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: justify;
	top: 90px;
}

.contentcrewtxt img{
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
}

.contentcrewtxt1 {
	width: 90%;
	left: 20px;
	margin-top: 0px;
	position: relative;
	height: 120px;
	line-height: 1.8em;
	text-align: left;
	top: 110px;
	vertical-align: middle;
}

.contentcrewtxt1 img{
	float: left;
	margin-right: 20px;
}

.contentcrewtxt2 {
	width: 90%;
	left: 20px;
	margin-top: 0px;
	position: relative;
	height: 130px;
	line-height: 1.8em;
	text-align: left;
	top: 200px;
}

.contentcrewtxt2 img{
	float: left;
	margin-right: 20px;
}

.contentcrewtxt3 {
	width: 90%;
	left: 20px;
	margin-top: 0px;
	position: relative;
	height: 120px;
	line-height: 1.8em;
	text-align: left;
	top: 240px;
}

.contentcrewtxt3 img{
	float: left;
	margin-right: 20px;
}

.contentcrewtxt4 {
	width: 93%;
	left: 20px;
	margin-top: 0px;
	position: relative;
	height: 180px;
	line-height: 1.8em;
	text-align: left;
	top: 300px;
}

.contentcrewtxt4 a:link {
	font-size: 100%;
	color: #354A8C;
	text-decoration: none;
	font-weight: bold;
}

.contentcrewtxt4 a:visited {
	font-size: 100%;
	color: #354A8C;
	text-decoration: none;
}
.contentcrewtxt4 a:hover {
	color: #FF9900;
}

.contentcrewtxt4 a:active {
	font-size: 100%;
	color: #66FF00;
}

.contentcrewsupply {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 870px;
	z-index: 2;
	color: #354A8C;
}

.contentcrewsupplylink1 {
	background-color: #344A73;
	height: 40px;
	width: 86px;
	color: #FFF;
	position: absolute;
	left: 2px;
	top: 15px;
	line-height: 2.6em;
	text-align: center;
	border-radius: 7px;
}
.contentcrewsupplylink2 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 118px;
	left: 90px;
	position: absolute;
	top: 15px;
	text-align: center;
	line-height: 2.6em;
	border-radius: 7px;
}

.contentcrewsupplylink3 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 108px;
	left: 210px;
	position: absolute;
	top: 15px;
	text-align: center;
	line-height: 2.6em;
	border-radius: 7px;
}

.contentcrewsupplylink4 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 150px;
	left: 30%;
	position: absolute;
	top: 770px;
	text-align: center;
	line-height: 2.6em;
	border-radius: 7px;
}

.contentcrewsupplytxt {
	width: 94%;
	left: 20px;
	margin-top: 0px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: left;
	top: 100px;
}

.contentcrewvacancies {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: inherit;
	top: 20px;
	height: 1980px;
	z-index: 2;
	color: #354A8C;
}

.contentcrewvacancieslink1 {
	background-color: #344A73;
	height: 40px;
	width: 80px;
	color: #FFF;
	position: absolute;
	left: 5px;
	top: 15px;
	line-height: 2.6em;
	text-align: center;
	border-radius: 7px;
}
.contentcrewvacancieslink2 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 127px;
	left: 90px;
	position: absolute;
	top: 15px;
	text-align: center;
	line-height: 2.6em;
	border-radius: 7px;
}

.contentcrewvacancieslink3 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 92px;
	left: 222px;
	position: absolute;
	top: 15px;
	text-align: center;
	line-height: 2.6em;
	border-radius: 7px;
}

.contentcrewvacanciestxt {
	width: 94%;
	left: 10px;
	position: relative;
	height: auto;
	line-height: 2.6em;
	text-align: left;
	top: 90px;
	font-size: 90%;
}

.contentcrewregistration {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: inherit;
	top: 20px;
	height: 1650px;
	z-index: 2;
	color: #354A8C;
}

.contentcrewreglink1 {
	background-color: #344A73;
	height: 40px;
	width: 90px;
	color: #FFF;
	position: absolute;
	left: 5px;
	top: 15px;
	line-height: 2.6em;
	text-align: center;
	border-radius: 7px;
}
.contentcrewreglink2 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 118px;
	left: 102px;
	position: absolute;
	top: 15px;
	text-align: center;
	line-height: 2.6em;
	border-radius: 7px;
}

.contentcrewreglink3 {
	color: #FFF;
	background-color: #344A73;
	height: 40px;
	width: 88px;
	left: 228px;
	position: absolute;
	top: 15px;
	text-align: center;
	line-height: 2.6em;
	border-radius: 7px;
}

.contentcrewregtxt1 {
	width: 76%;
	left: 20px;
	right: 10px;
	position: absolute;
	top: 100px;
}

.contentcrewregform {
	position: absolute;
	top: 200px;
	left: 5px;
	width: 310px;
	height: 1629px;
}

.contentlinks {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 1200px;
	z-index: 2;
	color: #354A8C;
}

.contentlinkstxt {
	width: 76%;
	left: 20px;
	position: relative;
	height: auto;
	line-height: 1.8em;
	text-align: justify;
	top: 40px;
}

.contentlinkstxt1 {
	width: 50%;
	left: 20%;
	position: relative;
	height: 1070px;
	line-height: 1.8em;
	text-align: justify;
	top: 70px;
}

.contentlinkstxt1 img{
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.contentcontact {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 670px;
	z-index: 2;
	color: #354A8C;
}

.contentcontacttxt1 {
	position: absolute;
	height: 600px;
	width: 300px;
	left: 10px;
}

.contentcontacttxt1 a:link {
	text-decoration: none;
	color: #354A8C;
}
.contentcontacttxt1 a:visited {
	text-decoration: none;
	color: #354A8C;
}
.contentcontacttxt1 a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: normal;
}
.contentcontacttxt1 a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #66FF00;
}

.contenttestimonials {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 3200px;
	z-index: 2;
	color: #354A8C;
}

.contenttestimonialstxt {
	width: 86%;
	left: 20px;
	margin-top: 0px;
	position: relative;
	height: 3200px;
	line-height: 1.8em;
	text-align: left;
}

.contentdone {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 980px;
	z-index: 2;
	color: #354A8C;
}
.contentdonetxt {
	position: absolute;
	width: 70%;
	height: 200px;
	left: 20px;
}

.contentcv-email {
	background-color: #FFF;
	width: 100%;
	position: relative;
	font-size: 100%;
	left: 0px;
	top: 20px;
	height: 980px;
	z-index: 2;
	color: #354A8C;
}
.contentcv-emailtxt {
	position: absolute;
	width: 70%;
	height: 170px;
	left: 20px;
}

.content404 {
	background-color: #FFF;
	max-width: 100%;
	position: relative;
	font-size: 90%;
	left: 0px;
	top: 0px;
	height: 520px;
	z-index: 2;
	color: #354A8C;
}

.content404txt{
	position: absolute;
	width: 94%;
	height: 312px;
	z-index: 5;
	left: 10px;
	top: 200px;
}

.content404pic {
	position: absolute;
	max-width: 310px;
	z-index: 5;
	left: 0px;
	top: 0px;
}

.content404pic img{
	position: absolute;
	max-width: 320px;
	z-index: 5;
	left: 0px;
	top: 0px;
}

.footer {
	background-color: #354A8C;
	height:230px;
	position: relative;
}
.footercontact {
	height: 150px;
	width: 300px;
	top: 30px;
	left: 10px;
	color: #FFF;
	position: absolute;
}

.footercontact2 {
	height: 30px;
	width: 350px;
	top: 23px;
	left: 310px;
	color: #FFF;
	position: absolute;
}

.footercontact2 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footercontact2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footercontact2 a:hover {
	text-decoration: underline;
	color: #FFFF00;
	font-weight: normal;
}
.footercontact2 a:active {
	text-decoration: none;
	font-size: 100%;
	color: #66FF00;
}

.slrcltd {
	height: 20px;
	width: 200px;
	left: 10px;
	top: 200px;
	position: absolute;
}

.slrcltd a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.slrcltd a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.slrcltd a:hover {
	text-decoration: underline;
	color: #FFFF00;
	font-weight: normal;
}
.slrcltd a:active {
	text-decoration: none;
	font-size: 100%;
	color: #66FF00;
}
.bodyred {
	color: #F00;	
}
.contentcv-emailbutton {
	background-color: #344A73;
	height: 40px;
	width: 150px;
	color: #FFF;
	position: absolute;
	left: 25%;
	top: 225px;
	line-height: 2.6em;
	text-align: center;
	border-radius: 7px;
}
