﻿body, h1, h2, h3, p, td, th
{
    font-family: Verdana, Arial, Sans-Serif;
}

body
{
    /*centre page for ie*/
    text-align: center;
    margin-top: 10px;
}

h1
{
    font-size: 1.3em;
    font-weight: normal;
    color: #000099;
    text-align: center;
}

h2
{
    font-size: 1.1em;
    font-weight: normal;
    text-align: left;
    color: #000099;
}

h3
{
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    color: #000099;
}

h4
{
    font-size: 0.8em;
    font-weight: normal;
    text-decoration: underline;
    text-align: left;
    color: #000099;
}

p
{
    text-align: justify;
    font-size: 0.8em;
}

li
{
    text-align: left;
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 5px;
}

td
{
    text-align: left;
    font-size: 0.8em;
}

acronym
{
    cursor: help;
    border-bottom: solid 1px Lime;
}

a img
{
    border: none;
}

em
{
    color: #000099;
    font-weight: bold;
}

#outer
{
    /*centre page for firefox*/
    margin: auto;
    width: 870px;
    background-color: #ffffff;
    border: solid 1px #000099;
}

/*modified to fit strapline 11/05 */
#header
{
    margin: 20px 20px 10px 20px;
    font-size: 0.8em;
}

#headleft
{
    text-align: left;
}

#headright
{
    float: right;
    text-align: right;
}

/*end of mods*/

#navigation
{
    display: none;
}

.menu
{
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    color: #FF9900;
    cursor: pointer;
}

.menu A:link, .menu A:hover, .menu A:visited
{
    text-decoration: none;
}

.menu A:link, .menu A:visited
{
    color: #FF9900;
}

.menu:hover
{
    color: #FF0000;
    cursor: pointer;
}

.menu A:hover
{
    color: #FF0000;
}

.allLevels
{
    color: #ff9900;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.allLevels:hover
{
    color: Red;
}

.level1
{
    font-size: 1.4em;
}

.level2
{
    font-size: 1.7em;
}

#footer
{
    display: none;
}

/*panels*/
.main-content
{
    margin: 20px 20px 0px 20px;
}

.rightpanels
{
    float: right;
    margin: 20px 0px 0px 0px;
}

.leftpanels
{
    float: left;
    margin: 20px 15px 0px 20px;
    padding: 0px;
}

.apicpanel
{
    width: 180px;
    margin-bottom: 20px;
}

.apanel
{
    border: solid 1px #AAAAAA;
    background-color: #EEEEEE;
    width: 180px;
    margin-bottom: 20px;
}

.imagelist
{
    margin: 5px;
    padding: 0px;
    list-style: none;
}

.panheader
{
    background: url(../images/headback.jpg) repeat-x top left;
    margin-top: 0px;
}

.panheader h2
{
    text-align: center;
    font-size: 0.9em;
    color: #000099;
    font-weight: bold; /*firefox needs this margin setting*/
    margin-top: 0px;
    padding-bottom: 5px;
}

.pancontent
{
    margin: 10px;
    font-size: 0.9em;
}

.caption
{
    font-size: 0.7em;
}

/*Test - popup div*/
.test
{
    display: none;
    position: absolute;
    top: 100px;
    width: 550px;
    border: ridge 3px silver;
    background: white;
    color: #000099;
}

.test h2
{
    margin: 0px;
    background: #000099 url(../images/close.gif) no-repeat top right;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    cursor: pointer;
}

.popup-content
{
    margin: 20px;
    text-align: justify;
    font-size: 0.8em;
}

.popup-content > ul
{
    padding-left: 10px;
    margin-left: 10px;
}

.popup-content > ul > li
{
    margin-top: 5px;
}

.acronym
{
    cursor: pointer;
    border-bottom: dotted 1px #BCB495;
}

.popup
{
    position: absolute;
    padding: 5px;
    background-color: #FFF4C9;
    color: Black;
    font-size: 1.2em;
    border: solid 1px #BCB495;
    display: none;
}

.panel-img-link
{
    cursor: pointer;
}

.panel-img-text
{
    font-size: 0.8em;
}

.panel-link-closed
{
    cursor: pointer;
    background: url(../images/arrow-h.png) no-repeat center left;
    line-height: 20px;
    padding-left: 25px;
}

.panel-link-open
{
    cursor: pointer;
    background: url(../images/arrow-v.png) no-repeat center left;
    line-height: 20px;
    padding-left: 25px;
    color: Red;
}

/*home facets*/
#main-content a img
{
    height: 100px;
    width: 200px;
    border-width: 0px;
}

