html {

    scrollbar-arrow-color: #ffffff;
    scrollbar-base-color: #3375ce;
}

body {
    margin: 0px;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 80%;
    min-width: 950px;
}

.titleimage {
    display: block;
}

h1,h2, h3, h4 {
    color: #0052C2;
}

h1 {
  font-size: 18px;
  margin-bottom: 12px;
}

a {
    text-decoration: none;
}

a img {
    border: 0px;
}

a:visited {
    color: #0052C2;
}

a:hover {
    text-decoration: underline;
}

.tight {
  margin-top: 0px;
  margin-bottom: 0px;
}


li a {
  color: #0052c2;
}

h3 a {
  color: #0052c2 !important;
}

.centreimage {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  margin-bottom: 10px;
}   

.centretext {
    text-align: center;
}

/* HEADER */

#topline {
    text-align: right;
    color: #0052C2;
    font-size: 14px;
    padding: 1px 9px 1px 2px;
}

#header {
    background-color: #0076BE;
    height: 108px;
  margin: 0px 0px 5px 0px;
    position: relative;
}

#header a {
    color: #FFFFFF;
}

#strapline {
  position: absolute;
  top: 40px;
  left: 215px;
  margin: 0px;
  padding: 0px;
}

#topnav {
  list-style-type: none;
  color: #FFFFFF !important;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left: 206px;
  margin: 0px;
  padding: 0px;
}

#topnav li {
  margin: 0px;
  float: left;
  margin: 0px;
}

#topnav li a {
  padding: 2px 7px 2px 7px;
  background-color: #0076BE;
  line-height: 20px;
  margin: 0px;
}

#topnav li a:hover {
  background-color: #0076BE;
  text-decoration: none;
}

#topnav li a.highlighted {
  background-color: #0076BE;
}

#toplogo {
    float: left;
    margin: 0px 27px 15px 0px;
  position: absolute;
  top: 17px;
  left: 19px;
}

#rightheader {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 10px 0px 0px;
}

#bfa {
  position: absolute;
  top: 13px;
  right: 10px;
}

#number {
  position: absolute;
  right: 78px;
  top: 5px;
}



/* SIDEBAR */

#sidebar {
  width: 193px;
  float: left;
}

#leftmenu, #lefttestimonials {
  background-color: #4789C8;
  margin-bottom: 0px;
  color: #FFFFFF;
  padding-bottom: 4px;
}

#leftmenu p {
  margin: 2px 0px 0px 2px;
}

#leftmenu ul {
  color: #FFFFFF;
  list-style-type: square;
  margin: 0px 0px 2px 10px;
  padding: 0px 0px 2px 10px;
}

#leftmenu ul li {
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 2px;
}

#lefttestimonials {
    color: #FFFFFF;
    margin-top: 5px;
}

#lefttestimonials p {
  margin-top: 5px;
  padding-left: 5px;
  margin-bottom: 3px;
}

#lefttestimonials a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#pdf_logo {
  float: left;
  padding-top: 10px;
  padding-left: 5px;
}

#pdf_text {
  font-size: 11px;
  margin-left: 65px;
  margin-top: 20px;
}

/* CONTENT */

#content {
    margin-left: 193px;
    padding-left: 13px;
    padding-right: 13px;
    zoom: 1;
    padding-bottom: 20px;
}

#content a {
    color: #3375CE;
}

#breadcrumb {
  margin-top: -1px;
  font-weight: bold;
  color: #3375CE;
  margin-bottom: 10px;
}

#content h1 {
    margin-top: 0px;
  padding-top: 0px;
}


/* FOOTER */

#footer {
    clear: both;
}

#footerlinks {
    text-align: center;
    background-color: #0052C2;
    padding: 5px;
}

#footerlinks a {
    color: #FFFFFF;
    text-decoration: none;
}

#footercopyright {
    background-color: #aab7db;
    text-align: center;
    color: #3375ce;
    font-size: 11px;
    padding: 5px;
}

#footercopyright a {
    color: #0052c2;
    text-decoration: none;
}

/* CONTACT PAGE */
#contacttable th {
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
    font-weight: normal;
}
#contacttable {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
form {
    text-align: center;
}

.noborder {
    border: 0px;
}

#contacttable th.boldheader {
    font-weight: bold;
}

/* FORMS */

.button { 
    background: #0052c2; 
    color: #ffffff; 
}
.buttonOn { 
    background: #99bae7; 
    color: #000000; 
}

input { 
    color: #000000; 
    background: #eeeeee; 
    border: 1px #000000 solid;
}

textarea {
    color: #000000; 
    background: #eeeeee; 
    border: 1px #000000 solid;
}

/* REQUEST CALLBACK */

#requestcallback {
    background-color: #4789C8;
    margin-top: 10px;
}

#requestcallback h3 {
    color: #FFFFFF;
    background-color: #0052c2;
    margin-top: 0px;
    font-size: 1.2em;
    padding: 5px;
    margin-bottom: 0px;
}

#requestcallback p {
    padding: 10px 10px 10px 20px;
    margin-top: 0px;
}

#requestcallback a {
    color: white;
}
