html,
body{
    background: #45403a;
    margin: 0;
    padding: 0;
    font-family: Verdana, 'Arial', sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
    text-align: center;
    height:100%;
}

#full-container{
    position:relative;   
    min-height:100%;
}

p{
    color: #FFF;
}

a{
    color: #FFFFFF;
    text-decoration: none;
}

/* Notices and Errors */
#message {
    clear: both;
}

#message .success {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 790px;    
    background: #EFF7FF url('/images/icons/check.png') no-repeat left;
    background-position: 10px 7px;
    color: #061A5B; 
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
#message .success .text {
    padding-left: 3em;
    font-weight: bold;
    font-size: 9pt;
}

#message .error {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 790px;    
    background: #FFD9D9 url('/images/icons/delete.png') no-repeat left;
    background-position: 10px 7px;
    color: #800; 
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
#message .error .text {
    padding-left: 3em;
    font-weight: bold;
    font-size: 9pt;
}

img{
    border: 0px;
}

#top-menu{
    text-align: right;
    padding-right: 28px;
    padding-top: 64px;   
    *padding-top: 40px;   
}

#bottom-content-wrapper{
    padding: 5px;
}

#header-wrapper{
    height: 144px;
    background: url('/images/top_bg.gif');    
}

#header{
    width: 980px;
    margin: auto;
    text-align: left;
}

#logo{
    padding-top: 7px;
    /*padding-left: 15px;   */
    float: left;
}

#search-box{
    padding-top: 23px;
    padding-right: 21px;
}

#go-button{
    background: url("/images/top_button_bg.gif") no-repeat;
    width: 40px;
    height: 19px;
    font-weight: bold;
    border: 0px;
    color: #FFFFFF;
}

#top-search-box{
    background:url("/images/search_bar.gif") no-repeat scroll 0 0 transparent;
    border:medium none;
    height:19px;
    padding-left: 4px;
    width:249px;
}

#right-side{
    float: right;
}

#menu-wrapper{
    height: 36px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background: #aca69a;
}

#menu{
    width: 980px;
    margin: auto;
    text-align: left;
}

#main-image-wrapper{
    height: 299px;
}

#main-image-wrapper{
    width: 980px;
    margin: auto;
}

#image-content-sep{
    height: 7px;
    border-top: 1px solid #f2f2f2;
    background: #34302b;
}

#content-wrapper{
    width: 980px;
    margin: auto;
    text-align: left;
}

#left-image{
    float: left;
}

#editor-area{
    width: 700px;
    float: right;
}

/**
* BOTTOM LOGOS
*/

#member-login-div{
    width: 177px;
    margin: auto;
}

#mem-log-content{
    height: 139px;
    width: 182px;
    background: url('/images/inside_bg.gif') repeat-y;
}

#sec-mem-log-content{
    /*min-height: 139px;
    height: 100% !important;
    height: 139px; */
    /*height: 139px;*/
    width: 177px; 
    background: #ACA69A url('/images/sec-inside-bg.gif') repeat-y;
}

#sec-content-body a{
    color: #ffd71d;
}

#news-log-content{
    height: 139px;
    background: url('/images/inside_bg.gif') repeat-y;
}

#bottom-area-wrapper{
    background: url('/images/bottom_bg.gif') repeat-x top;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    z-index: 2;
    padding-bottom: 76px;
}

#bread-crumb{
    padding: 10px;
}

#bottom-area{
    width: 980px;
    margin: auto;
    /*min-height: 700px;
    height: auto !important;
    height: 700px;*/
}

#sec-left{
    margin-top: 20px;
    width: 210px;
    float: left;
}

#sec-right{
    width: 770px;
    float: right;
    text-align: left;
}

#bottom-title{
    height: 126px;
    z-index: 2;
}

#sec-content-wrapper{
    margin-top: 38px;
}

.sidelogo{
    margin-top: 11px;   
}


.content{
    font-size: 10pt;
}

/**
* MEMBER ADMIN STYLES
*/

.mb-top{
    width: 762px;
    margin: auto;
    margin-top: 11px;
}

#member-boxes-content{
    min-height: 167px;
    height: auto !important;
    height: 167px;
    background: #5f5a52;
    text-align: left;
}

h4{
    margin: 0;
    color: #000;
    text-align: left;
    padding-left: 6px;
}

p{
    text-align: left;
    padding-left: 6px;    
}

.sec-page-title{
    color: #918b80;
    font-size: 14pt;
    font-weight: normal;
}

#box-content{
    min-height: 139px;
    height: auto !important;
    height: 139px;
    background: #ACA69A url('/images/sec-inside-bg.gif') repeat-y;
}

.module
{
    width: 177px;
    height: 121px;
    float: left;
    margin: 0 6px;
    cursor: move;
}

.loginbox{
    background:url("/images/login_bar.gif") no-repeat scroll 0 0 transparent;
    border:medium none;
    height:19px;
    padding-left:4px;
    width:150px;
    margin-top: 10px;
    margin-left: 11px;
    color: #de2d33;
    font-size: 8pt;
    font-weight: bold;
}

#lgnbx{
    text-align: left;
}

#subbtn{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 8px;
}

.login{
    height: 19px;
    display: block;
}

#sec-content-body label{
    display: block;
    float: left;
    width: 180px;
    padding: 5px;
}

#sec-content-body input[type="text"], 
#sec-content-body input[type="password"], 
#sec-content-body select, 
#sec-content-body textarea{
    background: #5f564f;
    color: #d7d2ce;
    border: 1px solid #a9a59c;
}

.longbox{
    width: 349px;
}

#sec-content-body select{
    width: 351px;
    width: 353px\9;
}

#sec-content-body .faxlbl{
    width: 50px;
    width: 37px\9;
}

.label-required-star{
    color: red;
}

#bottom-footer{
    position: absolute;
    bottom: 0; 
    background: #37332f;
    margin-top: 20px;
    width: 100%;
    height: 56px;
}

#footer-wrapper{
    width: 980px;
    margin: auto;
    padding-top: 18px;
    color: #aca69a;
    text-transform: uppercase;
    text-align: left;
}

#event-table{
    margin-top: 20px;
    border-bottom: 1px solid #45403a;
    border-right: 1px solid #45403a;
}

#event-table th {
    text-align: center;
    border-top: 1px solid #45403a;
    border-left: 1px solid #45403a;
    padding: 5px;     
}

#event-table td {
    border-top: 1px solid #45403a;
    border-left: 1px solid #45403a;
    padding: 2px;     
}

.even{
    background: #766f67;
}

.odd{
    background: #5f5b52;
}

#event-title{
    color: #aca69a;
    font-size: 1.5em;
    float:left;
}

#backtolist{
    float:right;
}

.info{
    display: block;
    float: left;
    width: 109px;
    font-size: 11pt;
    color: #dfd8c8;
    padding: 3px;
}

.content{
    display: block;
    padding-top: 5px;
}

#full-width-table
{
    width: 300px;
    border: 20px solid black;
    width: 100%; 
    font-size: .9em; 
    border-collapse: collapse; 
    margin: 0 0 .4em; 
}

label #radio-lbl{
    width: 10px;
}

.validation-error{
    color: red;
    padding-bottom: 10px;
    font-size: 7pt;
    font-weight: bold;
    font-style: italic;
}

#sec-content-body input[type="text"].input-error, 
#sec-content-body input[type="password"].input-error, 
#sec-content-body select.input-error{
    border: 1px solid red;
}

#sec-content-body input[disabled] {
    border: 1px solid #999;
    background-color: #ddd;
}

#member-boxes-content .portlet-content a{
    color: #a5161c;
    text-decoration: underline;
}

#resources{
    width: 100%;
}

#resources .spacing{
    height: 10px;    
}

#resources th{
    background: #5f5b52;
    padding: 5px;
    font-size: 9pt;
    border-bottom: 1px solid #45403a;
}

#resources td{
    padding: 4px;
    font-size: 8pt;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #45403a;
    border-right: 1px solid #45403a;
}

#resources .none-found{
    text-align: center;
    padding: 4px;
    font-style:italic;
}

#resources .bottombar{
    height: 10px;
    background: #5f5b52;
}

#resources .line{
    padding: 0;
    height: 1px;
}

#resources .title{
    padding: 0;
    font-size: 10pt;
    font-weight: bold;
    color: #ACA69A;
}

#sec-content-body .radiolbl label{
    width: 50px;
}

.row{ margin: 10px; }
/*.content{ background: #5F5A52; width: 762px; } broke the content o.O*/
.inside-content{ background: #ACA69A; width: 177px; height: 135px;  }
.portlet{     
    width: 177px;
    height: 121px;
    float: left;
    margin: 0 6px;
}
.portlet-header{
    font-weight: bold;
    color: #000;
    padding-left: 5px;
    padding-bottom: 3px;
    font-size: 9.5pt;
}
 .portlet-content{
    padding-left: 5px;
}
.xbutton{float: right; cursor: pointer; height:24px;width:24px;}

.remember_me{
    color:#CE2D58;
}