body {
    background: url('../img/bkgd.gif') repeat-x 0 116px #5A5A5A;
    margin: 0 auto;
    min-width: 900px;    
    padding: 0;
    text-align: center;
}

a {
    color: #EE8D33;
    text-decoration: none;
}

a:hover {
    color: #EE8D33;
    text-decoration: underline;
}

#header {
    background: url('../img/header_bg.jpg') no-repeat top center #12233F;
    height: 116px;
}

#logo {
    display: block;
    float: left;
    height: 82px;
    margin: 0;
    text-indent: -99999px;
    width: 211px;
}

#logo a {
    display: block;
    width: 211px;
    height: 82px;
}

#account_controls {
    float: right;
    list-style-type: none;
    padding-top: 90px;
    text-align: right;
}

#account_controls  li {
    text-transform: uppercase;
}

/* Content Area */
#content {
    background: #ececec url('../img/top_stripe.png') no-repeat;
    padding-top: 1px;
    position: relative;
}

#content .upper {
    background: #000 url('../img/upper_bg.png');
    color: #c1c1c1;
    padding: 82px 40px 10px 470px;
    text-align: center;
}

#tv {
    background: url("../img/tv.png") no-repeat;
    display: block;
    height: 388px;
    left: 20px;
    position: absolute;
    top: 0px;
    width: 446px;
}

#content .upper p {
    color: #9ab5ca;
    font-size: 13px;
    text-shadow: 0px 1px 1px #666 ;
}

#content .upper h2 {
    background: url('../img/hdr_via.png') no-repeat;
    display: block;
    height: 129px;
    margin: 0 0 0 40px;
    text-indent: -99999px;
    width: 310px;
}

#content .lower {
    background: url('../img/shadow.png') repeat-x;
    padding: 60px 40px;
}

#content .lower .inner {
    position: relative;
}



/* Specific Form Overrides */
#fieldset-application_group {
    background: url('../img/hdr_few_questions.png') top right no-repeat;
    margin-top: 40px;
    padding-top: 50px;
}

#fieldset-personal_group label {
    color: #333;
    font-weight: bold;
}




/* Tables */
table {
    border-collapse: collapse;    
    background: #FFF;
}

table thead td {
    color: #FFF; 
    background: #444;
    font-weight: bold; 
}

table td {
    border: 1px solid #ccc;
    padding: 5px 10px;
}



/* Footer */
#footer {
    margin-top: 40px;
}

#ftr_links {
    border-bottom:1px solid #6B6B6B;
    border-top:1px solid #6B6B6B;
    clear:both;
    margin:0;
    overflow:hidden;
    padding:9px 0 4px;
    text-align: center;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding-bottom: 2px;
}

#footer ul li {
    display: inline;
}

#footer ul li a{
    border-left: 1px solid #8E8D8D;
    color: #EE8D33;
    font-size: 11px;
    padding: 0 8px;
}

#footer .first {
    border: none;
}

#footer .copyright {
    clear: both;
    color: #A9A9A9;
    display: inline;
    float: left;
    font-size: 11px;
    line-height: 16px;
    margin: 15px 0 30px 110px;
    text-align: center;
    width: 686px;
}

dl.hidden {
    display: none;
}


/* Admin Panel */

#admin_menu {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

#admin_menu li {
    display: inline;
    font-size: 14px;
    list-style: none;
    margin-left: 0;
    padding: 5px;
}

#stats {
    zoom: 1;
    font-size: 14px;
    background: #FFF;
    padding: 5px;
    text-align: center;
    border: 1px solid #CCC;
}


#stats dd {
    margin-right: 10px;
    padding-right: 70px;
    margin-left: 5px;
}

#stats dt,
#stats dd  {
    display: inline;
}

#excel {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

#excel a {
    background: #FFF;
    padding: 5px;
    border: 1px solid #ccc;
}

#excel a:hover {
    background: #DDD;
    text-decoration: none;
}

#form_app_adminsearch { 
    clear: both; 
    overflow: hidden;
}

#form_app_adminsearch dl {
    width: 40%;
    margin: 0;
    display: inline;
    float: left;
}

#form_app_adminsearch dd,
#form_app_adminsearch dt {
    width: auto;
    text-align: left;
    float: none;
    padding-left: 0;
    margin-bottom: 5px;
}

#form_app_adminsearch #submit-wrapper {
    margin-top: 30px;
}

/* Form overrides */
#submit-label {
    display: none;
}

#legal_agreement-label {
    display: none;
}

#submit-element {
    float: right;
}

#submit-wrapper{
    padding-right: 20px;
    text-align: right;
}


#legal_signature-wrapper dt,
#legal_signature-wrapper dd {
    float: right;
    text-align: left;
}

#legal_signature-wrapper dt { width: 360px;}


#legal_signature-wrapper dd {
    padding-top: 3px;
    padding-right: 7px;
    text-align: right;
}

#form_app_auth dt {
    width: 100px;
}

#form_app_forgotpassword dt {
    width: 130px !important;
}

p.retrieve {
    padding-left: 294px;
}

#form_app_auth #submit-wrapper,
#form_app_forgotpassword #submit-wrapper {
    text-align: left;
}

#form_app_auth #submit-element {
    float: none;
    padding-left: 335px;
}

#form_app_forgotpassword #submit-element {
    float: none;
    padding-left: 360px; 
}

/* General Stuff */
.loud { color: #76bde9; }

.center {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 900px;
}

