/*
|-------------------------------------------------------------------------------
| TEMPLATE SET UP & COMMON FORMATING
|-------------------------------------------------------------------------------
*/
div#content {
    position:relative;
    top:auto;
    left:auto;
    width:auto;
    padding:0 25px;
}

#mainmenubackground {
    width:185px !important;
}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

.small {
    font-size: 90%;
}

.uppercase-title {
    text-transform:uppercase;
}

.grey {
    color:#808284;
}

a {
    text-decoration:underline;
}


/*
|-------------------------------------------------------------------------------
| HEADER
|-------------------------------------------------------------------------------
*/
.header {
    margin: 25px 0 20px 0;
}

.header h2 {
    margin:12px 0 0 0;
}

.header-left {
    float:left;
}

.header-right {
    float:right;
}

/*
|-------------------------------------------------------------------------------
| HEADER IMAGE
|-------------------------------------------------------------------------------
*/

.header-image {
    margin:0 0 20px 0;
}


/*
|-------------------------------------------------------------------------------
| BODY
|-------------------------------------------------------------------------------
*/
.body {
    font-size:12px;
}

.body-left {
    float:left;
    width:66%;
}

.body-right {
    float:right;
    width:33%;
}

.body-left-inner {
    width:380px;
}


/*
|-------------------------------------------------------------------------------
| SIDEBAR
|-------------------------------------------------------------------------------
*/
.buttons .button {
    padding: 2px 0;
}

.buttons .button-1 {
    padding-top:0;
}

/*
|-------------------------------------------------------------------------------
| FOOTER
|-------------------------------------------------------------------------------
*/
.footer {
    font-size:12px;
    border-top:2px solid #0054a4;
    padding:20px 0 0 0;
}
