/*
*	Default Alacrify Style Sheet
*	==============================
*	Designed By Alacrify Ltd
*	www.alacrify.co.uk
*	jon@alacrify.co.uk
*	Jon Sloper
*	27th August 2009
*
*/
* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
html {
    overflow-y: scroll;
}
/* Standard HTML Tags */
body {
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #222;
    background: url('../images/page-bg.jpg') top left repeat-x;
    font-family: 'Arial';
    text-align: center;
}
h1 {
    float: left;
    font-family: 'Arial';
    font-weight: normal;
    font-size: 55px;
    margin-left: 32px;
    margin-top: 32px;
    letter-spacing: -0.02em;
    line-height: 1.1em;
}
h2 {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 0.4em;
    letter-spacing: -0.03em;
    color: #ed2028;
    line-height: 1.1em;
    width: 100%;
}
h3 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 0.8em;
}
p,pre {
    margin-bottom: 13px;
    font-size: 100%;
}
ol li {
    margin-left: 15px;
    list-style-type: none;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.2em;
    color: #ed2028;
}
ul {
    width: 100%;
}
ul li {
    line-height: 1.4em;
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 8px;
}
.bulletlist li {
    list-style-type : disc;
    list-style-position: outside;
    margin-left: 13px;
}
.largeText {
    font-size: 1.3em;
    display: inline;
    margin-bottom: 8px;
    color: #666;
}
table {
}
td, th {
}
input {
    float:left;
    font-size: 110%;
    padding: 5px;
    margin-bottom: 7px;
}
textarea {
    border: 1px solid #808080;
    width: 525px;
    height: 100px;
}
form {
}
form p {
    clear: left;
    color: #fff;
}

/* PAGE STRUCTURE DIVS */
#showhide {
    height: 0px;
    overflow:hidden;
    margin:0px;
    border: 0px;
    padding:0px;
}
#container{
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
}
#shadow_container{
    float: left;
    width: 1060px;
    background: url('../images/shadow-bg.png') top left repeat-y;
    overflow: hidden;
    padding: 0px 30px;
}
#wrapper {
    float: left;
    text-align:left;
    padding:0px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#header {
    width: 1000px;
    height: 125px;
    float: left;
}
#headerRight {
    width: 235px;
    height: 100px;
    float: right;
    margin-top: -100px;
    font-size: 0.8em;
}
#headerRight img {
    float: right;
    margin-right: 32px;
    margin-top: 5px;
}
#headerRight a {
    border-left: 1px solid #888;
    padding-left: 4px;
}
#headerRight a:first-child {
    border-left: 1px solid #fff !important;
    padding-left: 0px;
}
#mainArea {
    float:left;
    width: 1000px;
    margin: 0px;
    font-size: 100%;
}
#mainArea a {
    color: #777;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
}
#mainArea a:hover {
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
}
#navigationBar {
    width: 1000px;
    float: left;
    font-weight: bold;
    background-color: #000;
    font-size: 1.1em;
    margin-top: -696px;
    position: relative;
}
#navigationBar a {
    padding: 8px 23px 10px;
    float: left;
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}
#navigationBar a:first-child {
    padding: 8px 23px 10px;
    float: left;
    color: #ccc;
    font-weight: bold;
    font-size: 1em;
}
#navigationBar a:hover {
    float: left;
    color: #fff;
    background-color: #444;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}
#textBox {
    float: left;
    width: 1000px;
    margin:0px;
    padding:0px;
    margin-top: -195px;
    padding-top: 70px;
    background: url('../images/text-box-bg.png') top left no-repeat;
    padding-bottom: 30px;
    position: relative;
}
#leftColumn {
    width: 113px;
    float: left;
    margin-left: 70px;
}
#awardBanner {
    background: #ed2028;
    padding: 10px 10px 1px 10px;
    color: #fff;
}
#middleColumn {
    width: 400px;
    float: left;
    margin-left: 15px;
}
#tableColumn {
    width: 680px;
    float: left;
    margin-left: 15px;
}
#rightColumn {
    width: 300px;
    float: left;
    margin-left: 30px;
}
#standOut {
    width: 280px;
    background-color: #efefef;
    font-size: 1em;
    padding: 15px;
    margin-bottom: 20px;
}
#standOut a {
    font-size: 1em !important;
    text-decoration: underline!important;
}
#standOut a:hover {
    font-size: 1em;
    text-decoration: none;
    color: #000;
}
#footer {
    font-family: 'Arial';
    clear: both;
    width: 1000px;
    height: 203px;
    float: left;
    font-size: 90%;
    text-align:left;
    background: url('../images/footer-bg.gif') bottom left no-repeat;
}
#footerRight {
    width: 235px;
    float: right;
    margin-top: -85px;
    margin-right: 32px;
    font-size: 0.8em;
    text-align: right;
}
#footerRight p {
    margin-bottom: 5px;
    font-size: 1.2em;
    line-height: 1.5em;
}
#footerRight a {
    border-left: 1px solid #888;
    padding-left: 4px;
    color: #555;
    text-decoration: none;
}
#footerRight a:first-child {
    border-left: 1px solid #ccc !important;
    padding-left: 0px;
    color: #555;
    text-decoration: none;
}
#footerRight a:hover {
    color: #000;
}


#alacrifyFooter {
    float:right;
    position:relative;
}

/* DIV SUB-ELEMENT FORMATTING */
/* mainArea */
/* table formatting */
#mainArea table{
    float: left;
    width: 600px;
    margin-bottom: 14px;
    border: 1px solid #ccc;
}
#mainArea th {
    text-align: left;
    font-size: 0.9em;
    color: #666;
    background-color: #efefef;
    padding: 5px;
    width: 280px;
}
#mainArea td {
    color: #444;
    font-size: 0.9em;
    padding: 5px;
    width: 400px;
}
#mainArea th p,
#mainArea td p {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    color: black;
    line-height: 1.2em;
}
#mainArea td p {
    color: #fff;
}
#logoImage {
    margin-top: -67px !important;
    margin-left: 895px !important;
}
.standout {
    color: #c5f30e;
}


/* MICRO CMS Styling */
.micro {
    font-family: arial, sans-serif;
    background:#fff;
    text-align:center;
    padding-top:30px;
    background: url('../images/body-background.gif') middle top repeat-y #ebeaec;
}
.mouseDiv {
    float:left;
    width: 70%;
    margin: 0px 15%;
    text-align:right;
}
.microDiv {
    background: url('../images/background-gradient.gif') top left repeat-x #f8f7f8;
    float:left;
    width: 70%;
    margin: 0px 15%;
    color: #666
}
.microDiv p {
    margin-top:20px;
    padding-left: 30px;
    padding-bottom: 10px;
    text-align:left;
    border-bottom: 1px solid #ccc;
}
.microDiv form {
    padding-left: 30px;
    padding-bottom: 30px;
    text-align:left;
    border-bottom: 1px solid #ccc;
}
.microDiv p.topline {
    margin-top:0px;
    padding-left: 30px;
    padding-bottom: 10px;
    text-align:left;
    border-top: 1px solid #fff;
    border-bottom: 0px;
    margin-bottom: 0px;
}
.microDiv ul {
    text-align:left;
    margin:0px;
    padding-left: 30px;
    padding-top: 10px;
    border-top:1px solid #fff;
    border-bottom: 1px solid #ccc;
    padding-bottom:10px;
}
p.help {
    margin-top: 0px;
    padding-top: 20px;
    border: 0px;
    border-top:1px solid #fff;
}
p.footer {
    border: 0px;
    padding: 0px;
    font-size: 75%;
    margin: 0px 30px;
    text-align:right;
}
#xEditingArea p {
    color: red;
}
.contactDetails {
    margin-top: 80px;
    margin-bottom: 60px;
    color: #0057a4;
}
.phone, .email {
    font-size: 150%;
}

a.selected {
    background: #ed2028;
    color: #fff !important;
}