html {
    scrollbar-arrow-color: #ffffff; 
    scrollbar-base-color: #3375ce; 
}

body {
    margin: 0px;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 80%;
}

.titleimage {
    display: block;
}

h1,h2, h3, h4 {
    color: #0076BE;
}

h1 {
    font-size: 18px;
}

a {
    text-decoration: none;
}

a img {
    border: 0px;
}

a:visited {
    color: #0076BE;
}

a:hover {
    text-decoration: underline;
}

sup.reg {
    font-size: 1em;
}

img.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

img.imgright {
    float: right;
    padding-left: 10px;
    margin-bottom: 5px;
    display: block;
    zoom: 1;
}

/* HEADER */

#topline {
    text-align: right;
    color: #0076BE;
    font-size: 14px;
    padding: 1px 5px 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: 200px; 
  margin: 0px;
  padding: 0px;
}

#toplogo {
    float: left;
    margin: 0px 27px 15px 0px;
  position: absolute;
  top: 17px;
  left: 19px;
}

#rightheader {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px 0px 0px;
    width: 220px;
    text-align: right;
}

#rightheader a {
    text-decoration: none;
    font-size: 12px;
}

#rightheader span {
    position: absolute;
    top: 10px;
    right: 95px;
}

#topnav {
  list-style-type: none;
  color: white;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left: 206px;
  margin: 0px !important;
  padding: 0px !important;
}


#topnav li {
  margin: 0px;
  float: left;
  padding: 0px;
}

#topnav li a {
  padding: 2px 7px 2px 7px;
  line-height: 20px;
  background-color: #0076BE;
  margin: 0px;
}

#topnav li a:hover {
  text-decoration: none;
  background-color: #3375CE;
}

#topnav li a.highlighted {
  background-color: #3375CE;
}

/* SIDEBAR */

#sidebar {
    float: left;
    width: 193px;
}

#leftmenu, #lefttestimonials {
    background-color: #4789C8;
}

#leftmenu {
    margin-bottom: 0px;
}

#leftmenu ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    width: 193px;
    margin-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#sidebar ul li {
    padding-left: 18px;
    padding-bottom: 5px;
}

#sidebar ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

#lefttestimonials {
    color: #4789C8;
    margin-top: 5px;
}

#lefttestimonials p {
    padding: 0px 5px 5px 5px;
    margin-top: 5px;
}

#lefttestimonials a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}



/* CONTENT */

#content {
    margin-left: 193px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 20px;
    position: relative;
    zoom: 1;
}

#content a {
    color: #3375CE;
}

#breadcrumbs {
    margin-top: 0px;
    font-weight: bold;
    color: #3375CE; 
}

#content h1 {
    margin-top: 0px;
}

#content ul li {
    list-style-type: square;
}

#enquiry_number {
    position: absolute;
    right: 20px;
    font-weight: bold;
    top: 5px;
    color: #0076BE;
    font-size: 1.3em; 
}

/* FOOTER */

#footer {
    clear: both;
}

#footerlinks {
    text-align: center;
    background-color: #0076BE;
    padding: 5px;
    height: 15px;
}

#footerlinks a {
    color: #FFFFFF;
    text-decoration: none;
}
   
#footercopyright {
    background-color: #aab7db;
    text-align: center;
    color: #3375ce; 
    font-size: 11px;
    padding: 5px;
} 

#footercopyright a {
    color: #0076BE;
    text-decoration: none;
}


/* PROGRAMMES BENEFITS */

#benefits {
	background-color: #4789C8;
	float: right;
	width: 140px;
	margin-right: 5px;
	margin-left: 10px;
	zoom: 1;
	display: block;
}
#benefits ul {
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 10px;
}

/* FORMS */

.button { 
    background: #0076BE; 
    color: #ffffff; 
}
.buttonOn { 
    background: #99bae7; 
    color: #000000; 
}

input { 
    color: #000000; 
    background: #eeeeee; 
    border: 1px #000000 solid;
}


.centretext {
    text-align: center;
}

/* 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;
}

/* PROGRAMME PAGES */
.programme_head_image {
    float: right;
    padding-left: 5px;
    display: block;
}

#programme_content {
    background-color: #4789C8;
    border: 1px solid #4789C8;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#programme_content td {
    background-color: #4789C8;
    padding: 2px 4px 2px 4px;
    text-align: left;
}
#programme_content th {
    background-color: #4789C8;
}

.menutable td {
    padding: 5px;
    vertical-align: top;
}
.menutable {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.menutable a img {
    border: 0px;
    display: block;
}

h1 sup.reg {
    font-size: 0.8em !important;
}


/* NEWS */

.newsitem {
    padding-bottom: 15px;
}

.newsitem img {
    float: left;
}

.newsitem h3 {
    margin-bottom: 0px;
    font-size: 16px;
}

.newsitem p, .newsitem h3 {
    margin-left: 130px;
    margin-top: 0px;
}

#newspics {
    float: right;
    text-align: center;
    padding-right: 10px;
    width: 350px;
    margin-bottom: 15px;
    display: block
    zoom: 1;
}
#newspics img {
    padding-top: 5px;
    display: block;
    zoom: 1;
}

.newsinfo {
    color: #0076BE;
    font-size: 14px;   
}

#content #filelinks li {
    font-size: 14px;
    list-style-type: none;
}

#filelinks {
    margin-left: 0px;
    padding-left: 0px;
}

#newstext {
    zoom: 1;
    padding-right: 10px;
}


/* STAFF */

.profilephoto {
    border: 1px solid black;
    float: left;
    margin-right: 10px;
}

.profileitem {
    margin-left: 150px;
}

h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}

h3 a {
    font-size: 11px;
}
ul {
    margin-top: 0px;
}
h2.regiontitle {
    font-size: 14px;
    font-weight: normal;
}

h2.regiontitle a {
    font-size: 11px;
}

/* REQUEST CALLBACK */

#requestcallback {
    background-color: #4789C8;
    margin-top: 10px;
}

#requestcallback h3 {
    color: #FFFFFF;
    background-color: #4789C8;
    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;
}

#content #benefits .column {
	color: #FFF;
}
