﻿html, body {
    margin: 0em;
    padding: 0em;
    }
html { /* makes vertical scrollbar always appear */
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}
body{
    background-color: #000;
    color:#FFF;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 75%;
    padding: 0.167em;
    }
img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
}
acronym {
    border-bottom:1px dotted #f04b24;
}
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.accessOnly {
    position:absolute;
    text-indent:-9999px;
    }
.content {
    width:980px;
    }
.content a {
    color: #f04b24; /* Accent colour */
    text-decoration: none;
    }
.content a:hover {
    color: #ff5028; /* Accent colour at ~125% opacity */
    background-color: #3c1309; /* Accent colour at 25% opacity */
    }
.content a:active {
    border:0 none;
    }
.outerWrap {
    position:relative;
    width:980px;
    margin:0em auto;
    overflow:hidden;
    }
.logo {
    width:100%;
    text-align:center;
    padding:20px 0 15px 0;
    }
.nav {
    position:relative;
    text-align:left;
    padding:4px 0;
    border-bottom:1px solid #333;
    z-index:100;
    }
.navInner {
    float:left;
    position:relative;
    left:50%;
    }
.nav ul {
    left:-50%;
    position:relative;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    }
.nav ul ul {
    left:0;
    width:auto;
    margin-top:0px;
    }
.nav li {
    float: left;
    position: relative;
    border-left:1px solid #333;
    margin-bottom:-4px;
    margin-top:8px;
    }
.nav li li {
    margin-bottom:0px;
    }
.nav li.home, .nav li li {
    border-left:0px none;
    }
.nav li a {
    display:block;
    height:1.25em;
    padding:4px 2em 4px 2em;
    margin-top:-4px;
    text-align:center;
    text-decoration:none;
    font-weight:normal;
    text-transform:uppercase;
    font-size:0.917em;
    }
.nav li li a {
    height:auto;
    margin-bottom:0;
    margin-top:0;
    }
.nav li a span {
    color:#555;
    }
.nav li a, .nav li a:visited, .nav li a:active {
    color:#ccc;
    }
.nav li a:hover, .nav li.active a {
    color:#fff;
    background-color:#f04b24; /* Accent colour */
    }
.nav li.active li a:hover {
    color:#fff;
    background-color:#ff5028; /* Accent colour at ~125% opacity */
    }
.nav li a:hover span, .nav li.active a span {
    color:#f4765b; /* 75% accent colour, 25% white */
    }
.nav li ul {
    display: none;
    position: absolute; 
    top: auto;
    left: -1px;
    border:0.083em solid #222;
    float:left;
    z-index:1;
    }
.nav ul.jsOff li:hover ul, .nav ul.jsOn li.active ul {
    display: block;
    }
.nav li ul li {
    width: 13em;
    opacity: 0.9;
    background-color:#000;
    clear:left;
    margin-top:0;
    }
.nav li li a {
    font-weight:normal;
    text-align:left;
    background-color:#000;
    padding:0.5em 1em;
    opacity: 1;
    }
.nav li.active li a {
    background-color:#000;
    color:#fff;
    }
.nav li div.separator {
    margin: 5px 10px;
    border-top: 1px dotted #444;
    }
.content {
    clear:both;
    position:relative;
    }
.content .fadeImage {
    float:left;
    position:relative;
    top:-45px;
    }
.content div.breadCrumb {
    color:#808080;
    font-size:0.833em;
    margin-bottom:-0.5em;
    top:-2.5em;
    padding-top:0.5em;
    position:relative;
    text-transform:uppercase;
    }
.content .text {
    font-size:0.917em;
    padding:0px 90px 0 60px;
    margin-top:45px;
    }
h1 {
    color:#fff;
    background: #202020 url('/shared/images/h1-bg-fill.gif') left repeat-x;
    font-size:1em;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    margin:0 0 2em 0;
    height:1em;
    padding:0.455em 0 0.727em 0;
    }
h1.graphic {
    text-indent:-9000px;
    background:no-repeat center center;
    padding:0;
    height:25px;
    }
.content .text h2 {
    font-size:1em;
    text-transform:uppercase;
    font-weight:bold;
    margin-top:1.75em;
    margin-bottom:-0.5em;
    }
.content .text p, .content .text ul, .content .text ol, .content .text blockquote {
    color:#eee;
    text-align:justify;
    line-height:1.5;
    margin-top:1.273em;
    margin-bottom:1.273em;
    }
.content .text blockquote {
    margin-left:0;
    margin-right:0;
    padding:0;
    }
.content .text blockquote p {
    margin:0.636em 0;
    }
.content .text blockquote p a {
    font-weight:bold;
    }
.content fieldset 
{
    border:0px none;
    font-size:1.091em;
    margin-top:-1.167em;
}
.content .text .required 
{
    color:#17d96b;
}
.content .text label.required 
{
    color:#fff;
}
.content textarea, .content input.textBox 
{
    border:2px inset #ccc;
    margin-top:0.25em;
}
.content textarea
{
    width:100%;
}
.content input.textBox 
{
    width: 20em;
}
.content .text ul
{
    margin-left:2em;
    padding-left:0;
    list-style-type:square;
    list-style-image:url(/shared/images/square-bullet.gif);
}
.content .text div.imageBelow
{
    text-align:center;
    margin-top:2.545em;
}
.content .text img.floatL 
{
    float:left;
    margin:0 1.5em 1em 0;
}
.content .text img.floatR
{
    float:right;
    margin:0 0 1em 1.5em;
}
.content .text .errorList 
{
    background:#feadad url(/shared/images/error-icon.gif) no-repeat scroll 6px 6px;
    border:1px solid #e40000;
    padding:8px 9px 8px 34px;
    margin:2em 0 1.5em 0;
}
.content .text .errorList h2,
.content .text .errorList p,
.content .text .errorList ul,
.content .text .errorList li 
{
    color:#000;
    text-align:left;
}
.content .text .errorList ul
{
    list-style-type:disc;
    margin-top:1em;
    margin-bottom:0em;
}
.content .text .errorList li
{
    list-style-image:none;
    margin:0.333em 0;
}
.content .text .errorList h2
{
    margin:0.1em 0 1em 0;
}
.content .text .errorList p 
{
    margin:0.75em 0 0.167em 0;
}
.content .text .errorList a 
{
    color:#610101;
    text-decoration:underline;
}
.content .text .errorList a:hover
{
    color:#610101;
    background-color:#ffd9d9;
}
.content .text .errorList .hidden
{
    position:absolute;
    text-indent:-9000px;
}
.content p.tip {
    background:#051f39 url(/shared/images/info-icon.gif) no-repeat scroll 6px 6px;
    border:1px solid #13466c;
    line-height:1.3;
    padding:8px 9px 8px 34px;
    margin:2em 0 1.5em 0;
    text-align:left;
}
div.warning,
div.success,
div.info {
    color:#000;
    background:no-repeat scroll 6px 6px;
    border-width:1px;
    border-style:solid;
    line-height:1.3;
    padding:8px 9px 8px 34px;
    margin:2em 0 1.5em 0;
    text-align:left;
}
div.success {
    background-color:#f0ffe0;
    background-image:url(/shared/images/green-tick.png);
    border-color:#496813;
}
div.warning {
    background-color:#ffff80;
    background-image:url(/shared/images/warning.png);
    border-color:#c67c1a;
}
div.info 
{
    color:#fff;
    background-color:#051f39;
    background-image:url(/shared/images/info-icon.gif);
    border-color:#13466c;
}

/* ---- Styles for boxes with Rounded Corners ---- */

/* default square boxes for non-javascript users */
div.roundedD,
div.roundedL {
    padding:18px;
}
div.roundedD {
    background-color:#43150b;
}
div.roundedL {
    background-color:#f04c26;
}

/* rounded styles added by javascript routine - dark coloured box... */
div.roundedDJsOn {
	background:url(/shared/images/box/dark-tl.png) top left no-repeat #43150b;
}
div.roundedDJsOn div {
	background:url(/shared/images/box/dark-tr.png) top right no-repeat;
}
div.roundedDJsOn div div {
	background:url(/shared/images/box/dark-br.png) bottom right no-repeat;
}
div.roundedDJsOn div div div {
	background:url(/shared/images/box/dark-bl.png) bottom left no-repeat;
	padding:18px;
}
div.roundedDJsOn div div div div {
	background-image:none;
	padding:0;
}

/* ...and light coloured box */
div.roundedLJsOn {
	background:url(/shared/images/box/black-tl.png) top left no-repeat #000;
}
div.roundedLJsOn div {
	background:url(/shared/images/box/black-tr.png) top right no-repeat;
}
div.roundedLJsOn div div {
	background:url(/shared/images/box/black-br.png) bottom right no-repeat;
}
div.roundedLJsOn div div div {
	background:url(/shared/images/box/black-bl.png) bottom left no-repeat;
	padding:18px;
}
div.roundedLJsOn div div div div {
	background-image:none;
	padding:0;
}


/* ---- Table styles ---- */

.content table {
    background-color:#43150b;
    border:1px solid #601e0f;
    position:relative;
}

.content table th {
    border-bottom:1px solid #601e0f;
}
.content table td,
.content table th.td {
    background-color:#2a0b05;
    font-weight:normal;
    border-bottom:0 none;
    vertical-align:top;
}

.cellL {
    text-align:left;
}

.cellR {
    text-align:right;
}

.cellC {
    text-align:center;
}

.fullWidth {
    width:100%;
}

.content table caption {
    width:100%;
    margin-bottom:-1px;
}

.content table caption div {
    background-color:#43150b;
    border-top:1px solid #601e0f;
    border-right:1px solid #601e0f;
    border-left:1px solid #601e0f;
    font-weight:bold;
    padding:1em;
    text-align:left;
}
.content table caption input {
    vertical-align:middle;
}

/* Add a border around embedded YouTube videos */
iframe.video {
    border: 5px solid #272727;
    margin: 25px -4px 20px;
}
