/**
 * Gersey Labs MAIN STYLE
 */

/*****************

COLOURS:

Dark Grey: #474747
Darker Grey: #231f00
Orange: #f05323

******************/


/**
* MAIN LAYOUT STYLES
*/

body {
    color: #474747;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    text-align: center;
    font-size: 10px;
}

a {
    color: #474747;
    text-decoration: none;
}

a:hover {
    color: #f05323;
}

.selected a {
    color: #f05323;
}

.selected {
    color: #f05323;
}

p {
    font-family: Verdana;
    font-size: 10px;
}

h1 {
    font-size: 25px;
    font-family: Helvetica; Arial;
    letter-spacing: 0.1em;
}

h2 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

h3 {
    letter-spacing: 0.1em;
}

h4 {
}

.highlighted {
    color: #f05323;
}

.float_bottom {
    position: absolute;
    bottom: 0px;
}

#layout_container {
    width: 864px;
    text-align: left;
    margin: 10px auto;
    position: relative;
}

#layout_menu {
    margin-bottom: 10px;
}

#layout_top_bar {
    height: 219px;
    position: relative;
    background-color: #f05323;
    margin-bottom: 6px;
    background-repeat: no-repeat;
    background-position: top left;
}

#layout_top_bar img {
    display: block;
}

#layout_bottom_bar {
    height: 221px;
    position: relative;
    background-color: #474747;
    background-repeat: no-repeat;
    background-position: 20px 100%;
}

#layout_bottom_bar img {
    display: block;
}

#layout_sidebar {
    width: 170px;
    position: absolute;
    top: 65px;
    left: 0px;
}

#layout_content_box {
    width: 663px;
    height: 361px;
    background-color: #fff;
    position: absolute;
    left: 175px;
    top: 85px;
    z-index: 1;
}

#layout_content_box .full_height {
    height: 321px; /*note: to account for 20px padding at top and bottom*/
}

#layout_footer {
    position: absolute;
    top: 495px;
    text-align: center;
    margin: 0px;
    width: 864px;
}

/** Main Menu **/

#menu_main {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

#menu_main .item {
    float: left;
    padding: 0px 10px;
}

#menu_main .right {
    float: right;
}

#menu_main .separator {
    float: left;
}

/** Sub Menu **/

#menu_sub {
    text-transform: uppercase;
    color: #231f00;
    padding: 30px 0px 0px 30px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#menu_sub a {
    color: #231f00;
}

#menu_sub a:hover {
    color: #fff;
}

#menu_sub .selected a {
    color: #fff;
}

#menu_sub .item {
    padding: 2px 0px;
}

/** Content Menu **/

.menu_content {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.menu_content ul {
    list-style: square;
    list-style-position: outside;
    margin-left: 15px;
    list-style: square;
}

.menu_content li {
    line-height: 1.2em;
    padding-bottom: 5px;
}

/** Footer **/

#footer {
    margin: 0px 5px;
}

#footer .highlighted {
    float: left;
}

#footer div{
    float: right;
    margin-top: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: right;
}

#footer img {
    float: right;
    padding-left: 10px;
}

/** Sidebar **/

#sidebar {
}

/** Main Content **/

#content_main {
}


.errors {
    font-size: 11px;
    margin-top: 50px;
    clear:both;
    text-align:left;
}
