﻿/* Created by David Thomson 08/03/2010 */

/* ----- Imported Style Sheets ----- */
@import url(Shared.css);

/* ----- Default ----- */
body
{
    font-size: 62.5%;
    font-family: "segoe ui" , arial, Verdana, Helvetica, sans-serif;
    background: #FDEBDB url(/images/gradient.jpg) top left repeat-x;
}

/* ----- Positioning ----- */
/* Header */
#header_container
{
    width: 100%;
    background-color: #F48319;
}

#header
{
    width: 900px;
    height: 130px;
    background: transparent url(/Images/Header/Marketing_Header.jpg) bottom left no-repeat;
    margin: 0 auto 0 auto;
    clear: both;
    padding-top: 10px;
}

#header a
{
    color: White;
    font-size: medium;
    text-decoration: none;
}

#header a:hover
{
    color: #454d50;
    text-decoration: none;
}

#header div.panel
{
    padding: 0.2em 0.5em 0.2em 0;
    border-bottom: solid 1pt #ebf6fc;
    overflow: hidden;
    font-size: small;
    min-height: 38px;
}

div.panel div.innerLeft
{
    width: 20%;
    float: left;
    padding-top: 0.3em;
}

div.panel div.innerRight
{
    width: 75%;
    float: right;
}

/* Menu */
#menu_container
{
    width: 100%;
    background-color: #CD843C;
}

/* Content */
#content
{
    width: 898px;
    margin: 0 auto 0 auto;
    background-color: white;
    font-size: small;
    overflow: hidden;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    overflow: hidden;
}

/* ----- Social ----- */
div.Social
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.35em;
}

div.Social div.SocialPanel
{
    float: left;
    min-width: 21%;
    text-align: right;
}

/* ----- Testimonals ----- */
.testimonial
{
    width: 100%;
    margin-top: 1em;
    line-height: 30px;
    overflow: hidden;
}

