﻿/* 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/marketingHeader2.jpg) bottom left no-repeat;
    margin: 0 auto 0 auto;
    clear: both;
    padding-top: 10px;
}

#header a
{
    color: White;
    font-size: medium;
}

#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;
}

#header div.panel p
{
    padding: 0;
    margin: 0;
}

/* 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-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    overflow: hidden;
}

/* ----- Subscription Buttons ----- */
.InactiveButton
{
    background-color: #AAD3FA;
    border: solid 1pt #66AFE1;
    font-weight: bold;
    color: white;
    width: 13.5em;
    padding: 0.3em;
}

.ActiveButton
{
    background-color: #198AF3;
    border: solid 1pt #195783;
    font-weight: bold;
    color: white;
    width: 13.5em;
    padding: 0.3em;
}

.CompleteButton
{
    background-color: #4CA47C;
    border: solid 1pt #2F7F31;
    font-weight: bold;
    color: white;
    width: 13.5em;
    padding: 0.3em;
}

.CompleteButton:hover
{
    background-color: #f48319;
    border: solid 1pt #9F5208;
    font-weight: bold;
    color: white;
    width: 13.5em;
    padding: 0.3em;
}
/* ----- Social ----- */
div.social
{
    width: 100%; 
    overflow: hidden; 
    padding-top: 0.325em;
}

div.socialpanel
{
    text-align: center;
    background-color: #ebf5fc;
    border: solid 1pt #d4ebf7;
    padding: 0.2em;
    overflow: hidden;
}

div.socialpanel a
{
    color: #4E7CA0;
    font-size: small;
}

div.socialpanel a:hover
{
    
}

/* ----- Share ----- */
table.share
{
    width: 100%;
}

table.share td
{
    vertical-align: middle;
}

table.share a
{
    font-size: medium;
    padding-bottom: 0.5em;
}

/* ----- Testimonals ----- */
.testimonial
{
    float: right;
    margin-left: 5px;
    width: 100%;
    padding-left: 5px;
    background: #FDE9D2 url(/images/gradient4.jpg) top left repeat-x;
}

.pullqbg
{
    font-size: small;
}

.pullqbg .textarea
{
    margin: 0;
    padding: 8px 8px 2px 8px;
    overflow: hidden;
}
