﻿#main_branding
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    height: 100%;
}
#main_header
{
    width: 100%;
    height: 52px;
    position: absolute;
    left: 0px;
    top: 85px;
    background-image: url(../images/header_bar.png);
    background-repeat: repeat-x;
}
#main_logo
{
    float: left;
    height: 100px;
    width: 200px;
    margin-left: 20px;
}
#main_login
{
    float: right;
    height: 100px;
    text-align: right;
    width: 330px;
}
#main_content
{
    padding-top: 40px;
}
.main_login
{
    float: right;
    margin: 15px 0px 0px 0px;
}
.main_login TD
{
    padding: 0px;
    vertical-align: middle;
    height: 14px;
    text-indent: 5px;
}
.main_login TD img
{
    padding: 0px;
    vertical-align: middle;
}
.main_error
{
    font-size: 11px;
    color: Red;
}
.header_text
{
    width: 800px;
    text-align: left;
    margin-top: 55px;
}
.header_text .question
{
    font-size: 18px;
    color: #888;
    height: 48px;
    vertical-align: middle;
    font-weight: bold;
    padding: 15px;
    border-bottom: solid 1px #ccc;
    width: 100%;
}
.header_text .inner
{
    font-size: 12px;
    color: #666;
    padding: 25px;
    line-height: 22px;
}
.login_div
{
    height: 75px;
    margin-top: 13px;
}

.reset_password_table
{
    margin:10px;
}
.reset_password_table tr
{
    margin-left:10px;
    margin-right:10px;
}
.reset_password_table td
{
    padding-bottom:10px;
}

#footer
{
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0px;
    height: 40px;
    border-top: solid 1px #ccc;
    background-image: url(../images/panel_gradient.png);
    background-repeat: repeat-x;
}

.branding
{
    width: 100%;
    margin-top: 80px;
    margin-left: -8px;
}

.branding h2
{
    font-family: Arial;
    font-size: 28px;
    font-weight: normal;
    color: #ff100c;
    margin: 5px;
}

.articles
{
    width: 505px;
    padding: 0px 0px 0px 15px;
    margin-top: 50px;
    height: 380px;
}

.article_container
{
    border: solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    box-shadow: 3px 3px 3px #999;
}

.article_title
{
    width: 100%;
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
}

.article_title a, .article_title a:visited, .pm_content a, .pm_content a:visited
{
    color: #ff100c;
    font-size: 12px;
}

.article_content
{
    width: 100%;
    padding: 5px;
}

.pm_icon
{
    margin: 48px 0px 0px 10px;
    width: 170px;
    height: 136px;
    float: left;
}

.pm_content
{
    float: left;
    margin: 50px 0px 0px 10px;
    width: 340px;
    font-size: 12px;
}

.recommendation
{
    text-indent: 20px;
    margin: 50px 20px 0px 10px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10px;
    font-size: 12px;
    font-style: italic;
}

.recommendation li
{
    text-indent: 0px;
    padding: 5px;
    margin: 0px;
    color: #333;
}

.recommendation ul
{
    margin: 0px;
    padding: 10px 0px 10px 20px;
}

.social_links
{
    margin: 50px 0px 0px 15px;
}

.social_links p
{
    padding: 5px; font-size: 12px; border: none; line-height: 14px;
}

.social_image
{
    border: solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    width: 90px;
    height: 90px;
    float: left;
    margin: 7px;
    box-shadow: 3px 3px 3px #999;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    cursor: pointer;
}

.social_image img
{
    width: 80px;
    height: 80px;
    margin-top: 5px;
}

.weather_widget
{
    border: solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    width: 195px;
    height: 153px;
    float: left;
    margin: 25px 7px 7px 7px;
    box-shadow: 3px 3px 3px #999;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    cursor: pointer;
}