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

/* default blocks */
.blockOuter{
    position: relative;
    z-index: 1000;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;

    height: 305px;
    background: url(/images/design_pieces.png) no-repeat 0px -8px;
}

.block{
    padding: 10px 14px 10px 29px;

}

.blockH{
    position: relative;
    z-index: 10000;
    margin: 0px;
    padding: 0px;

    width: 236px;
    height: 55px;

    /* prevent admins from blowing out the design */
    overflow: hidden;

    background: url(/images/design_pieces.png) no-repeat -583px -234px;

}
.blockH h5{
    color: #fff;
    font-weight: normal;
    font-size: 26px;

    margin: 0px;

    white-space: nowrap;

    text-align: center;
    padding: 10px 5px 0px 5px;
}

.blockC{
    color: #000;
    text-align: left;

    padding: 0px 12px 0px 8px;
}

.blockC ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px 5px;
}
.blockC ul li a{
    display: block;
    margin: 0px;
    padding: 8px 5px 8px 20px;

    width: auto;

    text-decoration: none;

    font-size: 15px;
    font-weight: normal;
    color: #111;
    border-bottom: 1px solid #d0c2ac;

    background: url(/images/block_bullet.png) no-repeat left center;

    text-shadow: 0px 0px 0px #3b3734, 1px 1px 1px #bdab91;
}

.blockC ul li a.ta_cur, .blockC ul li a:hover{
    color: #398e00;
    text-decoration: none;

    background: url(/images/block_bullet_over.png) no-repeat left center;

    text-shadow: 1px 1px 1px #bfc798;
}

.blockSpacer{
    font-size: 1px;
}

.block .design_piece{
    position: absolute;
    left: 110px;
    top: -14px;
    z-index: 2000;

    width: 82px;
    height: 47px;

    background: url(/images/tape.png) no-repeat -241px -144px;

}

/* emergency block */

.emergency{
    position: relative;
    z-index: 5000;
}

.emergency .blockOuter{
    z-index: 2000;
    height: 217px;
    background: url(/images/design_pieces.png) no-repeat 0px -324px;
}

.emergency .blockC{
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.emergency h4{
    float: right;
    width: 164px;

    padding: 8px 0px 5px 0px;

    line-height: 40px;

    text-align: right;

    color: #b3e15b;
    font-size: 28px;

    text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
}
.emergency h4 .pnum{
    font-size: 38px;
}

.emergency .block .design_piece{
    position: absolute;
    left: 166px;
    top: -14px;
    z-index: 2000;

    margin: 0px;
    padding: 0px;

    width: 38px;
    height: 45px;

    background: url(/images/design_pieces.png) no-repeat -747px -420px;

}
.emergency .block_starburst{
    position: absolute;
    left: 0px;
    top: -36px;
    z-index: 2000;

    margin: 0px;
    padding: 0px;

    width: 124px;
    height: 124px;

    background: url(/images/design_pieces.png) no-repeat -302px -339px;
}


#emergency_form .cell input, #emergency_form .cellOdd input, #emergency_form .cellError input{ width: 100px; }

/* News Letter */

.newsletter{
    position: relative;
    z-index: 2000;

    padding-left: 5px;
    width: 290px;
}

.newsletter .blockOuter{
    z-index: 2000;
    height: 325px;
    background: url(/images/design_pieces.png) no-repeat -288px -8px;
}

.blockH{
    position: relative;
    z-index: 10000;
    margin: 0px;
    padding: 0px;

    width: 236px;
    height: 55px;

    /* prevent admins from blowing out the design */
    overflow: hidden;

    background: url(/images/design_pieces.png) no-repeat -585px -173px;

}
.blockH h5{
    color: #fff;
    font-weight: normal;
    font-size: 24px;

    margin: 0px;

    white-space: nowrap;

    text-align: center;
    padding: 10px 5px 0px 5px;
}

.newsletter .block .design_piece{
    position: absolute;
    left: 110px;
    top: -14px;
    z-index: 2000;

    width: 85px;
    height: 47px;

    background: url(/images/tape.png) no-repeat -241px -196px;

}

#newsForm{}

.newsletter .nf_txt{
    padding: 24px 0px 10px 0px;
    font-size: 15px;
}


.nf_in{
    padding: 0px 0px 10px 0px;
}

.newEmailInput{
    width: 212px;
    background-color: transparent;
    border: 1px solid #402500;

    box-shadow: 1px 1px 1px #dcd8d2;

    padding: 4px;

    background: #fff;

background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(204,204,204,1) 11%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(11%,rgba(204,204,204,1)), color-stop(26%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(204,204,204,1) 11%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(204,204,204,1) 11%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(204,204,204,1) 11%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(153,153,153,1) 0%,rgba(204,204,204,1) 11%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border-radius: 0px;
}

.nf_bt{
text-align: center;
}

.nf_bt .news_button{

    padding: 0px;
    margin: 0px;
    margin-left: -18px;

    width: 249px;
    height: 66px;

    border: 0px;
    border-radius: 0px;

    background: url(/images/design_pieces.png) no-repeat -770px -296px;
}


