/**************** Colours ****************************/
/*
colour1 Dark Grey: #08365d
colour2 Bright Orange: #fe2e08
colour3 Pale Grey : #acabac
color4 Paler Orange: #fe8c24
color5 Deep Orange: #c52508
*/
/**************** Style Resets **********************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address {margin:1em 0;}
li, dd, blockquote {margin-left:1em;}
html, body, fieldset {font:100.1%/120% Verdana, Arial, Helvetica, sans-serif;}
input, select, textarea {font-size:100.1%;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
form label{cursor:pointer;}
fieldset, img{border:none;}
table{border-collapse:collapse; border-spacing:0;}
ul li {list-style-type:square;}
hr {height: 1px; background-color: #E5E5E5;  color: #E5E5E5;   border: none;  padding: 0; margin: 1em 1em;}

/**************** General rules *********************/

html{height:100%; }
body {height:101%; line-height:150%;color: #08365d; text-align: center; background-color:#efefef;}

/**************** General Links ***********************************/
a:link            { color: #08365d; text-decoration: none;border-bottom:1px solid #217e27;}
a:visited         { color: #08365d; text-decoration: none;border-bottom:1px solid #ccc;}
a:focus, a:hover, a:active {color: white;background-color:#08365d;border-bottom:1px solid #fff }

/********************** Navigation ******************/

/* Horizontal Menu */
#navlist{margin:0;background-color:#467ca8;}
#navlist ul {margin:0;padding:0;}
#navlist li{list-style: none;background: url(../images/navstripe.jpg) right bottom no-repeat;margin:0;padding:5px;}
#navlist a {font-weight:bold;color:#555;display:block;text-decoration:none;border-bottom:none;}
#navlist a:link, #navlist a:visited {  border-bottom:none;color:#fff ; display:block;text-decoration: none; padding-left:10px;}
#navlist a:hover, #navlist a:focus, #navlist a:active {color: #08365d;background-color:white;padding-left:10px;}




/***************** Image Replacement ****************/

/* General IR statements */
.replace {position: relative; overflow: hidden; margin: 0;padding: 0;   font-size: 100%; }
.replace em {     display: block;   position: absolute;  top: 0;  /* left: 0; */ z-index: 1;    /* for opera5 (?) and o6/mac */     }
/* General IR statements for IE5.x mac only */
* html>body .replace {  position: static; overflow: visible;   font-size: 10px;  /* for ie5.x/mac */  }
* html>body .replace em  { position: static; }
* html>body .replace a {text-decoration: none;  /* ie5.0-5.1.x/mac  must have this value or the underline shows through the image. */   }
/* Each pair of statements per instance of IR */
#myh1, #myh1 em {font-color:#555;padding-bottom:0; background-color:#ggg;     width: 200px;     height: 185px; background: url(../images/logo3.jpg) top left no-repeat;}
* html>body #myh1 em { /* for ie5.x/mac only */ margin-bottom: -185px;   /* Required to bring text underneath image. Use the negative height of the image here.*/  }

/***************** Headings ********************/

/* h1 {font-size:110%; color: #000; font-weight:normal;} */
h2 {font-size:140%; color: #fff; font-weight:normal;background-color:#217e27;display:block;height:2em;margin-top:0;padding:5px 5px 0 5px;}
h3 {font-size:140%; color:#08365d;font-weight:normal;}
h4 {font-size:140%; color:#08365d;font-weight:normal;}
#sidebar h3 {font-size:140%; color: #fff; font-weight:normal;background-color:#08365d;display:block;height:2em;margin-top:0;padding:5px 5px 0 5px;}
#sidebar h4 {font-size:140%; color: #fff; font-weight:normal;margin-left:10px;}
#content h3, #content h4 {margin-bottom:;}
/***************** Page Sections *********************/

#container { margin:2em auto;text-align:left; background:#fff url(images/) top center no-repeat; width:60em; max-width:92%;font-size:76%;padding:0 ;border-left:30px solid white;border-right:30px solid white;border-bottom:30px solid white;}

#skip {font-size:80%;   text-align:right; color:white;   margin-bottom:0;}
#skip li {display:inline;  list-style-type: none;  padding: 0 0 0 1em;  }
#skip li a:link, #skip li a:visited  {border:none; color:#08365d; padding:5px;   }
#skip li a:focus, #skip li a:hover, #skip  a:active { border:none;color:#fff;    padding:5px;}

#mainbox {clear:both;overflow:hidden; background: url(../images/orangestrip.gif) 68% top repeat-y;}
#mid {background-color:#fff ;overflow:hidden;width:100%;}
#home #banner {width:68%;height:185px;float:left;background:#fff url(../images/pic1.jpg) left top no-repeat; }
#strapline {width:30%;height:185px;float:right;background:#08365d url(../images/orangefade.jpg) left top repeat-y; }
#strapline p  {color:white;font-family: "Trebuchet MS", Verdana, sans-serif;margin:10px;font-size:150%;line-height:150%;}

img.printlogo {display:none;}
#content p {margin-right:20px;}
#content {width:70%;float:left;margin:0;max-width:70%;background-color:white;}
#content img {float:right; clear:both;padding:6px;border:1px solid #e2e2e2;color:#333;background:#fff;margin: 0 0 5px 4px;}
#content ul  {margin-left:5px;margin-right:20px;}


#sidebar {width:30%;float:right;margin:0;background-color:#467ca8;}
#sidebar img {}
#sidebar p {color:white;margin-right:10px;margin-left:10px;}
#sidebar ul#links  {color:white;margin-left:8px;padding-left:8px;margin-right:10px;}
#sidebar ul#links li a:link, #sidebar ul#links li a {color:white;}
#footer {clear:both; padding:1em 0 1em 0;border-top: 1px solid #ccc;overflow:hidden;}
#footer .left {float:left; width:40%;text-align:left;}
#footer .right {float:right; width:60%; text-align:right;}
#addresslist  {}
#addresslist dt {font-weight:bold;}
#addresslist dd {font-weight:normal;margin-bottom:8px;margin-left:0;}
#mainbox img.icon {float:none;padding:0;margin:0;border:none;}
#home #banner {width:68%;height:185px;float:left;background:#fff url(../images/pic1.jpg) left top no-repeat; }
#why #banner {width:68%;height:185px;float:left;background:#fff url(../images/slide1.jpg) left top no-repeat; }
#services #banner {width:68%;height:185px;float:left;background:#fff url(../images/photo3.jpg) left top no-repeat; }
#contact #banner {width:68%;height:185px;float:left;background:#fff url(../images/slide1.jpg) left top no-repeat; }

/*************** Other bits *************/


/*************** Forms ******************/


#contactformh3 {margin-bottom:0;padding-bottom:0;}

#gbcf-form{ clear:both; color: #08365d;    margin: -5px 0 0 -5px;    width: 90%; }
#gbcf-form fieldset { margin-top:0px;  border: 1px solid #136305;padding:12px 8px 8px 8px;margin-bottom:15px; }
#gbcf-form legend {  font-weight:bold; color:#136305;padding-bottom:5px;}
#gbcf-form #formwrap{border:none;}
.main-legend {font-size:130%;margin-bottom:0; color:#19598e;font-weight:normal;font-family:"Trebuchet MS", Helvetica, sans-serif;}

#gbcf-form input {   background: #fff;    border: 1px solid #777;    width: 80%;    padding: 5px 3px 5px 3px;    vertical-align: middle;    margin: 0 0 5px 0; }
#gbcf-form textarea {   background: #FFF;    border: 1px solid #777;    width: 80%;    margin-left: 0;    font-size: 130%;    padding: 3px;    vertical-align: middle; }
#gbcf-form input.button {   border: 1px solid #fff;    clear: both;    color: white;    font-size: 100%;    width: 30%;    margin: 10px 0 20px 0;    font-weight: bold;   background: #217e27 url(../images/greenbar.gif) left bottom repeat-x; }
#gbcf-form input:hover, #gb_form_div textarea:hover {   border: 1px solid #777;    }
#gbcf-form input.button:focus, #gb_form_div input.button:hover, #gb_form_div input.button:active {   clear: both;    color: #0e0a22;    font-size: 100%;    width: 30%;    margin: 10px 0 20px 0;    font-weight: bold;   background: #08365d url(../images/greenbar.gif) left top repeat-x;  }
#gbcf-form input.short {width:10%;}
.required {   color: #c2537a;    font-weight: normal;    margin-left: 10px; }
.validationerrors ol {   color: #000;    margin-left: 20px;    padding-left: 15px;    margin-bottom: 10px; }
#enquiryErrorID  a:focus, #enquiryErrorID  a:hover, #enquiryErrorID  a:active {   background-color: #538b37;    color: white; }

#gbcf-form input.text-short {width:20%;}

#form-div {margin:-10px 0 0 0;}

/***************** Clearfix ****************/

.clearfix:after { content:".";  display:block;  height:0;  clear:both;   visibility:hidden;  }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
