/* #########################################################
BLOCKS
######################################################### */

.blockOuter{
    position: relative;
    margin: 0px 0px 16px 0px;
}

.block{
    position: relative;
    text-align: left;
}

.blockH{
    background: #646355 url(/images/block_header.gif) repeat-x top left;
    padding: 0px 10px;
}
.blockH h5{
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    padding: 6px 0px 2px 0px;
    color: #ffffff;
    text-transform: uppercase;
}

.blockC{
    background-color: #eeede6;
    border: 1px solid #bdbbab;
    color: #5c6581;
    padding: 0px;
    text-align: left;
}
.blockC div{ padding: 1px 5px 4px 5px; margin: 2px 0px 2px 0px; }
.blockC div div{ padding: 0px; }

.blockC ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px;
}
.blockC ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li.block_even{
    background-color: #eff2fb;
}
.blockC ul li em{
    font-size: 9px;
}
.blockC ul li a{
    display: block;
    background-color: #85836b;
    margin: 0px;
    padding: 4px 10px 4px 10px;
    color: #ffffff;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
    width: auto;
}

.blockSpacer{
    font-size: 1px;
}

#columnLeft .block ul li a{
    text-decoration: none;
    border-bottom: 1px solid #bdbbab;
}

#columnLeft .block ul li a:hover, #columnLeft .block ul li a.ta_cur{
    background-color: #646355;
    color: #fff;
}

#columnRight .blockOuter{
    position: relative;
    margin: 0px 0px 4px 0px;
    border: 1px solid #d0d0d0;
    padding: 4px;
}

#columnRight .block{
    border: 0px solid #ffffff;
}
#columnRight .blockH{
    background-color: #9d9b89;
    background-image: none;
    padding-bottom: 1px;
}
#columnRight .blockH h5{
    color: #eeede5;
    text-align: center;
}
#columnRight .blockC{
    background-color: #eeede6;
    padding: 1px 0px; /* this is a gap hack */
    margin: 0px;
}

.block_scroll .blockC{
    max-height: 320px;
    overflow: auto;
}
.block_scroll .blockC ul{ width: auto; }

#columnRight .block ul li{
    padding: 4px;
}


/* Search */

.searchFormInput{
    width: 120px;
}

/* News Letter */
#newsForm{
    background: url(/images/stay_informed.jpg) no-repeat top left;
    border: 1px solid #9099bd;
    padding-top: 130px;

}
#newsForm div{
    white-space: nowrap;
    padding: 4px 5px;
}
.newEmailInput{
    width: 104px;
}

/* no style */
.no_padding .block{
    border: 0px solid #FFF;
    padding: 0px;
}
.no_padding .blockH{
    display: none;
    visibility: hidden;
}
.no_padding .blockC{
    background: none;
    padding: 0px;
}

/* calendar */

#cal{ padding: 3px 5px 5px 5px; }
.calTop table{ width: 100%; }
.calTop table td{
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #494840;
}
.calHeadL, .calHeadR{
    width: 15px;
}
.calHeadL a, .calHeadR a{
    display: block;
    border: 1px solid #85836b;
    background-color: #cbc8aa;
    padding: 0px 6px 3px 6px;
    font-size: 12px;
    text-decoration: none;
    color: #707070;
}
.calHeadL a{ margin-right: 2px; }
.calHeadR a{ margin-left: 2px; }

.calHead{
    border: 1px solid #85836b;
    color: #494840;
    text-transform: uppercase;
}

.calContent table{
    width: 100%;
    border-collapse: collapse;
}
.calContent table td{
    padding: 0px;
    border: 1px solid #eeede6;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    width: 13%;
}
.calContent table td div{
    margin: 0px;
    padding: 0px;
    border: 1px solid #deddd4;
}
.calContent table .calHeadDOW td{
    background: #646355 url(/images/cal_header.gif) repeat-x top left;
    color: #ffffff;
    padding: 4px 0px;
}
.calContent .calBlank{
    /* background-color: #e1e5f1; */
    background-color: #deddd4;
}
.calContent table td a{
    display: block;
    background-color: #ffffff;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: #707070;
}
.calContent table td.calToday a{
    background-color: #85836b;
    color: #ffffff;
}
.calContent table td.calEvent a{
    background-color: #eeecdc;
}

.calContent table td a:hover, .calContent table td.calToday a:hover, .calContent table td.calEvent a:hover, .calHeadL a:hover, .calHeadR a:hover{
    background-color: #86c397;
    color: #ffffff;
}

.cal_legend{
    text-align: center;
    padding: 4px 0px;
}
.cal_legend_event{
    border: 1px solid #c6c3a3;
    background-color: #eeecdc;
}
.cal_legend_today{
    background-color: #85836b;
}

.cal_view_month{
    padding-top: 4px;
    text-align: center;
}
.cal_view_month a{
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

/* end calendar */

/* events */
.moreEvents{
    text-align: center;
}
.moreEvents a{
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.event_day_container{
    background: #e6e6e6 url(/images/events_day_bg.gif) repeat-x top left;
    border: 1px solid #9e9e9e;
    color: #149821;
    text-align: center;
    padding: 1px !important;
    margin: 0px !important;
}
.event_day_month{
    font-size: 10px;
    color: #fff;
    background-color: #149821;
    padding: 1px 4px !important;
    margin: 0px !important;
}
.event_day_date{
    font-size: 18px;
    font-weight: bold;
    padding: 0px !important;
    margin: 0px !important;
}

.event_icon, .event_info{ vertical-align: top; padding: 8px 0px 0px 8px; }
.event_info, .event_info a{ font-size: 11px; }
.event_info a{ font-weight: bold; text-decoration: none; }

/* cart */
#cart_total{
    padding-bottom: 4px;
}

#cart_container{
    max-height: 150px;
    overflow: auto;
}
#cart_container table{
    width: 150px;
}
#cart_container td{ width: 50%; padding: 3px; }

.cart_img_a{
    display: block;
    width: 72px;
    padding: 4px 0px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.cart_img_a img{ border: 0px solid #fff; }

.cartItem, .cartCtrl, .cartItem a, .cartCtrl a{ font-size: 11px; }
.cartItem{ text-align: center; }

/* END SPECIAL BLOCKS */

.adBlockC .adsLabel{
    text-align: left;

    font-size: 10px;
    text-transform: uppercase;
    color: #646565;
}

.block_login_form td{ font-size: 11px; padding: 2px; }
.block_login_form .login_inputs{ width: 100px; }

.h_block_table{ width: 100%; }
.h_block_table td{ width: 33%; vertical-align: top; border-left: 1px solid #e1e0d5; padding: 8px 8px; }
.h_block_table td.col_0{
    border: 0px solid #ffffff;
    padding-left: 0px;
}
.h_block_table td.col_2{
    padding-right: 0px;
}
.h_block_table .block{
    padding: 0px;
}
.h_block_table .blockC{
    background-color: transparent;
    border: 0px solid #fff;
    padding: 0px;
}
.h_block_table .blockC div{ padding: 0px; }
.h_block_table .blockH{
    background-image: none;
    background-color: transparent;
    padding: 0px;
}
.h_block_table .blockH h5{
    font-family: Georgia, Times New Roman, serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px 0px 8px 0px;
    color: #5182c3;
    text-transform: none;
}
.h_block_table ul{
    margin: 4px 0px 8px 0px;
}
.h_block_table ul li{
    margin: 4px 8px;
    padding: 0px;
    list-style: disc inside;
}
.h_block_table a{
    font-weight: bold;
    text-decoration: none;
}
.h_news_date{ color: #149821; }
.h_block_table div.h_news_blurb{ padding-bottom: 16px; }
.h_block_table div.h_news_more{ padding-top: 8px; }

