body {
	margin: 0;
	background-color:#96BADA;
}

/* Header */

#header {
	height: 139px;
	background-image:url(/general/assets/images/bkg_header_strip.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align: center;
	background-color:#FFFFFF;
}

/* top search box */
#header div#search {
	height: 32px;
	width: 351px;
	background-color: #ECF2C2;
	float: right;
	margin: 4px 10px 0 0;
}

/* top search box */
#header div#search1 {
	height: 32px;
	width: 351px;
	background-color: #000000;
	float: right;
	margin: 4px 10px 0 0;
}

#header div#search form {
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	width: 195px;

}
#header div#search form input {
	border: 1px solid #024B80;
	width: 105px;
	font: 70% Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
#header div#search form input.go {
	background-image: url(/general/assets/images/btns/gobtn_up.gif);
	width: 28px;
	height: 21px;
	margin: 3px 0 0 0;
	padding: 0;
	border:0;
}
#header div#search form img.JSgo {
	margin-top: 3px;
}
#header div#search form input.go a:hover {
	background-image: url(/general/assets/images/btns/gobtn_over.gif);
}
#header div#search form label {
	margin: 0 6px 0 0;
}

#header div#search ul {
	list-style: none;
	margin: 8px 0 0 10px;
	padding: 0;
	float: left;
}
#header div#search ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#header div#search ul li.margin {
	margin-right: 15px;
}

#header div#search2 {
	height: 32px;
	width: 351px;
	background-color: #FFFFFF;
	float: right;
	margin: 4px 10px 0 0;
}


/* menu */
#header div#menu {
	clear: right;
	background-image: url(/general/assets/images/bkg_header_menu.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 103px;
	display: block;
}

#header div#logo {
	float: left;
}

#header div#menu ul {
	list-style: none;
	margin: 0;
	padding: 60px 0 0 0;
}

#header div#menu ul#left {
	float: left;
	margin: 0 0 0 50px;
}
#header div#menu ul#left li {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
}

#header div#menu ul#right {
	float: right;
	width: 166px;
	margin-right: 10px;
}
#header div#menu ul#right li {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
}

/* Footer */

#footer {
	background-color: #96BADA;
	padding-bottom: 50px;
}
#footer p {
	color: #014A81;
	margin-top: 16px;
}

#footer div#company {
	float: left;
	width: 255px;
}
#footer div#company p {
	font-weight: bold;
	padding-left: 10px;
}

#footer div#disclaimer {
	float: left;
	width: 495px;
}
#footer div#disclaimer p {
	margin-bottom: 0;
}
#footer div#disclaimer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer div#disclaimer ul li {
	float: left;
	padding-right: 10px;
	font: 70%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #003466;
}

#footer div#top {
	float: left;
	width: 105px;
}
#footer div#top a {
	background-image: url(/general/assets/images/bullet_blue_dark.gif);
	background-position:left;
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: none;
}
#footer div#top a:hover {
	text-decoration: underline;
}

#footer a {
	color: #014A81;
}
#footer a:hover {
	color: #F63;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
}

/* Main content */

#content {
	background-color: #DCE9F1;
}

#contentLeft {
	float: left;
	width: 745px;
}

#contentRight {
	float: right;
	width: 200px;
}

#contentRight img {
	margin-bottom: 5px;
}

/* Home styles */

#homeNews {
	float: left;
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
}

#homeContent {
	float: left;
	width: 490px;
}

#homeContent div.list {
	width: 162px;
	float: left;
}

#homeContent div.list2 {
	width: 240px;
	float: left;
}

#homeContent ul li a {
	text-decoration: none;
}
#homeContent ul li a:hover {
	text-decoration: underline;
}

#homeContent div#box {
	width: 410px;
	height: 100px;
	background-image: url(/general/assets/images/bkg_homebox.gif);
	background-repeat: no-repeat;
	background-position:top;
	margin-bottom: 36px;
}
#homeContent div#box div.column {
	width: 164px;
	float: left;
	padding: 10px 0 0 22px;
}
#homeContent div#box div.column p {
	font-size: 70%;
	margin-bottom: 12px;
}
#homeContent div#box div.column div#shareprice {
	float: left;
	width: 65px;
	height: 22px;
	background-image: url(/general/assets/images/bkg_shareprice.gif);
	text-align: center;
	font: bold 70%/150% Verdana, Arial, Helvetica, sans-serif;
	color: #003466;
}
#homeContent div#box div.column p#small {
	float: left;
	font-size: 55%;
	padding: 5px 0 0 9px;
}

#homeContent div#box div.column form {
	margin: 0;
	padding: 0;
}
#homeContent div#box div.column form select {
	width: 177px;
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	color: #024B82;
	border: 1px solid #93D1CE;
	margin-bottom: 12px;
}

/* Sub page layout */

/* left menu */

#subMenu {
	float: left;
	width: 205px;
}
#subMenu ul {
	width: 200px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #96BADA;
}
#content #subMenu ul li {
	margin: 0;
	padding: 0;
}
#subMenu ul li a {
	border-top: 1px solid #96BADA;
	height: 100%;
	display: block;
	background-image: url(/general/assets/images/btns/arrowblue.gif);
	background-position:right;
	background-repeat: no-repeat;
	text-decoration: none;
/*	line-height: 230%;
	padding-left: 10px;		*/
	line-height: 140%;
	padding: 6px 35px 6px 10px;
}
#subMenu ul li a.active {
	background-color: #96BADA;
	border-bottom: 1px solid #DCE9F1;
	font-weight: bold;
}
#subMenu ul li a.activeSub {
	background-color: #96BADA;
	border-bottom: 0;
	font-weight: bold;
}
#subMenu ul li a:hover {
	background-image: url(/general/assets/images/btns/arrowwhite.gif);
	background-position:right;
	background-repeat: no-repeat;
	background-color: #F63;
	color: #FFF;
}

#subMenu ul li ul {
	border-bottom: 0;
}
#subMenu ul li ul li a {
	background-color: #92D0CD;
	font-size: 140%;
	border-top: 1px solid #DCE9F1;
	padding-left: 20px;
}
#subMenu ul li a.highlight {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(/general/assets/images/btns/arrowwhite.gif);
	
	background-color: #92D0CD;
}
#subMenu ul li a.highlight:hover {
	background-color: #F63;
}

#subMenu ul li ul li a.highlight {
	background-color: #FFF;
	background-image: none;
	font-weight: bold;
	color: #014983;
	padding-left: 20px;
}

#subMenu ul li ul li ul li a {
	background-color: #FFF;
	font-size: 190%;		
/*	border-top: 1px solid #DCE9F1;		*/
	padding-left: 30px;
}

/* Main content right */

#subContent {
	float: left;
	width: 539px;
}
#subContent div#subContentPadder {
	padding: 15px 10px;
}

#subContent div#subContentPadder div.columns {
	float: left;
	width: 259px;
}
#subContent div#subContentPadder div.columns p, #subContent div#subContentPadder div.columns ul {
	padding-right: 10px;
}
#subContent div#subContentPadder div.columns ul li a {
	text-decoration: none;
}
#subContent div#subContentPadder div.columns ul li a:hover {
	color: #FF6634;
	text-decoration: underline;
}

/* shareprice box */
#contentRight div#sharePriceBox {
	width: 180px;
	height: 130px;
	padding: 10px;
	background-image: url(/general/assets/images/sharepricebox2.gif);
	background-repeat: no-repeat;
}

#contentRight div#sharePriceBox p {
	margin-bottom: 8px;
}
#contentRight div#sharePriceBox div#shareprice {
	float: left;
	width: 65px;
	height: 22px;
	background-image: url(/general/assets/images/bkg_shareprice_sub.gif);
	text-align: center;
	font: bold 70%/150% Verdana, Arial, Helvetica, sans-serif;
	color: #003466;
}
#contentRight div#sharePriceBox p#small {
	float: left;
	font-size: 55%;
	padding: 5px 0 0 9px;
	color: #FFFFFF;
}
#contentRight div#sharePriceBox form {
	margin: 0;
	padding: 0;
}
#contentRight div#sharePriceBox form select {
	width: 170px;
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	color: #024B82;
	border: 1px solid #93D1CE;
	margin-bottom: 12px;
}

#contentRight div#sharePriceBox2 {
	width: 180px;
	height: 75px;
	padding: 10px;
	background-image: url(/general/assets/images/sharepricebox2.gif);
	background-repeat: no-repeat;
}

#contentRight div#sharePriceBox2 form {
	margin: 0;
	padding: 0;
}
#contentRight div#sharePriceBox2 form select {
	width: 170px;
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	color: #024B82;
	border: 1px solid #93D1CE;
	margin-bottom: 12px;
}


/* Overall clases */

.clear {
	clear: both;
}
html>body .clear {
	height: 1px;
	display: block;
}

.floatLeft {
	float: left;
	margin: 0 15px 5px 0;
}
.bold {
	font-weight: bold;
}
.small {
/*	font-size: 80%;		*/
	font-size: 9px;
}

div.formIntro {
	height: 40px;
	width: 495px;
	background-image:url(/general/assets/images/bkg_divider.gif);
	background-position: top;
	background-repeat:no-repeat;
}
div.formIntro p {
	float: left;
}
div.formIntro h2 {
	float: right;
	margin: 13px 0 0 0;
}

/* Overall styles */

h2 {
	font: bold 75% Verdana, Arial, Helvetica, sans-serif;
	color: #003466;
	margin: 20px 0 20px 0;
}
h2.h2_news {
	margin: 0;
}

p.p_newsLink {
	padding-bottom: 20px;
	border-bottom: 1px solid #FFFFFF;
}
p.p_newsLink a {
	padding-left: 20px;
	background-image: url(/general/assets/images/bullet_blue.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
}
p.p_newsLink a:hover {
	text-decoration: underline;
}

p {
	font: 70%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #003466;
	margin: 0 0 20px 0;
	padding: 0;
}

label {
	font: 70%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #003466;
}

#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#content ul li {
	font: 70%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #003466;
	margin: 0 0 15px 0;
	padding: 0;
}
/* styles applicable only to arrow bullet lists */
#homeContent ul, #subContent ul {
	list-style: url(/general/assets/images/bullet_blue.gif);
	margin: 0 0 0 16px;
}
#subContent ul li a {
	text-decoration: none;
}
#subContent ul li a:hover {
	text-decoration: underline;
}

#subContent ul.snail {
	margin-top: 55px;
}
#subContent ul.snail li {
	font-size: 60%;
}
#subContent ul.snail li a {
	text-decoration: none;
}
a {
	text-decoration: underline;
	color: #003466;
}
a:hover {
	text-decoration: none;
	color: #F63;
}
a.arrow {
	padding-left: 20px;
	background-image: url(/general/assets/images/bullet_blue.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
}
a.arrow:hover {
	text-decoration: underline;
}


a.news {
	text-decoration: none;
	color: #003466;
}
a.news:hover {
	text-decoration: none;
	color: #F63;
}

/* Careers form */

form#frm_jobs input, form#frm_jobs select {
	margin-top: 5px;
	border: 1px solid #91D0CD;
/*	font: 70% Verdana, Arial, Helvetica, sans-serif;			*/
	color: #003466;
	background-color: #FFFFFF;
}

div.frmTopLine {
	margin-bottom: 0;
	height: 100%;
	display:block;
}
html>body div.frmTopLine {
	margin-bottom: 20px;
}
div.frmTopLine label {
	float: left;
	margin-right: 20px;
}
div.frmTopLine input {
	width: 120px;
}
div.frmTopLine select {
	width: 60px;
}

form#frm_jobs div.col1 {
	float: left;
	width: 263px;
}
form#frm_jobs div.col2 {
	float: left;
	width: 230px;
}
form#frm_jobs div.col1 input, form#frm_jobs div.col2 input, form#frm_jobs div.col1 select, form#frm_jobs div.col2 select {
	width: 230px;
}
form#frm_jobs div.col1 select.small {
	width: 100px;
}

form#frm_feedback div.col1 {
	float: left;
	width: 263px;
}
form#frm_feedback div.col2 {
	float: left;
	width: 230px;
}
form#frm_feedback div.col1 input, form#frm_feedback div.col2 input, form#frm_feedback div.col1 select, form#frm_feedback div.col2 select {
	width: 230px;
}
form#frm_feedback div.col1 select.small {
	width: 100px;
}

.photoHolder {
	float: left;
	padding: 0 15px 5px 0;
	height: 150px;
	width: 200px;
}
.photoHolder div.caption {
	display: block;
	height: 22px;
	background-image: url(/general/assets/images/ed_herfordshire_caption.jpg);
	padding: 8px 0 0 50px;
	font: 65% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.photoLibraryBox {
	float: left;
	width: 173px;
}
.photoLibraryBoxSmall {
	float: left;
}
.photoLibraryBox p, .photoLibraryBoxSmall p {
	font-size: 55%;
	margin-top: 10px;
}
p.photoRef {
	font-size: 80%;
	margin-top: 6px;
}

.fleet_calc {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #003466;
	margin: 20px 0 20px 0;
}

