@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
@font-face {
  font-family: 'icomoon';
  src: url("/global/fonts/icomoon.eot?-md9wxb");
  src: url("/global/fonts/icomoon.eot?#iefix-md9wxb") format("embedded-opentype"), url("/global/fonts/icomoon.woff?-md9wxb") format("woff"), url("/global/fonts/icomoon.ttf?-md9wxb") format("truetype"), url("/global/fonts/icomoon.svg?-md9wxb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* reset */
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;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
/* end reset */


/* typeography */
    body{
        font: 75%/1.6666666666666667em Verdana, Arial, Helvetica, sans-serif;
        color:#333;
    }
    h1,h2,h3,h4,h5{
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-weight:normal;
        color:#0D9EAB;
    }

    h2+h3,h3+h4{margin-top: 0;}

    h1{
        font-size: 2.4545em; /* 27px                 (27/12) */
        line-height: 1.4815em; /* 40px               (40/27) */
        margin: 0 0 0.7407em 0; /* 0 0 20px 0        (20/27) */
    }
    h2{
        font-size: 1.5em; /* 18px */
        line-height: 1.1111111111111112em; /* 20px */
        margin: 2.2222222222222224em 0 1.1111111111111112em 0; /* 40px 0 20px 0 */
    }
    h3{
        font-size: 1.25em; /* 15px */
        line-height: 1.33333em; /* 20px */
        margin: 2.666666666666667em 0 1.33333em 0; /* 40px 0 20px 0 */
    }
    h4{
        font-size: 1em; /* 12px */
        line-height: 1.6666666666666667em; /* 20px */
        margin: 3.3333333333333335em 0 1.6666666666666667em 0; /* 40px 0 20px 0 */
    }
    p{
        font-size: 1em; /* 12px */
        line-height: 1.6666666666666667em; /* 20px */
        margin: 0 0 1.6666666666666667em 0; /* 0 0 20px 0 */
    }


    a {color:#1890b6;text-decoration:none}
    a:link {color:#1890b6}
    a:visited {color: #be50b0}
    a:hover {color:#00445B;text-decoration:underline}
    a:active {color: #1890b6}
/* end typeography */

/*show #main ul bullets*/
    .ec01 ul,
    .ec03 ul,
    .ec04 ul,
    .ec05 ul,
    .NQResDescription ul,
    .NQResAdditionalInfo ul,
    .ec01 ol,
    .ec03 ol,
    .ec04 ol,
    .ec05 ol,
    .NQResDescription ol,
    .NQResAdditionalInfo ol{
        padding-left:3.3333em;
        margin: 0 0 1.66667em 0;
    }
    .ec01 ul li,
    .ec03 ul li,
    .ec04 ul li,
    .ec05 ul li,
    .NQResDescription ul li,
    .NQResAdditionalInfo ul li{
        list-style: disc outside none;
    }
/*end #main ul bullets*/

/*show #main ul bullets*/
    .ec01 ol li,
    .ec03 ol li,
    .ec04 ol li,
    .ec05 ol li{
        list-style: decimal outside none;
    }
    .ec03 ul ul{
        margin: 0;
    }
/*end #main ul bullets*/


/* structure */
    body{
        margin-bottom: 20px;
    }
    #box{
        width: 540px;
        padding: 10px 220px;
        margin: 0 auto 22px auto;
        overflow: auto;
        _overflow: visible;
    }
        #nav,#main,#aside{
            display: inline;
            float: left;
            width: 190px;
            margin-left: -210px;
        }
        #aside{
            float: right;
            margin: 0 -210px 0 20px;
        }
        #main{
            width: 100%;
            margin:0;
        }


    #header,
    #footer{
        clear: both;
        width: 960px;
        margin: 0 auto;
        padding: 0 10px;
    }
/* end structure */



/* colour */
    body{
        background: #adb5c5;
    }
    #box{
        background: #eceaea;
    }
    #header{
        background: #FFF;
    }
    #access{
        background: #f0f0f0;
        height: 33px;
    }
    #nav{
        background: #FFF;
    }
/* end colour */



/* mutators */
    .fluid #hk1{width: auto;}
    .fluid #header,.fluid #footer{width: 100%}

    .mainLeft #main{margin-left:-210px;}
    .mainLeft #nav{margin:0; float: right;}
    /*.mainLeft #aside{margin: 0 -400px 0 210px;} cmcp 28/7/10, aside needs big width*/
    .mainLeft #aside {margin: 0 -210px 0 0;width:400px}
    .mainLeft h1 {line-height:inherit;margin:0 0 0.7407em -210px}

    .switchNav #nav{float: right; margin: 0 -210px 0 20px;}
    .switchNav #aside{margin:0;}
/* end mutators */






/* common */

    /* link with icon */
        a.ico{
            text-decoration: none;
            background: url(../graphics/iconChevRight.gif) no-repeat 1px -0.166666em;
            padding-left: 8px;
        }
    /* link with icon */


    /* corners */

/* corners */

        /*
            <span class="cnrs">
                <b class="cnr top tl"></b>
                <b class="cnr top tr"></b>
                <b class="cnr btm bl"></b>
                <b class="cnr btm br"></b>
            </span>
        */
        .cnrBox{
            position: relative;
            /*overflow: visible !important;*/
        }
        .cnrs{
            clear: both;
            display:block;
            _display:inline;
        }
        .cnr{
            background: transparent url(../graphics/cornersDarkGrey.gif) no-repeat 0 0;
            width: 3px;
            height: 3px;
            overflow: hidden;
            position: absolute;
            left: 0;
            bottom: 0;
        }
        .tl,.tr{top: 0;}
        .tr,.br{
            background-position: -3px 0;
            left: -3px;
            margin-left: 100%;
        }
        .bl{background-position: -6px 0;}
        .br{background-position: -9px 0;}


        /* light grey */
            .cnrBox .cnrBox .cnr{
                background-image: url(../graphics/cornersLightGrey.gif);
            }
        /* end light grey */

        /* white  */
            .cnrBox .cnrBox .cnrBox .cnr,
            #footer .cnrBox .cnr{
                background-image: url(../graphics/cornersWhite.gif);
            }
        /* end white */

        /* hide corners */
            /* TODO SJS: IE6 need styles for ">" selector
            #header .cnrs .top,
            #globalNav .cnrs .btm,
            #box > .cnrs .top,
            .tabBox .btm,
            .tabNav li .top,
            .navTop .tabNav li .btm,
            #breadcrumb > .cnrs .tl,
            #breadcrumb > .cnrs .btm,
            #siblingNav > .cnrs .btm,
            #siblingNav + .eco3 > .cnrs .top{
                display: none;
            }*/

            .bottom .tabContentBox .cnrs .btm,
            .bottom .tabs li .cnrs .top,
            .top .tabContentBox .cnrs .top,
            .top .tabs li .cnrs .btm,
            .tabContentBox .searchBox .cnrs,
            #header .cnrs .top{
                display: none;
            }
            #breadcrumb > .cnrs .btm,
            #box > .cnrs .top,
            #siblingNav > .cnrs .btm,
            #siblingNav + .eco3 > .cnrs .top{
                display: none;
            }
            #p609604 #box > .cnrs .tr{
                display: block;
            }


            #box .bottom .tabs li .cnrs .top,
            #header .cnrs .top,
            #breadcrumb .cnrs .tl,
            #breadcrumb .cnrs .btm,
            #box .cnrs .top,
            #siblingNav .cnrs .btm{
                _display: none;
            }
            #box .bottom .tabs li .cnrs .btm,
            #breadcrumb .cnrBox .tl,
            #breadcrumb .cnrBox .btm,
            #box .cnrBox .top,
            #siblingNav .cnrBox .btm{
                _display: block;
            }

        /* end hide corners */

        /* show corners
            .navTop .tabNav li .top,
            #p609604 #box > .cnrs .tr{
                display: block;
            }*/


        /* end show corners */
    /* end corners */


    /* gradients */
        /* blue */
            .fs12
            {
                background-color: #069DAC;
                background-image: -moz-linear-gradient(bottom, #097a9a,#069DAC); /* firefox 3.6+ */
                background-image: -webkit-gradient(linear, left top, left bottom, from(#097a9a), to(#069DAC)); /* for webkit browsers */
                filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#069DAC', endColorstr='#097a9a'); /* IE6,7,8 */
            }

            .rh01 h2,
            .rh02 h2,
            .rh03 h2{
                background-color: #069DAC;
            }
        /* end blue */


        /* green */
            .glow h2{
                background-color: #57B43B;
                background-image: -moz-linear-gradient(bottom, #3F832B,#57B43B); /* firefox 3.6+ */
                background-image: -webkit-gradient(linear, left top, left bottom, from(#3F832B), to(#57B43B)); /* for webkit browsers */
                filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#57B43B', endColorstr='#3F832B'); /* IE6,7,8 */
            }
        /* end green */
    /* end gradients */


    /* modules */
        /* module headers - modules contained in box with h2 header */
        .m {
            margin-bottom:20px;
            padding:10px;
            _zoom:1;
        }
        .m h2 {
            margin:-10px -10px 0 -10px;
            padding:10px;
        }
        /* end module headers */


        .m ul.links a,
        .m ol.links a,
        .m ul.links a:link,
        .m ol.links a:link{
            _zoom:1;
            display: block;
            padding-left:15px;
            background:#fff url(../graphics/iconChevActive.gif) no-repeat 0 0.4166667em;
        }
        .m ul.links a:visited,
        .m ol.links a:visited,
        .m ul.links a:visited:hover,
        .m ol.links a:visited:hover{
            background-image:url(../graphics/iconChevVisited.gif);
        }
    /* end modules */


/* end common */



/* print styles */
    @media print{
        #box {
            overflow:visible
        }
        #access,#globalNav,#footer {
            display:none
        }
    }
/* end print styles */








/* ######################## SITE CODE BELOW ######################## */

/* skipLinks */
    ul#skipLinks {
        position:absolute;
        margin-left:-999em
    }
/* end skipLinks */

/* access */
    #access a{
        display:inline;
        float:left
    }
    #access #headerSearch{
        float: right;
        width:230px;
        margin:3px 0 0 0
    }
    #access #headerSearch label{
        margin-left: -9999px;
        position: absolute
    }
    #access #headerSearch input#siteSearch{
        height:20px;
        line-height:20px;
        float:left;
        border:1px solid #999
    }
    #access .glowLogin,
    #access .gaelicLink{
        padding-top:4px
    }
    #access .glowLogin{
        padding-right:20px
    }
    #textSwitcher,
    #textSwitcher a,
    #textSwitcher p,
    #colourSwitcher,
    #colourSwitcher a,
    #colourSwitcher p{
        float:left
        }
    #textSwitcher a,
    #colourSwitcher a{
        margin:6px 5px 0 0
        }
    #textSwitcher,
    #colourSwitcher{
        min-width:130px
        }
    #userPref p{
        color:#333;
        display:inline;
        float:left;
        margin:5px 3px 0 0;
        padding:0;
        font-size:11px
        }
/* end access */


/* header */

.icon:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon__alt-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.icon--facebook:before {
  content: "\e602";
}
.icon--twitter:before {
  content: "\e603";
}


#header .content,
#footer .content{
    clear: both;
    width: 960px;
    margin: 0 auto;
}

.header--global {
    position: relative;
}
.header--global .content {
    overflow: hidden;
    padding-top: 19px;
    padding-bottom: 25px;
}


.header--global .skip-links a {
    position: absolute;
    left: -9999px;
    background: #fff;
    padding: 1.25em;
}
.header--global .skip-links a:focus {
    left: 0;
}

.header--global .site-logo {
    float: left;
}


.header--global .box {
    position: relative;
    float: right;
    padding-top: 32px;
}

    .header--global .glowLogin {
        background: #a2bebb;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        font-family: arial;
        font-weight: bold;
        font-size: 12px;
        line-height: 21px;
        display: block;
        border-radius: 21px;
        padding: 0 10px;
    }
    .header--global .glowLogin:hover,
    .header--global .glowLogin:focus {
        background: #5E489A;
        text-decoration: none;
    }


    .header--global .social {
        background: lime;
        overflow: hidden;
    }
    .header--global .social__links {
        display: block;
        position: absolute;
        top: 0;
        right: 96px;
    }
    .header--global .social__links li {
        float: left;
    }
    .header--global .social__links li + li {
      padding-left: 16px;
    }
    .header--global .social__links a {
        display: block;
        width: 21px;
        height: 21px;
        background: #a2bebb;
        border-radius: 50%;
        position: relative;
    }
    .header--global .social__links a:hover,
    .header--global .social__links a:focus {
        background: #3a589a;
    }
    .header--global .social__links a.icon--twitter:hover,
    .header--global .social__links a.icon--twitter:focus {
        background: #55ACEE
    }
    .header--global .social__links a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        color: white;
        font-size: 0.875em;
        margin-top: -0.4375em;
        margin-left: -0.4375em;
    }

    .site-search {
        color: #717174;
        clear: both;
        padding: 0.625em;
        overflow: hidden;
    }
    .site-search h2,
    .site-search label {
        position: absolute;
        left: -9999px;
    }

    .site-search input,
    .site-search select,
    .site-search button {
        box-sizing: border-box;
        float: left;
        line-height: 31px;
        height: 31px;
    }
    .site-search button {
        border: 0;
        background: #009ac6;
        color: white;
        padding: 0 0.625em;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 13px;
        cursor: pointer;

    }
    .site-search button:hover,
    .site-search button:focus {
        background: #00536B;
    }
    .site-search select,
    .site-search input {
        border-radius: 0;
        border: 1px solid #ccc;
    }
    .site-search input {
        -webkit-appearance: none;
        padding: 0 0.625em;
        min-width: 340px;
        -webkit-box-shadow: inset 10px 10px 28px -29px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 10px 10px 28px -29px rgba(0,0,0,0.75);
        box-shadow: inset 10px 10px 28px -29px rgba(0,0,0,0.75);
    }
        .site-search input::-webkit-input-placeholder {
            color: #6b8683;
            font-family: "Open Sans", sans-serif;
            font-style: italic;
            font-size: 12px;
        }
        .site-search input:-moz-placeholder { /* Firefox 18- */
            color: #6b8683;
            font-family: "Open Sans", sans-serif;
            font-style: italic;
            font-size: 12px;
        }
        .site-search input::-moz-placeholder {  /* Firefox 19+ */
            color: #6b8683;
            font-family: "Open Sans", sans-serif;
            font-style: italic;
            font-size: 12px;
        }
        .site-search input:-ms-input-placeholder {
            color: #6b8683;
            font-family: "Open Sans", sans-serif;
            font-style: italic;
            font-size: 12px;
        }


    .site-search {
        background: transparent;
        position: static;
        display: block;
        padding: 0;
    }

    .gaelic-toggle {
        position: absolute;
        top: 0;
    }
/* end header */





/* global nav */
    .mask {
        position: static;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: black;
        z-index: 99;
        opacity: 0.5;
    }

    /* visually hidden */
        .globalNav ul.l1 {
            visibility: hidden;
            position: absolute;
        }
        #post.js .globalNav ul.l1 {
            visibility: visible;
        }
    /* end visually hidden */

    .globalNav {
        background: purple;
        position: relative;
        z-index: 99999;
        width: 980px;
        margin: 0 auto;
    }
        .globalNav:before,
        .globalNav:after {
            content: '';
            height: 6px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
            box-shadow: inset 0 7px 6px -7px rgba(0,0,0,0.4)
        }
        .globalNav:after {
            top: auto;
            bottom: 0;
            left: 0;
            z-index: 1;
            box-shadow: inset 0 -7px 6px -7px rgba(0,0,0,0.3);
        }
        .globalNav .content {
            background: #00aab4;
            width: 960px;
            padding: 0 10px;
            margin: 0 auto;
        }
            /* all levels */
                .globalNav a,
                .globalNav button {
                    font-family: 'Lato', sans-serif;
                    font-weight: bold;
                    font-size: 14px;
                    line-height: 18px;
                    letter-spacing: 0.02em;
                    color: #fff;
                    text-decoration: none;
                    padding: 0;
                    margin: 0;
                    border: 0;
                    background: transparent;
                    cursor: pointer;
                }

                .globalNav [aria-hidden="true"] {
                    display: none;
                    visibility: hidden;
                }
            /* end all levels */

            /* hide buttons for root and top level items */
                .nav-button-root,
                .globalNav li.l0 > .ff-wrap, /* firefox wrapper for full height buttons */
                .globalNav li.l0 > .nav-button  {
                    position: absolute;
                    left: -9999px;
                }
            /* end hide root button */


            .nav-button-root-items {
                position: relative;
            }


            /* top level */
                .globalNav li.l0 {
                    display: inline-block;
                    width: 12.5%;
                    border-right: 1px solid #019ca5;
                    box-sizing: border-box;
                }
                .globalNav li.l0:first-child {
                    border-left: 1px solid #019ca5;
                }
                    .globalNav a.l0 {
                        display: table;
                        height: 60px;
                        width: 100%;
                        text-align: center;
                    }
                    .globalNav a.l0 span {
                        display: table-cell;
                        vertical-align: middle;
                    }
                    .globalNav li.selected > a {
                        background: #00536b;
                    }
                    .globalNav a.l0:hover,
                    .globalNav a.l0:focus,
                    .globalNav li.open > a {
                        background: #009aa4;
                        position: relative;
                        z-index: 2;
                    }
                    .globalNav li.parentzone a:hover,
                    .globalNav li.parentzone a:focus {
                        background: #0177b7;
                    }
            /* end top level */


            /* level 1 */
                .globalNav .sub-nav-box {
                    position: absolute;
                    left: -10px;
                    background: #009aa4;
                    width: 100%;
                    overflow: hidden;
                    border: 10px solid #009aa4;
                }
            /* end level 1 */

            /* level 1 and below */
                .globalNav .sub-nav-box ul {
                    box-sizing: border-box;
                    width: 320px;
                    position: relative;
                    padding-left: 10px;
                }

                .globalNav ul.l1 ul {
                    position: absolute;
                    top: 0;
                    left: 100%;
                }
                    .globalNav ul.l1 ul:after {
                        content: '';
                        position: absolute;
                        width: 100%;
                        height: 2000px;
                        background: inherit;
                        left: 0;
                    }

                .globalNav ul.l1 li {
                    display: table;
                    height: 100%;
                    width: 100%;
                    table-layout: fixed;
                }
                .globalNav ul.l1 li:first-child {
                    border: 0;
                }
                    .globalNav ul.l1 a {
                        display: table-cell;
                        width: 234px;
                        padding: 11px 14px;
                    }
                        /*.globalNav ul.l1 a:after {
                            content: '';
                            position: absolute;
                            display: block;
                            right: 0;
                            top: 9px;
                            height: 25px;
                            border-right: 1px solid #45b6bd;
                        }*/
                    .globalNav ul.l1 .ff-wrap,
                    .globalNav ul.l1 .nav-button {
                        display: table-cell;
                        width: 48px;
                        height: 100%;
                        vertical-align: middle;
                    }
            /* end level 1 and below */


            /* navigation uses 3 colours which repeat down the tree */
            /* levels 1, 4, 7 */
            .nav-button-root-items .nav-button-items ul,
            .nav-button-root-items .nav-button-items li,
            .nav-button-root-items .nav-button-items li li li ul,
            .nav-button-root-items .nav-button-items li li li li,
            .nav-button-root-items .nav-button-items li li li li li li ul,
            .nav-button-root-items .nav-button-items li li li li li li li {
                background: #009da7;
            }
            .nav-button-root-items .nav-button-items li a:hover,
            .nav-button-root-items .nav-button-items li a:focus,
            .nav-button-root-items .nav-button-items li button:hover,
            .nav-button-root-items .nav-button-items li button:focus,
            .nav-button-root-items .nav-button-items li button[aria-expanded="true"],
            .nav-button-root-items .nav-button-items li li li li a:hover,
            .nav-button-root-items .nav-button-items li li li li a:focus,
            .nav-button-root-items .nav-button-items li li li li button:hover,
            .nav-button-root-items .nav-button-items li li li li button:focus,
            .nav-button-root-items .nav-button-items li li li li button[aria-expanded="true"],
            .nav-button-root-items .nav-button-items li li li li li li li a:hover,
            .nav-button-root-items .nav-button-items li li li li li li li a:focus,
            .nav-button-root-items .nav-button-items li li li li li li li button:hover,
            .nav-button-root-items .nav-button-items li li li li li li li button:focus,
            .nav-button-root-items .nav-button-items li li li li li li li button[aria-expanded="true"] {
                background: #02abb5;
            }

            /* levels 2, 5, 8 */
            .nav-button-root-items .nav-button-items li ul,
            .nav-button-root-items .nav-button-items li li,
            .nav-button-root-items .nav-button-items li li li li ul,
            .nav-button-root-items .nav-button-items li li li li li,
            .nav-button-root-items .nav-button-items li li li li li li li ul,
            .nav-button-root-items .nav-button-items li li li li li li li li {
                background: #02abb5;
            }
            .nav-button-root-items .nav-button-items li li a:hover,
            .nav-button-root-items .nav-button-items li li a:focus,
            .nav-button-root-items .nav-button-items li li button:hover,
            .nav-button-root-items .nav-button-items li li button:focus,
            .nav-button-root-items .nav-button-items li li button[aria-expanded="true"],
            .nav-button-root-items .nav-button-items li li li li li a:hover,
            .nav-button-root-items .nav-button-items li li li li li a:focus,
            .nav-button-root-items .nav-button-items li li li li li button:hover,
            .nav-button-root-items .nav-button-items li li li li li button:focus,
            .nav-button-root-items .nav-button-items li li li li li button[aria-expanded="true"],
            .nav-button-root-items .nav-button-items li li li li li li li li a:hover,
            .nav-button-root-items .nav-button-items li li li li li li li li a:focus,
            .nav-button-root-items .nav-button-items li li li li li li li li button:hover,
            .nav-button-root-items .nav-button-items li li li li li li li li button:focus,
            .nav-button-root-items .nav-button-items li li li li li li li li button[aria-expanded="true"] {
                background: #04b4be;
            }

            /* levels 3, 6, 9 */
            .nav-button-root-items .nav-button-items li li ul,
            .nav-button-root-items .nav-button-items li li li,
            .nav-button-root-items .nav-button-items li li li li li ul,
            .nav-button-root-items .nav-button-items li li li li li li,
            .nav-button-root-items .nav-button-items li li li li li li li li ul,
            .nav-button-root-items .nav-button-items li li li li li li li li li {
                background: #04b4be;
            }
            .nav-button-root-items .nav-button-items li li li a:hover,
            .nav-button-root-items .nav-button-items li li li a:focus,
            .nav-button-root-items .nav-button-items li li li button:hover,
            .nav-button-root-items .nav-button-items li li li button:focus,
            .nav-button-root-items .nav-button-items li li li button[aria-expanded="true"],
            .nav-button-root-items .nav-button-items li li li li li li a:hover,
            .nav-button-root-items .nav-button-items li li li li li li a:focus,
            .nav-button-root-items .nav-button-items li li li li li li button:hover,
            .nav-button-root-items .nav-button-items li li li li li li button:focus,
            .nav-button-root-items .nav-button-items li li li li li li button[aria-expanded="true"],
            .nav-button-root-items .nav-button-items li li li li li li li li li a:hover,
            .nav-button-root-items .nav-button-items li li li li li li li li li a:focus,
            .nav-button-root-items .nav-button-items li li li li li li li li li button:hover,
            .nav-button-root-items .nav-button-items li li li li li li li li li button:focus,
            .nav-button-root-items .nav-button-items li li li li li li li li li button[aria-expanded="true"] {
                background: #009da7;
            }
/* end global nav */




/* breadcrumb */
    #breadcrumb{
        font-size: 0.916666em;
        background: #ECEAEA;
        margin: 0 auto;
        width: 960px;
        padding: 10px;
    }
    #breadcrumb ul{
        background: #FFF;
        overflow: auto;
        padding: 0 3px 3px 3px;
        *zoom:1;
    }
    #post.js #breadcrumb ul{
        overflow: visible;
    }
    #breadcrumb li,
    #breadcrumb li a{
        background: transparent url(../graphics/spriteBreadcrumb.png) no-repeat 100% 0;
        _background-image: url(../graphics/spriteBreadcrumb8Bit.png);
        float: left;
    }
    #breadcrumb li{
        position: relative;
        margin: 3px -6px 0 0;
    }
    #breadcrumb li a{
        color: #333;
        background-position: 0 0;
        height: 23px;
        line-height: 23px;
        margin-right: 15px;
        padding-left: 15px;
        *white-space: pre;
    }
    #breadcrumb li a:hover {
        color: #0C94BB;
    }

    #breadcrumb li.fl,
    #breadcrumb li.l{
        background-position: 100% -23px;
    }
    #breadcrumb li.fl a,
    #breadcrumb li.l a{
        color: #FFF;
        background-position: 0 -23px;
    }
    #breadcrumb .i1{z-index: 10;}
    #breadcrumb .i2{z-index: 9;}
    #breadcrumb .i3{z-index: 8;}
    #breadcrumb .i4{z-index: 7;}
    #breadcrumb .i5{z-index: 6;}
    #breadcrumb .i6{z-index: 5;}
    #breadcrumb .i7{z-index: 4;}
    #breadcrumb .i8{z-index: 3;}
    #breadcrumb .i9{z-index: 2}
    #breadcrumb .i10{z-index: 1;}

    #breadcrumb .cnr {
        display: none;
        visibility: hidden;
    }
/* end breadcrumb */
/* box */
    /* nav */
        /* level 1 */
            .nav a{
                _zoom: 1;
                display: block;
                text-decoration: none;
                color: #474747;
                font-weight: bold;
                padding: 5px 3px 5px 18px;
                border-bottom: 1px dotted #000;
                background: url(../graphics/iconNavLevel1.gif) no-repeat 4px 10px;
            }

            #nav a:hover,
            #nav a:focus,
            #nav a:active,
            #nav a.selected{
                color: #000;
                background-color:#d8d4d4;
            }

            .nav .open{
                border-bottom: 1px dotted #000;
            }
            .nav .open a{
                background-color: #eceaea;
                background-image: url(../graphics/iconNavLevel1Open.gif);
                border-color: #FFF;
            }

            .nav{
                margin: 5px 4px 10px 4px;
            }
        /* end level 1 */


        /* level 2 */
            .nav .l2 a{
                background: #eceaea url(../graphics/iconNavLevel2.gif) no-repeat 12px 10px;
                padding-left: 27px;
                font-weight: normal;
            }
            .nav .l2 .open{
                border-width: 0;
            }
            .nav .l2 .open a{
                background-image: url(../graphics/iconNavLevel2Open.gif);
                border-color: #FFF;
            }
        /* end level 2 */


        /* level 3 */
            .nav .l2 .l3 a{
                background-image: url(../graphics/iconNavLevel3.gif);
                background-position: 20px 10px;
                padding-left: 36px;
            }
            .nav .l3 .open a{
                background-image: url(../graphics/iconNavLevel3Open.gif);
            }
        /* end level 3 */


        /* level 4 */
            .nav .l3 .l4 a{
                background-image: url(../graphics/iconNavLevel4.gif);
                background-position:  28px 10px;
                padding-left: 45px;
            }
            .nav .l4 .open a{
                background-image: url(../graphics/iconNavLevel4Open.gif);
            }
        /* end level 4 */


        /* level 5 */
            .nav .l4 .l5 a{
                background-image: url(../graphics/iconNavLevel5.gif);
                background-position: 36px 10px;
                padding-left: 54px;
            }
            .nav .l5 .open a{
                background-image: url(../graphics/iconNavLevel5Open.gif);
            }
        /* end level 5 */
    /* end nav */



    /* main */
    /* end main */


    /* aside */
    /* end aside */
/* end box */



/* footer */
    .icon:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .icon--envelope:before {content: "\f0e0";}
    .icon--phone:before {content: "\e600";}
    .icon--location:before {content: "\e601";}


    #footer{
        width: 980px;
        padding: 0;
    }
        #footer .cnrs {
            display: none;
            visibility: hidden;
        }
        #footer .content {
            width: auto;
            padding-bottom: 34px;
        }


    .footer--global {
        background: #00a5af;
        border-radius: 5px;
    }
    .footer--global,
    .footer--global a,
    .footer--global h2,
    .footer--global p {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        line-height: 16px
    }
    .footer--global h2 {
        font-size: 14px;
        font-weight: bold;
    }


    .footer--global .strapline {
        background: #b3d335;
        text-align: right;
        font-size: 22px;
        font-weight: 200;
        font-style: italic;
        box-shadow: inset 0 3px 6px -3px rgba(0,0,0,0.4);
        position: relative;
        border-radius: 5px 5px 0 0;
    }
        .footer--global .strapline:before {
            content: '';
            height: 6px;
            width: 100%;
            position: absolute;
            bottom: -6px;
            left: 0;
            z-index: 5;
            box-shadow: inset 0 7px 6px -7px rgba(0,0,0,0.4);
        }
        .footer--global .strapline span {
            display: block;
            /*padding: 16px 10px 25px 10px;*/
            padding: 18px 10px 21px 10px;
            font-weight: bold;
        }

    .footer--global .content {
        padding: 0 10px;
        position: relative;
    }
        .footer--global .mission-statement a {
            font-size: 12px;
            font-weight: bold;
        }
        .footer--global .mission-statement,
        .footer--global .contact,
        .footer--global .newsletter-signup {
            box-sizing: border-box;
            display: inline-block;
            vertical-align: top;
        }
        .footer--global .mission-statement {
            width: 375px;
            padding-right: 70px;
        }
        .footer--global .contact {
            width: 295px;
        }
        .footer--global .newsletter-signup {
            width: 290px;
        }

        .footer--global .contact h2 {
            margin-bottom: 16px;
            font-size: 15px;
        }
        .footer--global .vcard .org {
            position: absolute;
            left: -9999px;
        }
        .footer--global .vcard .adr {
            position: relative;
            padding-left: 23px;
        }
            .footer--global .vcard .adr:before {
                position: absolute;
                top: 2px;
                left: -4px;
                font-size: 22px;
            }

        .footer--global .vcard .tel {
            position: relative;
            line-height: 36px;
            padding-left: 23px;
        }
            .footer--global .vcard .tel .type {
                position: absolute;
                left: -9999px;
            }
            .footer--global .vcard .tel:before {
                position: absolute;
                left: 0;
                line-height: 36px;
                font-size: 17px;
            }

        .footer--global .vcard .icon--envelope {
            position: relative;
            padding-left: 23px;
        }
            .footer--global .vcard .icon--envelope:before {
                position: absolute;
                left: 0;
                bottom: 0;

                font-size: 14px;
            }
            .footer--global .vcard .email {
                font-weight: bold;
                font-style: italic;
            }


        .footer--global .newsletter-signup h2 {
            margin-bottom: 9px;
            font-size: 15px;
        }
        .footer--global .newsletter-signup a {
            display: block;
            font-family: "Open Sans", sans-serif;
            font-weight: bold;
            font-size: 13px;
            line-height: 31px;
            letter-spacing: 0.02em;
            text-decoration: none;
            text-align: center;
            background: #30b6be;
            margin-top: 10px;
            width: 30%;
        }
            .footer--global .newsletter-signup a:hover,
            .footer--global .newsletter-signup a:focus {
                background: #00536B;
            }

.footer--global .links {
    background: #0199a2;
    color: #89d8dc;
    box-shadow: inset 0 3px 6px -3px rgba(0,0,0,0.2);
    border-radius: 0 0 5px 5px;
}
    .footer--global .links ul {
        overflow: hidden;
        width: 960px;
        margin: 0 auto;
        padding: 15px 10px 10px 10px;
    }
    .footer--global .links li {
        float: left;
    }
    .footer--global .links li + li:before {
      content: "|";
      padding: 0 10px;
    }
    .footer--global .links a {
        font-size: 12px;
        color: #89d8dc;
    }
    .footer--global .partners {
        position: absolute;
        bottom: 34px;
        right: 10px;
    }
        .footer--global .partners img {
            width: 80px;
        }
/* end footer */

/*index*/
#p609604 h1 {position:absolute;margin-left:-9999px}
#p609604 #aside {margin: 0 -210px 0 0;width:400px}
#p609604 #nav {display:none}
#p609604 #breadcrumb {display:none}
/*end index*/

/*oneCol*/
.oneCol #box{width:960px;padding: 10px}
.oneCol #main {background:#fff;width:940px;padding:10px}
/*end onecol*/


/*twoCol*/
.twoCol #box{width: 750px;padding: 10px 10px 10px 220px}
.twoCol #main {background:#fff;width:730px;padding:10px}
/*end twocol*/


#content {background:#fff;padding:10px}

#box a.autointernallink{
      display: none;
      visibility: hidden;
}



/* #main article page options */
#main .pageOptions {border-top:1px #000 dotted;text-align:center;width:520px}
#main .pageOptions ul {margin:5px 0 0}
#main .pageOptions ul li {display:inline;border-right:1px #069DAC solid}
#main .pageOptions ul li.l {border-right:none}
#main .pageOptions ul li a {padding: 0 5px 0 15px;background:#fff url(../graphics/iconChevActive.gif) no-repeat scroll 0 2px;margin:0 6px 0 10px;zoom:1}
#main .pageOptions ul li a:visited {background-image:url(../graphics/iconChevVisited.gif)}
#main .pageOptions ul li a:hover {background-image:url(../graphics/iconChevVisited.gif)}
/* end #main article page options */



/* #main second nav */
#main .secondNav {width:520px}
#main .secondNav ul
        {
            list-style-type:none;
            margin-left:5px;
            width:515px;
            background:transparent url(../graphics/dot.gif) repeat-y scroll 250px 2px;
            border-top:1px #000 dotted;
            border-bottom:1px #000 dotted;
            padding:10px 0;
            overflow:auto;_overflow:none
        }
#main .secondNav ul li {width:240px;float:left;margin:0 15px 5px 0}
#main .secondNav ul li.l {border-right:none}
#main .secondNav ul li a {padding: 2px 5px 5px 20px;background:#fff url(../graphics/iconChevActive.gif) no-repeat scroll 3px 6px;display:block;*zoom:1}
#main .secondNav ul li a:visited {background-image:url(../graphics/iconChevVisited.gif)}
#main .secondNav ul li a:hover {background-image:url(../graphics/iconChevVisited.gif);background-color:#e9e9e9}
#main .secondNav ul li.selected a {background-image:url(../graphics/iconChevVisited.gif);background-color:#e9e9e9}

/* TODO CMCP only display corners on hover */
#main .secondNav ul li a .c {display:none}
#main .secondNav ul li a:hover .c {display:block}
/* end #main second nav */


/* pagnation */
.pagenav {border-top:1px #333 solid;border-bottom:1px #333 solid;overflow:auto;_height:25px}
.pagenav li a:visited {color:#be50b0}
.pagenav ul li {float:left;margin-right:10px;}
/* end pagnation */



/* ec07 main search results */
#searchHeadingBox {width:540px}
#searchHeadingBox h1 {display:inline;float:left;}
#searchHeadingBox #resultsSearch {float:right;margin-top:5px}
#searchHeadingBox #resultsSearch label {position:absolute;text-indent:-9999px}
#searchHeadingBox #resultsSearch input {width:250px}
#searchHeadingBox #resultsSearch input.submit {width:80px}
#ec07 {overflow:auto;background:#fff;padding:10px}
#ec07 h2 {font-size: 1.6364em;line-height: 1.1111em;margin:1.1111em 0}
#ec07 h2 a {background: transparent url(../graphics/iconSearchInternalPage.gif) no-repeat 0px 6px;padding:2px 0 0 20px}
#ec07 img {float:right;height:80px;width:80px;margin-left:10px}
#ec07 p.resultsTitle {margin:0 0 1.1111em;color:#333;font-family:georgia,"times new roman",serif;font-size:1.6364em;clear:left}
#ec07 ul.pagnation {border-top:1px #333 solid;border-bottom:1px #333 solid;overflow:auto;_height:100%}
#ec07 ul.pagnation li {float:left;margin-right:10px;}
#ec07 ul#results li {border-bottom:1px #333 dotted}
#ec07 ul#results li.l {border:none}
/* end ec07 */




/*############################################## SEARCH RESULTS TO BE CONSOLODATED #################################################*/

/* #main search results */

#main .searchBox {background:#fff;padding:10px}
#main .searchBox h2 { margin: 0 0 1.1111111111111112em 0;}
}
#main .searchResults ul li {border-bottom:1px #333 dotted;overflow:auto;padding-bottom:10px}
#main .searchResults ul li.l {border:none}
#main .searchResults ul li img {float:right;height:80px;width:80px;margin-left:10px;margin-bottom:10px}
#main .searchResults p.n0 {font-family:georgia,"times new roman",serif;font-size: 1.6364em;line-height: 1.1111em;margin:1.1111em 0;background: transparent url(../graphics/iconSearchInternalPage.gif) no-repeat 0px 6px;padding:2px 0 0 20px;zoom:1}
.searchResults p.n1{
        overflow: auto;
        word-wrap: break-word;
        margin-bottom:0.833335em
}
.searchResults p.subInfo {
        font-size: 0.916666em;
        line-height:1.81818em;
        margin:0
}

#main .searchBox p.resultsTitle {font-family:georgia,"times new roman",serif;font-size: 1.6364em;line-height: 1.1111em;margin:0 0 1.1111em 0;clear:left}
/* end #main search results */

/*aside search results*/
#aside .searchResults {background:#fff;overflow:hidden;width:170px}
#aside .searchResults h2 {background: #069DAC;color:#fff;width:170px}
#aside .searchResults h3 {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:1em;margin:0.83333em 0;font-weight:bold;color:#333}
#aside .searchResults p {margin:0}
#aside .searchResults ul li a {margin-right:5px}
/*end aside search results*/

/*news results - right hand mini search to display news results*/
.newsResults {background:#fff;overflow:hidden;width:170px}
.newsResults h2 {background: #069DAC;color:#fff;width:170px}
.newsResults h3 {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:1em;margin:0.83333em 0;font-weight:bold;color:#333}
.newsResults p {margin:0}
.newsResults ul li a {margin-right:5px}
.newsResults li.filter a {display:block;height:20px;width:20px;float:right;background-image:url(../graphics/iconSearchFilterCross.gif);background-position:1px 1px}
.newsResults li.filter a span {margin-left:-9999px}
/*end news results*/

/*atoz*/
.alphaListBox {background:#fff;overflow:auto;padding:5px;font-family:"Courier New", Courier, monospace}
.alphaListBox ul {overflow:auto}
.alphaListBox ul li {float:left;margin:5px}
.alphaListBox ul li a {padding:5px 10px;border:1px solid #CCC}
/*end atoz*/


/* searchToggle */
    #searchToggle{
        background: #FFF;
        margin-bottom: 10px;
        padding-bottom: 5px;
        overflow: auto;
    }
    #searchToggle p{
        float: left;
        font-weight: bold;
    }
    #searchToggle ul{
        float: left;
        margin-left:20px;
        width:370px
    }
    #searchToggle li{
        width: 50%;
        float: left;
        margin-bottom: 3px;
    }
    #searchToggle li a{
        width: 90%;
        display: block;
        padding: 4px;
        font-weight: bold;
    }
    #searchToggle li a:hover{
        background: #edecf1;
    }
    #searchToggle li a.selected{
        background: #069DAC;
        color: #FFF;
    }

/* end searchToggle */

/* searchByKeywords */
    .searchform{
        position: relative;
        overflow:auto;
        margin-bottom:30px;
    }
    .searchform label{
        position: absolute;
        left: -9999px;
    }
    .searchform input{
        border:1px solid #666;
        float:left;
        height:20px;
        line-height:20px
    }
    .searchform .submit{
        background-image: url(../graphics/buttonSearch.gif);
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    line-height: 0;
    text-indent: -9999em;
    text-transform: capitalize;
    width: 70px;
    }
/* end searchByKeywords */


/*############################################## SEARCH RESULTS TO BE CONSOLODATED #################################################*/

/* modules */
    /* ip01 */
        .ip01{
            *zoom:1;
            position: relative;
            background: #edecf1 url(../graphics/quoteStart.gif) no-repeat 10px 10px;
            padding: 10px;
            margin: 20px 32px;
            overflow: auto;
        }
            .ip01 blockquote{
                *zoom:1;
                font-family: Georgia;
                background: transparent url(../graphics/quoteEnd.gif) no-repeat 100% 100%;
                padding: 0 31px;
                color: #00435B;
            }
            .ip01 cite{
                display: block;
                text-align: right;
                padding: 10px 31px;
            }

            /*.ip01{
                margin: 10px 0;
            }*/
    /* end ip01 */

    /* ip02 highlite a section of content */
        .ip02{
            background: red;
        }
    /* end ip02 */


    /* ip04 embedded video */
        .ip04{
            background: #FFF;
            border: 12px solid #edecf1;
            width: 432px;
            margin: 0 auto 20px auto;
        }
            .ip04 object{
                display: block;
                width: 432px;
                /*height: 264px;*/
            }
            .ip04 a{
                display: block;
                margin: 15px;
            }
    /* end ip04 */


/* ip08 external link with description */
    .ip08 dl {
        background: url(../graphics/iconExternalLink.gif) no-repeat 0px 5px;
        padding-left: 32px;
        margin: 0 0 1.66666em 0;
        _zoom: 1;
    }
    a + a, /*< remove this selector after republish*/
    .ip08 + a,
    a + .ip08,
    a.doc + a.doc {
        margin-top: -0.83333em;
    }
/* end ip08 */


/* ip09 highlight feature */
    .ip09 {
        background:#CEEEF7;
        padding: 5px;
        width: 530px;
        margin: -10px -10px 0 -10px;
        overflow: auto;
    }
    .ip09 .mask {
        float: left;
        width: 255px;
        overflow: hidden;
        margin: 0 20px 0 0;
    }

    /*.ip09 p{
        font-family:georgia,"times new roman",serif;
        font-size: 1.16666em;
        line-height:1.42857em;
        color:#00435B;
        margin:0;
    }*/

    .ip09 p{
        font-family:georgia,"times new roman",serif;
        font-size: 1.2727em;
        color:#00435B;
        margin:0;
    }
/* end ip09 */

/* ip10 image gallery */
    /* TODO SJS: SORT OUT KEYBOARD NAVIGATION */

    .ip10{
        background: #EDECF1;
        width: 520px;
        margin: 20px auto;
        overflow: hidden;
        height: 134px;
    }
        .ip10 .scroller ul{
            width: 10000px;
            height: 100px;
            padding: 7px 0;
            margin:0;
        }
        .ip10 .scroller li{
            float: left;
            width: 100px;
            height: 100px;
            margin-left: 10px;
            list-style: none;
            _display: inline;
        }
        .ec03 .ip10 img{
            margin: 0;
        }


        .js .ip10{
            height: 114px;
        }
        .js .ip10 .scroller{
            float: left;
            width: 450px;
            height: 100%;
            overflow: hidden;
            position: relative;
        }
        .js .ip10 button.prev,
        .js .ip10 button.next{
            float: left;
            width: 35px;
            height: 100%;
            background: #CEEEF7;
            border:0;
            cursor: pointer;
            font-size: 20px;
        }
/* end ip10 */


/* ip11 comments */
    .ip11{
        background: #FFF;
    }
    .ip11 .comment{
        padding-top: 20px;
        border-top: 1px dashed #000;
        margin-bottom: 20px;
    }
        .ip11 .comments .f{
            padding-top: 0;
            border: 0;
        }
        .ip11 .comment .name{
            background: url(../graphics/iconBlogComments.gif) no-repeat 0 50%;
            padding-left: 22px;
            margin-bottom: 0;
            _zoom:1;
        }
        .ip11 .comment .date{
            padding-left: 22px;
        }
/* end ip11 */


/* ip12 comments form */
    .ip12{
        background: #FFF;
    }
    .ip12 label{
        display: block;
        cursor: pointer;
    }
    .ip12 p.error,
    .ip12 label strong{
        display: block;
        color: red;
    }
    .ip12 .key img,
    .ip12 label img{
        vertical-align: text-top;
    }
    .ip12 form div{
        margin-bottom: 1.2em;
        padding: 2px 0 5px 0;
    }
    .ip12 form div.error{
        padding-left: 5px;
        border-left: 2px solid red;
    }
    /* parentzone, other forms to follow */
        #p633387 .ip12 form div{
            margin-bottom: 0.5em;
        }
        #p633387 .ip12 .text input{
            width: 300px;
        }
    /* end parentzone */
/* end ip12 */


/* ec01 news */
.ec01 {background:#fff;padding:10px}
.ec01 .date {font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;border-bottom:1px dotted #ccc;font-size:1.0909em}
.ec01 img {float:right;margin:0 0 10px 10px}
.ec01 table {background:#edecf1;width:100%}
.ec01 table th {text-align:left;border-bottom:1px dashed #333;padding:5px}
.ec01 table td {border-bottom:1px dashed #333;padding:5px}
.ec01 table tr.l th, .ec01 table tr.l td {border:none}
.ec01 table td a{
    display: block;
    width: 12.5em;
    word-wrap: break-word;
}
.ec01 img[width='540'] {
    height: 201px;
    width: 520px;
    float: none;
    display: block;
    margin-left: 0;
}
/* end ec01 */

/* ec02 event */
.ec02 {background:#fff;padding:10px}
.ec02 .eventTableBox {background:#edecf1;padding:10px}
.ec02 table {background:#edecf1;width:100%}
.ec02 table th {width:25%;text-align:left;border-bottom:1px dashed #333;padding:5px}
.ec02 table td {width:75%;border-bottom:1px dashed #333;padding:5px}
.ec02 table tr.l th, .ec02 table tr.l td {border:none}
/* end ec02 */



/* ec04 resource */
    .ec04 {background:#fff;padding:10px}
    .ec04 .resourceTableBox {background:#edecf1;padding:10px}
    .ec04 table {background:#edecf1}
    .ec04 table th {width:100px;text-align:left;border-bottom:1px dashed #333;padding:5px}
    .ec04 table td {width:575px;border-bottom:1px dashed #333;padding:5px}
    .ec04 table tr.l th, .ec04 table tr.l td {border:none}
    .ec04 table td a{
        display: block;
        width: 390px;
        overflow: auto;
        word-wrap: break-word;
    }
    .ec04 table td .pdf{
        width: 390px;
    }
    .ec04 br{
        display: none;
        visibility: hidden;
    }
/* end ec04 */



/* ec03 ec06 article */
    .ec03 ul{
        clear: both;
    }

.ec03 p + img{
    clear: right;
}

    .ec03 h2{
        margin-top: auto;
        clear: both;
    }
    .ec03 img{
        float: right;
        margin-left:10px;
    }
    .ec03 img.single{
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }

    .ec03 .ip09 img{
        float: left;
        padding-right:10px;
        margin:0;
    }
    .ip01_inline{
        width: 260px;
        float: right;
        margin:0;
    }
    .ec03 {
        background: #FFF;
        *zoom: 1;
    }

    .ec03 table,
    .ec03 .ffTable,
    table.content{
        margin-top: 1.66667em;
        margin-bottom: 1.66667em;
        clear: both;
    }


    .ec03 table,
    table.content{
        border-collapse: separate;
        border-spacing: 2px 1px;
    }
        .ec03 caption,
        table.content caption{
            height: 1px;
            width: 1px;
        }
            .ec03 caption:first-letter,
            table.content caption:first-letter {
                margin-left: -9999px;
            }
        .ec03 th,
        .ec03 td,
        table.content th,
        table.content td{
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            font-size: 0.83333em;
            padding: 5px;
        }
        .ec03 thead th,
        .ec03 thead td,
        table.content thead th,
        table.content thead td{
            /* will need to change if the bg colour changes :( */
            border-bottom: 2px solid #fff;
        }
        .ec03 th,
        table.content th{
            background: #069DAC;
            color: #fff;
            text-align: center;
        }
        .ec03 tbody th,
        table.content tbody th{
            text-align: left;
        }
        .ec03 tr,
        table.content tr{
            background: #f0f0f0;
            position: relative;
        }
        .ec03 tr.zebra,
        table.content tr.zebra{
            background: #e0e0e0;
        }



    .ec03 a.lightbox{
        float: right;
        position: relative;
    }
    a.lightbox span{
        position: absolute;
        bottom: 10px;
        left:20px;
        display: block;
        width: 20px;
        height: 18px;
        background: transparent url(../graphics/iconLightbox_trans.png) no-repeat 0 0;
    }
    .ec03 a.lightbox img{
        float: none;
    }
    .ip10 a.lightbox span{
        left: 10px;
    }


    .ec03 div.lightbox{
        float: right;
        border: 3px solid #E0E0E0;
        margin-left: 6px;
        width: 260px;
    }
    div.lightbox a,
    div.lightbox img{
        position: relative;
        display: block;
        float: none;
        margin: 0;
        display: block;
    }
    div.lightbox p{
        background: #E0E0E0;
        padding: 2px;
        margin: 0;
    }
    div.lightbox a span{
        _zoom: 1;
        position: absolute;
        bottom: 10px;
        left: 10px;
        display: block;
        width: 20px;
        height: 18px;
        background: transparent url(../graphics/iconLightbox_trans.png) no-repeat 0 0;
    }
/* end ec03 ec06 */


/* ec09 Sub-menu intro */
    .ec09 {
        background:#fff;
        overflow:auto;_overflow:visible;
        padding:10px;
        margin-bottom:20px;
    }
    .ec09 img {
        float:left;
        margin:0 10px 0 0;
    }
    .ec09 h2 {
        margin-top:5px;
        float:right;
        width:250px
    }
    .ec09 li {list-style:disc;margin-left: 50px}
/* end ec09 */


/* ec10 glossary */
.ec10 {background: #FFF}
.ec10 ul {margin:0 0 1.66667em;}
.ec10 li {list-style:disc;margin-left: 50px}
.ec10 table {background:#edecf1;width:100%}
.ec10 table th {width:25%;text-align:left;border-bottom:1px dashed #333;padding:5px}
.ec10 table td {width:75%;border-bottom:1px dashed #333;padding:5px}
.ec10 table tr.l th, .ec10 table tr.l td {border:none}
/* end ec10 */


/* ec12 publication */
    .ec12 {
        background: #fff;
    }
    .ec12 .publicationTableBox {
        background: #edecf1;
        padding: 10px;
    }
    .ec12 table {
        background: #edecf1;
        width: 100%;
        table-layout: fixed;
    }
    .ec12 table th {
        width: 25%;
        text-align: left;
        border-bottom: 1px dashed #333;
        padding:5px;
    }
    .ec12 table td {
        width: 75%;
        border-bottom: 1px dashed #333;
        padding: 5px;
    }
    .ec12 table tr.l th,
    .ec12 table tr.l td {
        border: none;
    }
    .ec12 tr a{
        display: block;
        width: 100%;
        overflow: auto;
        word-wrap: break-word;
    }
/* end ec12 */



/*
   ec17 contact organisation
   ec18 contact school
*/
    .ec17,
    .ec18,
    .ec19,
    .ec20{
        background: #fff;
    }
    .ec17 .org,
    .ec17 .adr,
    .ec18 .org,
    .ec18 .adr{
        margin-left: 20px;
    }
    .ec17 .tel,
    .ec18 .tel{
        margin-top: 10px;
    }
    .ec18 .schoolAddress,
    .ec18 .schoolDetails{
        float: left;
        width: 260px;
    }
    .ec18 .schoolDetails > p{
        margin-left: 20px;
    }
    .ec17 h2,
    .ec18 h2{
        font: bold 1em/1.6666666666666667em Verdana, Arial, Helvetica, sans-serif;
        padding: 0;
        margin: 0 0.66666em 0 0;
    }
    .ec17 .responsibleBody,
    .ec18 .responsibleBody{
        clear: both;
        padding-top: 20px;
    }
    .ec17 .responsibleBody h2,
    .ec17 .funding h2,
    .ec17 .responsibleBody p,
    .ec17 .funding p,
    .ec18 .responsibleBody h2,
    .ec18 .funding h2,
    .ec18 .responsibleBody p,
    .ec18 .funding p{
        float: left;
    }

    .ec19 h2{
        margin-bottom: 0.55555em; /* 10px */
    }
    .ec19 h3{
        margin-top: 30px;
        margin-bottom: 10px;
    }
/*
   end contact organisation
   end contact school
*/



/*fs04 rollover feature*/
    .fs04{
        width: 240px;
        background: #FFF;
    }
    .fs04 h3{
        margin:0 auto;
    }
    .fs04 ul.f{
        position: relative;
        width: 260px;
        margin:0 -10px 10px -10px;
    }
    .fs04 ul.f a{
        display: block;
    }
    .fs04 ul.f li a{
        padding-left: 125px;
        background: #daebf1;
        color: #00435c;
        line-height: 1.5833333333333333333333333333333em;
        _height: 39px;
        min-height: 39px;
        margin: 0 0 1px 0;
        text-decoration: none;
    }
    .fs04 ul.f li a:hover,
    .fs04 ul.f li a.on{
        background:#5fb2c8;
        color:#fff
    }
    .fs04 ul.f li.l a{
        margin:0;
        _height: 40px;
        min-height: 40px;
    }
    .fs04 ul.f img{
        position: absolute;
        top:0;
        left:-9999px;
        border: 10px solid #5fb2c8;
    }
    .fs04 ul.f li.f a img,
    .fs04 ul.f li a:hover img,
    .fs04 ul.f li a.on img{
        left: 0;
        *zoom:1;
    }
/*end fs04*/






/* fs05 multiple description, fs07 summary feature  */
    .fs05,
    .fs07{
        background: #fff;
        width: 240px;
    }
    .fs05 h3,
    .fs07 h3 {
        clear: both;
        margin: 0 0 5px 0;
        font-size:1.0909em;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold
    }
    .fs05 img,
    .fs07 img {
        float:right;
        margin:3px 0 0 5px;
        width:80px;
        height:80px;
    }
    .fs05 p,
    .fs07 p {
        margin-bottom:0;
    }
    .fs05 ul li {
        _zoom:1;
        overflow: auto;
        border-top:1px #333 dotted;
        padding: 10px 0;
    }
/* end fs05, end fs07 */

/*fs06 multiple description */
.fs06 {overflow:hidden;background: #fff;width:240px;margin-bottom:0;padding-bottom:0}
.fs06 p {margin:1.66667em 0 0.83333em 0}
.fs06 h2{width:240px;color:#00435B;background: #fff}
.fs06 .mask {width:260px;background:#069DAC;margin-left:-10px;padding:10px 0 10px 10px;overflow:hidden;height:160px}
.fs06 img {width:240px;height:auto;z-index:10}
.fs06 span {z-index:20}
.fs06 a {display:block;width:240px;height:160px;margin-top:-170px;position:relative;text-indent:-9999px;background-image:url(../graphics/buttonPlay.png)}
/*.fs06 a:hover {background-image:url(../graphics/"../graphics/buttonPlayOn.png")}*/

/* end fs06 */


/* fs08 highlight feature */
    .fs08 {
        background:#CEEEF7;
        padding: 5px;
        width: 530px;
        margin: 0 -10px;
        overflow: auto;
    }
    .fs08 .mask {
        float: left;
        width: 255px;
        overflow: hidden;
        margin: 0 20px 0 0;
    }

    .fs08 p{
        font-family:georgia,"times new roman",serif;
        font-size: 1.2727em;
        color:#00435B;
        margin:0;
    }
/* end fs08 */

/* fs11 homepage summary, rh08 related links summary */
/* TODO SJS: remove image dimensions once all images have correct width & height attributes */
    .fs11,
    .rh08 {
        background: #fff;
    }
    .fs11 h2,
    .rh08 h2{
        color:#00435B;
    }
    .fs11 img,
    .rh08 img {
        width: 260px;
        height: 100px;
        margin:0 -10px;
    }
    .rh08 img{
        width:190px;
        height:74px;
    }
    .fs11 p,
    .rh08 p,
    .rh03 p{
        margin-bottom:0;
    }
    .fs11 ul.links a.glow,.fs11 ul.links a.glow:hover{
        background: url(../graphics/buttonGlowLogIn.png) no-repeat top left #FFFFFF;
        text-indent:-999em;
        height:23px;
        width:110px;
        padding:0;
        margin:8.5px 0
    }
    .fs11 ul.links a.video{
        background: url(../graphics/iconVideoSmall.gif) no-repeat 0px 2px #FFFFFF;
        padding-left:20px;
        margin:10px 0
    }
    .fs11 h2 a,
    .rh08 h2 a{
        display: block;
        background: no-repeat 0 100%;
        width: 240px;
        padding:0 10px 111px 10px;
        margin: 0 -10px;
    }
    .rh08 h2 a{
        width: 170px;
        padding-bottom: 84px;
    }
/* end fs11, rh08 */


/* fs12 */
    .fs12{
        width: 380px;
        color: #FFF;
        font: 1.33333em Georgia;
    }
    .fs12 p {margin:0 0 1em;line-height:1.5em}
/* end fs12 */


/* rh10 tag cloud */
.rh10 {background:#fff;overflow:hidden;width:170px}
.rh10 h2 {background: #069DAC;color:#fff;width:170px}
.rh10 ul li {display:inline}
.rh10 .cloud1 {font-size:0.9em;}
.rh10 .cloud2 {font-size:1em;}
.rh10 .cloud3 {font-size:1.1em;}
.rh10 .cloud4 {font-size:1.2em;}
.rh10 .cloud5 {font-size:1.3em;}
.rh10 .cloud6 {font-size:1.4em;}
.rh10 .cloud7 {font-size:1.5em;}
.rh10 .cloud8 {font-size:1.6em;}
.rh10 .cloud9 {font-size:1.8em;}
/* rh10 */


/* rh11 in page mini search */
.rh11 {background:#fff;overflow:hidden;width:170px}
.rh11 h2 {background: #069DAC;color:#fff;width:170px}
.rh11 form{margin: 8px 0 5px 10px;}
.rh11 label{margin-left: -9999px;position: absolute}
.rh11 input {width: 60px;}
.rh11 a {margin: 10px;}
/* rh11 */



/*
rh05 promo mini banner
rh12 promo mini banner
*/
.rh05,
.rh12{
    padding:0;
}
.rh05 img{
    /* these can be removed when image prefix has been hooked up */
    width: 190px;
    height: 74px;
}
.rh12 img{
    /* these can be removed when image prefix has been hooked up */
    width: 190px;
    height: 153px;
}
.rh05s,
.rh12s{
    position: relative;

    min-height: 74px;
    _height: 74px;
    margin-bottom: 20px;
}
.rh12s{
    min-height: 153px;
    _height: 153px;
}
.js .rh05s .rh05,
.js .rh12s .rh12{
    position: absolute;
    top: 0;
    left:0;
}
/* end rh05, end rh12 */



/* rh13 search results filter */
.rh13 {background:#fff;overflow:hidden;width:170px}
.rh13 h2 {background: #069DAC;color:#fff;width:170px}
.rh13 ul {margin-top:10px;font-size:0.9166em}
.rh13 ul li a {display:block;height:20px;width:20px;float:right;background-image:url(../graphics/iconSearchFilterCross.gif);background-position:1px 1px}
.rh13 ul li a span {margin-left:-9999px}
.rh13 ul li.l a {float:none;display:inline;background:none}
/* rh13 */


/* rh14 search results refine */
    .rh14 {
        background:#fff;
        width:170px
    }
    .rh14 h2 {
        background: #069DAC;
        color:#fff;
        width:170px;
        margin-bottom:10px
    }
    .rh14 h3 {
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:1em;
        margin:0.83333em 0;
        font-weight:bold;
        color:#333;
    }
    .rh14 ul {
        border-bottom:1px dotted #333;
        padding-bottom:10px;
    }
    .rh14 ul li{
        margin: 5px 0;
    }
    .rh14 ul li a {
        *zoom:1;
        background: transparent url(../graphics/iconChevActive.gif) no-repeat 0 4px;
        padding-left: 13px;
        display: block;
    }
    .rh14 ul li a span {
        color: #666;
    }
    .rh14 ul li.filter a {
        display:block;
        height:20px;
        width:20px;
        float:right;
        background-image:url(../graphics/iconSearchFilterCross.gif);
        background-position:1px 1px;
    }
    .rh14 ul li.filter a span {
        margin-left:-9999px;
    }
    .rh14 .refineInput {
        overflow:auto
    }

        .rh14 input.refineSearchBox {
        width:140px;
        }
    .rh14 input.refineSubmit {
        height:auto;
        border:none;
        }

    /* curriculum areas */
        .rh14 ul li a.technologies{background-image: url(../graphics/iconSmallCircleTechnologies.gif); padding-left: 15px;}
        .rh14 ul li a.mathematics{background-image: url(../graphics/iconSmallCircleMathematics.gif); padding-left: 15px;}
        .rh14 ul li a.numeracy{background-image: url(../graphics/iconSmallCircleMathematics.gif); padding-left: 15px;}
        .rh14 ul li a.religiousAndMoralEducation{background-image: url(../graphics/iconSmallCircleRME.gif); padding-left: 15px;}
        .rh14 ul li a.religiousEducationInRomanCatholicSchools {background-image: url(../graphics/iconSmallCircleRME.gif); padding-left: 15px;}
        .rh14 ul li a.socialStudies{background-image: url(../graphics/iconSmallCircleSocialStudies.gif); padding-left: 15px;}
        .rh14 ul li a.languages{background-image: url(../graphics/iconSmallCircleLanguages.gif); padding-left: 15px;}
        .rh14 ul li a.gaelic{background-image: url(../graphics/iconSmallCircleLanguages.gif); padding-left: 15px;}
        .rh14 ul li a.literacy{background-image: url(../graphics/iconSmallCircleLanguages.gif); padding-left: 15px;}
        .rh14 ul li a.literacyAndGaidhlig{background-image: url(../graphics/iconSmallCircleLanguages.gif); padding-left: 15px;}
        .rh14 ul li a.literacyAndEnglish{background-image: url(../graphics/iconSmallCircleLanguages.gif); padding-left: 15px;}
        .rh14 ul li a.modernLanguages{background-image: url(../graphics/iconSmallCircleLanguages.gif); padding-left: 15px;}
        .rh14 ul li a.classicalLanguages{background-image: url(../graphics/iconSmallCircleLanguages.gif); padding-left: 15px;}
        .rh14 ul li a.expressiveArts{background-image: url(../graphics/iconSmallCircleExpressiveArts.gif); padding-left: 15px;}
        .rh14 ul li a.healthAndWellbeing{background-image: url(../graphics/iconSmallCircleHealthAndWellbeing.gif); padding-left: 15px;}
        .rh14 ul li a.healthAndWellbeingAcrossLearning{background-image: url(../graphics/iconSmallCircleHealthAndWellbeing.gif); padding-left: 15px;}
        .rh14 ul li a.sciences{background-image: url(../graphics/iconSmallCircleTheSciences.gif); padding-left: 15px;}
    /* end curriculum areas */



    #main .searchResults p.video{
        background: transparent url(../graphics/iconVideoSmall.gif) no-repeat 0 5px;
    }
    #main .searchResults p.news{
        background: transparent url(../graphics/iconNewsSmall.gif) no-repeat 0 5px;
    }
    #main .searchResults p.event{
        background: transparent url(../graphics/iconEventSmall.gif) no-repeat 0 5px;
    }
    #main .searchResults p.link{
        background: transparent url(../graphics/iconExternalLinkSmall.gif) no-repeat 0 5px;
    }
    #main .searchResults p.audio{
        background: transparent url(../graphics/iconAudio.gif) no-repeat 0 5px;
    }
    #main .searchResults p.image{
        background: transparent url(../graphics/iconImage.gif) no-repeat 0 5px;
    }
    #main .searchResults p.pdf{
        background: transparent url(../graphics/iconPDF.gif) no-repeat 0 5px;
    }
    #main .searchResults p.excel{
        background: transparent url(../graphics/iconExcel.gif) no-repeat 0 5px;
    }
    #main .searchResults p.word{
        background: transparent url(../graphics/iconWord.gif) no-repeat 0 5px;
    }
    #main .searchResults p.ppt{
        background: transparent url(../graphics/iconPPT.gif) no-repeat 0 5px;
    }
    #main .searchResults p.cpd{
        background: transparent url(../graphics/iconCPD.gif) no-repeat 0 5px;
    }
    #main .searchResults p.general{
        background: transparent url(../graphics/iconInternalLinkSmall.gif) no-repeat 0 5px;
    }
/* rh14 */

/* end modules */


div.col0,
div.col1{
    width: 260px;
    float: left;
}
div.col1{
    margin-left: 20px;
}
#aside div.col0,
#aside div.col1{
    width: 190px;
}


/* SJS TODO: REMOVE THESE WHEN COL MARKUP HAS CHANGED */
div.col{
    width: 260px;
    float: left;
    margin-left: 0;
}
div.col+div.col{margin-left: 20px;}
/* END COL MARKUP */








.secondNav h2.f{
    margin-top:0;
}
.secondNav{
    background: #FFF;
    padding: 10px;
}

#aside .searchResults{
    width: 100%;
}


#p612202 #main {background:#fff}




/*******************************************
Slimbox
*******************************************/
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../graphics/slimboxLoading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}


/* sjs modded */
#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: -2px;
    width: 63px;
    height: 32px;
    outline: none;
    z-index:999;
    background: transparent url(../graphics/slimboxPrevious.gif) no-repeat -100px 0;
}
#lbPrevLink {left: 0;}
#lbNextLink {right: 0;background-image: url(../graphics/slimboxNext.gif);}
#lbImage .show {background-position: 0 0;}
#sharedImg{position: absolute;z-index:998; top:0;left:0;}
/* end sjs modded */



#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../graphics/slimboxClose.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}
/************** end slimbox ***************/


/* outdoor learning map */
#map {border: 1px solid;width: 365px;height: 365px;float:right;clear:both}
#mapcaption  {float:right;margin:0;padding:0;width:370px;}
.mapmarker {float:left;margin-right:10px}
.placeresult {margin:0;padding:0}
.placeresult h2 {margin:0 0 10px 15px}
.placeresult p {margin:0}
.mapandoptions {text-align:left;overflow:auto;margin:10px 0}
.mapandoptions .pagenav {float:left;border:none}
.mapandoptions .pagenav li a:visited {color:#be50b0}
.mapandoptions .pagenav ul li {float:left;margin-right:10px;}
.mapandoptions #mapcaption p {margin:0}
.wheretogoresults {clear:both}
/* end ol map */

/*sitemap*/
#main ul.sitemap {background:#fff;padding:10px}
/*end sitemap*/


/*document icons*/
    a.pdf,
    a.word,
    a.excel,
    a.text,
    a.rtf,
    a.ppt,
    a.mmp,
    a.zip,
    a.access,
    a.claris,
    a.exe,
    a.gif,
    a.jpg,
    a.mp3,
    a.rss {
        background: url(../graphics/iconPDF.gif) no-repeat;
        padding-left: 20px;
        display: block;
        margin-bottom: 20px;
    }
    a.word {background-image:url(../graphics/iconWord.gif);}
    a.excel {background-image:url(../graphics/iconExcel.gif);}
    a.text {background-image:url(../graphics/iconTXT.gif);}
    a.rtf {background-image:url(../graphics/iconRTF.gif);}
    a.ppt {background-image:url(../graphics/iconPPT.gif);}
    a.mmp {background-image:url(../graphics/iconMMP.gif);}
    a.zip {background-image:url(../graphics/iconZip.gif);}
    a.access {background-image:url(../graphics/iconAccess.gif);}
    a.claris {background-image:url(../graphics/iconClaris.gif);}
    a.exe {background-image:url(../graphics/iconEXE.gif);}
    a.gif {background-image:url(../graphics/iconGif.gif);}
    a.jpg {background-image:url(../graphics/iconJpg.gif);}
    a.mp3 {background-image:url(../graphics/iconAudio.gif);}
    a.rss {background-image:url(../graphics/iconRSS.gif);}
/*end document icons*/


/*video with related detail*/
.videoBox #flashcontent1 {float:left}
.videodetail {clear:left}
.videoBox{
    overflow: auto;
    _zoom:1;
}
#flashcontent2{
    _float: left;
}
/*end video with related detail*/


.feedbackTable {background:#fff}
table#feedback tr
{
    border-bottom: 1px solid #eaeaea;
}
table#feedback td
{
    padding:5px
}


/* TODO SJS: IE6 styles for child selector */
.glow h2{
    color: #FFF;
}
.glow h2 span{
    display: block;
    min-height: 30px;
    _height: 30px;
    background: transparent url(../graphics/headingGlow.png) no-repeat 0 0;
}
.glow h2 span:first-letter {
    margin-left: -9999px;
}





/* siblingNav */
    #siblingNav{
        background: #FFF;
        overflow: hidden;
        margin: 0;
    }
    #siblingNav ol{
        padding: 5px 0;
        border: 1px dotted #000;
        border-width: 1px 0;
    }
    #siblingNav li{
        margin-bottom: 3px;
    }
    #siblingNav ol li a{
        width: 45%;
        display: block;
        padding: 4px;
        font-weight: bold;
    }
    #siblingNav ol li a:hover{
        background: #edecf1;
    }
    #siblingNav ol li a.selected{
        background: #069DAC;
        color: #FFF;
    }
    #siblingNav ol .col2{
        position: relative;
        left: 50%;
    }
/* end siblingNav */







/* fs01 main feature slot, fs03 extended description feature box  */
    .fs01,
    .fs03,
    .fs14 {
        background:#FFF;
        position: relative;
        padding: 10px 10px 10px 280px;
        min-height: 210px;
        _height: 210px;
        color: #333;
    }
    .fs01 h2,
    .fs03 h2,
    .fs12 h2{
        padding-left: 0;
        padding-right: 0;
        margin:0;
    }
    .fs01 img,
    .fs03 img{
        position: absolute;
        top: 10px;
        left:10px;
    }
    .fs14{
        padding-left: 304px;
        min-height: 200px;
    }
        .fs14 .fsVideoBox{
            border: 1px solid #ccc;
            position: absolute;
            top: 10px;
            left: 10px;
        }
        .fs14 .fsVideoBox a{
            background: #eee;
            padding-left: 5px;
            width: 279px;
            height: 20px;
            line-height: 20px;
            vertical-align: bottom;
            display: block;
        }
/* end fs01, end fs03 */





/* fs02 full width main feature slot */
    .fs02 {
        background:#069DAC;
        padding: 0;
    }
    .fs02 p{
        margin:0;
    }
    .fs02 a {
        color:#fff;
    }
    .fs02 a:visited {
        color:#fff;
    }

    .tabBox .fs01,
    .tabBox .fs02{
        margin:0;
        padding:0;
        _width: 516px;
    }
    .tabBox .fs01{
        padding-left: 280px;
        _width: 236px;
        _height: 210px;
    }
    .tabBox .fs01 img{
        top:0;
        left:0
    }
    .tabBox .fs01 h2,
    .tabBox .fs01 p{
        width: 236px;
    }
    .tabBox .fs02 img{
        width: 516px;
        height: auto;
    }
    .tabBox .fs01 .cnrs,
    .tabBox .fs02 .cnrs{
        display: none !important;
    }
/* end fs02 */





/*aside search results*/
    #aside .searchResults {
        background:#FFF;
    }
    #aside .searchResults p {
        margin:0;
        color: #333;
    }
    #aside .searchResults li{
        padding: 5px;
    }
    #aside .searchResults li.zebra{
        background: #f0f0f0;
    }
    #aside .navTop .searchBox .cnrs{
        display:none
    }
    #aside .searchBox{
        margin:0 0 20px;
        padding-bottom:5px;
        background: #069DAC;
    }
    #aside .searchBox .bgOff h2{
        margin:0;
        padding: 10px;
        color:#fff
    }
    #aside .searchBox .searchResults{
        margin:0 5px;
        width:auto
    }
    #aside .navTop .searchBox .searchResults{
        margin:0;
    }
/*end aside search results*/



/* rh02 feed */
    .more{
        position: relative;
    }
    .more a {
            background: #069DAC url(../graphics/iconChevWhite.gif) no-repeat 10px 12px;
            display: block;
            color: #FFFFFF;
            font-weight: bold;
            padding: 7px 0 10px 25px;
            margin: -23px 0 20px 0;
        }
        .tabContent .more a{
        margin-bottom: 0;
        }
    .rh02 {
        background:#069DAC;
        padding: 10px 5px 5px 5px;
        _zoom:1;
    }
    .rh02 h2 {
        color:#FFF;
        width: 170px;
        margin: -10px -5px 0 -5px;
    }
    .rh02 dl {
        background:#FFF;
        padding:5px;
        margin:0 0 -5px -5px;
        width:170px
    }
    .rh02 .feedBox {
        background:#FFF;
    }
    .rh02 .feedBox ul li{
        padding: 5px;
        _zoom:1;
    }
    .rh02 span {
        display:block;
    }
    .rh02 li.zebra{
        background: #f0f0f0;
    }
/* end rh02 */



/* rh01 feature, rh03 link */
    .rh01,
    .rh03 {
        background: #FFF;
        width:170px;
        padding-bottom:5px;
    }
    .rh01 h2,
    .rh03 h2 {
        width:170px;
        color:#FFF;
    }
    .rh01 h3 {
        margin:0;
        font-size:1.0909em;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        margin-top:0.4545em;
    }
    .rh01 ul li {
        border-top: 1px dotted #000;
    }
    .rh01 ul li.f {
        border:0;
    }
    .rh01 ul li.f img {
        width: 190px;
        margin: 0 -10px;
    }
    .rh01 p {
        margin:0 0 0.9090em 0;
    }


    .rh03{
        padding-bottom: 10px;
    }
    .rh03 h2{
        margin-bottom: 5px;
    }
    .rh03 p {
        margin-top:5px;
    }

    /*
    .rh03 ul.links a,
    .rh03 ul.links a:hover,
    .rh03 ul.links a:link,
    .rh03 ul.links a:link:hover {
        background: transparent !important;
        padding-left: 0;
        border-bottom: 1px dotted #000
    }
    .rh03 ul.links li.l a{
        border: 0;
    }
    */
/* end rh01, end rh03 */



/* ec05 */
    .ec05{
        background: #FFF;
        width:520px;
        overflow:hidden
    }
/* end ec05 */


h1{
    width: 750px;
    margin-right: -210px;
    _float: left;
}


#feedback,
.staffcomment{
    background: #FFF;
}
.staffcomment{
    padding: 10px;
}

table#feedback {background:#fff}

/* for global sitemap */
#p209412 .ec03 li ul{
    margin-bottom:0;
}
/* end global sitemap */


/*spacing adjustment on stuthan-taic*/
#p616300 #main .searchBox {padding-top:0}
#p616300 .ec03 p {margin-bottom:0}
/*end spacing adjustment on stuthan-taic*/

/* sjs temp list styles. modify css reset with trans image fix when I get a chance to test it */
.ec12 ul{
    margin-bottom: 1.66667em;
}

.ec12 ul,
.ec02 ul,
.publicationTableBox td ul,
.vacancyDesc ul{
    padding-left: 10px;
    margin-left: 10px;
    list-style: disc;
}
.ec02 ul ul,
.publicationTableBox td ul ul,
.vacancyDesc ul ul{
    list-style: circle;
    margin-left: 20px;
}
/* end sjs temp styles */

/* in page audio styles */
    .ip05{
        width:432px!important;
        border:12px solid #EDECF1;
        margin:0 auto 20px;
    }
    .ip05 object{
        width:432px!important;
    }
    .ip05 .audioDetail{
        padding:10px
    }
    .ip05 h3,.ip05 a{
        margin:0 0 5px;
    }
/* end in page audio styles */


/* season's greetings */
    /* also remove rounded corners form js when card is finished "#p640378 #main" */
    #p640378 #globalNav,
    #p640378 #breadcrumb{
        visibility: hidden;
        display: none;
    }

    #p640378 #box{
        margin-top: 20px;
    }

    #p640378 #flashcontent1{
        padding-left: 220px;
    }

    #p640378 #box .cnrs .cnr{
        display: block;
    }
/* end season's greetings */



/* temp tab styles */
        .js .tabBox{
            margin-bottom: 20px;
            *overflow: hidden;
        }

        .js .bottom{
            *zoom:1;
            overflow: auto;
        }
        .js .bottom .tabs{
            float: left;
            margin-right: -100%;
            margin-top: 267px;
        }

        .js .tabs{
            overflow: auto;
            width: 100%;
        }

            .js .tabs li{
                float: left;
                width: 94px;
                margin-left: 2px;
                word-wrap: break-word;
            }
            .js .tabs li.f{
                margin:0;
            }


            .js .bottom .tabs li{
                width: 133px;
            }
            .js .bottom .tabs li.f,
            .js .bottom .tabs li.l{
                width: 134px;
            }

            .js .tabs a{
                display: block;
                padding: 5px;
                background-color: #FFF;
                line-height: 15px;
                min-height: 30px;
                _height: 30px;
                font-size: 0.91666666666666666666666666666667em; /* 11px : 11/12 */
                text-align: center;
                text-decoration: none;
                color: #1890B6;
                _zoom:1;
                cursor: default;
            }
            .js .tabs a:hover,
            .js .tabs a:focus,
            .js .tabs a:active,
            .js .tabs a.on,
            .js .tabContentBox,
            .js .tabContent{
               background: #069DAC;
               color: #FFF;
               _zoom:1;
            }

        .js .tabContentBox{
            overflow: visible;
            position: relative;
        }
            .js .bottom .tabContentBox{
                padding: 0 12px;
                height: 267px;
            }

        .js .tabContentBox .tabContent{
            width: 100%;
            overflow: auto;
            position: relative;
            float: left;
            margin-right: -100%;
        }
            .js .bottom .tabContentBox .tabContent{
                padding-top: 17px;
                height: 250px;
            }

            .js .tabContentBox .on
            {
                /*left: 0;
                position: relative;*/
                z-index: 99;
            }


    #aside .tabContentBox .searchBox{
        padding-top: 5px;
        *zoom:1;
    }
    #aside .tabContentBox .searchBox li{
        _zoom: 1;
    }


    #aside .tabContent .more a {
        background: #069DAC url(../graphics/iconChevWhite.gif) no-repeat 10px 10px;
        display: block;
        color: #FFFFFF;
        font-weight: bold;
        padding: 5px 0 10px 25px;
        margin-bottom: 20px;
    }
    .js #aside .tabContent .more a{
        margin-bottom: 0;
    }

    .js .tabContentBox .fs02{
        margin:0;
    }

    /* can remove when actual sized images are fixed */
    .js .tabContentBox .fs02 img{
        width: 100%;
        height: 201px;
    }
    /* end can remove when actual sized images are fixed */

    .js .tabContentBox .fs02 .cnrs{
        display: none !important;
    }


    .js .tabs .on{
       background: #069DAC;
       color: #FFF;
    }

    .js .tabs .off{
    background-color: #FFF;
        color: #069DAC;
    }
/* end temp tab styles */

#footer #userPref {
    display:none
}

/* archive-it */
    #archiveItBanner{
        padding: 10px;
        background: #af2614;
        text-align: center;
    }
    #archiveItBanner p,
    #archiveItBanner a{
        color: #FFF;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0;
    }
    #archiveItBanner a{
        text-decoration: underline;
    }
/* end archive-it */


/* autocomplete */
    ul.autocompleter-choices{
        position:absolute;
        margin:0;
        padding:0;
        list-style:none;
        border:1px solid #7c7c7c;
        border-left-color:#c3c3c3;
        border-right-color:#c3c3c3;
        border-bottom-color:#ddd;
        background-color:#fff;
        text-align:left;
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        z-index:50;
        background-color:#fff;
    }
    ul.autocompleter-choices li{
        position:relative;
        margin:-2px 0 0 0;
        padding:0.2em 1.5em 0.2em 1em;
        display:block;
        float:none !important;
        cursor:pointer;
        font-weight:normal;
        white-space:nowrap;
        font-size:1em;
        line-height:1.5em;
    }
    ul.autocompleter-choices li.autocompleter-selected{
        background-color:#444;
        color:#fff;
    }
    ul.autocompleter-choices span.autocompleter-queried{
        display:inline;
        float:none;
        font-weight:bold;
        margin:0;
        padding:0;
    }
    ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried{
        color:#9FCFFF;
    }
/* end autocomplete */


.pc01{
    padding: 0;
}


.vcard .adr span{
    display: block;
}
.vcard .country-name,
.vcard .geo{
    position: absolute;
    top: -99999px;
}


/* poor support for last-child, flip margin from bottom to top and use first-child instead */
div.highlight{
    background: #EDECF1;
    padding: 10px;
    margin-bottom: 1.66667em;
}
    div.highlight p{
        margin-top: 1.66667em;
        margin-bottom: 0;
    }
    div.highlight p:first-child{
        margin-top: 0;
    }



table.left,
tr.left,
th.left,
td.left{
    text-align: left;
}
table.center,
tr.center,
th.center,
td.center{
    text-align: center;
}

table.right,
tr.right,
th.right,
td.tight{
    text-align: right;
}

table.top,
tr.top,
th.top,
td.top{
    vertical-align: top;
}

table.middle,
tr.middle,
th.middle,
td.middle{
    vertical-align: middle;
}

table.bottom,
tr.bottom,
th.bottom,
td.bottom{
    vertical-align: bottom;
}

p.ip14 img,
p.ip14 a.lightbox{
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

img + img,
.lightbox + .lightbox,
.lightbox + img,
img + .lightbox{
    margin-top: 10px;
}





.ec03 .imgs{
    float: right;
    margin: 0;
}
.ec03 .imgs img,
.ec03 .imgs .lightbox{
    float: none;
    display: block;
}
.ec03 ul{
    clear: none;
}



.cbEnd{
    clear: both;
    margin-bottom: 20px;
}


.vacancyContainer{
    background: #fff;
}

/* grahams new component */
.rh15,
.rh16,
.rh17{
    background: #fff;
}
.rh17 h2{
    background: #069DAC;
    color: #fff;
}
    .rh17 p{
        margin: 10px 0 0 0;
    }

#footer h2{
    background: transparent !important;
}


/* NQ resources - shouldn't be here! */
.ec20 div.imgs{
    float: right;
}
    .ec20 .imgs img{
        display: block;
        margin-left: 10px;
    }

.NQResDescription{
    overflow: auto;
    margin-bottom: 20px;
}

.NQResDetails,
div.NQResAdditionalInfo,
.NQResLinks{
    background: #EDECF1;
    margin-bottom: 20px;
}

div.NQResAdditionalInfo,
.NQResLinks,
.NQResDetails > li{
    padding: 10px;
}


.NQResDownloads h3{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.NQResAdditionalInfo p{
    margin-bottom: 0;
}

.NQResDetails li{
    clear: both;
    overflow: hidden;
}

.NQResDetails h3,
ul.NQResAdditionalInfo h3{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin:0 10px 0 0;
    width: 95px;
    float: left;
}
.NQResDetails ul,
.NQResDetails p{
    width: 79%;
    float: left;
    margin-bottom: 0;
}
.NQResDetails li.zebra{
    background: #f8f7f7;
}


ul.NQResAdditionalInfo{
    margin-bottom: 20px;
}
ul.NQResAdditionalInfo li{
    padding: 5px;
}

.NQResHSDUInfo{
    width: 79%;
    margin-left: 105px;
    margin-top: 20px;

}

.NQResPleaseNote{
    border: 2px solid #EDECF1;
    padding: 8px;
}


.col1 + .ec03,
.col2 + .ec03{
    clear: both;
}

.searchBox{
    margin-bottom: 20px;
}


        .rh14 ul ul{
            margin-left: 10px;
            border: 0;
        }

/* end nq resources */

#p719753 #nav{
    display: none;
    visibility: hidden;
}



.soundbiteBox{
    clear: both;
    overflow: hidden;
}
.soundbiteBox .soundbite,
.soundbiteBox p{
    float: left;
}
.soundbiteBox .soundbite{
    padding-top: 1px;
    padding-right: 10px;
}




.az{
    clear: both;
    width: 100%;
    background: #8DD2D9;
    position: relative;
}
.az .content{
    background: #0D9EAB;
    margin: 0 auto;
    padding: 10px;
    width: 940px;
    margin-bottom:100px;
    font-size: 1em;
    position: relative;
    border-radius: 0 0 7px 7px;
}
.az:after,
.az .content:after{
    content: '.';
    margin-left: -9999px;
}
.az h2,
.az h3,
.az li{
    color: #fff;
    margin: 0;
}

.az h3{
    font-size: 40px;
    font-weight: bold;

    padding: 0;
    position: absolute;
    top: 5px;
    left:  0;
    line-height: 40px;
}

.letters{
    clear: both;
}
.letters > li{
    position: relative;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 5px 0 0 60px;
    min-height: 40px;
}
.letters ol li{
    background: url("../graphics/iconChevWhite.gif") no-repeat 0 5px;
    width: 40%;
    padding: 0 0 5px 15px;

}

.az .col2{
    position: relative;
    left: 50%;
}


.az ul.links{
    *width: 500px;
    clear: both;
}
.az ul.links a{
    color: #bbedf2;
}

.az ul.links{
    list-style-type: none;
    float: right;
}
.az ul.links li{
    float: left;
    margin-right: 10px;
}

.az .partners{
    background: url(../graphics/footerBgCore.png) no-repeat 0 0;
    width: 118px;
    height: 49px;
    position: absolute;
    bottom: -60px;
    right: 10px;
}


.homepage.atoz #box{
    padding-bottom: 50px !important;
}

.az h2{
    position: absolute;
    top: -40px;
    left: 0;
    padding: 10px;
    border-radius: 7px 7px 0 0;
    background: #8DD2D9;
}
.az .sites h2{
    left: 175px;
}


.alphaListBox2{
    overflow: hidden;
    margin: 0 auto;
    padding-top: 10px;
    background: #0D9EAB;
    position: relative;
    z-index: 99;
}
.alphaListBox2 ul li{
    float: left;
    margin-right: 20px;
}
.alphaListBox2 ul li a{
    color: #fff;
    font-weight: bold;
}


.az #searchSchool{
    width: 200px;
    margin-bottom: 10px;
}
.az #searchSchool input#strSchoolSearch{
    float:left;
    border: 0;
    background: #ebebeb;
    height: 26px;
    line-height: 26px;
    width: 138px;
    *width: 136px;
    *margin-left: 0;
    padding: 0 3px;
}
.az #searchSchool a{
    display:block;
    padding-top: 10px;
    color: #fff;
}
.az .strSchoolSearch label{
    position: absolute;
    left: -9999px;
}






.az h2.on{
    background: #0D9EAB;
}
.az .sites > div.on,
.az .searchSchool > div.on{
    position: static;
    height: auto;
}
.az .sites > div,
.az .searchSchool > div{
    position: absolute;
    left: -9999px;
    height: 1px;
    overflow: hidden;
}


.az .sites > div{
    overflow: hidden;
}


.az .sites > div.on{
    min-height: 3850px;
}


/*###########################################################*/
#footer.az2 #explore{
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
#footer.az2 #explore .panel{
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;

}
#footer.az2 #explore .panel ul{
    width: 23.6%;
    float: left;
}

#footer.az2 #explore .panel ul li{
    background: url("../graphics/iconChevWhite.gif") no-repeat 0 5px;
    padding: 0 0 5px 15px;
    white-space: normal;
}
#footer.az2 #explore #panel1{
    margin-left: -722px;
    margin-left: 0;
    margin-right: 10px;
}
#footer.az2 #explore #panel2{

}

#panelMove{
    position: absolute;
    top: 70px;
    right: 0;

    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;



}
#panelMove span{
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #fff;
}

/*wee bit of padding on rss items */
.fs16 li {
    padding-top: 5px;
}

.accessibilityHidden {
    height:1px;
    overflow:hidden;
    position:absolute;
    top:-1000px;
    width:1px;
}



.searchStatistics + .search-results--zero {
    display: none;
}


/* new search */
    .searchInput input,
    .searchInput button {
        border: 1px solid #abadb3;
        line-height: 28px;
    }
    .searchInput input {
        padding-left: 10px;
        padding-right: 10px;
        border-right: 0;
        width: 270px;
        height: 28px;
    }
    .searchInput button {
        cursor: pointer;
    }
        .searchInput button:hover,
        .searchInput button:focus {
            text-decoration: underline;
        }


    .searchInput,
    .search-results {
        background: #fff;
        padding: 20px 10px;
        border-radius: 5px;
    }
        .search-results__article {
            overflow: hidden;
            clear: both;
        }
            .search-results h2 {
                margin: 25px 0 10px 0;
            }
            .search-results li:first-child h2 {;
                margin-top: 0;
            }
            .search-results .media__item {
                float: left;
                margin-right: 10px;
            }
                .search-results .media__item img {
                    width: 100px;
                    height: auto;
                }
            .search-results .media__body p {
                margin-bottom: 10px;
            }
            .search-results__footer {
                font-size: 10px;
                color: #555;
                line-height: 1.81818em;
                font-weight: bold;
                font-style: italic;
            }
                .search-results__footer p {
                    margin-bottom: 0;
                }

    /* control rounded corners based on element permutations */
        .searchInput:first-child {
            border-radius: 5px 5px 0 0;
        }
        * + .searchInput,
        * + .search-results {
            border-radius: 0;
        }
    /* end control rounded corners based on element permutations */


    .searchStatistics {
        background: #fff;
        padding: 10px;
        font-weight: bold;
    }

    .search-pagination {
        background: #fff;
        overflow: hidden;
        border: 1px solid #000;
        border-width: 1px 0;
        padding: 0 20px;
        clear: both;
    }
        .search-pagination span {
            position: absolute;
            left: -9999px;
        }
        .search-pagination__previous,
        .search-pagination__next,
        .search-pagination ol,
        .search-pagination li {
            float: left;
        }
        .search-pagination li {
            text-align: center;
        }
            .search-pagination a,
            .search-pagination__current {
                line-height: 40px;
                margin-right: 10px;
            }
            .search-pagination a:hover,
            .search-pagination a:focus {
                text-decoration: underline;
            }




    /* filters */
        .visually-hidden {
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            border: 0;
            overflow: hidden;
            position: absolute;
            clip: rect(0 0 0 0);
        }
        .search-filters {
            background: #fff;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 20px;
            overflow: hidden;
        }
            .search-filters h2 {
                color: #fff;
                margin:-10px -10px 0 -10px;
                padding:10px;
                background: #069dac;
            }
            .search-filters h3 {
                color: #333;
                margin: 10px 0;
                font-weight: bold;
                font-size: 12px;
                font-family: verdana;
            }
            .search-filters__selected-filters {
                margin-bottom: 20px;
            }
                .search-filters__selected-filters a {
                    display: block;
                    margin-bottom: 3px;
                    padding-left: 25px;
                    background: url(../graphics/iconSearchFilterCross.gif) no-repeat 0 0;
                    line-height: 20px;
                }
    /* /filters */

/* end new search */