﻿/*
Colours:
    625D53 - dark gray
    C0B6A3 - med gray-brown
    E1D5BF - light brown
    ACCFCC - light blue
    34726D - dark teal
    8A0917 - dark red    
    680711 - darker red
    595241 - dark brown

*/

body
{
    background-color: green;
    /*font-family: verdana, arial, sans-serif;*/
    background: url(../images/design/background.jpg) no-repeat 180px 92px;
}

hr.clearer
{
    margin: 0;
    padding: 0;
    visibility: hidden;
    clear: both;
}

.floatLeftWrapper /* to get around IE's margin-doubling bug */
{
    float: left;
}

/* \*/
* html .gainLayout { height: 1px; }
/* */
  
div.newsletterSubscribe
{
    padding: 10px;
    border: solid 1px #476C5E;
    margin: 1em 0;
    position: relative;
}

div.newsletterSubscribe h3
{
    margin: -10px -10px 10px -10px;
    padding: 5px;
    background: #CEF09D;
    color: #083643;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
}

a.linkButton
{
    display: block;
    border: solid 1px black;
    width: 13.1em;
    font-size: 86%;
    text-decoration: none;
    color: #000;
    height: 1.9em;
    line-height: 1.5em;
    margin-top: 3px;
}
a.linkButton:hover
{
    background-color: #88A8E1;
    color: white;
}
a.linkButton img
{
    border: none;
    position: relative;
    top: 3px;
    margin: 0 4px;
}

#Header
{
    background: url(../images/design/header.jpg) no-repeat top left;
    height: 92px;
}
#HomeLink
{
    display: block;
    width: 180px;
    height: 100%;
    text-indent: -1000px;
}
#OuterContainer
{
    background: url(../images/design/blue180.gif) repeat-y top left;
    width: 100%;
}
#ContentContainer
{
    /*background: url(../images/design/background.jpg) no-repeat top left;*/
    margin-left: 180px;
    position:relative;
}
#Content
{
    margin: 0.48em;
    margin-top: 1em;
    padding: 1em;
    background: white;
    position: relative;
}
#ContinueEnrolment
{
    display: block;
    float: right;
    width: 150px;
    background: transparent url(../images/design/150px-enrol-top.gif) no-repeat center top;
    margin: 1em 1em 0 0 ;
}
#ContinueEnrolment a
{
    display: block;
   
    background: transparent url(../images/design/150px-bottom.gif) no-repeat center bottom;
    font-size: 86%;
    padding: 5px;
    padding-right: 30px;
}

#Breadcrumb
{
    padding: 1.1em 0 0 2em;
}

#HR
{
    border: solid 2px navy;
    margin-top: 1em;
    padding: 1em;
    background: navy;
}

#Menu
{
    width: 180px;
    position:absolute;
    left: 0;
}
#Menu ul, #Menu ul li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#Menu ul li
{
    float: left;
    width: 180px;
    list-style-type: none;
    background-color: #333399;
}


#Menu ul li a
{
    display: block;
    width: 160px;
    padding: 0.35em 10px;
    color: white;
    text-decoration: none;
    font-size: 120%;
    font-weight: bold;
}

#Menu ul li li a
{
    font-weight: normal;
    font-size: 95%;
    padding: 0.35em 10px 0.35em 20px;
    width: 150px;
}

#Menu ul li li li a
{
    font-weight: normal;
    font-size: 86%;
    padding: 0.35em 10px 0.35em 30px;
    width: 140px;
}

#Menu ul li a:hover
{
    color: #333399;
    background-color: #FFDE29;
}

#Footer
{
    text-align: center;
    background: #c0c0c0 /*url(../images/design/footer-gradient.gif) repeat-x top left*/;
    border-top: 3px solid #777;
    padding-top: 0.7em;
    padding-bottom: 2em;
    color: #555;
    font-size: 86%;
}



/* Holly hack doesn't work in IE7: need to give these elements hasLayout */
#OuterContainer, #ContentContainer, #Content, #LeftContent, #RightContent { display: inline-block; }
#OuterContainer, #ContentContainer, #Content, #LeftContent, #RightContent { display: block; }
