
body {
    font-family: "Trebuchet MS",Arial,Helvetica;
    font-size: 14pt;
    background: #F5EDDE;
    background: #ddd;
    margin: 0;
    padding: 0;
    height: 100%;
}

img {
    border: 0;
}

.root {
    width: 900px;
    margin:0px auto;
    margin-left: 112px;
}

/** Navigation ******************************************************/

#navigation {
    font-size: 12px;
    background: #000;
    border-bottom: 1px solid #fff;
}

#navigation ul {
    margin: 0;
    padding-top: 1.75em;
    padding-bottom: 1.75em;
    text-align: right;
    padding-left: 3px;
    padding-right: 5px;
    color: #fff;
}

#navigation li {
    display: inline-block;
    color: #eee;
    font-family: "Arial";
    font-size: 12px;
    font-weight: bold;
    padding: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    text-transform: uppercase;
}

#navigation li:hover {
    background: #333;
}

#navigation li.selected {
    background: #333;
}

#navigation ul li a {
    color: #aaa;
    text-decoration: none;
}

#navigation ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

/** Content *********************************************************/

#content {
    clear: both;
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 14px;
    color: #555;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 0em;
    border-bottom: 1px solid #d4cabb;
    background: #F5EDDE;
}

#content div.header img {
    vertical-align: top; 
    margin-top: -.5em;
    padding-right: 1em;
}

#content h2 {
    font-size: 2.5em;
    color: #4d8cbf;
    color: #5C83CC;
    color: #666;
    margin: 0;
}

#content h3 {
    font-family: "Georgia";
    font-weight: normal;
    color: #000;
    margin: 0;
    font-size: 1.25em;
}

#content h4 {
    margin-top: 3em;
    color: #777;
    text-decoration: none;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: normal;
}

#content h2 img {
    vertical-align: top;
    margin-left: -.25em;
}

#content .blurb img {
    float: right;
}

#content .blurb {
    width: 900px;
    line-height: 22px;
}

#content a {
    color: #666;
}

div.links { 
    background: white;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

div.links a {
    font-size: 14px;
    color: #333;
}

/** Main ************************************************************/

#main {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    padding: .5em;
    margin: 0;
    font-size: small;
    color: #555;
    background: #fff;
    min-height: 300px;
}

#main h2 {
    font-family: Georgia, sans-serif;
    font-weight: normal;
    color: #000; 
}

#main a {
    color: #333;
}

.blurb {
    width: 500px;
}

.icon {
    float: left;
    padding-top: 11px;
}

.feature {
    width: 500px;
    margin-left: 40px;
    padding-top: 1px;
    border-bottom: 1px dashed #ddd;
}

.feature h2 {
    font-size: 18px;
}

.feature p {
    font-size: 14px;
}

.redeem-feature {
    padding: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    width: 500px;
    text-align: center;
}

.redeem-feature h3 {
    margin-bottom: 1.25em;
    margin-top: 0;
}

.redeem-feature .redeem {
    background: #555;
    color: #fff;
    padding: 15px;
    -webkit-border-radius: 5px;
}

.redeem-button, .redeem-button:visited {
    color: #fff !important;
    text-decoration: none;
}

#footer {
    background: #ddd;
    font-size: 12px;
    color: #333;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #fff;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
}

#footer p {
    width: 540px;
    padding-bottom: 1em;
}

#footer h2 {
    font-size: 12px;
}

#footer a {
    color: #333;
}
