/****************** css resets and clearfix ******************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
:focus{outline:0;}
ul,ol { list-style:none; }
:link,:visited { text-decoration:none; }
/*clear fix*/
.clear{display:block;_height:1%;}
.clear:before,.clear:after {
    display:block;
    content:"";
    height:0;
    font-size:0;    
    visibility:hidden;
    overflow:hidden;
}
.clear:after {
    clear:both;
}
* html .clear{ zoom: 1; } /* IE6 */
*:first-child+html .clear{ zoom: 1; } /* IE7 */
/****************** end css resets and clearfix ******************/
/****************** main layout ******************/
/* type */
h1{
    font-size:2.2em; font-weight:lighter; color:#005cab;
    line-height:1.1;    
    margin:0 0 0.5em;
}
h2{
    font-size:1.1em; font-weight:lighter; color:#005cab;
    line-height:1.2;
    margin:1em 0;
}
h2 + p{
    margin-top:-1em;
}
h3{
    font-size:1.2em/1 bold;
    margin:1em 0;
}
p{margin:0.3em 0 0.7em;}
/* end type */
html,body{height:100%;margin:0 0 1px;}
body{
  font-family:arial;
  width:100%;
  font-size:62.5%;
  color:#6d6f71;
  line-height:1.6;
  text-align:center;
  background:#72AACF url(../siteimages/background.jpg) repeat fixed;
}
#wrapper{
    font-size:1.2em;
    margin:0 auto;
    text-align:left;
}
#wrapper,#navmenu-wrapper{width:100%;}
#header,.copy-wrapper,#footer{
    width:955px;
    margin:0 auto;
}
/****************** end main layout ******************/
/****************** header ******************/
#header-wrapper{
    width:100%; height:105px;
    margin:0;padding:0;
    /*background:transparent url(/siteimages/header-wrapper-bg.png) 0 0 repeat;*/
}
.header{
    width:955px;
    margin:0 auto;
}
h1.logo{
    float:left;
    width:152px; height:80px;   
    margin:14px 0 14px; 
    text-indent:-9999px;
    background:transparent url(../siteimages/logo.png) 0 0 no-repeat;
}
h1.logo a{
    display:block;
    height:100%;    
}
.tagline{
    float:right;
    font-family:arial, v; font-size:2.3em;font-style:italic;color:#00529B;
    text-align:right; line-height:1;
    margin:14px 0 0 0;
    
}
/****************** banner ******************/
#banner {
  position:relative; top:24px;
    width:929px; height:360px;
    margin-left:24px;
}
#banner img {
  position:absolute; top:0px; left:0px;
  width:930px; height:362px;
}
/****************** navbar ******************/
#navmenu-wrapper{
    height:29px;
    background:transparent url(../siteimages/navbar-bg.png) 0 0 repeat;
}
.navmenu{
    width:980px; height:27px;
    margin:0 auto;   
}
.navmenu li{float:left;
     position:relative;   
    padding-right:18px;    
    background:url(../siteimages/navmenu-seperator.png) right center no-repeat; 
}
.navmenu li.last-child{
    padding:0;
    background:none;
}
.navmenu li > ul{
    display:none;
    position:absolute; left:12px; z-index:9;
    width:265px;
    background:#0A417F;    
    -moz-box-shadow:2px 2px 7px #000;
    -webkit-box-shadow:2px 2px 7px #000;
    -o-box-shadow:2px 2px 7px #000;
    box-shadow:2px 2px 7px #000;
}
.navmenu li > ul li{
    background:none;width:250px;
}
.navmenu li:hover ul{
    display:block;
}
.navmenu li a{
    display:block;
    font-size:1.25em; font-family:arial; color:#fff;
    padding:2px 0 0 12px;
}
.navmenu li a:hover,.navmenu li a:focus,.navmenu li a.active{
    color:#28aae2;
}   
.navmenu li a span{
    color:#28aae2;
} 
/****************** end navbar ******************/
/****************** content ******************/
#content{
    margin:15px auto 25px;
}
.copy-wrapper{
    margin:12px auto 0;
}
.copy-panel-left{
    float:left;
    width:627px; min-height:310px;
    padding:12px;
    background:#fff;
}  
.copy-panel-left h2{
    font-size:1.4em;
}
.copy-panel-left ul,.copy-panel-right ul{
    font-size:1.2em;line-height:1.4;
    list-style:disc;
    margin:10px 0 10px 40px;
    color:#0B4C91;
}  
.copy-panel-right{
    float:right;
    width:248px; min-height:308px;
    padding:12px;padding-left:18px;padding-right:18px;
    border:1px solid #fff;
    background:#d1d2d4;
}
.copy-panel-left a{
    font-style:italic; color:#28aae2;
    text-decoration:underline;
}
.copy-panel-right a{
    font-style:italic; color:#005cab;
    text-decoration:underline;
}
.copy-panel-left a:hover,.copy-panel-left a:focus,
.copy-panel-right a:hover,.copy-panel-right a:focus{
    color:#005cab;
}
.sub-copy-wrapper{
}
.reg{
    position:relative; top:-10px;
    font-size:0.7em;
}
/****************** end content ******************/
/****************** footer ******************/
#footer{
    color:#fff;
    height:93px;
    margin-bottom:22px;
    background:transparent url(../siteimages/footer-bg.png) 0 0 repeat-x;
}
#footer h2{
    color:#fff;
    margin:0 0 7px;
}
#footer p{
    font-family:arial; font-size:1.1em; color:#28aae2;
    margin:0;
}
.social-media-wrapper{
    float:left;
    width:350px;
    margin:10px 0 0 15px;
}
.social-media-wrapper li{
    float:left;
    margin-right:12px;
}
.footer-utilities{
    float:right;
    font-family:arial; font-size:1em;
    text-align:right;
    width:575px;
    margin:10px 15px 0 0;
}
.utilities{
    float:right;    
}
.utilities li{
    float:left;  
    padding:0 7px 0 10px;
    background:transparent url(../siteimages/footer-utilities-seperator.png) 0 center no-repeat;
}
.utilities li:first-child{
    background:none;
}
.utilities li a{
    display:block;
    color:#fff;
}
.utilities li a:hover,.utilities li a:focus{
    color:#28aae2;
}
.footer-utilities address{
    font-size:.9em; font-style:normal;
    line-height:1.3;
    margin:23px 0;
}
.footer-utilities address a{
    text-decoration:none;
  color:#fff;
}

.footer-utilities address a:hover{
    text-decoration:none;
  color:#005cab;
}
/****************** end footer ******************/
/****************** FAQs Accordian ******************/
#toggle {
    float:left; 
    width:600px;min-height:310px;
    list-style:none;
}
#toggle li{
    list-style:none;    
    margin:7px 0;
}
#toggle li h2 {
    display:block;
    font-size:1.3em;color:#005cab;
    text-decoration:none; 
    padding:0 0 0 30px;
    border-bottom:1px dashed #005cab;
    background:transparent url(../siteimages/toggle-arrow-sprite.png) 0 4px no-repeat;
}
#toggle li h2:hover,#toggle li h2.active {
    font-size:1.3em;font-weight:bold;color:#005cab;cursor:pointer;
    background:transparent url(../siteimages/toggle-arrow-sprite.png) 0 -20px no-repeat;
}
#toggle li ul {display: none;}
#toggle li ul li p {
    font-size:0.9em;color:#6d6f71;line-height:1.2;
}    

/***************************************
    5C. MEDIA CENTRE
****************************************/
/*left*/
.pagination{
    position:relative;
   width:150px;
    
}
.pagination a.page-number{
    display:block;
    padding:2px 0 0 135px;
}
.pagination a.next{
    position:absolute; top:0; right:0;
    display:inline-block;
    width:15px; height:14px;   
    padding:4px 0;
    background: transparent url(../siteimages/pagination-next.png) 0 center no-repeat;text-decoration:none;
}
.pagination a.previous{
    position:absolute; top:0; right:20px;
    display:inline-block;
    width:15px; height:14px;   
    padding:4px 0;
    background: transparent url(../siteimages/pagination-previous.png) 0 center no-repeat;text-decoration:none;
}

/*.media-centre li a:hover span,.media-centre li a:focus span ,.media-centre li a.active span{
    text-indent:-9999px;
}
.media-centre li{
    height:100px;
}*/

ul.media-centre, ol.media-centre{ list-style:none; }

.media-centre li a
{text-decoration:none;}

.media-centre li a span{
    display:inline-block;
    /*float:right;*/
    color:#333333;
}
/*right*/
.media-centre-top{
    position:relative;
    width:590px; height:192px;
    margin:12px 0 0;

}
.media-centre-top img.news-feed{
    float:right
}
.media-centre-heading{
    position:absolute; bottom:0;
}

.media-centre-heading h3{
    padding-bottom:10px;
}

.media-centre-copy{
    width:590px;   

}
.media-centre-copy p.bold{
    font-weight:bold;
}
.further-info{
    width:590px;   
}
.further-info p span{
    display:block;
    font-weight:bold;
}
/* text toggle*/


.copy-panel-right li, .copy-panel-right li.toggle-trigger{    
    
}
.copy-panel-right li a, .copy-panel-right li.toggle-trigger a {
    display:block;
    padding:5px 0 5px 3px;
}

.copy-panel-right li a:hover, .copy-panel-right li.toggle-trigger a:hover{
    color:#F7781D;
    
}
/* end text toggle*/

.toggle-box{}

form.download-form ul {list-style:none;}
form.download-form li{
    position:relative;
}
form.download-form label{    
    font-weight:lighter; color:#8B9B92;
    text-transform:uppercase;
    padding-right:4px;
}
form.download-form input{
    color:#8B9B92;
    width:180px;
    padding:3px;
    border:1px solid #ccc;    
}
form.download-form input[type="submit"]{
    position:absolute; top:1px; right:2px;
    width:21px; height:22px;
   border-radius:5px;background:#003399;
        cursor:pointer;
}
form.download-form li input,form.download-form li textarea{
    color:#8B9B92;
    width:240px;
    padding:4px 0 4px 8px;
    border:1px solid #afbab4;
}
.form-heading{
    position:relative; top:10px;
    color:#fff;
    text-align:center;
    width:240px;
    padding:7px;
    background:#003399;
    border-radius:5px;
 
}
.button-radius{
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    -o-border-radius:7px;
    -khtml-border-radius:7px;
    border-radius:7px;
}

.button-shadow{
    -moz-box-shadow:0 5px 5px rgba(0,0,0,.6);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,.6);
    -o-box-box-shadow:0 5px 5px rgba(0,0,0,.6);
    -khtml-box-shadow:0 5px 5px rgba(0,0,0,.6);
    box-shadow:0 5px 5px rgba(0,0,0,.6);
}
.promo-button{
    float:left;
    width:84px; height:20px;
    text-decoration:none;
    border:2px solid #fff;
    background:#003399;    
}
a.promo-button {text-decoration:none;color:#fff;padding:5px;}




body.holding{padding: 0px; margin: 0px;background: #74aace;background-image: url(../siteimages/demoBack.jpg);background-repeat:repeat-x;background-position:top center;color:#02529b;font-family: Arial;}
#holding-maincontainer{width: 880px;margin-left: auto;margin-right: auto;background:#fff;background-position: 50% 50%;padding: 0px 0px 0px 0px;margin-top: 35px;margin-bottom: 35px;}
#holding-content{padding:35px;}
#holding-content-left{float:left;width:330px;}
#holding-content-right{float:right;width:450px;text-align:right;font-size:120%}
#holding-content-right ul li{display:inline;padding-left:12px;background: url(../siteimages/bullet.jpg) no-repeat;}
#holding-footer{clear:both;text-align:right;padding-top:10px;font-size:80%;margin:0;}
#holding-footer span{font-size:160%;padding-top:5px;padding-bottom:5px;}
#holding-footer p{margin:0;padding:0;}
#holding-footer a{text-decoration:none;color:#02529b;}























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
