﻿#container
{
    max-width: 60em;
    margin: 0 auto;
    background-color: White;
}

#header
{
    background: #a6d2b0;
    height: 62px;
    border-bottom: solid 10px orange;
    position: relative;
}

#headerLeft
{
    position: absolute;
    top: -7px;
    left: 0;
}

#innerContainer
{
    padding-top: 1em;
    padding-right: 1em;
}

#menu
{
    width: 12em;
    float: left;
}
#menu ul
{
    margin: 0;
    padding: 0;
}
#menu li
{
    list-style-type: none;
    padding: 0;
    line-height: 100%;
}
#menu a
{/*applies to all menu links*/
    display: block;
    color: #444;
    font-weight: bold;
}
.mainMenu li
{
    margin: 0 0 0.3em 0;
}
.mainMenu a
{/*applies only to main menu links*/
    margin: 2px 0 0 0;
    padding: 0.5em 1em;
    font-size: medium;
}
.subMenu li
{
    margin: 0;
}
.subMenu a
{/*applies only to sub menu links*/
    margin: 0;
    padding: 0.2em 2em;
    font-size: smaller;
}

#content
{
    background: #e4e4e4;
    padding: 1em;
    margin-left: 13em;
}

#contentBottom
{
    height: 47px;
    background: url(../images/contentBottom.gif) repeat-x;
    margin-left: 13em;
}

#footer
{
    color: White;
    text-align: center;
    padding: 0.2em 25px;
    font-size: small;
}
#footer a
{
    font-weight: bold;
    color: White;
}
#cliftonLogo
{
    position: relative;
    top: 3px;
}

#bp-container
{
    background-color: #ceebf9;
    background-image: url(../images/bbc/container_gradient.png);
    background-repeat: repeat-x;
    padding: 20px;
}
#bp-header
{
    background-image: url(../images/bbc/header.png);
    background-position: right top;
    background-repeat: no-repeat;
    height: 139px;
}
#bp-text
{
    background-color: White;
    border: solid 3px #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    padding: 1em;
}
/*---------------- form styles -------------*/
label, form label {
    font-family:Arial;
    font-weight:bold;
    width:200px;
    font-size:0.95em;
}
input{
    width:300px;
}
h4{
    font-family:Arial;
}
.page-notice{
    font-family:Arial;
}
.mandatory{
    text-align:center;
    margin:2px;
    font-family:Arial;
    font-size:0.8em;
}