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

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

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

#columnLeft .blockH{
    background: #6f8fa4 url(/images/block_header_left.jpg) no-repeat top left;
    padding-top: 1px;

}
.blockH h5{
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
    padding: 4px 6px;
    text-transform: uppercase;
}

.blockC, .blockC div, .blockC form, .blockC form div{
    font-size: 12px;
}

.blockC{
    background-color: #f7fbff;
    color: #5d8fa6;
    border-top: 1px solid #6f8fa4;
    border-right: 1px solid #6f8fa4;
    border-left: 1px solid #6f8fa4;
}
.blockC div{
    padding: 3px;
}
.blockC a{
    font-size: 10px;
}

.blockC ul{
    list-style-type: none;
    margin: 0px;
    padding: 2px 0px 0px 0px;
}
.blockC ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li a{
    display: block;
    margin: 0px 5px;
    padding: 4px 0px 4px 3px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #e6f3f9;
    width: auto;
}

.blockC ul li a:hover{
    border-bottom: 1px solid #65cefd;
}

.blockSpacer{
    font-size: 1px;
}

#columnLeft .blockF{
    background: url(/images/block_footer_left.jpg) no-repeat bottom left;
    height: 8px;
}

#columnRight .block{
    border: 1px solid #daeaf0;
    background-color: #ffffff;
}

#columnRight .blockC{
    padding: 4px 13px;
    border: 0px solid #ffffff;
    background-color: #ffffff;
}
#columnRight .blockC div{
    padding: 0px;
}

#columnRight .blockF{
    display: none;
}

#columnRight h3, #columnRight h4, #columnRight h5, #columnRight h6{
    color: #5d8fa6;
}

#columnRight .blockH{
    padding: 0px;
    margin: 0px;
}

#columnRight .blockH h5{
    font-size: 15px;
    text-transform: none;
    padding: 4px 0px 0px 13px;
}

#columnRight h6{
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    margin: 5px 0px 4px 0px;
    padding: 0px;
}

/* News Letter */

#newsForm{
    font-size: 9px;
    text-align: center;
}

.newEmailInput{
    font-size: 9px;
    width: 80px;
}

#newsForm .button{
    margin-left: 3px;
}
#newsForm .buttonOver{
    margin-left: 3px;
}

/* no style */
.no_border .block{
    padding: 0px;
    margin: 0px;
}
.no_border .blockC{
    border: 0px solid #ffffff;
    padding: 0px;
    margin: 0px;
}
.no_border .blockC div{
    padding: 0px;
    margin: 0px;
}
.no_border .blockH{
    background-image: none;
    display: none;
}
.no_border .blockF{
    background-image: none;
    display: none;
}

#columnRight .free_form_image .blockC{
    padding: 4px;
}

/* events */
.blockC ul li a .eName{
    color: #3A71B8;
    padding-left: 11px;
}
.blockC ul li a:hover .eName{
    color: #C62B29;
}

.blockC .noEvents{
    padding: 0px 3px;
    font-size: 10px;
}

.moreEvents{
    text-align: center;
}
.moreEvents a{
    font-size: 10px;
}

.search_block_line{ padding: 3px 0px; }
.search_zip_input{ width: 40px; }
.search_block_buttonC{ text-align: right; }

#columnRight div.search_block_line{ padding: 3px 0px; }

.blockC ul .more_cats a, .blockC ul .more_cats a:hover{
    font-size: 9px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 0px solid #e6f3f9;
}

/* calendar */

.calContent{ padding: 0px; margin: 0px; }

.event_calendar .blockC div{ padding: 0px; margin: 0px;}

.calContent table td{ text-align: center; padding: 0px; }

.calContent table td a{
    display: block;
    padding: 5px;
    color: #0071ba;
    background-color: #d9e5f1;
}
.calContent table td a:hover{
    color: #058ede;
    text-decoration: none;
    background-color: #65cefd !important;
    color: #ffffff !important;
}

.calHeadDOW td{
    color: #ffffff;
    font-weight: bold;
    background-color: #0072bd;
    border-bottom: 1px solid #6082a5;
    border-right: 1px solid #6082a5;
}

.calBlank, .calToday, .calEvent, .calCurrent, .calPast, .calDOM{
    background-color: #eeeeee;
    border-bottom: 1px solid #6082a5;
    border-right: 1px solid #6082a5;
}

.calContent table td.calToday a{
    background-color: #4494e9;
    color: #ffffff;
}

.calContent table td.calEvent a{
    background-color: #69b455;
}

.calBlank a, .calCurrent a, .calPast a, .calDOM a{
    color: #2d5379;
    font-weight: bold;
    text-decoration: none;
}

.calToday a, .calEvent a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.calBlank a:hover, .calToday a:hover, .calEvent a:hover, .calCurrent a:hover, .calPast a:hover, .calDOM a:hover{ text-decoration: underline; }

.cal_last{ border-right: 0px solid #6082a5 !important; padding-right: 1px; }

.calBottom{ margin: 7px 0px; }
.calBottom table td{ text-align: center; }

.calHeadL, .calHeadR{ text-align: center !important; width: 45px; }

a.cal_button, a.cal_button:hover{
    display: block;
    background-color: #e7f4ff;
    border: 1px solid #88c0cf;
    font-weight: bold;
    font-size: 12px !important;
    color: #028cd4 !important;
    padding: 0px 4px 2px 4px !important;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    height: auto;
}
a.cal_button:hover{
    background-color: #4494e9 !important;
    color: #ffffff !important;
}
.calBottom td.calHead a{
    display: inline !important;
    background-color: transparent !important;
}
.calBottom td.calHead a:hover{
    background-color: transparent !important;
    color: #58599b !important;
    text-decoration: underline !important;
}


.block_cat_imgs{ text-align: center; }
.block_cat_imgs a img{ border: 0px solid #fff; }
.block_cat_name{ font-size: 16px !important; font-weight: bold; }
