/* $Id: fancy.css,v 1.0 29/04/2005 11:52:10 Paul Dean */

body {
     background-color: white;
     font-family: Tahoma, Lucida, Arial, Helvetica, sans-serif;
     color: #444444;
     margin: 0px;
}

img { border:0px; }

.header {
    background-image: url("images/red_background.jpg");
    color: white;
    background-color: #ac2529;
    margin: 0px 5px 5px 5px;
    padding: 10px;
    height: 70px;
}

.header img { float: left;  border:1px;  border-color:white; }

.imgcontainer {
              float:left;
              margin:10px;
              height: 90%;
}

.textBox
{
    padding: 6px;
    margin: 5px;
    text-align: justify;
    background: white;
    border: 1px solid #e8c749;
}

.textBox td { vertical-align: top; padding: 5px;}

.SummaryBox {
    padding: 6px;
    margin: 5px;
    text-align: center;
    background: white;
    border: 1px solid #e8c749;
    float: left;
    height: 220px;
    width: 150px;
}

.bottombar {
    text-align: right;
    margin: 0px 5px 5px 5px;
    font-size: small;
    color: white;
    background-image: url(images/red_background.jpg);
    clear: left;
    padding: 5px;
}

.content, .content2, .content3, .content4 {
    margin: 5px;
    clear: both;
    text-align: left;
    background-color: white;
}

.content a {color: #444444; text-decoration: underline}
.content a:hover { background-color: #e8c749; }

.content2 a {color: #444444; text-decoration: none}
.content2 a:hover { background-color: #e8c749; text-decoration: underline}
.content2 li {text-align: left;}

.content3 a {color: #444444; text-decoration: none; border:0px;}
.content3 a:hover { background-color: #e8c749}
.content img {border: 0px;}
.content3 td {width:25%; vertical-align: bottom; border: 1px solid #e8c749; padding: 20px; margin: 10px; text-align: center;}
.content3 { text-align: center; }

.content4 td {text-align: left; border: 2px solid #e8c749; padding: 10px; vertical-align: middle;}
.content4 th {text-align: left; border: 2px solid #e8c749; padding: 0px 0px 0px 5px; vertical-align: middle;}
.content4 a {color: #444444; text-decoration: underline}
.content4 a:hover { background-color: #e8c749; }


.crossHolder{
    margin:24px;
    position:relative;
    float:left;
    font-size:10px;
}

.crossCentre, .crossLeft, .crossRight, .landscapeCrossCentre, .crossTop, .crossBottom {
              background-color: white;
              border: 1px solid red;
}

.crossCentre{
    position:relative;
    left:0px; top:0px;
    float:left;
    height:166px;
    width:114px;
    text-align:center;
    line-height: 164px;
}

.crossCentre img {width:100px; height:142px; border:0px; vertical-align:middle;}

.crossLeft{
    height:114px;
    width:26px;
    position:relative;
    left:0px;
    top:26px;
    float:left;
    overflow:hidden;
    vertical-align: middle;
    border-right: none;
    padding: 3px 0px 0px 3px;
}

.crossRight{
    height:114px;
    width:26px;
    position:relative;
    left:0px;
    top:21px;
    float:left;
    overflow:hidden;
    border-left: none;
    padding: 3px 0px 0px 3px;
}

.crossTop{
    height:26px;
    width:114px;
    position:relative;
    left:26px;
    top:0px;
    float:left;
    overflow:hidden;
    border-bottom: none;
    padding: 3px 0px 0px 3px;
}

.crossBottom{
    height:26px;
    width:114px;
    position:relative;
    left:26px;
    top:0px;
    float:left; clear:left;
    overflow:hidden;
    border-top: none;
    padding: 3px 0px 0px 3px;
}

.landscapeCrossCentre{
    position:relative;
    left:0px; top:0px;
    float:left;
    clear:left;
    height:114px;
    width:166px;
    text-align:center;
    line-height: 112px;
}

.landscapeCrossCentre img {
    width:142px;
    height:90px;
    border:0px;
    vertical-align:middle;
}

#container {
    background-color: white;
    text-align: right;
    border: 1px solid #e8c749;
    margin: 0 auto;
    font-size: small;
}

#nav, #nav ol {
    float: left;
    list-style: none;
    line-height: 1em;
    background: #e8c749;
    padding: 0;
    border: solid #e8c749;
    border-width: 1px 0;
    margin: 0 0 0 0;
    text-align: left;
    z-index: 10;
}

#nav a {
    display: block;
    color: #7C6240;
    text-decoration: none;
    padding: 0.25em 1.4em;
}

#nav li {
    float: left;
    padding: 0;
    color: white;
    font-weight: bold;
    z-index: 10;
}

#nav li ol {
    position: absolute;
    left: -999em;
    height: auto;
    width: 14.4em;
    font-weight: normal;
    border-width: 0.25em;
    margin: 0;
    z-index: 10;
}

#nav li li {
    padding-right: 1em;
    width: 13em;
    z-index: 10;
}

#nav li ol a {
    width: 13em;
    z-index: 10;
}

#nav li ol ol {
    margin: -1.75em 0 0 14em;
    z-index: 10;
}

#nav li:hover ol ol, #nav li:hover ol ol ol, #nav li.sfhover ol ol, #nav li.sfhover ol ol ol {
    left: -999em;
    z-index: 10;
}

#nav li:hover ol, #nav li li:hover ol, #nav li li li:hover ol, #nav li.sfhover ol, #nav li li.sfhover ol, #nav li li li.sfhover ol {
    left: auto;
    z-index: 10;
}

#nav li:hover, #nav li.sfhover {
    background: #f9e69c;
    z-index: 10;
}

