﻿@import url("layout.css");

#breadcrumbs {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: .95em;
    line-height: 130%;
    color: black;
}

#breadcrumbs {
    position: relative;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 578px;
    border: 1px #4d75b2 dotted;
    background-color: #83AEC7;
    color: black;
}

#breadcrumbs a {
    text-decoration: underline;
    color: #4d75b2;
}

#breadcrumbs a:active, #breadcrumbs a:focus, #breadcrumbs a:hover {
    text-decoration: underline;
    color: white;
}

#breadcrumbs a:visited {
    text-decoration: underline;
    color: white;
    font-weight: normal;
}

#breadcrumbs span {padding: 0;}

#container {
    width: 720px;
    margin: 0 auto;
    padding: 5px;
    border-right: 1px #4d75b2 solid;
    border-bottom: 1px #4d75b2 solid;
    border-left: 1px #4d75b2 solid;
    background-color: #fff;
}

#content {
    float: left;
    width: 568px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#content img {
    padding: 5px;
    border: 1px #4D75B2 solid;
}
/* Breadcrumbs */

#footer {
    text-align: center;
    clear: both;
    width: 718px;
    border: 1px #83aec7 dotted;
}
/* Masthead Styles */

#footer a {color: #503750; text-decoration: underline;}

#footer a:hover {
    color: #402640;
    text-decoration: none;
    font-weight: bold;
}
/* Generic definitions */

#footer p {color: #808080;}

#masthead {
    text-align: center;
    width: 708px;
    padding: 5px;
    border: 1px #4d75b2 dotted;
    background-image: url("../images/masthead.gif");
    background-repeat: repeat;
    background-attachment: scroll;
}

#masthead h1, #masthead h4 {color: black;}

#navigation {
    position: relative;
    float: left;
    width: 139px;
    background-color: #83aec7;
    border-right: 1px #4d75b2 dotted;
}

#navigation > ul{width: 135px;}

#navigation a{color: black; text-decoration: none;}

#navigation li {
    margin: 0;
    padding: 0;
    border: 1px #83aec7 solid;
    background-color: #83aec7;
    position: relative;
}

#navigation li > a {/* postioning of hyperlink within the block */
    background-color: transparent;
    padding: 1px;
}

#navigation li a {
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    background-color: #83aec7;
}

#navigation li ul, #navigation li.sfhover ul ul, #navigation li:hover ul ul, #navigation li.sfhover ul ul ul, #navigation li:hover ul ul ul {
    display: none;
}

#navigation li.sfhover > a, #navigation li.sub:hover > a {
    background-color: #4d75b2;
    font-style: italic;
}

#navigation li.sfhover ul, #navigation li:hover ul, #navigation li:hover > ul, #navigation li li.sfhover ul, #navigation li li:hover ul, #navigation li li li.sfhover ul, #navigation li li li:hover ul {
    display: block;
}

#navigation li.sfhover, #navigation li.sub:hover {
    border: 1px #4d75b2 solid;
    background-color: #4d75b2;
}

#navigation li.sfhover, #navigation li:hover, #navigation a.sfhover, #navigation a:hover {
    background-color: white;
    color: black;
}

#navigation ul {
    list-style-type: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #83aec7;
}

#navigation ul li, #navigation ul ul {
    list-style-type: none;
}

#navigation ul li.sfhover > ul, #navigation ul li:hover > ul {
    position: absolute;
    top: 0;
    left: 100%;
}

#navigation ul ul li {border: 1px #83aec7 solid;}

#scroller {
    float: left;
    width: 568px;
    height: 100px;
/*  border:1px #4d75b2 solid; */
}

.formcol1 {background-color: #83AEC7; width: 141px;}

.formcol2 {background-color: #83AEC7; width: 329px;}

.formcolwide {background-color: #83AEC7; width: 470px;}

.hidden {display: none; visibility: hidden;}

.navhead {
    background-color: #83aec7;
    border: 1px #83aec7 solid;
    display: block;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    margin: 0 0 0 0;
}

.style_bold {font-weight: bold;}

.style_centre {text-align: center;}

.style_italic {font-style: italic;}

.tabb {
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica;
    text-align: center;
}

.tan {
    font-size: 12px;
    color: navy;
    font-family: Arial, Helvetica;
    text-align: center;
}

.tanc {
    font-weight: bold;
    font-size: 10px;
    color: navy;
    font-family: Arial, Helvetica;
    text-align: center;
}

.tann {
    font-weight: bold;
    font-size: 18px;
    color: navy;
    font-family: Arial, Helvetica;
    text-align: center;
}

.top {
    font-style: italic;
    text-align: right;
    font-size: small;
}
/* News scroller */

body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    background-image: url("../images/background.gif");
    background-repeat: repeat;
    background-attachment: scroll;
}

h6, h5, h4, h3, h2 {color: #503750;}

img {border: 0;}