@font-face
{
    font-family: 'pt-sans';
    src: url('fonts/ptc75f-webfont.eot');
    src: url('fonts/ptc75f-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ptc75f-webfont.woff') format('woff'), url('fonts/ptc75f-webfont.ttf') format('truetype'), url('fonts/ptc75f-webfont.svg#pt_sans_captionbold') format('svg');
    font-weight: normal;
    font-style: normal;
    src:url('css/digital.ttf');
}
@font-face
{
    font-family: 'Digital-7 Mono';
    src:url("../css/digital-7__mono_.eot?") format("eot"), url("../css/digital-7__mono_.woff") format("woff"), url("../css/digital-7__mono_.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}
*
{
    margin: 0;
    padding: 0;
    outline: 0;
}

body, html
{
    height: 100%;
}
fieldset
{
    border: 1px solid #d9e6f0;
    display: block;
    padding: 5px 5px 5px 5px;
    line-height: 20px;
    margin-bottom: 10px;
}
legend
{
    border: 1px solid #d9e6f0;
    /*background: #fff url(images/form_blue.gif) repeat-x center left;*/
    color: #375b91;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 5px 3px 3px;
    width: auto;
}
body
{
    /*font-size: 12px; 	line-height: 22px; 	font-family: arial, sans-serif; 	color: #828282; 	background: url(images/body.png) repeat 0 0;*/
}

/*a
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	text-decoration: none;
}
a img
{
	border: 0;
}
a.more
{
	background: url(images/green-arr.png) no-repeat 0 5px;
	padding-left: 11px;
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}
a.more:hover
{
	text-decoration: none;
}
*/
article, aside, details, footer, header, menu, nav, section
{
    display: block;
}
input, textarea, select
{
    font-size: 12px;
    font-family: arial, sans-serif;
}
textarea
{
    overflow: auto;
}

.cl
{
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
}
.notext
{
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
.left, .alignleft
{
    float: left;
    display: inline;
}
.right, .alignright
{
    float: right;
    display: inline;
}

.shell
{
    /*width: 980px;*/
    margin: 0 auto;
}



.main
{
    padding: 0px 0 20px 0; /*border-top: 1px solid #fff; 	background: url(images/main.png) repeat-x 0 0; 	box-shadow: 0px -4px 10px rgba(0,0,0,0.4); 	-moz-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); 	-webkit-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); 	-o-box-shadow: 0px -4px 10px rgba(0,0,0,0.4);*/
}

.main p a
{
    text-decoration: none;
}
.main p a:hover
{
    text-decoration: none;
}

.main .cols
{
    padding-left: 10px;
}
.main .cols h2
{
    padding-bottom: 4px;
}
.main .cols .col
{
    width: 140px;
    float: left;
    padding-left: 10px;
}
.main .cols .col img
{
    width: 80px;
}
.main .cols .col .col-cnt
{
    margin-bottom: 16px;
    line-height: 14px;
    height: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.main .cols .col1
{
    width: 170px;
    float: left;
    padding-left: 10px;
}
.main .cols .col1 img
{
    width: 50%;
}
.main .cols .col1 .col1-cnt
{
    margin-bottom: 16px;
    line-height: 14px;
    height: 100%;
    overflow: hidden;
    color: #ffffff;
    text-align: left;
    padding-left: 40px;
    margin-top: 10px;
    
}
.main .post
{
    padding-left: 32px;
    padding-right: 32px;
}
.main .post img
{
    float: left;
    margin-right: 18px;
    width: 333px;
    height: 333px;
}
.main .post-cnt
{
    padding-top: 22px;
}
.main .post-cnt p
{
    padding-bottom: 10px;
}
.main .post-cnt ul
{
    list-style: none;
    list-style-position: outside;
    height: 100%;
    overflow: hidden;
}
.main .post-cnt ul li
{
    padding-left: 11px;
    background: url(images/green-arr.png) no-repeat 0 9px;
    padding-bottom: 7px;
}

#navigation a.nav-btn
{
    display: none;
}


/* #Media Queries
================================================== */

/* ipad portrait */
/* 6 mobile version */
@media only screen and ( min-width: 981px) {
    .divclsHide {
        display: none;
    }

    #hideSchemes {
        display: none;
    }

    .hideSchemescls {
        display: none;
    }
    .main .cols .col .col-cnt {
        float: none;
        display: block;
        line-height: 14px;
        overflow: hidden;
        margin-bottom: 14px;
        font-size: 11px;
        height: 27px;
    }


    .main {
        padding: 0px 0 20px 0;
    }

    .main section {
        /*background: url(images/t-section.png) no-repeat center bottom;*/
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .main .cols {
        padding-left: 0px;
        padding-right: 5px;
    }

    .main .cols .col {
        width: 135px;
        height: 120px;
    }

    .main .cols .col img {
        float: none;
        display: block;
        width: 80px;
    }

}

@media only screen and ( min-width: 768px) and ( max-width: 980px )
{
    .divclsHide
    {
        display: none;
    }
    #hideSchemes
    {
        display: none;
    }
    .hideSchemescls
    {
        display: none;
    }
    body
    {
        min-width: 768px;
    }
    .shell
    {
        max-width: 768px;
    }
    .main
    {
        padding: 0px 0 20px 0;
    }
    .main .cols
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .main .cols .col
    {
        width: 150px;
    }
    .main .cols .col img
    {
        float: none;
        display: block;
        width: 80px;
    }
    .main .cols .col .col-cnt
    {
       
        margin-bottom: 14px;
        line-height: 14px;
        height: 26px;
        overflow: hidden;
    }

    .main .cols .col1
    {
        width: 135px;
        float: left;
        padding-left: 10px;
    }
    .main .cols .col1 img
    {
        width: 60%;
    }
    .main .cols .col1 .col1-cnt
    {
        margin-bottom: 16px;
        line-height: 14px;
        height: 100%;
        overflow: hidden;
        color: #ffffff;
        text-align: left;
        padding-left: 30px;
        margin-top: 10px;
        font-size: 10px;
    }

    .main .divcenter
    {
        margin-left: 253px;
        width: 250px;
        border: 1px solid;
        border-radius: 10px;
        padding: 10px;
    }

    #footer .footer-cols
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer .footer-cols .col
    {
        width: 165px;
    }
    #footer .footer-cols .col + .col
    {
        padding-left: 16px;
    }
    #footer .footer-bottom
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* 5 mobile version */
@media only screen and ( min-width: 668px) and ( max-width: 768px )
{
    #hideSchemes
    {
        display: none;
    }
    .hideSchemescls, .marqHide
    {
        display: none;
    }
   .divclsHide
    {
        display: none;
    }
    body
    {
        min-width: 658px;
    }
    .shell
    {
        max-width: 658px;
    }
    .main section
    {
        background: url(images/t-section.png) no-repeat center bottom;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .main .cols
    {
        padding-left: 10px;
        padding-right: 5px;
    }
    .main .cols .col
    {
        width: 115px;
    }
    .main .cols .col img
    {
        float: none;
        display: block;
        width: 70px;
    }
    .main .cols .col .col-cnt
    {
        float: none;
        display: block;
        line-height: 14px;
         height: 26px;
        overflow: hidden;
        margin-bottom: 14px;
        font-size: 10px;
    }
    .main .cols .col1
    {
        width: 125px;
        float: left;
        padding-left: 10px;
    }
    .main .cols .col1 img
    {
        width: 60%;
    }
    .main .cols .col1 .col1-cnt
    {
        margin-bottom: 16px;
        line-height: 14px;
        height: 100%;
        overflow: hidden;
        color: #ffffff;
        text-align: left;
        padding-left: 27px;
        margin-top: 10px;
    }
    .main .divcenter
    {
        margin-left: 253px;
        width: 250px;
        border: 1px solid;
        border-radius: 10px;
        padding: 10px;
    }

    .main .spheading
    {
        margin: 20px;
        text-align: center;
        color: #660000;
        font-size: 13px;
    }

    #footer .footer-cols
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-cols .col
    {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 20px;
    }
    #footer .footer-cols .col + .col
    {
        padding-left: 0px;
    }

    #footer .footer-bottom
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-nav
    {
        float: none;
        display: block;
        padding-bottom: 12px;
    }
    #footer .footer-nav ul
    {
        padding-bottom: 12px;
    }
    #footer .footer-nav ul li
    {
        padding: 0 3px;
        border-right: 0;
        font-size: 11px;
        line-height: 11px;
    }
    #footer .footer-bottom p.copy
    {
        float: none;
        display: block;
        clear: both;
    }
}

/* 4 mobile version */
@media only screen and ( min-width: 568px) and ( max-width: 668px )
{
    #hideSchemes
    {
        display: none;
    }
    .hideSchemescls, .marqHide
    {
        display: none;
    }
   .divclsHide
    {
        display: none;
    }
    body
    {
        min-width: 568px;
    }
    .shell
    {
        max-width: 568px;
    }

    .main
    {
        padding: 0px 0 20px 0;
    }
    .main section
    {
        /*background: url(images/t-section.png) no-repeat center bottom;*/
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .main .cols
    {
        padding-left: 12px;
        padding-right: 5px;
    }
    .main .cols .col
    {
        width: 100px;
        height: 100px;
    }
    .main .cols .col img
    {
        float: none;
        display: block;
        width: 65px;
    }
    .main .cols .col .col-cnt
    {
        float: none;
        display: block;
        line-height: 14px;
        overflow: hidden;
        margin-bottom: 14px;
        font-size: 10px;
         height: 26px;
    }
    .main .cols .col1
    {
        width: 150px;
        float: left;
        padding-left: 10px;
    }
    .main .cols .col1 img
    {
        width: 50%;
    }
    .main .cols .col1 .col1-cnt
    {
        margin-bottom: 16px;
        line-height: 14px;
        height: 100%;
        overflow: hidden;
        color: #ffffff;
        text-align: left;
        padding-left: 35px;
        margin-top: 10px;
    }
    .main .divcenter
    {
        margin-left: 253px;
        width: 250px;
        border: 1px solid;
        border-radius: 10px;
        padding: 10px;
    }
    .read_more
    {
        visibility: hidden;
    }
    .main .spheading
    {
        margin: 20px;
        text-align: center;
        color: #660000;
        font-size: 13px;
    }

    #footer .footer-cols
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-cols .col
    {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 20px;
    }
    #footer .footer-cols .col + .col
    {
        padding-left: 0px;
    }

    #footer .footer-bottom
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-nav
    {
        float: none;
        display: block;
        padding-bottom: 12px;
    }
    #footer .footer-nav ul
    {
        padding-bottom: 12px;
    }
    #footer .footer-nav ul li
    {
        padding: 0 3px;
        border-right: 0;
        font-size: 9px;
        line-height: 11px;
    }
    #footer .footer-bottom p.copy
    {
        float: none;
        display: block;
        clear: both;
    }
}
/* 3 mobile version */
@media only screen and ( min-width: 468px) and ( max-width: 568px )
{
    
   .divclsHide
    {
        display: none;
    }
    .hideSchemescls, .marqHide
    {
        display: none;
    }
    #hideContent
    {
        display: none;
    }
    body
    {
        min-width: 448px;
    }
    .shell
    {
        max-width: 448px;
    }
    .main
    {
        padding: 0px 0 20px 0;
    }

    .main section
    {
        background: url(images/t-section.png) no-repeat center bottom;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .main .cols
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .main .cols .col
    {
        width: 80px;
        height: 100px;
    }
    .main .cols .col img
    {
        float: none;
        display: block;
        width: 65px;
    }
    .main .cols .col .col-cnt
    {
        float: none;
        display: block;
        line-height: 14px;
        overflow: hidden;
        margin-bottom: 14px;
        font-size: 8px;
         height: 26px;
    }
    .main .cols .col1
    {
        width: 210px;
        float: left;
        padding-left: 10px;
    }
    .main .cols .col1 img
    {
        width: 40%;
    }
    .main .cols .col1 .col1-cnt
    {
        margin-bottom: 16px;
        line-height: 14px;
        height: 100%;
        overflow: hidden;
        color: #ffffff;
        text-align: left;
        padding-left: 30px;
        margin-top: 11px;
        height: auto;
    }
    .main .divcenter
    {
        margin-left: 253px;
        width: 250px;
        border: 1px solid;
        border-radius: 10px;
        padding: 10px;
    }

    .main .spheading
    {
        margin: 20px;
        text-align: center;
        color: #660000;
        font-size: 13px;
    }

    #footer .footer-cols
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-cols .col
    {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 20px;
    }
    #footer .footer-cols .col + .col
    {
        padding-left: 0px;
    }

    #footer .footer-bottom
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-nav
    {
        float: none;
        display: block;
        padding-bottom: 12px;
    }
    #footer .footer-nav ul
    {
        padding-bottom: 12px;
    }
    #footer .footer-nav ul li
    {
        padding: 0 3px;
        border-right: 0;
        font-size: 10px;
        line-height: 11px;
    }
    #footer .footer-bottom p.copy
    {
        float: none;
        display: block;
        clear: both;
    }

}
/* 2 mobile version */
@media only screen and ( min-width: 368px) and ( max-width: 468px )
{
     
   .divclsHide
    {
        display: none;
    }
    .hideSchemescls, .marqHide
    {
        display: none;
    }
    #hideContent
    {
        display: none;
    }
    body
    {
        min-width: 368px;
    }
    .shell
    {
        max-width: 368px;
    }
    .main
    {
        padding: 0px 0 20px 0;
    }
    .main section
    {
        background: url(images/t-section.png) no-repeat center bottom;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .main .cols
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main .cols .col
    {
        width: 95px;
        height: 100px;
    }
    .main .cols .col img
    {
        float: none;
        display: block;
        margin: 0 auto;
        width: 65px;
    }
    .main .cols .col .col-cnt
    {
        float: none;
        display: block;
        line-height: 14px;
        font-size: 10px;
        overflow: hidden;
        margin-bottom: 14px;
         height: 26px;
    }
    .main .cols .col1
    {
        width: 260px;
        float: left;
        padding-left: 10px;
    }
    .main .cols .col1 img
    {
        width: 30%;
    }
    .main .cols .col1 .col1-cnt
    {
        margin-bottom: 16px;
        line-height: 14px;
        height: 100%;
        overflow: hidden;
        color: #ffffff;
        text-align: left;
        padding-left: 25px;
        margin-top: 8px;
    }
    .main .divcenter
    {
        margin-left: 253px;
        width: 250px;
        border: 1px solid;
        border-radius: 10px;
        padding: 10px;
    }

    .main .spheading
    {
        margin: 20px;
        text-align: center;
        color: #660000;
        font-size: 13px;
    }

    #footer .footer-cols
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-cols .col
    {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 20px;
    }
    #footer .footer-cols .col + .col
    {
        padding-left: 0px;
    }

    #footer .footer-bottom
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-nav
    {
        float: none;
        display: block;
        padding-bottom: 12px;
    }
    #footer .footer-nav ul
    {
        padding-bottom: 12px;
    }
    #footer .footer-nav ul li
    {
        padding: 0 3px;
        border-right: 0;
        font-size: 10px;
        line-height: 11px;
    }
    #footer .footer-bottom p.copy
    {
        float: none;
        display: block;
        clear: both;
    }


}
/* 2 mobile version */
@media only screen and ( min-width: 330px) and ( max-width: 368px )
{
    .divclsHide
    {
        display: none;
    }
    .hideSchemescls, .marqHide
    {
        display: none;
    }
    #hideContent
    {
        display: none;
    }
    body
    {
        min-width: 291px;
    }
    .shell
    {
        max-width: 291px;
    }
    .main
    {
        padding: 0px 0 20px 0;
    }
    .main section
    {
        background: url(images/t-section.png) no-repeat center bottom;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .main .cols
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main .cols .col
    {
        width: 90px;
        height: 100px;
    }
    .main .cols .col img
    {
        float: none;
        display: block;
        margin: 0 auto;
        width: 65px;
    }
    .main .cols .col .col-cnt
    {
        float: none;
        display: block;
        line-height: 14px;
        font-size: 10px;
        overflow: hidden;
        margin-bottom: 14px;
        height: 26px;
    }
    .main .cols .col1
    {
        width: 260px;
        float: left;
        padding-left: 10px;
    }
    .main .cols .col1 img
    {
        width: 30%;
    }
    .main .cols .col1 .col1-cnt
    {
        margin-bottom: 16px;
        line-height: 14px;
        height: 100%;
        overflow: hidden;
        color: #ffffff;
        text-align: left;
        padding-left: 25px;
        margin-top: 8px;
    }
    .main .divcenter
    {
        margin-left: 253px;
        width: 250px;
        border: 1px solid;
        border-radius: 10px;
        padding: 10px;
    }

    .main .spheading
    {
        margin: 20px;
        text-align: center;
        color: #660000;
        font-size: 13px;
    }

    #footer .footer-cols
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-cols .col
    {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 20px;
    }
    #footer .footer-cols .col + .col
    {
        padding-left: 0px;
    }

    #footer .footer-bottom
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-nav
    {
        float: none;
        display: block;
        padding-bottom: 12px;
    }
    #footer .footer-nav ul
    {
        padding-bottom: 12px;
    }
    #footer .footer-nav ul li
    {
        padding: 0 3px;
        border-right: 0;
        font-size: 10px;
        line-height: 11px;
    }
    #footer .footer-bottom p.copy
    {
        float: none;
        display: block;
        clear: both;
    }


}
/* 1 mobile version */

@media only screen and ( min-width: 250px) and ( max-width: 330px )
{
    .divclsHide
    {
        display:none;
    }
    .hideSchemescls
    {
        display: none;
    }
    #hideContent
    {
        display: none;
    }
    body
    {
        min-width: 290px;
    }
    .shell
    {
        max-width: 290px;
    }
    .main
    {
        padding: 0 0px 20px 0px;
    }

    .header .shell
    {
        padding: 0 0 0 0;
        background: #205685;
    }
    .header-top
    {
        padding: 12px 0 0px 0;
    }

    .pagination
    {
        bottom: 8px;
        left: 155px;
    }
    .read_more
    {
        visibility: visible;
    }
    .main .cols
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main .cols .col
    {
        width: 72px;
        height: 100px;
    }
    .main .cols .col img
    {
        float: none;
        display: block;
        margin: 0 auto;
        width: 65px;
    }
    .main .cols .col .col-cnt
    {
        float: none;
        display: block;
        font-weight: 400;
        line-height: 14px;
        font-size: 8px;
        overflow: hidden;
        margin-bottom: 14px;
         height: 26px;
    }
    .main .cols .col1
    {
        width: 260px;
        float: left;
        padding-left: 10px;
    }
    .main .cols .col1 img
    {
        width: 30%;
    }
    .main .cols .col1 .col1-cnt
    {
        margin-bottom: 16px;
        line-height: 14px;
        height: 100%;
        overflow: hidden;
        color: #ffffff;
        text-align: left;
        padding-left: 25px;
        margin-top: 8px;
    }

    .main .divcenter
    {
        margin-left: 23px;
        width: 250px;
        border: 1px solid;
        border-radius: 10px;
        padding: 10px;
    }

    .main .spheading
    {
        margin: 1px;
        text-align: center;
        color: #660000;
        font-size: 11px;
    }

    #footer .footer-cols
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-cols .col
    {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 20px;
    }
    #footer .footer-cols .col + .col
    {
        padding-left: 0px;
    }

    #footer .footer-bottom
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-nav
    {
        float: none;
        display: block;
        padding-bottom: 12px;
    }
    #footer .footer-nav ul
    {
        padding-bottom: 12px;
    }
    #footer .footer-nav ul li
    {
        padding: 0 3px;
        border-right: 0;
        font-size: 11px;
        line-height: 11px;
    }
    #footer .footer-bottom p.copy
    {
        float: none;
        display: block;
        clear: both;
    }
}

@media only screen and ( max-width: 250px)
{
    .divclsHide
    {
        display: none;
    }
    .hideSchemescls, .marqHide
    {
        display: none;
    }
    #hideContent
    {
        display: none;
    }
    body
    {
        min-width: 250px;
    }
    .shell
    {
        max-width: 250px;
    }
    .main
    {
        padding: 0px 0 20px 0;
    }
    .read_more
    {
        visibility: visible;
    }
    .header .shell
    {
        padding: 0 0 0 0;
        background: #205685;
    }
    .header-top
    {
        padding: 12px 0 0px 0;
    }

    .pagination
    {
        bottom: 8px;
        left: 155px;
    }

    .main .cols
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main .cols .col
    {
        width: 70px;
        height: 100px;
    }
    .main .cols .col img
    {
        float: none;
        display: block;
        margin: 0 auto;
        width: 65px;
    }
    .main .cols .col .col-cnt
    {
        float: none;
        display: block;
        font-weight: 400;
        line-height: 14px;
        font-size: 8px;
        overflow: hidden;
        margin-bottom: 14px;
         height: 20px;
    }
    .main .cols .col1
    {
        width: 260px;
        float: left;
        padding-left: 10px;
    }
    .main .cols .col1 img
    {
        width: 30%;
    }
    .main .cols .col1 .col1-cnt
    {
        margin-bottom: 16px;
        line-height: 14px;
        height: 100%;
        overflow: hidden;
        color: #ffffff;
        text-align: left;
        padding-left: 25px;
        margin-top: 10px;
    }

    .main .divcenter
    {
        margin-left: 23px;
        width: 250px;
        border: 1px solid;
        border-radius: 10px;
        padding: 10px;
    }

    .main .spheading
    {
        margin: 1px;
        text-align: center;
        color: #660000;
        font-size: 11px;
    }

    #footer .footer-cols
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-cols .col
    {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 20px;
    }
    #footer .footer-cols .col + .col
    {
        padding-left: 0px;
    }

    #footer .footer-bottom
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footer-nav
    {
        float: none;
        display: block;
        padding-bottom: 12px;
    }
    #footer .footer-nav ul
    {
        padding-bottom: 12px;
    }
    #footer .footer-nav ul li
    {
        padding: 0 3px;
        border-right: 0;
        font-size: 11px;
        line-height: 11px;
    }
    #footer .footer-bottom p.copy
    {
        float: none;
        display: block;
        clear: both;
    }
}


.digitaltxt
{
    font-size: 25px;
    color: #000000;
    text-align:center;
    }

.digitalcls
{
    font-family:'Digital-7 Mono';
    font-size: 25px;
    color: #ffff00;
    text-align:center;
    font-weight:bold;
    letter-spacing:.1em;
    }
.digitalcls a:hover
{
    color: #ffffff;
    text-decoration:none;
    text-align:center;
    }