body{
    background: #efefef;
}

body, select, input, textarea{
    color: #333; 
}

.bg{
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
}
#header .bg{
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.8);
}

#nav .bg{
    background: #830d0d;
/*    border-bottom: 2px solid rgba(235,208,133,0.8); */
    border-bottom: 2px solid #d6a86c;
    height: 60px;
    top: 0;
    z-index: 1;
}

#nav *{
    z-index: 2;
}

#header .bg, #footer, .dark{
    background: #333333;
}
#header .bg, #header .text_header {
    top: 60px;
}

#header.large, #header.large .bg{
    height: 300px;
}

#header.large ul li{
    line-height: 19px;
}

.medium, .medium .bg{
    height: 100px;
}

.medium .text_header{
    line-height: 100px;
}

.medium .links{
    line-height: 50px;
    top: 90px;
}

.large .text_header{
    line-height: 300px;
}

.large .links{
    line-height: 150px;
    top: 210px;
}

.medium .links{
    width: 960px;
}

.text_header{
    position: absolute;
}

#nav{
    padding-top: 1em;
    text-shadow: #000 0 1px 0;
}

#header, #footer, #header h1, .dark{
    color: #efefef;
    text-shadow: #333 0 1px 0;
}

/*#header a{
    font-weight: bold;
}*/

.links, .links *{
    display: inline;
}
#nav .links, #nav .links *, #search_cont, #live-chat{
    padding-top: 1em;
    text-align: center;
}

#header .links{
    font-size: medium;
    position: absolute;
    padding-top: 1.5em;
}

#search_cont{
    text-align: right;
    margin-top: 0;
}
#search_cont input{
    width: 90%;
}

a{
    font-weight: bold;
    text-decoration: none;
    color: #bd1818;
}
a:HOVER{
    text-decoration: underline;
}

#nav a, #header a, #footer a, .dark a{
     color: #E3E2DE;
}

.banner{
    text-align: center;
    font-size: large;
}
#footer{
    height: 140px;
    font-size: small;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);

}
#footer h2{
    font-size: medium;
    margin-bottom: 0.25em;
}
#footer ul li{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.vspace{
    height: 2em;
}
.vspace_small{
    height: 1em;
}
.vsep{
    text-align: center;
}
#blog_headlines{
    list-style-type: none;
}
#blog_headlines li{
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 1em;
}
#blog_headlines li span{
    font-size: x-small;
    margin-left: 1em;
}

.right{
    text-align: right;
}
form.large input, form.large label{
    font-size: large;
}
form.large input{
    width: 100%;
}

h3{
    font-size: medium;
}

#main {
     text-shadow: #FFF 0 1px 0;
}

#main h2, #main h3, .banner h2{
    /* color: rgba(177, 24, 24, 1); */
    color: #b11818;
}

.banner {
    /*text-shadow: 1px 1px 1px rgba(177, 24, 24, 0.4);*/
    text-shadow: #FFF 0 1px 0;
}


#main h2, #main h3 {
    border-bottom: 2px solid #ebd085;
}

#main .banner h2{
    border-bottom: 0px;
    font-size: x-large;
}

.hlink{
    float: right;
    font-size: 50%;
    padding-top: 1em;
}

.highlight{
    /* background: rgba(235,208,133, 0.4); */
    background: #ede2c4;
    /* border: 1px solid rgba(235,208,133,0.8); */
    border: 1px solid #ebd391;
    padding: 1em;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    display: table;
    margin-bottom: 1em;
}

.highlight *:last-child{
    margin-bottom: 0;
}
table{
    border: 0px;
    width: 100%;
}
tr{
    margin-bottom: 1em;
}
tr{
/*    background-color: #ddd; /*
/*    background-color: #e6e6e6; */ /* 50% opacity of above */
    background-color: #e1e1e1; /* 75% */
}
tr:nth-child(even), thead tr{	
/*    background-color: #ccc; /*
/*    background-color: #dedede; */ /* 50% opacity of above */
    background-color: #d4d4d4; /* 75% */
}

tr.promo, span.promo{
    /*background-color: #b11818;
    color: #efefef;
    text-shadow: #333 0 1px 0;*/
    border-left: 1em solid #b11818;
}

span.promo{
   /* padding: 0.5em;*/
    padding-left: 0.5em;
}

tr.promo:nth-child(even){
   /* background-color: #830d0d;*/
    border-left: 1em solid #830d0d;
}

/*tr.promo a{
    color: #efefef;
    text-decoration: underline;
}*/

td, th{
    padding: 0.5em 1em 0.5em 1em;
}

tr.promo td:first-child{
    padding-left: 0.5em;
}

table.col1_bold tr td:first-child{
    font-weight: bold;
}

table.col1_left tr td:first-child{
    text-align: left;
}

table.centered tr td, table.centered tr th{
    text-align: center;
}

blockquote{
    margin-left: 2em;
    font-style: italic;
}

img.profile{
    border: 1px solid #333;
}
.pageDate{
    font-weight: bold;
}
.note{
    border: 1px solid #cdcdcd;
    background: #dedede;
    padding: 1em;
    margin-bottom: 1em;
}

.note p:last-child{
    margin-bottom: 0;
}
h4{
    font-size: medium;
}
.alignright{
    float: right;
}
.alignleft{
    float: left;
}
#main .banner h2#inf{
    font-size: 13em;
    line-height: 25%;
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
}

.nobullet, .nobullet li{
    list-style-type: none;
}
.nobullet li{
    margin-left: 1em;
}

#main .dark h2 {
    color: #efefef;
    border-bottom: 0;
}

#live-chat {
    text-align: right;
}
#live-chat img{
    float: right;
    margin-top: 2px;
}

