﻿@import url(layout.css);
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    background-color: #fff;
}
#container
{
    width: 100%;
    margin: 0;
    background-color: #fff;
    position: relative;
}
#masthead
{
    text-align: right;
    width: 100%;
    background-color: #009899;
}
#navigation_a
{
    background-color: #d3d3d3;
    overflow: hidden;
}
#page_content
{
    position: relative;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000;
}
#column_l
{
    position: relative;
    margin: 0 350px 10px 0;
    padding: 3px 2%;
    float: none;
    background-color: #dcdcdc;
    text-align:justify;
}
#column_r
{
    float: none;
    width: 330px;
    margin: 0 0 10px 0;
    padding: 10px;
    background-color: #c0ffd0;
    background-color: #5d9291;
    position: absolute;
    right: 0px;
    top: 0px;
}
#equipment
{
    
    }
#equipment ul
{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    }
#equipment li
{
    /*float:left;*/

    }
#equipment a
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px;
    background-color: #dcdcdc;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;    
    }
    
#quicklinks
{
    line-height:2.4;
    }
#quicklinks a
{display:inline;
    color:Teal;}
    
#quicklinks a:hover
{
    background-color:Teal;
    color:white;}

#quicklinks .pop1
{font-size:1.4em;
    font-weight:bold;}

#quicklinks .pop2
{font-size:1.2em;
    font-weight:bolder;}

#quicklinks .pop3
{font-size:1.1em;
    font-weight:normal;}

#quicklinks .pop4
{font-size:1em;
    font-weight:lighter;}
    
    
#footer
{
    background-color: #009899;
    padding-bottom: 5px;
    border: solid #000 1px;
}
#printfooter
{
    display:none;
    }
#validation 
{
    text-decoration: none;
}

/* Styles for Masthead */
#masthead img
{
    float: left;
    margin: 0;
    padding: 0;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
#masthead p
{
    font-size: small;
    text-align: right;
    color: #fff;
    margin: 10px 10px 10px 0;
    padding: 0;
}

/* Styles for Navigation_a*/
#navigation_a ul
{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#navigation_a li
{
    float: left;
}
#navigation_a a
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px;
    background-color: #dcdcdc;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
#navigation_a a.active
{
    border-top: 1px solid #009899;
    border-left: 1px solid #009899;
    background-color: #009899;
}
#navigation_a a:hover
{
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
    background-color: #009899;
}
/*
-- found without selector, commented out
{
    font-size: small;
    text-align: right;
    color: #fff;
    margin: 10px 10px 10px 0;
    padding: 0;
}
*/
/* Styles for Navigation_b */
#navigation_b ul
{float:left;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#navigation_b li
{
    float: left;
}
#navigation_b a
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px;
    background-color: #dcdcdc;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
#navigation_b a.active
{
    border-top: 1px solid #009899;
    border-left: 1px solid #009899;
    background-color: #009899;
}
#navigation_b a:hover
{
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
    background-color: #009899;
}
/* Styles for Content */
h1
{
    font-size: 2em;
    color: #6da2a1;
}
h2
{
    font-size: 1.75em;
    color: #6da2a1;
}
h3
{
    font-size: 1.5em;
    color: #6da2a1;
}
h4
{
    font-size: 1.25em;
    color: #6da2a1;
}
h5
{
    font-size: 0.75em;
    color: #000;
}
h6
{
    font-size: 0.5em;
    color: #000;
}

/* Styles for Footer */
#footer p
{
    font-size: x-small;
    text-align: center;
    color: #fff;
    margin: 10px;
    padding: 1px;
}
#footer a
{
    color: #fff;
    text-decoration: underline;
}
#footer a:hover
{
    color: #000;
    text-decoration: none;
}

/* Styles for Links 
------------------*/
a
{
    color: #003300;
    text-decoration: underline;
}
a:hover
{
    color: gray;
    text-decoration: underline;
}
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}
IMG
{
    border-right: #696969 3px groove;
    border-top: #696969 3px groove;
    border-left: #696969 3px groove;
    border-bottom: #696969 3px groove;
}

table .moneycentre
{
    text-align:center;}
table h2
{
    color: #000;
    text-align: center;
}
table h3
{
    color:#000;
    text-align: center;
    }
table h4
{
    color:#000;
    }
