.pagi {
font-size: 18px;
}

#sitemap #back2top {
margin-right: 100px;
}

#sitemap h2 {
margin-top: 5px !important;
margin-bottom: 5px !important;
border-bottom: 1px solid #ddd !important;
width: 600px;
float: left;
clear: both;
font-size: 14px;
}

#sitemap ul {
float: left;
clear: both;
}

#sitemap ul li {
list-style-type: disc outside;
line-height: 10px;
width: 299px;
float: left;
}

.footer ul li {
border-right: 1px dotted #069;
padding-right: 10px;
padding-left: 10px;
margin: 0px;
font-weight: bold;
}


.footer ul li#last {
border: none;
}

.footer ul li a:hover {
color: #900 !important;
}

.news {
border-bottom: 1px solid #900;
margin: 15px 20px 0px 6px; 
padding: 0px 0px 0px 0px !important; 
}

.topNav li a {
height: 23px;
}

/* =================== 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,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }

/* =================== COLOURS  ref =================== */
.libertyGreen {
    color: #066;
    }

.libertyGreenMid {
    color: #9CC;
    }

.libertyGreenLight {
    color: #CDE6E6;
    }

.occasionalLines {
    color: #CCC;
    }

.occasionalNearlyBlack {
    color: #033;
    }

/* =================== GENERAL =================== */
body {
    font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, Sans-serif;
    background-color: #FFF;
    color: #000;
    text-align: center;
    position: static;
}

a {
    text-decoration: none;
    color: #069;
    }

a:hover {
    text-decoration: underline;
    }

a:active {
    color: #39C;
    }

p a:visited {
    color: #006;
    }

a img {
    border: 0;
    }

.maincol, .mainCol p, .mainCol li, #maincol {
    /*font-family: Georgia, Times, 'Times New Roman', Serif;*/
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 11px;
    line-height: 14px;
    }

p {
    margin-bottom: 1em;
    }

h4, h5 {
    /* first level [up] of heading, used for most inline headings. no spare line between this and associated para */
    font-family: Georgia, Times, 'Times New Roman', Serif;
    font-size: 11px;
    font-weight: bold;
    }

.page {
    /* fixes width and centres */
    width: 780px;
    margin: 0 auto;
    text-align: left;
    }

#header { 
    width: 780px;
    clear: both;
    height: 110px;
}


#header #switchers { 
    width: 80px;
    float:left;
    padding-top: 89px;
}

#header #mastHead {
    margin: 30px 0px 15px 80px; 
    float: left;
}
    
#header #libertyLogo {
    margin-top: 39px;
    float: right;
} 
    
/* TOPNAV REWORK LARS ------------------------------------------------------------------ */

.topNavigation {
    background: #066;
    float: left;
    width: 780px;
    margin-bottom: 10px;
}

.topNavigation ul.topNav {
    color: #fff;
    text-align: right;
    padding-left: 10px;
    padding-right: 5px;
    height: 24px;
    float: left;
    font-size: 12px;
}

.topNavigation ul.topNav li {
    list-style-type: none;
    display: inline;   
    float: left;
    height: 35px;

}

.topNavigation ul.topNav li:hover {
    background-image: url(../images/navhover.gif);
    background-repeat: repeat-x;
}

.topNavigation ul.topNav li.on a {
    background-image: url(../images/navhover.gif);
    background-repeat: repeat-x;
}


.topNavigation ul.topNav li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 4px 16px 4px 16px;
}

.topNavigation ul.topNav li.on {
    background-image: url(../images/topnavon.gif);
    background-repeat: no-repeat;
    background-position: center 22px;
}






.topNavigation form {
    float: right;

}
    
.topNavigation input {
    float: left;
    }
    
.topNavigation input#search {
    height: 15px;
    width: 106px;
    border-top: 1px #033 solid;
    border-right: 1px #CDE6E6 solid;
    border-bottom: 1px #CDE6E6 solid;
    border-left: 1px #033 solid;
    line-height: 13px;
    font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10px;
    background-image: url(../images/searchblip.gif);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    padding-left: 20px;
    margin-top: 2px;
    margin-bottom: 1px;
    padding-top: 2px;
    color: #069;
    }

.topNavigation input#submit {
    margin: 3px;
    }

.columns {
    clear:both;
    margin:10px 0pt;
    width:100%;
    overflow:auto;
}

.leftCol {
    float: left;
    width: 150px;
    font-size: 9px;
    }

.leftCol ul {
    background: #cde6e6;
    margin-bottom: 10px;
    padding-bottom: 4px;
    }

.leftCol h3 {
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    padding: 9px 4px 7px 8px;
    border-bottom: 1px solid #fff;
    background-color: #9CC;
    background-image: url(../images/currentpage.gif);
    background-repeat: no-repeat;
    background-position: right center;
    }

.leftCol li {
    padding: 4px 8px;
    list-style-type: none;
    }

.leftCol .currentPage {
    font-weight: bold;
    }

.rightCol {
    float: right;
    width: 150px;
    font-size: 9px;
    /* border-width: 1px 0 1px 0;
    border-color: #CCC;
    border-style: solid; */
    padding-bottom: 12px;
    background: #f9f9f9;
}
    
.rightCol h3 {
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    padding: 9px 4px 7px 8px;
    border-bottom: 1px solid #fff;
    background-color: #9CC;
}


.rightCol ul {
    padding-left: 8px;
}

.rightCol li {
    padding: 4px 0;
    list-style-type: none;
    }

.mainCol {
    margin-left: 160px;
    margin-right: 170px;
}

.mainCol div,
.mainCol h1,
.mainCol h2,
.mainCol h3,
.mainCol h4 {
    padding-left: 7px;
    padding-right: 7px;
}

.mainCol h4 {
    padding-bottom: 2px !important;
}

.mainCol h4 a {
    font-size: 1.2em;
}

.mainCol ul {
    padding-left: 15px;
}

.noRightCol .mainCol {
    margin-right: 0;
    padding-right: 10px;
}

.noRightCol .mainCol * {
    padding-right: 20px;
}

.noRightCol .mainCol .crumbTrail * {
    padding-right: 0px !important; 
}

.crumbTrail {
    font-size: 9px;
    border-bottom: 1px #ccc solid;
    padding: 8px 0;
    margin-bottom: 10px;
    }

h1 {
    color: #900;
    font: 18px/18px Arial, Helvetica, Sans-serif;
    margin-bottom: 10px;
    }

h5 a {
    /* news section */
    color: #000;
    }

.newsIndex {
    line-height: 18px;
    }
.label {
    color: #069;
    }


.linkList li {
    list-style-type: none;
    margin-bottom: 10px;
    background-image: url(../images/faqslibg.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: 0px 4px;
    }
    
.linkList a {
    margin-left: 0px;
    padding-left: 0px;
    list-style-position: outside;
    }
    
.mainCol ul {
    margin-bottom: 10px;
    }
    
.mainCol li {
    list-style-position: inside;
    padding-bottom: 10px;
    }
    
.footer {
    background: #E6F2F2;
    color: #069;
    text-align: right;
    font-size: 9px;
    line-height: 10px;
    clear: left;
    margin-bottom: 10px;
    }

.footer p {
    text-align: right;
    margin-bottom: 0px;
    padding: 7px 10px;
    }

.footer ul {
    padding: 7px 10px;
    float: left;
    }

.footer li {
    list-style-type: none;
    display: inline;
    margin-right: 10px;
    }
    
.footerLogos img {
    vertical-align: top;
    margin: 10px;
    }
    
/* new additions & Gimmicks */

#searchresults dt {
    font-size: 0.6em;
    padding-top: 4px;
}

#searchresults center {
    font-size: 0.6em;
    padding-top: 30px;
}

#skipNavLinks {
    display: block; 
    position: absolute;
    left: -7777px;
    overflow: hidden;
    text-decoration: none;
}

.mainCol .maincol {
    padding-bottom: 2px !important;
}

#printme { float: left; text-align: left;}
#back2top { text-align: right; float: right;}

#printme a {
    padding-left: 28px;
    background: url(../images/print.png) no-repeat 0px 0px;
}

#back2top a {
    padding-left: 12px;
    background: url(../images/up.gif) no-repeat 0px 11px;
}

#printme a,
#back2top a {
    margin-right: 5px;
    font-size: 0.7em;
    height: 30px;
    margin-top: 3px;
    padding-top: 5px;
    display: block;
}

#bottom {
    border-top: 1px solid #ddd;
    margin-top: 12px;
    clear: left;
}

#switchers {
    margin-bottom: 1px;
}

#switchers a {
    padding-right: 5px;
}

.noRightCol .maincol {
    width: 500px;
}

.noRightCol .mainCol #back2top {
    margin-right: -30px !important;
}

