﻿/* Layout (global rules for all sizes) */

/* Reset CSS */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    /*list-style: none;*/
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 79%;
    color: #333333;
    line-height: 1.6em;
}

a {
    color: #0d5875;
    text-decoration: none;
}

    a img {
        border: 0 none;
    }

    a:hover {
        color: #006699;
        text-decoration: underline;
        border: 0 none;
    }

    a:focus {
        /*outline-style: none;
        outline-width: medium;*/
    }

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

p {
    font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
    margin: 0 0 1.2em 0;
    text-align: left; /* compensates for an IE 6 bug */
}

ol, ul, dl {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #657b2c;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.7em;
    width: auto;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    color: #000000;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    text-decoration: none;
}

.headerBrown {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    font-size: 1.4em;
}

h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.2em;
}

ul {
    list-style-position: outside;
    /*list-style-type:disc;*/
    padding-left: 4em;
    margin-bottom: 1.2em;
}

    ul ul {
        margin-bottom: 0;
    }

ol {
    list-style-position: outside;
    /*list-style-type:decimal;*/
    padding-left: 2.8em;
    margin-bottom: 1.2em;
}

    ol li {
        margin-bottom: 0.5em;
    }

    ol ol {
        margin-bottom: 0;
    }

.alphaList ol, .alphaList {
    list-style-type: lower-alpha;
}

.numeralList ol, .numeralList {
    list-style-type: lower-roman;
}

blockquote {
    margin: 0;
    padding: 0;
}

.moreInfo {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
}

/* Tooltips */

/* Core qTip styles */
.ui-tooltip, .qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    z-index: 15000;
}

/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid {
    display: block;
    visibility: hidden;
    position: static !important;
    float: left !important;
}

.ui-tooltip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    word-wrap: break-word;
    overflow: hidden;
}

.ui-tooltip-titlebar {
    position: relative;
    min-height: 14px;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 1px 1px 0;
    border-style: solid;
    font-weight: bold;
}

    .ui-tooltip-titlebar + .ui-tooltip-content {
        border-top-width: 0px !important;
    }

    /*! Default close button class */
    .ui-tooltip-titlebar .ui-state-default {
        position: absolute;
        right: 4px;
        top: 50%;
        margin-top: -9px;
        cursor: pointer;
        outline: medium none;
        border-width: 1px;
        border-style: solid;
    }

    * html .ui-tooltip-titlebar .ui-state-default {
        top: 16px;
    }
    /* IE fix */

    .ui-tooltip-titlebar .ui-icon,
    .ui-tooltip-icon .ui-icon {
        display: block;
        text-indent: -1000em;
    }

.ui-tooltip-icon, .ui-tooltip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .ui-tooltip-icon .ui-icon {
        width: 18px;
        height: 14px;
        text-align: center;
        text-indent: 0;
        font: normal bold 10px/13px Tahoma,sans-serif;
        color: inherit;
        background: transparent none no-repeat -100em -100em;
    }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus {
}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover {
}

/*! Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content {
    border-color: #d6d3d3;
    background-color: #ffffff;
    color: #666666;
    font-weight: bold;
}

.ui-tooltip-default .ui-tooltip-titlebar {
    background-color: #ffffff;
}

.ui-tooltip-default .ui-tooltip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover {
    border-color: #AAA;
    color: #111;
}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip {
    margin: 0 auto;
    overflow: hidden;
    background: transparent !important;
    border: 0px dashed transparent !important;
    z-index: 10;
}

    .ui-tooltip .ui-tooltip-tip,
    .ui-tooltip .ui-tooltip-tip * {
        position: absolute;
        line-height: 0.1px !important;
        font-size: 0.1px !important;
        color: #123456;
        background: transparent;
        border: 0px dashed transparent;
    }

        .ui-tooltip .ui-tooltip-tip canvas {
            top: 0;
            left: 0;
        }

        /*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE6+, Safari 2+ */
        .ui-tooltip .ui-tooltip-tip canvas {
            position: static;
        }

.ui-tooltip-shadow {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30);
}

    .ui-tooltip-shadow .ui-tooltip-titlebar,
    .ui-tooltip-shadow .ui-tooltip-content {
        filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3)";
    }

.ui-tooltip-none {
    max-width: 348px;
    max-heaight: 126px;
    font-size: 1em;
}

    .ui-tooltip-none .ui-tooltip-content {
        padding: 0;
        border: none;
        background-color: transparent;
    }

/* Site Styles */

.mainContainer {
    width: 960px;
    margin: 0 auto;
}

#header {
    margin-bottom: 12px;
}

    #header .mainContainer {
        position: relative;
        z-index: 899;
    }

#headerLogo {
    padding: 15px 0 0 10px;
    margin: 0 0 14px;
}

    #headerLogo a {
        display: block;
        width: 375px;
    }

#headerSecNav {
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
}

    #headerSecNav ul {
        display: block;
        float: right;
        width: 600px;
        margin: 0;
        padding: 5px 0 0 0;
    }

        #headerSecNav ul li {
            display: inline;
            padding-right: 20px;
        }

            #headerSecNav ul li a {
                font-size: 0.95em;
                color: #302f2f;
            }

#headerTextSizer {
    display: block;
    float: right;
    width: 45px;
    padding: 1px 10px 0 0;
}

    #headerTextSizer ol {
        display: block;
        height: 27px;
        padding: 0;
        margin: 0;
        position: relative;
        width: 45px;
    }

        #headerTextSizer ol li {
            display: block;
            float: left;
            height: 27px;
            position: relative;
            width: 14px;
            margin: 0;
            top: 0px;
            left: 0px;
        }

            #headerTextSizer ol li.here {
                background: url(../images/icoTextSwitcherActive.png) no-repeat scroll left bottom;
            }

            #headerTextSizer ol li a {
                display: block;
                float: right;
                padding: 0;
            }

                #headerTextSizer ol li a:hover {
                    text-decoration: none;
                }

                #headerTextSizer ol li a.small {
                    font-size: 1em;
                }

                #headerTextSizer ol li a.medium {
                    font-size: 1.2em;
                }

                #headerTextSizer ol li a.large {
                    font-size: 1.4em;
                }

#headerNavBar {
    width: 960px;
    background-color: #e6e6e6;
    border-bottom: 5px solid #03516f;
}

#mainNav {
    float: left;
    width: 575px;
    height: 50px;
    position: relative;
    background: url(../images/bkgMainNavLink.png) scroll repeat-x top left;
}

    #mainNav ul {
        list-style: outside;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #mainNav ul li {
            width: 191px;
            float: left;
            height: 50px;
            position: relative;
        }

            #mainNav ul li .mainNavLink span {
                display: none;
                visibility: hidden;
            }

                #mainNav ul li .mainNavLink span:hover {
                    cursor: pointer;
                }

            #mainNav ul li .mainNavLink a, #mainNav ul li .mainNavLink span {
                color: #333333;
                display: block;
                font-family: Georgia,"Times New Roman",Times,serif;
                font-size: 1.3em;
                border-right: 1px solid #e6e6e6;
                height: 20px;
                padding: 15px 0 15px 0;
                position: absolute;
                text-align: center;
                text-transform: uppercase;
                width: 192px;
                z-index: 699;
                background: url("../images/bkgMainNavTile.png") repeat-y scroll -611px 0 transparent;
                top: 3px;
                left: 0px;
            }

                #mainNav ul li .mainNavLink a:hover, #mainNav ul li .mainNavLink span:hover {
                    color: #0D5875;
                    text-decoration: none;
                }

    /*#mainNav ul li:hover .mainNavPanel, #mainNav ul li.hover .mainNavPanel {
                display: block;
            }*/

    #mainNav > ul > li.hover:hover .mainNavPanel, #mainNav .mainNavPanel.expand {
        max-height: 900em;
    }

    #mainNav .mainNavLink {
        display: block;
        height: 50px;
        width: 191px;
    }

        #mainNav .mainNavLink.here {
            background: url(../images/icoMainNavHere.png) no-repeat scroll 95px bottom transparent;
        }

    #mainNav .mainNavPanel {
        position: absolute;
        text-indent: 0;
        top: -4px;
        left: -14px;
        z-index: 599;
        width: 610px;
        height: auto;
        max-height: 0;
        overflow: hidden;
        background: url(../images/bkgMainNavTab.png) no-repeat scroll top left;
    }

    #mainNav .mainNavBtm {
        margin-top: 59px;
        background: url(../images/bkgMainNavBtm.png) no-repeat scroll bottom left;
        padding-bottom: 9px;
    }

    #mainNav .mainNavPanelTile {
        overflow: hidden;
        padding: 13px 0 13px 13px;
        background: url(../images/bkgMainNavTile.png) repeat-y scroll top left;
        width: 597px;
    }

    #mainNav .mainNavPanel ul {
        overflow: hidden;
        width: 440px;
        float: left;
        padding: 0;
        height: auto;
    }

        #mainNav .mainNavPanel ul li {
            width: 205px;
            margin-right: 15px;
            float: left;
            padding: 0;
            border-bottom: 1px solid #dedbcf;
            height: auto;
        }

            #mainNav .mainNavPanel ul li a {
                color: #0f5a76;
                padding: 7px 10px 7px 10px;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
                font-size: 1em;
                text-transform: none;
                display: block;
                width: 185px;
                height: auto;
                text-align: left;
                -moz-transition: background-color 0.2s ease-in-out;
                -o-transition: background-color 0.2s ease-in-out;
                -webkit-transition: background-color 0.2s ease-in-out;
                transition: background-color 0.2s ease-in-out;
            }

                #mainNav .mainNavPanel ul li a:hover {
                    background-color: #cadadf;
                    color: #000;
                    text-decoration: none;
                }

    #mainNav .mainNavPanel .mainNavCTA {
        float: left;
        width: 140px;
    }

        #mainNav .mainNavPanel .mainNavCTA a {
            color: #333;
            font-size: 1em;
            padding: 0;
            text-align: left;
            text-transform: normal;
            font-family: Arial, Helvetica, sans-serif;
        }

#headerSearchBar {
    background: #D1D1D1 url(../images/bkgSearchBar.png) repeat-x top left;
    display: block;
    float: left;
    position: relative;
    width: 385px;
    height: 50px;
}

.search {
    left: 0;
    padding: 12px 0 0 20px;
    position: absolute;
    top: 0;
    width: 303px;
    z-index: 799;
}

    .search a {
        margin-left: 5px;
        text-decoration: none;
        color: #333333;
    }

        .search a:hover {
            color: #0d78a1;
            text-decoration: underline;
        }

    .search .searchBox {
        background: none repeat scroll 0 0 #FFFFFF;
        border: none;
        color: #363535;
        font-size: 0.9em;
        line-height: 1em;
        padding: 5px;
        vertical-align: top;
        /*width: 130px;*/
        width: 185px; /* without the Advance search link */
        height: 16px;
        margin: 0;
    }

    .search .searchButton {
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        background-color: #818181;
        color: #fff;
        font-size: 0.95em;
        height: 26px;
        width: 85px;
        font-weight: bold;
        border: 3px solid #989898;
        margin: 0;
    }

        .search .searchButton:hover {
            background-color: #535353;
            border-color: #a4a3a3;
        }

    .search label {
        margin: 0px;
        display: none;
    }

#headerImage {
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    border-left: 1px solid #e2e2e2;
}

/* Home */

.homeLeftCol {
    width: 710px;
    float: left;
    margin-right: 20px;
}

.homeRightCol {
    width: 230px;
    float: left;
}

#homeMainContent {
    width: 960px;
    overflow: hidden;
    margin-bottom: 30px;
}

#homeFeature {
    height: 307px;
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
}

#homeBannerNav {
    position: absolute;
    width: 50px;
    height: 25px;
    bottom: 5px;
    left: 10px;
    z-index: 20;
}

    #homeBannerNav a {
        display: block;
        width: 25px;
        height: 25px;
        text-indent: -99em;
        overflow: hidden;
        float: left;
        background-position: top left;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }

        #homeBannerNav a:hover {
            background-position: bottom left;
        }

#homeBannerNext {
    background-image: url(../images/btnNext.png);
}

#homeBannerPrev {
    background-image: url(../images/btnPrevious.png);
}

#homeCTAs ul {
    list-style: outside;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 710px;
}

    #homeCTAs ul li {
        float: left;
        width: 160px;
        margin-right: 23px;
    }

        #homeCTAs ul li.first {
            margin-right: 24px;
        }

        #homeCTAs ul li.last {
            margin-right: 0;
        }

        #homeCTAs ul li .homeCTAImage a {
            width: 160px;
            height: 110px;
            display: block;
            position: relative;
        }

            #homeCTAs ul li:hover .homeCTAImage a, #homeCTAs ul li .homeCTAImage a:hover, #homeCTAs ul li.hover .homeCTAImage a {
                border: 3px solid #bcbcbb;
                width: 154px;
                height: 104px;
                overflow: hidden;
            }

            #homeCTAs ul li .homeCTAImage a img {
                position: absolute;
                width: 160px;
                height: 110px;
                left: 0;
                top: 0;
            }

            #homeCTAs ul li .homeCTAImage a span.homeCTAIcon img {
                width: 22px;
                height: 22px;
                left: auto;
                top: auto;
                right: 0;
                bottom: 0;
            }

            #homeCTAs ul li:hover .homeCTAImage a img, #homeCTAs ul li.hover .homeCTAImage a img, #homeCTAs ul li .homeCTAImage a:hover img {
                top: -3px;
                left: -3px;
            }

            #homeCTAs ul li:hover .homeCTAImage a span.homeCTAIcon img, #homeCTAs ul li.hover .homeCTAImage a span.homeCTAIcon img, #homeCTAs ul li .homeCTAImage a:hover span.homeCTAIcon img {
                top: auto;
                left: auto;
                right: -3px;
                bottom: -3px;
            }

        #homeCTAs ul li .homeCTATitle a {
            color: #333;
            font-size: 1.1em;
        }

            #homeCTAs ul li:hover .homeCTATitle a, #homeCTAs ul li .homeCTATitle a:hover {
                color: #006699;
            }

#homeCTAs .homeCTATitle {
    margin-top: 5px;
}

#homeCTAs .moreInfo {
    margin-top: 10px;
}

#lnksForThePublic {
    min-height: 300px;
    margin-bottom: 20px;
}

    #lnksForThePublic h2 {
        background-color: #E67708;
        color: #FFFFFF;
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 2em;
        font-weight: normal;
        line-height: 0.9em;
        margin: 0;
        padding: 13px 10px;
    }

    #lnksForThePublic ul {
        list-style: outside;
        list-style-type: none;
        padding: 5px 0 0 0;
        margin-bottom: 15px;
    }

        #lnksForThePublic ul li {
            border-bottom: 1px solid #dedbcf;
        }

            #lnksForThePublic ul li a {
                padding: 7px 10px 7px 10px;
                font-weight: bold;
                font-size: 1.2em;
                display: block;
                width: 210px;
                -moz-transition: background-color 0.2s ease-in-out;
                -o-transition: background-color 0.2s ease-in-out;
                -webkit-transition: background-color 0.2s ease-in-out;
                transition: background-color 0.2s ease-in-out;
            }

                #lnksForThePublic ul li a:hover {
                    background-color: #cadadf;
                    color: #000;
                    text-decoration: none;
                }

    #lnksForThePublic a.moreInfo {
        padding-left: 10px;
    }

#twitterWidget {
    background: url(../images/bkgTwitterWidgetBtm.png) scroll no-repeat bottom left;
    padding-bottom: 6px;
    min-height: 200px;
}

.tweet_list {
    list-style: outside;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#twitterTweets {
    background: url(../images/bkgTwitterWidgetTop.png) scroll no-repeat top left;
    padding: 15px 10px 0;
    font-size: 0.95em;
    line-height: 1.3em;
    min-height: 184px;
}

#twitterLoading {
    color: #333333;
    font-size: 0.9em;
    padding-top: 30px;
}

#twitterTweetAge {
    color: #666666;
    padding-left: 40px;
    font-size: 0.9em;
    line-height: 1.4em;
}

#twitterPost {
    padding: 15px 0;
}

#twitterFollow {
    background: url(../images/bkgTwitterWidgetDivider.png) scroll no-repeat top left;
    padding-top: 15px;
    margin-top: 5px;
}

    #twitterFollow ul {
        list-style: none inside none;
        margin-bottom: 0;
        margin-left: -3px;
        margin-top: 5px;
        overflow: hidden;
        padding: 0;
        width: 213px;
    }

        #twitterFollow ul li {
            display: block;
            float: left;
            width: 35px;
        }

            #twitterFollow ul li a {
                display: block;
            }

#homeAdditionalContent {
    width: 960px;
    overflow: hidden;
    margin-bottom: 50px;
}

    #homeAdditionalContent h2 {
        margin: 0;
        line-height: 0.9em;
        padding: 13px 10px;
        background-color: #edede9;
        color: #7a923c;
        font-weight: normal;
        font-size: 2em;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

#homeLawyersAndParalegals {
    padding-left: 10px;
    width: 700px;
    margin-top: 20px;
    overflow: hidden;
}

#lnksForLawyers {
    width: 280px;
    float: left;
    margin-right: 20px;
}

    #lnksForLawyers ul {
        list-style: outside;
        list-style-type: none;
        padding: 0;
        margin-bottom: 15px;
    }

        #lnksForLawyers ul li {
            border-bottom: 1px solid #dedbcf;
        }

            #lnksForLawyers ul li a {
                padding: 7px 10px 7px 10px;
                font-weight: bold;
                font-size: 1.2em;
                display: block;
                width: 260px;
                -moz-transition: background-color 0.2s ease-in-out;
                -o-transition: background-color 0.2s ease-in-out;
                -webkit-transition: background-color 0.2s ease-in-out;
                transition: background-color 0.2s ease-in-out;
            }

                #lnksForLawyers ul li a:hover {
                    background-color: #cadadf;
                    color: #000;
                    text-decoration: none;
                }

#lnksForLaywersMore ul {
    overflow: hidden;
    font-size: 1em;
    padding: 10px 10px 0;
}

    #lnksForLaywersMore ul li {
        float: left;
        width: 50%;
        border-bottom: none;
    }

        #lnksForLaywersMore ul li a {
            font-size: 0.9em;
            padding: 0;
        }

            #lnksForLaywersMore ul li a:hover {
                color: #0D5875;
                text-decoration: underline;
                background-color: transparent;
            }

#homeCPDProgrammes {
    float: left;
    width: 373px;
}

    #homeCPDProgrammes h3 {
        margin: 0;
        display: block;
        height: 38px;
        text-indent: -99em;
        overflow: hidden;
        width: 100%;
        background: url(../images/ttlUpcomingCPDProgrammes.png) scroll no-repeat top left;
    }

    #homeCPDProgrammes ul {
        list-style: outside;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        #homeCPDProgrammes ul li {
            border-bottom: 1px solid #fff;
        }

.rss-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rss-item {
    margin-bottom: -1em;
    margin-top: .em;
    font-size: 8pt;
}

    .rss-item a {
        background-color: #edede9;
        padding: 7px 10px 7px 15px;
        color: #333333;
        font-size: 10pt;
        display: block;
    }

#homeCPDProgrammes ul li.last {
    border-bottom: none;
}

#homeCPDProgrammes ul li a {
    background-color: #edede9;
    padding: 7px 10px 7px 15px;
    display: block;
    width: 348px;
    color: #333;
}

#homeAllCPDProgrammes {
    background-color: #edede9;
    text-align: right;
    padding: 0 20px 10px 0;
}

#lnksLatestNews ul {
    list-style: outside;
    list-style-type: none;
    padding: 5px 0 0 0;
    margin-bottom: 10px;
}

    #lnksLatestNews ul li a {
        padding: 7px 10px 7px 10px;
        display: block;
        width: 210px;
        color: #333;
    }

        #lnksLatestNews ul li a:hover {
            color: #006699;
        }

#lnksLatestNews a.moreInfo {
    padding-left: 10px;
}

#latestNewsPlaceHolder {
    height: 0px;
    width: 0px;
    display: none;
    visibility: hidden;
}

/* Internal Page */

#headerTriNav {
    width: 950px;
    padding: 15px 0 5px 10px;
    background: #03516f url(../images/bkgHeaderTriNav.png) scroll repeat-x left top;
    border-bottom: 3px #d1d1d1 solid;
    overflow: hidden;
}

    #headerTriNav strong {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 2.2em;
        font-weight: normal;
        color: #ffffff;
        float: left;
        padding: 0 10px 10px 5px;
        width: 190px;
        line-height: 1.7em;
        background: url(../images/bkgHeaderTriBracket.png) scroll no-repeat right 5px;
    }

    #headerTriNav ul {
        float: left;
        list-style: none outside none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 720px;
        padding-left: 5px;
    }

        #headerTriNav ul li {
            float: left;
            padding: 0 15px 12px 0;
            width: 165px;
            display: block;
        }

            #headerTriNav ul li.newLine {
                clear: left;
            }

            #headerTriNav ul li.here a {
                background: url(../images/icoTriNavHere.png) scroll no-repeat 0 5px;
            }

            #headerTriNav ul li a {
                width: 100%;
                padding-left: 8px;
                display: block;
                color: #fff;
                font-weight: bold;
                font-size: 1.1em;
                line-height: 1.3em;
            }

                #headerTriNav ul li a:hover {
                    background: url(../images/icoTriNavHere.png) scroll no-repeat 0 5px;
                }

.internalLeftCol {
    width: 230px;
    float: left;
    margin-right: 20px;
}

.internalRightCol {
    width: 710px;
    float: left;
}

#internalMainContent {
    width: 960px;
    overflow: hidden;
    margin-bottom: 30px;
}

#internalSecNav .internalSecNavHeading {
    background: #fff url(../images/bkgSecNavigation.jpg) scroll no-repeat left top;
    padding: 15px 50px 15px 0;
}

    #internalSecNav .internalSecNavHeading strong {
        background: url(../images/bkgSecNavigationHeader.png) scroll repeat left top;
        display: block;
        padding: 3px 15px 3px 15px;
        margin: 0;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 1.4em;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

#internalSecNav ul {
    width: 230px;
    padding: 0 0 26px 0;
    margin-top: 1px;
    background: #efede7 url(../images/bkgSecNavigationFooter.png) scroll no-repeat left bottom;
}

    #internalSecNav ul li {
        width: 230px;
        display: block;
        background-color: #efede7;
        border-top: 1px solid #ffffff;
    }

        #internalSecNav ul li.here {
            background-color: #e0dfdc;
        }

        #internalSecNav ul li a {
            padding: 7px 12px;
            color: #555555;
            font-weight: bold;
            display: block;
        }

            #internalSecNav ul li a:hover {
                background-color: #cadadf;
                color: #000;
                text-decoration: none;
            }

        #internalSecNav ul li ul {
            margin-top: 0;
            padding: 0;
            background: none;
        }

            #internalSecNav ul li ul li {
                width: 230px;
                border-bottom: 1px solid #d0cfc7;
                border-top: none;
            }

                #internalSecNav ul li ul li a {
                    width: 170px;
                    background-color: #fff;
                    font-size: 0.95em;
                    line-height: 1.5em;
                    color: #333333;
                    padding: 5px 40px 5px 20px;
                }

                    #internalSecNav ul li ul li a:hover {
                        background-color: #cadadf;
                        color: #000;
                        text-decoration: none;
                    }

                #internalSecNav ul li ul li.here a {
                    background: #a7c1c9 url(../images/bkgSecNavigationHere.png) scroll no-repeat left top;
                    color: #000000;
                }

                #internalSecNav ul li ul li.here ul {
                    border-bottom: 1px solid #ffffff;
                }

                    #internalSecNav ul li ul li.here ul li {
                        border-top: none;
                        border-bottom: none;
                    }

                        #internalSecNav ul li ul li.here ul li a {
                            width: 150px;
                            background: #e4ecef;
                            padding: 3px 40px 3px 40px;
                            color: #03516f;
                        }

                            #internalSecNav ul li ul li.here ul li a:hover {
                                text-decoration: underline;
                            }

.internalBreadCrumb {
    font-size: 0.95em;
    margin-bottom: 18px;
}

    .internalBreadCrumb ul {
        width: 710px;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .internalBreadCrumb ul li.first {
            padding-left: 0;
            background: none;
        }

        .internalBreadCrumb ul li {
            float: left;
            background: url(../images/bkgBreadCrumb.png) no-repeat scroll left 6px transparent;
            padding-left: 8px;
            margin-right: 5px;
        }

.leftNavToggle {
    display: none;
    margin-bottom: 10px;
    width: 50px;
    cursor: pointer;
}

    /*.leftNavToggle a {
        display: block;
        padding: 0.8em 0;
        margin: 0;
        border: 1px solid #bbb;
        background: url(../images/bkgMainNavLink.png) scroll repeat-x top left;
        color: #333333;
        text-transform: uppercase;
        font-size: 1.3em;
        font-family: Georgia,"Times New Roman",Times,serif;
        text-align: center;
        text-transform: uppercase;
    }*/

        .leftNavToggle a:hover {
            border-color: #a4a3a3;
            text-decoration: none;
        }

/*#print 
{
  float:right;
  margin-bottom: 0.7em;

}   */
/* Footer */

footer {
    background: #3c616c url(../images/bkgFooter.png) scroll repeat-x left 54px;
    color: #fff;
    min-height: 407px;
    width: 100%;
}

#footerMotto {
    background-color: #fff;
}

    #footerMotto .mainContainer {
        position: relative;
        height: 54px;
        background: url(../images/bkgDecorativeFooter.jpg) scroll no-repeat top left;
    }

#footerInfoIcon {
    display: block;
    position: absolute;
    top: 38px;
    right: 12px;
    overflow: hidden;
}

    #footerInfoIcon a {
        display: block;
        height: 13px;
        width: 13px;
        overflow: hidden;
        text-indent: -99em;
        background: url(../images/icoFooterInfo.png) scroll no-repeat left top;
    }

#footerInfoPanel {
    background: url(../images/bgkFooterTooltip.png) scroll no-repeat left top;
    width: 348px;
    height: 126px;
    overflow: hidden;
    display: none;
}

#footerInfoPanelImage {
    float: left;
    width: 118px;
    padding: 11px 0 0 13px;
}

#footerInfoPanelContent {
    float: left;
    width: 190px;
    padding: 11px 0 0 13px;
}

    #footerInfoPanelContent ul {
        padding: 0;
        margin: 0;
        list-style: none outside none;
        overflow: hidden;
    }

        #footerInfoPanelContent ul li {
            float: left;
            width: 90%;
        }

            #footerInfoPanelContent ul li a {
                font-weight: bold;
                text-transform: uppercase;
                font-size: 0.95em;
                color: #fff;
                display: block;
            }

                #footerInfoPanelContent ul li a:hover {
                    text-decoration: underline;
                }

    #footerInfoPanelContent h4 {
        color: #fff;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: normal;
        width: 160px;
        line-height: 1.2em;
        margin-bottom: 1em;
        font-size: 1.2em;
    }

#footerMotto strong {
    width: 200px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    color: #000;
    text-indent: -99em;
}

footer ul li a {
    color: #fff;
}

#footerSectionListings {
    width: 940px;
    padding: 0 10px;
    overflow: hidden;
    margin-top: 30px;
}

.footerSection {
    width: 212px;
    margin-right: 30px;
    float: left;
}

    .footerSection ul {
        list-style: outside;
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }

        .footerSection ul li {
            font-size: 0.95em;
            padding-bottom: 3px;
        }

    .footerSection.last {
        margin-right: 0;
    }

    .footerSection h4 {
        font-size: 1.1em;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 5px;
    }

        .footerSection h4 a, .footerSection h4 a:hover {
            color: #fff;
        }

#footerCopyright {
    font-size: 0.95em;
    text-transform: uppercase;
    padding: 10px 0 20px;
    color: #333333;
    background: none repeat scroll 0 0 #FFFFFF;
}

    #footerCopyright .mainContainer {
        padding-left: 10px;
    }

#footerQuickLinks {
    width: 960px;
    overflow: hidden;
    margin-top: 22px;
}

#footerSitemap {
    float: left;
    padding: 8px 0px 0 0px;
    width: 750px;
}

    #footerSitemap ul {
        list-style: outside;
        list-style-type: none;
        padding: 0;
        margin: 0 0 0 13px;
    }

    #footerSitemap li {
        display: inline;
        padding: 0 15px;
        font-size: 1.1em;
        background: url(../images/bkgFooterListDivider.png) no-repeat right 2px;
    }

        #footerSitemap li:first-child {
            padding-left: 0px;
        }

        #footerSitemap li.first {
            padding-left: 0;
        }

        #footerSitemap li.last {
            background-image: none;
        }

#footerSocialMedia {
    float: left;
    width: 200px;
}

    #footerSocialMedia ul {
        list-style: outside;
        list-style-type: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

        #footerSocialMedia ul li {
            float: left;
            padding-right: 8px;
        }

            #footerSocialMedia ul li a {
                display: block;
                width: 32px;
                height: 32px;
                overflow: hidden;
                text-indent: -99em;
                background-position: top left;
                background-attachment: local;
                background-repeat: no-repeat;
            }

                #footerSocialMedia ul li a:hover {
                    background-position: bottom left;
                }

                #footerSocialMedia ul li a#footerFacebook {
                    background-image: url(../images/icoFacebookFooter.png);
                }

                #footerSocialMedia ul li a#footerLinkedIn {
                    background-image: url(../images/icoLinkedInFooter.png);
                }

                #footerSocialMedia ul li a#footerYoutube {
                    background-image: url(../images/icoYoutubeFooter.png);
                }

                #footerSocialMedia ul li a#footerTwitter {
                    background-image: url(../images/icoTwitterFooter.png);
                }

                #footerSocialMedia ul li a#footerGoogle {
                    background-image: url(../images/icoGooglePlusFooter.png);
                }

#lastPublisedDate {
    float: right;
    padding: 0px;
    margin: 0px;
    color: #777777;
    font: 0.9em Arial,Helvetica,sans-serif;
}

.UpcomingCPDHeader {
    width: 353px;
    height: 28px;
    background-color: #e0e0dd;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
}

    .UpcomingCPDHeader a {
        color: #555650;
    }

        .UpcomingCPDHeader a:hover {
            text-decoration: none;
        }

#cmshtmlcontent a {
    font-weight: bold;
}

#footerInfoPanelContentHeading {
    margin: 0px 0px 1em 0px;
    padding: 6px 0px 6px 0px;
    border: 0;
    vertical-align: baseline;
    text-align: left;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    width: 160px;
    line-height: 1.2em;
    font-size: 1.2em;
}

.footerSectionHeading {
    margin: 0;
    padding: 6px 0px 6px 0px;
    border: 0;
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

    .footerSectionHeading a, .footerSectionHeading a:hover {
        color: #fff;
    }

#bodyOneHalf {
    padding: 0px;
    width: 47%;
    margin-bottom: 0px;
    float: left;
}

#bodyRightOfHalf {
    padding: 0px;
    width: 47%;
    margin-bottom: 0px;
    float: right;
}

.larger {
    font-size: 1.15em;
    font-weight: bold;
}

.capitalize {
    text-transform: capitalize;
}

.smallitalics {
    font-size: 0.95em;
    font-style: italic;
}

.ruleCommentary { border: 1px solid #000; margin-bottom: 1.0em; padding: 1.0em; }

.doubleParafirst { text-indent: 5.0em; }

.doubleParasecond {  text-indent: 10.0em; }

.bookmark {text-decoration: none; }

.changeData { text-align: right; } 