@import url(../styles.css);

/* ----------------------------------------------------------------------------------------------------
	10	77%		|		14	108%		|		18	138.5%		|		22	167%		|	26	197%
	11	85%		|		15	116%		|		19	146.5%		|		23	174%		|
	12	93%		|		16	123.1%		|		20	153.9%		|		24	182%		|
	13	100%	|		17	131%		|		21	161.6%		|		25	189%		|
-------------------------------------------------------------------------------------------------------
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
-----------------------------------------------------------------------------------------------------*/
body {
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    *font-size: small;
    *font: x-small;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*---------------------------------------- /Yahoo! fonts.css */
/* Generic styles */
.hidden, hr {
    position: absolute;
    left: -999em;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.clear {
    clear: both;
}

.clearFix {
    height: 1%;
}

    .clearFix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

html > body .clearFix {
    min-height: 1px;
    height: auto;
}

a img {
    border: none;
}

/* LEFT COLUMN ITEMS ---------------------------------------------- */
/* Find Your LCC (left column items) ------------------------ */
#findYourLCC {
    position: relative;
    z-index: 0;
    padding: 5px 0 20px 20px;
    margin: 0;
    width: 156px;
    overflow: visible;
}

    #findYourLCC h2 {
        height: 35px;
        width: 156px;
        overflow: hidden;
        padding: 0;
        margin: 0 0 3px 0;
        text-indent: -999em;
        border-bottom: solid 1px #a48f6e;
        background: transparent url(images/txt/findYourLocalCC.gif) 0 0 no-repeat;
    }

        #findYourLCC h2.findYourLocalCC {
            background: transparent url(images/txt/findYourLocalCC.gif) 0 0 no-repeat;
        }

        #findYourLCC h2.toFindAnotherTown {
            background: transparent url(images/txt/toFindAnotherTown.gif) 0 0 no-repeat;
        }

    #findYourLCC h3 {
        font-size: 11px;
        color: #434378;
        display: block;
        width: 156px;
        height: 19px;
        overflow: hidden;
        padding: 5px 0 0 0;
        margin: 0 0 8px 0;
        border-top: solid 1px #a48f6e;
        border-bottom: solid 1px #a48f6e;
        clear: both;
    }

        #findYourLCC h3.viewByCategory {
            background: transparent url(images/txt/viewTownsByGategory.gif) 0 3px no-repeat;
        }

        #findYourLCC h3.selectTownOrCity {
            background: transparent url(images/txt/selectTownOrCity.gif) 0 3px no-repeat;
        }

        #findYourLCC h3.townSelected {
            background: transparent url(images/txt/townSelected.gif) 0 3px no-repeat;
        }

    #findYourLCC p {
        color: #22224b;
        font-size: 85%;
        padding: 0 0 24px 0;
        margin: 0;
    }

    #findYourLCC .txt {
        font-size: 11px;
        width: 57%;
        float: left;
        margin: 0 3px 5px 0;
    }

    #findYourLCC .btn {
        font-size: 11px;
    }

    #findYourLCC .ui-widget {
        position: relative;
        height: 21px;
        width: 99.3%;
        padding: 0;
        margin: 0;
    }

        #findYourLCC .ui-widget .ui-autocomplete-input {
            width: 100%;
            padding: 3px 0;
            margin: 0;
        }

#contactInfo .mcol {
    width: 100%;
}

#contactInfo .cfb {
    text-indent: -99999em;
    width: 25px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

    #contactInfo .cfb a {
        background: url(images/icons/face.png) no-repeat 0 0 transparent;
        display: block;
        width: 25px;
        height: 26px;
        text-indent: -99999em;
    }

#contactInfo .ctw {
    text-indent: -99999em;
    width: 25px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

    #contactInfo .ctw a {
        background: url(images/icons/tweet.png) no-repeat 0 0 transparent;
        display: block;
        width: 25px;
        height: 26px;
        text-indent: -99999em;
    }

.mcol .txt {
    display: block;
    width: 100%;
    line-height: 30px;
}

.mcol .infogroup {
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}


#findYourLCC .btnsearch {
    background: transparent url(images/icons/search.png) no-repeat;
    border: 0;
    text-indent: -9999em;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 0;
    padding: 0;
    margin: 0;
    outline: none;
}

/* 1. View by Category List ---- */
#alphaCategory {
    position: relative;
    margin: 0;
    padding: 0 0 24px;
    list-style: none;
    width: 156px;
}

    #alphaCategory li,
    #alphaCategory li a {
        display: block;
        width: 34px;
        margin: 0 2px;
        padding: 0;
        float: left;
        text-align: center;
    }

        #alphaCategory li a {
            color: #8585b0;
            font: 85%/19px Arial;
            font-weight: bold;
            text-decoration: none;
            margin: 0;
        }

            #alphaCategory li a:hover,
            #alphaCategory li.active a {
                color: #232249;
            }

/* 2. Select Town/City List ---- */
#lccList {
    width: 154px;
    height: 200px;
    overflow: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: solid 1px #a48f6e;
}

.lcctownname {
    display: block;
    padding: 2px 12px;
    margin: 0;
    color: #676696;
    font: 85% Arial;
    font-weight: bold;
    text-decoration: none;
}

a:hover.lcctownname,
a.lcctownname.active {
    background-color: #dadaed;
}
/* ------------------------ /LEFT COLUMN ITEMS */




/* LCC detail pages -------------------------------- */
/* COMMON/STRUCTURE -------------------- */
#content {
    position: relative;
    padding: 28px 20px;
    color: #333366;
    font-family: Arial;
}

    #content h1 {
        font-size: 85%;
        font-weight: bold;
        margin: 0;
        padding: 4px 0;
        color: #22224b;
        text-transform: uppercase;
        border-top: solid 1px #a2a2ca;
        border-bottom: solid 1px #a2a2ca;
    }

    #content h2 {
        font-size: 100%;
        font-weight: bold;
        margin: 0;
        padding: 0 0 8px 0;
        color: #1f1f66;
        background: transparent url(images/structure/bgH2.gif) 0 bottom repeat-x;
    }

    #content h3 {
    }

    #content h4 {
    }

    #content h5 {
    }

    #content h6 {
    }

    #content p {
        padding: 0 0 16px 0;
        margin: 0;
        font-size: 93%;
        line-height: 16px;
    }

        #content p.note {
            color: #f58700;
        }

    #content a {
        color: #666699;
        text-decoration: underline;
    }

        #content a:hover {
            color: #1f1f66;
        }

        #content a.more {
            color: #0000a3;
            font-size: 85%;
            font-weight: bold;
        }

        #content a:visited.more {
            color: #0000a3;
        }

        #content a:hover.more {
            color: #000039;
        }

    #content img {
        float: left;
        margin: 3px 10px 3px 0;
        padding: 0;
        border: solid 1px #c8c8e1;
    }

#tabContent {
    position: relative;
    margin: 0 0 0 3px;
    background-color: #f2f2f8;
    clear: both;
}
/* Footer ----- */
#content #footer {
    position: relative;
    clear: both;
    margin: 0 0 0 3px;
    padding: 12px 0 14px;
    font-size: 100% !important;
    text-align: left;
    background-color: #fff;
    border-top: solid 10px #a2a2ca;
    border-bottom: solid 1px #d9d9e5;
}

    #content #footer p {
        padding: 0;
        margin: 0;
        font: 77%/13px Arial;
        color: #666699;
    }

    #content #footer a {
        color: #666699;
        font-weight: bold;
        text-decoration: none;
    }

        #content #footer a:visited {
            color: #a1a1a6;
        }

        #content #footer a:hover {
            color: #1f1f66;
        }
/* ----- /Footer */
/* -------------------- /COMMON/STRUCTURE */



/* OVERVIEW Tab ---------------------------------------- */
#councilIntro {
    padding: 12px 0 10px 0;
}

    #councilIntro p {
        clear: none;
        margin: 0 0 0 0px;
        padding: 0;
    }

.seeOurCalendar a {
    display: block;
    height: 10px;
    width: 96px;
    overflow: hidden;
    text-indent: -999em;
    background: transparent url(images/navigation/bttnSeeOurCalendar.gif) 0 -11px no-repeat;
}

    .seeOurCalendar a:hover {
        background-position: 0 0;
    }

#content .printThisPage {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

    #content .printThisPage a {
        display: block;
        position: absolute;
        top: 35px;
        right: 20px;
        height: 12px;
        width: 87px;
        overflow: hidden;
        text-indent: -999em;
        background: transparent url(images/navigation/bttnPrintThisPage.gif) 0 -12px no-repeat;
    }

        #content .printThisPage a:hover {
            background-position: 0 0;
        }


/* Council Images ---------------------------- */
.councilImages {
    padding: 6px 0 22px 0;
    position: relative;
}

    .councilImages .col {
        position: relative;
        width: 220px;
        overflow: hidden !important;
        margin: 16px 35px 0 0;
        float: left;
        clear: both;
    }

        .councilImages .col.alt {
            clear: none;
            margin-right: 0;
        }

#content .councilImages .imageWrapper {
    width: 220px;
    height: 175px;
    display: table;
    background-color: #8989b1;
}

    #content .councilImages .imageWrapper .item {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        text-align: center;
    }

    #content .councilImages .imageWrapper .position {
    }

#content .councilImages img {
    float: none;
    border: none;
    margin: 0;
}

#content .councilImages p {
    font-size: 85%;
    color: #666699;
}

/* ContactInfo ---------------------------- */
#contactInfo {
    clear: both;
}

    #contactInfo .col {
        width: 270px;
        float: left;
        margin: 0 20px 0 0;
    }

        #contactInfo .col.alt {
            margin: 0;
            width: 400px;
        }

/* NAVIGATION -------------------------------------------------------- */
/* Program Info Tabs -------------------- */
#programTabs {
    clear: both;
    width: 725px;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: transparent url(images/structure/bgProgramTabs.gif) 0 bottom repeat-x;
}

    #programTabs li,
    #programTabs li a {
        display: block;
        height: 39px; /*39px;*/
        overflow: hidden;
        float: left;
        background-image: url(images/navigation/programTabsnew.gif); /*programTabsnew.gif*/
        background-repeat: no-repeat;
    }

        #programTabs li a {
            text-indent: -999em;
        }

#overview {
    background-position: 0 0;
    width: 95px;
}

    #overview a {
        background-position: 0 -35px;
        width: 95px;
    }

#localGuidelines {
    background-position: -95px 0;
    width: 144px;
}

    #localGuidelines a {
        background-position: -95px -35px;
        width: 144px;
    }

#forms {
    background-position: -239px 0;
    width: 84px;
}

    #forms a {
        background-position: -239px -35px;
        width: 84px;
    }

#grantRecipients {
    background-position: -323px 0;
    width: 151px;
}

    #grantRecipients a {
        background-position: -323px -35px;
        width: 151px;
    }

#programTabs a:hover,
#programTabs .active a {
    background-image: none;
}
/* -------------------- /Program Info Tabs */
/* Grant Applicant and Recipient Forms -------------------- */
#content #applicantForms,
#content #recipientForms {
    margin: 0;
    padding: 4px 0 16px 0;
    list-style: none;
}

#applicantForms li,
#applicantForms li a,
#recipientForms li,
#recipientForms li a {
    display: block;
    height: 14px;
    overflow: hidden;
    margin: 4px 0;
    background-image: url(images/navigation/forms.gif);
    background-repeat: no-repeat;
}

    #applicantForms li a,
    #recipientForms li a {
        margin: 0;
        text-indent: -999em;
    }

#tips {
    background-position: 0 0;
    width: 136px;
}

    #tips a {
        background-position: -300px 0;
        width: 136px;
    }

#application {
    background-position: 0 -18px;
    width: 228px;
}

    #application a {
        background-position: -300px -18px;
        width: 228px;
    }

#applicationPDF {
    background-position: 0 -123px;
    width: 228px;
}

    #applicationPDF a {
        background-position: -300px -123px;
        width: 228px;
    }

#passApp {
    background-position: 0 -34px;
    width: 260px;
}

    #passApp a {
        background-position: -300px -34px;
        width: 260px;
    }


#reimbursement {
    background-position: 0 -55px;
    width: 141px;
}

    #reimbursement a {
        background-position: -300px -55px;
        width: 141px;
    }

#creditPublicity {
    background-position: 0 -73px;
    width: 300px;
}

    #creditPublicity a {
        background-position: -300px -73px;
        width: 300px;
    }

#mccCreditLogo {
    background-position: 0 -92px;
    width: 162px;
}

    #mccCreditLogo a {
        background-position: -300px -92px;
        width: 162px;
    }

#applicantForms a:hover,
#applicantForms .active a,
#recipientForms a:hover,
#recipientForms .active a {
    background-image: none;
}


.getAdobeReader {
    float: right;
    margin-top: 4px;
}

/* -------------------- /Forms */
/* ---------------------------- /Navigation */
/* Default Table Styling ---------------------------------------- */
table.dataTable {
    padding: 0 20px;
    font-size: 100% !important;
    border-collapse: collapse;
    width: 100%;
}

.dataTable th {
    padding: 10px 0 5px 0;
    text-align: left;
}

    .dataTable th span {
        display: block;
        font-size: 100%;
        font-weight: bold;
        color: #1f1f66;
        padding-bottom: 8px;
        background: transparent url(images/structure/bgH2.gif) 0 bottom repeat-x;
        padding-left: 10px;
    }

.dataTable td {
    padding: 8px 18px 8px 10px;
    color: #22224b;
    font-size: 93%;
    border-bottom: 1px solid #c5c5d8;
    background-color: #f2f2f8;
    vertical-align: top;
}

.dataTable tr.odd td {
    background-color: #dedeec;
}
/* ---------------------------------------- /Default Table Styling */
#content .fiscalYear {
    color: #9191ba;
    font-weight: bold;
    font-size: 100%;
    text-align: right;
    padding: 0 0 4px 0;
    border-bottom: solid 1px #b8b8cc;
}


/* =================================== MY CSS =================================== */
.clear {
    clear: both;
}

.page {
    width: 100%;
}

.wrapp {
    width: 960px;
    margin: 0 auto;
}
/* =================================== PUBLISH HOME =================================== */
.header {
    float: left;
    width: 100%;
}

    .header .logo {
        margin-left: 10px;
        float: left;
    }

    .header .pheader {
        float: left;
        margin: 25px 0 0;
    }

    .header .slogan {
        height: 58px;
        margin-left: 64px;
        color: #fff;
        font-size: 33px;
    }

.body {
    float: left;
    width: 100%;
}

    .body .content {
        margin: 0 auto 0 auto;
        min-height: 300px;
        float: left;
        margin-top: 2px;
    }

        .body .content .left {
            float: left;
            background: url(../images/lcc_public_find_bg2.gif) repeat-y;
            width: 195px;
        }

        .body .content .right {
            float: left;
            width: 765px;
        }

            .body .content .right .menu {
                margin: 0;
                padding: 0;
                width: 100%;
                float: left;
            }

                .body .content .right .menu ul {
                    list-style: none;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                }

                .body .content .right .menu li {
                    float: left;
                }

            .body .content .right .maincontent {
                margin: 10px 20px 0 20px;
            }

.footer {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
/* =================================== COUNCIL =================================== */
.jstab2 {
    display: none;
}

.colorfeet {
    color: #ccc;
}

#overview {
    background-position: 0 0;
    width: 160px;
}

    #overview a {
        background-position: 0 -35px;
        width: 160px;
    }

#localGuidelines {
    background-position: -158px 0;
    width: 172px;
}

    #localGuidelines a {
        background-position: -158px -35px;
        width: 172px;
    }

#forms {
    background-position: -329px 0;
    width: 133px;
}

    #forms a {
        background-position: -329px -35px;
        width: 133px;
    }

#grantRecipients {
    background-position: -461px 0;
    width: 90px;
}

    #grantRecipients a {
        background-position: -461px -35px;
        width: 90px;
    }

#fund {
    background-position: -549px 0;
    width: 103px;
}

    #fund a {
        background-position: -549px -35px;
        width: 103px;
    }

.tabcon {
    padding: 10px;
    float: left;
    width: 97%;
}
/* 990 - Fixes for 960 without padding -------------------------------------- */
/* -------------------------------------------------------------------------- */
@media only screen and (min-width: 990px) { /* ------------------------------ */
    .wrapp {
        width: 960px;
    }
}

@media only screen and (max-width: 990px) {
}

/* 800 - Fixes for 800 without padding -------------------------------------- */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 800px) { /* ------------------------------ */
    .mimg {
        width: 100%;
    }

    .wrapp {
        width: 100%;
    }

    .header {
        background: #666699;
    }

        .header .logo img {
            width: 140px;
        }

        .header .bgheader {
            width: 100%;
            height: auto;
        }

        .header .pheader {
            margin: 17px 0 0;
        }

        .header .slogan {
            font-size: 27px;
            margin-left: 17px;
        }

    .body .content {
        width: 100%;
    }

        .body .content .left {
            width: 100%;
            background: #fc3;
        }

    .body .left .ltitleimg {
        display: none;
    }

    .body .left #findYourLCC {
        width: auto;
        padding: 20px;
    }

        .body .left #findYourLCC h2 {
            width: 100%;
            text-indent: inherit;
            color: #676696;
            font-size: 14px;
            background: none;
        }

        .body .left #findYourLCC h3 {
            width: 100%;
        }

        .body .left #findYourLCC .txt {
            width: 79%;
        }

        .body .left #findYourLCC #alphaCategory {
            width: 100%;
        }

        .body .left #findYourLCC #lccList {
            width: 79%;
        }

    .body .content .right .menu {
        margin: 2px 0 0 0;
        background: #99c;
        height: 24px;
    }

    .body .content .right {
        width: 100%;
    }

    .jsprotab {
        display: none;
    }

    .jstab2 {
        display: block;
    }

    #programTabs2 {
        width: 100%;
        overflow: inherit;
        background: none;
    }

        #programTabs2 .public_tab {
            float: left;
            height: 25px;
            line-height: 25px;
            overflow: inherit;
            background: #a3a3c5;
            width: 100%;
            margin-bottom: 1px;
        }

            #programTabs2 .public_tab a {
                font-size: 12px;
                font-weight: bold;
                color: #fff;
                text-decoration: none;
                margin-left: 15px;
            }

        #programTabs2 li.public_tab {
            float: left;
            height: 25px;
            overflow: inherit;
            background-image: none;
            margin-bottom: 1px;
        }

            #programTabs2 li.public_tab a {
                font-size: 12px;
                font-weight: bold;
                color: #fff;
                text-decoration: none;
                line-height: 25px;
            }

        #programTabs2 .active {
            width: 100%;
            background: #444478;
            margin-bottom: 10px;
        }

    #programTabs .active a {
        background-image: none;
    }

    #programTabs2 .public_tab a:visited {
        color: #fff;
    }

    #programTabs2 li.public_tab {
        background: #a3a3c5;
        width: 100%;
        margin-bottom: 1px;
    }

        #programTabs2 li.public_tab a {
            text-indent: inherit;
            margin-left: 15px;
        }

    #tabContent {
        margin: 0;
    }

    .tabcon {
        margin-top: 15px;
        float: none;
        padding: 10px 0;
        width: 100%;
    }

    #contactInfo .alt {
        width: 100%;
    }

    .dataTable td {
        padding: 8px 6px 8px 5px;
    }

    #footer {
        float: left;
        margin: 20px 0 0 0 !important;
        width: 100%;
    }
}

/* 675 - Fixes for 675 without padding -------------------------------------- */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 675px) { /* ------------------------------ */
    .header .slogan {
        height: 40px;
        margin-left: 17px;
        font-size: 25px;
    }
}

/* 550 - Fixes for 550 without padding -------------------------------------- */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 550px) { /* ------------------------------ */
    .block {
        float: none;
        width: 100%;
        margin: 0;
    }

    .body .content {
        width: 100%;
    }

    .header .logo img {
        width: 100px;
    }

    .header .pheader {
        margin-top: 5px;
    }

    .header .slogan {
        height: 35px;
        margin-left: 17px;
        font-size: 17px;
    }
}
/* 400 - Fixes for 400 without padding -------------------------------------- */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 400px) { /* ------------------------------ */
    .header .slogan {
        height: 25px;
        margin-left: 17px;
        font-size: 14px;
    }
}
