/* CSS Document */
html {
  height: 100%;
}

body {
	background-color: #1e3765;
	padding: 0px;
	margin: 0px;
	/* margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	height: 100%;
}

table {
  font-size: 1em;
}

p {
  text-align: left;
  padding-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #ffffff;
}

#outerTable {
  width: 100%;
  height: 100%;
}

#outerCell {
/*
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  text-align: center;
*/
  width: 100%;
  height: 100%;
  /* position: relative; */
}

#innerDiv {
  position: relative;
  width: 980px;
  height: 680px;
  background-color: #f79239;
  border: 3px #d9d7e2 solid;
}

#powered {
  position: absolute;
  right: 0px;
  bottom: -33px;
  text-align: left;
}

a span.etailorRed {
  color: #ff0000 !important;
}

#header {
  height: 175px;
  background: url('images/header_bg.jpg') no-repeat top left;
}

#logo {
  float: left;
  display: inline;
  margin: 45px 0 0 24px;
  
}

#regulated {
  float: left;
  margin-top: 45px;
  margin-left: 355px;
  display: inline;
}

#introduction, #investment, #commercial, #personal, #property, #contact {
  float: left;
  margin-top: 72px;
  margin-right: 14px;
  display: inline;
  border: 0;
}

#content {
  position: relative;
  height: 410px;
  background: url('images/bulb_bg.jpg') no-repeat top right;
}

#content img {
  float: left;
  z-index: 9;
}

#content #textual {
  float: left;
  display: inline;
  width : 687px;
  padding: 4px 20px 10px 40px;
  font-size: 14px;
  line-height: 1.6em;
  color: #1e3765;
}

#content #textual.smallerfont {
  font-size: 12px;
  line-height: 1.2em;
}

#textual p {
  margin-top: 0;
  padding-top: 10px;
}

#textual form {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fieldname {
  text-align: left;
}

.field {
  text-align: left;
}

input {
  margin-top: 1px;
  margin-bottom: 1px;
}

#contactdetails {
  width: 233px;
  height: 290px;
  position: absolute;
  z-index: 10;
  top: 120px;
  left: 0px;
  /* padding-left: 20px; */
  color: #1e3765;
}

#contactdetails a {
  color: #1e3765;
}

#contactdetails span {
  font-size: 14px;
}

#fm_contact h1 {
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 20pt
}

#fm_contact .crit {
  font-size: 12pt;
  font-weight: bold;
  color: #F00;
  margin-bottom: 10pt;
}

#fm_contact .returnlink {
  font-size: 12pt;
  margin-top: 20pt;
  margin-bottom: 20pt;
}

#fm_contact .returnlink a, #fm_contact a, #contact a, #contact_text a {
  color: #1e3765;
}


.showit {
  display: block !important;
}

.hideit {
  display: none !important;
}

#strapline_semi {
  position: absolute;
  z-index: 5;
  top: 570px;
  left: 275px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: .50;
}

#footer {
  position: relative;
  height: 75px;
  text-align: left;
  padding-top: 20px;
}

#footer img {
  margin-left: 325px;
  display: inline;
}

#bottomnav {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 980px;
  height: 20px;
  background: #1e3765;
  text-align: center;
  line-height: 20px;
}

#bottomnav a {
  color: #ffffff;
}

#bottomnav a:link, #bottomnav a:visited {
  text-decoration: none;
}

#bottomnav a:hover, #bottomnav a:active {
  text-decoration: underline;
}

#bottomcontact {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 980px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #1e3765;
  font-weight: bold;
}

#bottomcontact a {
  color: #1e3765;
}

#bottomcontact a:link, #bottomcontact a:visited {
  text-decoration: none;
}

#bottomcontact a:hover, #bottomcontact a:active {
  text-decoration: underline;
}

.orange {
  color: #f79239;
}

#bottomnav .orange {
  margin-left: 20px;
  margin-right: 20px;
}

.clearr {
  clear: right;
}

.clearall {
  clear: both;
}

span[class=clearall] {
  display: block;
  height: 0px;
}

.preload {
  display: none;
}
