/* Overrides .contentContainer in iwightNew_main.css so that profile content can be responsive */
#siteheader *, .mainnav ul li a {
    box-sizing: content-box
}

/*RESET*/
html {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100.01%;

    /*Mourning Colouration - remove comments during periods of national mourning*/
    /*-moz-filter: grayscale(70%);
    -webkit-filter: grayscale(70%);
    filter: gray;*/ /* IE6-9 */
    /*filter: grayscale(70%);*/
    /*End Mourning Colouration*/
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

ul {font-size: 13px;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid #666;
}


input[type="button"].button, input[type="submit"].button {
    cursor: pointer;
    background-color: #666;
    border: 1px solid #333;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    padding: 4px 10px;
}

    input[type="button"].smallButton, input[type="submit"].smallButton {
        font-size: 1em;
        padding: 4px 10px;
    }

    input[type="button"][disabled], input[type="submit"][disabled] {
        color: #333;
    }

.textFieldReqd {
    border: 1px solid #bc1a27 !important;
}

.focus {
    background-color: #E5E5E5;
}

.focusReqd {
    background-color: #f8e4e4;
}


body {
    background: #DFDFDF;
    font-size: 93.75%;
    color: #000;
    font-family: arial, sans-serif;
}

.azBar {
    width: 100%;
    background: #003E95 center bottom no-repeat;
    height: 45px;
}

.wrapper {
    width: 940px;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
}

/* Alert */

#alert {
    position: relative;
}

    #alert:hover:after {
        background: hsla(0,0%,0%,.8);
        color: #f6f6f6;
        content: 'Click to dismiss';
        font: bold 12px/30px sans-serif;
        height: 30px;
        left: 50%;
        margin-left: -60px;
        position: absolute;
        text-align: center;
        top: 50px;
        width: 120px;
    }

    #alert:hover:before {
        border-bottom: 10px solid hsla(0,0%,0%,.8);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: '';
        height: 0;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        top: 50px;
        width: 0;
    }

    #alert:target {
        display: none;
    }

.alert {
    background-color: #c4453c;
    padding-top: 4px;
    color: #f6f6f6;
    display: block;
    font: bold 16px/40px sans-serif;
    height: 40px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: -45px;
    width: 100%;
}


#azList {
    padding: 0 0 5px 0;
    margin-right: 0;
    display: block;
    background-color: #003E95;
    width: 100%;
    height: 40px;
    font-size: 12px;
}

    #azList ul {
        margin: 0;
        display: block;
    }

        #azList ul li {
            float: left;
            display: block;
            margin: 10px 0 0 1px;
            list-style-type: none;
            background-color: #3365AA;
        }

            #azList ul li a {
                color: #fff;
                display: block;
                padding: 5px;
                margin: 0 0 0 2px;
                text-decoration: none;
                background-color: #3365AA;
            }

                #azList ul li a:hover {
                    text-decoration: none;
                    display: block;
                    background-color: #5C84BB;
                    color: #fff;
                }

.siteSearchBox {
    float: right;
    width: 278px;
    height: 70px;
    background-color: #fff;
    position: absolute;
    left: 1143.5px;
    overflow: hidden;
}

/* Fix for Search Box height issue on iOS */
@supports (-webkit-touch-callout: inherit) {
    /* CSS specific to iOS devices */
    .siteSearchBox {
        height: 80px !important;
    }
}


.newsList {
    border: 1px solid #0099CC;
}

.newsListLink {
    font-size: 14px;
    text-decoration: underline;
}

#newsListHeader {
    padding: 3px;
    height: 26px;
    text-align: right;
    background-color: #0099CC;
}

.newsListfooter {
    background-color: #0099CC;
    height: 17px;
    padding: 3px;
}

.eventsList {
    border: 1px solid #0099CC;
}

#eventsListHeader {
    padding: 3px;
    height: 26px;
    text-align: right;
    background-color: #0099CC;
}



#newsListTitle {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    float: left;
    width: 120px;
    text-align: left;
    padding: 4px 0px 4px 4px;
}

#eventsListTitle {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    float: left;
    width: 130px;
    text-align: left;
    padding: 4px 0px 4px 4px;
}

#eventsAllLinkBox
{
    float:right; 
    width:50%; 
    padding:1px 2px 0px 0px;
}

#newsAllLinkBox
{
    float:right; 
    width:50%; 
    padding:1px 2px 0px 0px;
}


.largeLink {
    font-size: 12px;
    text-decoration: underline;
}



.largeLinkWhite {
    font-size: 12px;
    text-decoration: underline;
    color: #fff;
}



#searchBar {
    float: left;
    margin-left: 15px;
    margin-top: 7px;
}

#searchBar input[name=q] {
   margin-left: 3px;
}

#searchBar #txtIwightSearch, #searchBar .txtIwightSearch {
    border: 1px solid #333;
    width: 148px;
    color: #666666;
    font-size: 1.3em;
    font-weight: 600;
    padding: 4px 10px;
    border-radius:5px;
}

#searchBar #btnIwightSearch {
    background-color: #EEB110;
    border: 1px solid #EEB110;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    padding: 4px 10px;
    *padding: 2px 0px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

#searchBar #btnIwightSearch:hover {
    background-color: #F3C64E;
    border: 1px solid #F3C64E;
    text-decoration: none;
}

#btnIwightSearch:active,
#btnIwightSearch:not(:disabled):not(.disabled):active,
#btnIwightSearch:focus {
    text-decoration: none;
}

.searchBarLinks {
    /*font-size: 11px;*/
    /*margin: 6px 0 0 22px;*/
    float: left;
    margin-top: 6px;
    margin-left:22px;
}

    .searchBarLinks a {
        /*color: #000;*/
        text-decoration: none;
    }

        .searchBarLinks a:hover {
            /*color: #000;*/
            text-decoration: underline;
        }

/* Login Bar */
#loginBar {
    margin-bottom: 5px;
}

#loginBar #btnMyAccountLogin {
    display: inline-block;
    background-color: #9ABB28;
    border: 1px solid #9ABB28;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    padding: 3px 10px;
    margin-left: -4px;
    margin-top: -3px;
    margin-right: 3px;
    width: 100px;
    cursor: pointer;
    border-radius: 5px;
}

#loginBar #btnMyAccountLogin:hover {
    background-color: #ABD02D;
    border: 1px solid #ABD02D;
}

#loginBar #btnMyAccountRegister {
    display: inline-block;
    background-color: #0099cc;
    border: 1px solid #0099cc;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    padding: 3px 10px;
    margin-left: -3px;
    margin-top: -3px;
    width: 100px;
    cursor: pointer;
    border-radius: 5px;
}

#loginBar #btnMyAccountRegister:hover {
    background-color: #00B6F2;
    border-color: #00B6F2;
}

#loginBar a:hover,
#loginBar a:active,
#loginBar a:not(:disabled):not(.disabled):active,
#loginBar a:focus {
    color: #FFFFFF;
    text-decoration:none;
}

#loggedInBar {
    margin-left:0px;
    margin-bottom: 5px;
}

#loggedInBar .loginBarLoggedInIcon {
    font-size: 16px !important;
    margin-right:5px;
    /*color: #9ABB28 !important;*/
}

#loggedInBar #profileName {
    display: inline-block;
    background-color: #9ABB28;
    border: 1px solid #9ABB28;
    color: #fff;
    text-align: left;
    font-size: 1.3em;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-left: -4px;
    margin-top: -3px;
    width: 148px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 5px;
}

#loggedInBar #btnMyAccountLogout {
    position: relative;
    top: -8px;
    display: inline-block;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    padding: 3px 10px;
    /*margin-left: -3px;*/
    /*margin-top: -20px !important;*/
    width: 52px;
    cursor: pointer;
    /*float:right;*/
    border-radius: 5px;
}

/* Fix for logout button top issue next to element with overflow set to none*/
@media not all and (min-resolution:.001dpcm) {
    @media {
        #loggedInBar #btnMyAccountLogout {
            top: -1px !important;
        }
    }
}

/* Fix for Search Box height issue on iOS */
@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    #loggedInBar #btnMyAccountLogout {
        top: -1px!important;
    }
}

#loggedInBar #profileName:hover {
    background-color: #ABD02D;
    border: 1px solid #ABD02D;
}

#loggedInBar #btnMyAccountLogout:hover {
    background-color: #c82333;
    border: 1px solid #bd2130;
}

#loggedInBar a:hover,
#loggedInBar a:active,
#loggedInBar a:not(:disabled):not(.disabled):active,
#loggedInBar a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

/* Logged In Bar Drop Down */

#profileLinks ul {
    margin-top: -5px;
    margin-left: -5px;
}

#profileLinks ul li {
    float: none;
    background-color: white;
    font-size: 16px;
}

#profileLinks ul li a {
    padding: 4px 10px 2px 10px;
    margin: 0px 0px -5px 0px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 5px;
    width: 148px;
}

#profileLinks ul li a span {
    margin-right: 5px;
}

/* Blue only */
#profileLinks a {
    background-color: #0099CC !important;
    border: 1px solid #0099CC !important;
}

#profileLinks a:hover,
#profileLinks a:active,
#profileLinks a:not(:disabled):not(.disabled):active,
#profileLinks a:focus {
    background-color: #00B6F2 !important;
    border: 1px solid #00B6F2 !important;
}

#profileLinks ul li a:hover,
#profileLinks ul li a:active,
#profileLinks ul li a:not(:disabled):not(.disabled):active,
#profileLinks ul li a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

/* Green, gold and red colours */

/*#profileLinks .aLoggedInProfileHomeLink {
    background-color: #9ABB28;
    border: 1px solid #9ABB28;
}

#profileLinks .aLoggedInProfileProfileLink {
    background-color: #EEB110;
    border: 1px solid #EEB110;
}

#profileLinks .aLoggedInProfileLogoutLink {
    background-color: #dc3545;
    border: 1px solid #dc3545;
}

#profileLinks .aLoggedInProfileHomeLink:hover,
#profileLinks .aLoggedInProfileHomeLink:active,
#profileLinks .aLoggedInProfileHomeLink:not(:disabled):not(.disabled):active,
#profileLinks .aLoggedInProfileHomeLink:focus {
    background-color: #ABD02D;
    border: 1px solid #ABD02D;
}

#profileLinks .aLoggedInProfileProfileLink:hover,
#profileLinks .aLoggedInProfileProfileLink:active,
#profileLinks .aLoggedInProfileProfileLink:not(:disabled):not(.disabled):active,
#profileLinks .aLoggedInProfileProfileLink:focus {
    background-color: #F3C64E;
    border: 1px solid #F3C64E;
}

#profileLinks .aLoggedInProfileLogoutLink:hover,
#profileLinks .aLoggedInProfileLogoutLink:active,
#profileLinks .aLoggedInProfileLogoutLink:not(:disabled):not(.disabled):active,
#profileLinks .aLoggedInProfileLogoutLink:focus {
    background-color: #c82333;
    border: 1px solid #bd2130;
}*/

#azTitle {
    float: left;
    color: #FFFFFF;
    padding: 15px 7px 0 0;
}

.logoContainer {
    width: 940px;
    margin: 0 auto;
}

.logo {
    float: left;
    z-index: 9999;
}

.button {
    background-color: #666;
    border: 1px solid #333;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    padding: 4px 10px;
}

#strapline {
    float: right;
    color: #FFF;
    margin-top: 150px;
    margin-right: -250px;
    text-align: right;
    font-size: 30px;
    display: none;
}

.input-validation-error {
    border: 1px solid red;
}

.field-validation-error {
    color: red;
}

.validation-summary {
    color: red;
    font-size: 1em;
}

.valSummary ul {
    padding-top: 10px;
}

.valSummary li {
    color: red;
    font-size: 1em;
}

.menu {
    float: left;
}

.mainnav {
    float: left;
}

    .mainnav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mainnav ul li {
            float: left;
            margin: 0;
            padding: 0;
        }

    .mainnav li a {
        margin: 0 0px 0 0;
        text-align: center;
        display: block;
        height: 40px;
        background: #012c5a;
        color: #fff;
        font-size: 19px;
    }

    .mainnav li.home {
        display: none;
    }

        .mainnav li.home a {
            background-color: #DFDFDF;
            color: #003E95;
            text-decoration: none;
            width: 120px;
            padding: 14px 20px 0 20px;
        }

            .mainnav li.home a:hover {
                color: #000;
            }

    .mainnav li.resident a {
        background: #9ABB28;
        text-decoration: none;
        width: 160px;
        padding: 14px 20px 0 20px;
    }

        .mainnav li.resident a:hover {
            background: #ABD02D;
            color: #fff;
        }

    .mainnav li.business a {
        background: #CD0074;
        text-decoration: none;
        width: 160px;
        padding: 14px 20px 0 20px;
    }

        .mainnav li.business a:hover {
            background: #E60084;
            color: #fff;
        }

    .mainnav li.visitor a {
        background: #EEB110;
        text-decoration: none;
        width: 160px;
        padding: 14px 20px 0 20px;
    }

        .mainnav li.visitor a:hover {
            background: #F3C64E;
            color: #fff;
        }

    .mainnav li.council a {
        background: #0099CC;
        text-decoration: none;
        width: 137px;
        padding: 14px 20px 0 20px;
    }

        .mainnav li.council a:hover {
            background: #00B6F2;
            color: #fff;
        }

#homebg .mainnav li.home a {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#DFDFDF));
    color: #003E95;
    text-decoration: none;
    background-color: #DFDFDF;
}

#homebg .mainnav li.resident a {
    background: #9ABB28 url(/images/nav-shadow.png) left top no-repeat;
    text-decoration: none;
}

    #homebg .mainnav li.resident a:hover {
        background: #ABD02D url(/images/nav-shadow.png) left top no-repeat;
        color: #fff;
    }

#residentbg .mainnav li.resident a {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#DFDFDF));
    color: #9ABB28;
    text-decoration: none;
    background-color: #DFDFDF;
    padding: 14px 22px 0 20px;
}

    #residentbg .mainnav li.resident a:hover {
        color: #9ABB28;
    }

#residentbg .mainnav li.business a {
    background: #CD0074 url(/images/nav-shadow.png) left top no-repeat;
    text-decoration: none;
}

    #residentbg .mainnav li.business a:hover {
        background: #E60084 url(/images/nav-shadow.png) left top no-repeat;
        color: #fff;
    }

#businessbg .mainnav li.resident a {
    background: #9ABB28 url(/images/nav-shadow-right.png) right top no-repeat;
    text-decoration: none;
}

    #businessbg .mainnav li.resident a:hover {
        background: #ABD02D url(/images/nav-shadow-right.png) right top no-repeat;
        color: #fff;
    }

#businessbg .mainnav li.business a {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(223,223,223,1)));
    color: #CC3366;
    text-decoration: none;
    background-color: #DFDFDF;
}

    #businessbg .mainnav li.business a:hover {
        color: #CC3366;
    }

#businessbg .mainnav li.visitor a {
    background: #EEB110 url(/images/nav-shadow.png) left top no-repeat;
    text-decoration: none;
}

    #businessbg .mainnav li.visitor a:hover {
        background: #F3C64E url(/images/nav-shadow.png) left top no-repeat;
        color: #fff;
    }

#visitorbg .mainnav li.business a {
    background: #CD0074 url(/images/nav-shadow-right.png) right top no-repeat;
    text-decoration: none;
}

    #visitorbg .mainnav li.business a:hover {
        background: #E60084 url(/images/nav-shadow-right.png) right top no-repeat;
        color: #fff;
    }

#visitorbg .mainnav li.visitor a {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#DFDFDF));
    color: #EEB110;
    text-decoration: none;
    background-color: #DFDFDF;
}

    #visitorbg .mainnav li.visitor a:hover {
        color: #EEB110;
    }

#visitorbg .mainnav li.council a {
    background: #0099CC url(/images/nav-shadow.png) left top no-repeat;
    text-decoration: none;
}

    #visitorbg .mainnav li.council a:hover {
        background: #00B6F2 url(/images/nav-shadow.png) left top no-repeat;
        color: #fff;
    }

#councilbg .mainnav li.visitor a {
    background: #EEB110 url(/images/nav-shadow-right.png) right top no-repeat;
    text-decoration: none;
}

    #councilbg .mainnav li.visitor a:hover {
        background: #F3C64E url(/images/nav-shadow-right.png) right top no-repeat;
        color: #fff;
    }

#councilbg .mainnav li.council a {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#DFDFDF));
    color: #3399CC;
    text-decoration: none;
    background-color: #DFDFDF;
}

    #councilbg .mainnav li.council a:hover {
        color: #3399CC;
    }


.newsColumn {
    width: 300px;
    padding: 0px;
    margin: 0px 0px 0 0px;
    float: right;
}

.newsTab {
    background: #0099CC;
    padding: 10px 15px 10px 15px;
    font-weight: bold;
    float: left;
    color: #fff;
}


.newsArea {
    height: 251px;
    background: #fff;
    margin-bottom: 9px;
    padding: 7px 7px 7px 7px;
    clear: both;
   
    overflow-y:hidden;
    overflow-x:hidden;
}

.newsAreaShadow {
    width: 300px;
    background: url(/images/box-shadow.png) right no-repeat;
    height: 8px;
    padding: 0px;
    margin: -8px 0px 0px 0px;
}

.newsItemContainer {
    padding: 0px 0px 16px 0px;
}

    .newsItemContainer img {
        float: left;
        padding: 0px 10px 0px 0px;
        border: 0px none #ccc;
    }

    .newsItemContainer h3 {
        font-size: 13px;
        font-weight: bold;
        padding: 0px 0px 3px 0px;
    }

        .newsItemContainer h3 a {
            text-decoration: none;
            color: #000;
        }

            .newsItemContainer h3 a:hover {
                color: #990000;
                text-decoration: none;
                background-color: transparent;
                border-color: #333333;
                border-bottom-width: 1px;
                border-left-width: 0px;
                border-right-width: 0px;
                border-top-width: 0px;
                border-style: dotted;
            }

    .newsItemContainer p {
        font-size: 12px;
        color: #666;
        line-height: 16px;
    }

.homeHeroArea {
    width: 620px;
    height: 303px;
    background: #fff;
    padding: 0px;
    margin: 0px 0px 0 0px;
    float: left;
    overflow: hidden;
}

.taskContainer {
    width: 940px;
    margin-bottom: 10px;
    padding: 12px 0px 0px 0px;
    clear: both;
}

    .taskContainer ul {
        margin: 0;
        width: 100%;
        font-size: 12px;
    }

        .taskContainer ul li {
            list-style-type: none;
        }

            .taskContainer ul li a {
                display: block;
                list-style-type: none;
                background: #fff url(/images/taskarrow.gif) left no-repeat;
                text-decoration: none;
                padding: 12px 5px 11px 22px;
                border-bottom: 1px dotted #ccc;
                color: #000;
                font-weight: normal;
            }

                .taskContainer ul li a:hover {
                    background-color: #F7F7F7;
                }

.topTasksResidentsColumn {
    padding: 0;
    width: 300px;
    margin: 0px 20px 0px 0px;
    float: left;
}

.topTasksResidentsTab {
    background: #9ABB28;
    color: #fff;
    padding: 10px 20px 10px 15px;
    font-weight: bold;
    float: left;
}

.topTasksResidentsContainer {
    min-height: 235px;
    background: #fff;
    margin-bottom: 9px;
    padding: 12px 12px 12px 12px;
    clear: both;
}

.topTasksResidentsContainerShadow {
    width: 300px;
    background: url(/images/box-shadow.png) right no-repeat;
    height: 8px;
    padding: 0px;
    margin: -8px 0px 0px 0px;
    background-position: top right;
}

.topTasksBusinessColumn {
    padding: 0px 0px 0px 0px;
    width: 300px;
    margin: 0px 20px 0px 0px;
    float: left;
}

.topTasksBusinessTab {
    background: #CD0074;
    color: #fff;
    padding: 10px 20px 10px 15px;
    font-weight: bold;
    float: left;
}

.topTasksBusinessContainer {
    min-height: 235px;
    background: #fff;
    margin-bottom: 9px;
    padding: 12px 12px 12px 12px;
    clear: both;
}

.topTasksBusinessContainerShadow {
    width: 300px;
    background: url(/images/box-shadow.png) right no-repeat;
    height: 8px;
    padding: 0px;
    margin: -8px 0px 0px 0px;
}

.topTasksVisitorsColumn {
    padding: 0px 0px 0px 0px;
    width: 300px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.topTasksVisitorsTab {
    background: #EEB110;
    color: #fff;
    padding: 10px 20px 10px 15px;
    font-weight: bold;
    float: left;
}

.topTasksVisitorsContainer {
    min-height: 235px;
    background: #fff;
    margin-bottom: 9px;
    padding: 12px 12px 12px 12px;
    clear: both;
}

.topTasksVisitorsContainerShadow {
    width: 300px;
    background: url(/images/box-shadow.png) right no-repeat;
    height: 8px;
    padding: 0px;
    margin: -8px 0px 0px 0px;
}


.topTasksYourCouncilColumn {
    padding: 0px 0px 0px 0px;
    width: 300px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.topTasksYourCouncilTab {
    background: #0099CC;
    color: #fff;
    padding: 10px 20px 10px 15px;
    font-weight: bold;
    float: left;
}

.topTasksYourCouncilContainer {
    min-height: 235px;
    background: #fff;
    margin-bottom: 9px;
    padding: 12px 12px 12px 12px;
    clear: both;
}

.topTasksYourCouncilContainerShadow {
    width: 300px;
    background: url(/images/box-shadow.png) right no-repeat;
    height: 8px;
    padding: 0px;
    margin: -8px 0px 0px 0px;
}


.footerBg {
    background: #CBCBCB;
    width: 100%;
    margin: 20px 0px 0px 0px;
    clear: both;
    overflow: hidden;
}

.footerContainer {
    width: 940px;
    margin: 0 auto;
    padding: 0px 0 0 0px;
    height: 600px;
}

    .footerContainer p {
        font-size: 11px;
        padding: 5px 0px 15px 0px;
        line-height: 17px;
        color: #000;
    }

        .footerContainer p a {
            font-size: 11px;
            padding: 5px 0px 15px 0px;
            text-decoration: none;
            line-height: 17px;
            color: #666;
        }

            .footerContainer p a:hover {
                font-size: 11px;
                padding: 5px 0px 15px 0px;
                text-decoration: underline;
                line-height: 17px;
                color: #666;
            }


    .footerContainer h3 {
        font-size: 15px;
        font-weight: bold;
        padding: 0px 0px 15px 0px;
        color: #000;
    }

    .footerContainer h4 {
        font-size: 12px;
        font-weight: bold;
        padding: 0px 0px 10px 0px;
        color: #000;
    }

.footerContainerLeft {
    padding-bottom: 0px;
    margin: 0px auto;
    padding-left: 0px;
    width: 650px;
    padding-right: 0px;
    float: left;
    overflow: visible;
    padding-top: 30px;
}

.footerResidentList {
    padding-bottom: 30px;
    margin: 0px auto;
    padding-left: 0px;
    width: 170px;
    padding-right: 20px;
    float: left;
    overflow: visible;
    padding-top: 0px;
}

    .footerResidentList ul {
        margin: 0px;
        width: 100%;
        display: block;
        float: left;
        font-size: 11px;
    }

        .footerResidentList ul li {
            list-style-type: none;
        }

            .footerResidentList ul li a {
                border-bottom: #ccc 1px dotted;
                padding-bottom: 6px;
                list-style-type: none;
                padding-left: 10px;
                padding-right: 5px;
                display: block;
                background: url(/images/footerarrow.gif) no-repeat left 50%;
                color: #000;
                text-decoration: none;
                padding-top: 6px;
            }

                .footerResidentList ul li a:hover {
                    border-bottom: #ccc 1px dotted;
                    list-style-type: none;
                    display: block;
                    text-decoration: underline;
                }

.footerBusinessList {
    padding-bottom: 30px;
    margin: 0px auto;
    padding-left: 0px;
    width: 140px;
    padding-right: 20px;
    float: left;
    overflow: visible;
    padding-top: 0px;
}

    .footerBusinessList ul {
        margin: 0px;
        width: 100%;
        display: block;
        float: left;
        font-size: 11px;
    }

        .footerBusinessList ul li {
            list-style-type: none;
        }

            .footerBusinessList ul li a {
                border-bottom: #ccc 1px dotted;
                padding-bottom: 6px;
                list-style-type: none;
                padding-left: 10px;
                padding-right: 5px;
                display: block;
                background: url(/images/footerarrow.gif) no-repeat left 50%;
                color: #000;
                text-decoration: none;
                padding-top: 6px;
            }

                .footerBusinessList ul li a:hover {
                    border-bottom: #ccc 1px dotted;
                    list-style-type: none;
                    display: block;
                    text-decoration: underline;
                }

.footerVisitorList {
    padding-bottom: 30px;
    margin: 0px auto;
    padding-left: 0px;
    width: 140px;
    padding-right: 0px;
    float: left;
    overflow: visible;
    padding-top: 0px;
}

    .footerVisitorList ul {
        margin: 0px;
        width: 100%;
        display: block;
        float: left;
        font-size: 11px;
    }

        .footerVisitorList ul li {
            list-style-type: none;
        }

            .footerVisitorList ul li a {
                border-bottom: #ccc 1px dotted;
                padding-bottom: 6px;
                list-style-type: none;
                padding-left: 10px;
                padding-right: 5px;
                display: block;
                background: url(/images/footerarrow.gif) no-repeat left 50%;
                color: #000;
                text-decoration: none;
                padding-top: 6px;
            }

                .footerVisitorList ul li a:hover {
                    border-bottom: #ccc 1px dotted;
                    list-style-type: none;
                    display: block;
                    text-decoration: underline;
                }

.footerCouncilList {
    padding-bottom: 30px;
    margin: 0px auto;
    padding-left: 0px;
    width: 130px;
    padding-right: 0px;
    float: left;
    overflow: visible;
    padding-top: 0px;
}

    .footerCouncilList ul {
        margin: 0px;
        width: 100%;
        display: block;
        float: left;
        font-size: 11px;
    }

        .footerCouncilList ul li {
            list-style-type: none;
        }

            .footerCouncilList ul li a {
                border-bottom: #ccc 1px dotted;
                padding-bottom: 6px;
                list-style-type: none;
                padding-left: 10px;
                padding-right: 5px;
                display: block;
                background: url(/images/footerarrow.gif) no-repeat left 50%;
                color: #000;
                text-decoration: none;
                padding-top: 6px;
            }

                .footerCouncilList ul li a:hover {
                    border-bottom: #ccc 1px dotted;
                    list-style-type: none;
                    display: block;
                    text-decoration: underline;
                }



.footerContainerRight {
    border-left: #bcbcbc 1px dotted;
    padding-bottom: 0px;
    margin: 0px auto;
    padding-left: 25px;
    width: 264px;
    padding-right: 0px;
    float: right;
    height: 370px;
    overflow: visible;
    padding-top: 30px;
}

.footerContact {
    width: 180px;
    margin: 0 auto;
    overflow: visible;
    padding: 0px 0px 30px 0px;
    float: left;
}

.contentContainer {
    width: 940px;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
    clear: both;
}

.standardContentContainer {
    margin: 20px 0px 0px 0px;
    min-height: 545px;
    background: #fff;
    padding: 25px;
}

    .standardContentContainer h1 {
        color: #000;
        font-size: 32px;
        padding: 0px 0px 10px 0px;
    }

    .standardContentContainer h2 {
        color: #000;
        font-size: 24px;
        padding: 5px 0 5px 0;
    }

    .standardContentContainer h3 {
        color: #000;
        font-size: 20px;
        padding: 5px 0 5px 0;
    }

    .standardContentContainer h4 {
        color: #000;
        font-size: 16px;
        padding: 5px 0 5px 0;
        font-weight: bold;
    }

    .standardContentContainer h5 {
        color: #000;
        font-size: 12px;
        padding: 5px 0 5px 0;
        font-weight: bold;
    }

    .standardContentContainer ul, .standardContentContainer ol {
        margin: 5px;
    }

        .standardContentContainer ul li, .standardContentContainer ol li {
            margin: 4px 30px 4px 40px;
        }

    .standardContentContainer p {
        margin: 10px 0 10px 0;
    }

.newsContentContainer {
    margin: 20px 0px 0px 0px;
    min-height: 1250px;
    background: #fff;
    padding: 25px;
}

    .newsContentContainer h1 {
        color: #000;
        font-size: 32px;
        padding: 0px 0px 20px 0px;
    }



.serviceTab {
    background: #DFDFDF;
    height: 58px;
}

    .serviceTab ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .serviceTab ul li {
            float: left;
            margin: 0;
            padding: 10px 0 0 10px;
        }

            .serviceTab ul li a {
                margin: 0 0px 0 0;
                padding: 8px 30px 0 30px;
                text-align: center;
                display: block;
                height: 40px;
                color: #999;
                font-size: 19px;
                text-decoration: none;
                -moz-transition: color .25s ease-in-out;
                -o-transition: color .25s ease-in-out;
                -webkit-transition: color .25s ease-in-out;
                transition: color .25s ease-in-out;
            }

                .serviceTab ul li a:hover {
                    background: #DFDFDF;
                    padding: 8px 30px 0 30px;
                    color: #666666;
                }

                .serviceTab ul li a.active {
                    background: #fff;
                    padding: 8px 30px 0 30px;
                    color: #000;
                }

.servicePagesTab {
    background: #fff;
    padding: 5px 0 0 0;
    clear: both;
}

    .servicePagesTab ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .servicePagesTab ul li {
            float: left;
            margin: 0;
            padding: 10px 8px 0 0;
        }

            .servicePagesTab ul li a {
                margin: 0 0 0 0;
                padding: 10px;
                text-align: center;
                display: block;
                color: #999;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
                background: #DFDFDF;
                -webkit-transition: background .25s ease-in-out;
                -moz-transition: background .25s ease-in-out;
                -o-transition: color .25s ease-in-out;
                transition: color .25s ease-in-out;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .servicePagesTab ul li a:hover {
                    background: #666666;
                    color: #fff;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                }

                .servicePagesTab ul li a.active {
                    background: #666666;
                    color: #fff;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                }

.servicePage {
    margin: 0;
    clear: both;
    padding: 20px 0px 0 0px;
}

.servicePage .alert {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0.5em;
    padding: 0.5em;
    border-radius: 0.5em;
    border: 1px solid black;
}

    .servicePage .alert.alert-success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
    }

    .servicePage .alert.alert-danger {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
    }

    .servicePage .alert.alert-warning {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }

.resident .servicePage h2 {
    color: #9ABB28;
    font-size: 19px;
    padding: 10px 0px 15px 0px;
}

.resident .servicePage h3 {
    color: #9ABB28;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0px 15px 0px;
}

.servicePage p {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 20px;
}

.servicePage ul li, .servicePage ol li {
    font-size: 13px;
}

.servicePage img {
    float: right;
    padding: 4px;
    border: 3px solid #eee;
    margin: 15px;
}

.servicePageShadow {
    background: url(/images/box-shadow.png) right no-repeat;
    height: 8px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.addthisTool {
    float: right;
    padding-top: 8px;
}

#accordion {
    margin: 10px 0px 0px 0px;
    padding: 0;
}

    #accordion p span {
        cursor: pointer;
        font-size: 14px;
    }

.faqTitle {
    color: #000;
    font-weight: bold;
    background: #eeeeee;
    padding: 10px 0px 10px 10px;
}

.faqText {
    margin-left: 10px;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 30px;
}

.faqAnswered {
    border: 1px dotted #ccc;
    padding: 10px;
    font-size: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


.formsTable {
    padding: 0px;
    margin: 10px 0px 40px 0px;
}

.formHeader {
    display: block;
    background-color: #eee;
    padding: 12px 0px 12px 10px;
    font-size: 14px;
    font-weight: bold;
}

.formName {
    display: block;
    background: #fff;
    padding: 15px 0px 15px 10px;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    -webkit-transition: padding .25s ease-in-out;
    -moz-transition: padding .25s ease-in-out;
    -o-transition: padding .25s ease-in-out;
    transition: padding .25s ease-in-out;
}

    .formName:hover {
        background: #DFDFDF;
    }

    .formName span a {
        float: right;
        text-decoration: none;
        padding: 0px 22px 0px 22px;
        margin: 0px 15px 0px 0px;
        color: #000;
        background: url(/images/page_edit.png) right no-repeat;
        font-weight: bold;
    }

        .formName span a:hover {
            text-decoration: underline;
        }

.contactMap {
    float: right;
    border: 10px solid #eee;
}

.tooltip {
    border-bottom: 1px dotted #000000;
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

    .tooltip span {
        margin-left: -999em;
        position: absolute;
    }

    .tooltip:hover span {
        position: absolute;
        left: 2em;
        top: 2em;
        z-index: 99;
        margin-left: 0;
        width: 240px;
        background: #eee;
        border: 1px solid #999;
        padding: 0.8em 1em;
    }


.navContaniner {
    width: 940px;
    margin: 0 auto;
    padding: 80px 0 0 0;
    overflow: visible;
}

.categoryHeaderBox img {
    float: right;
    margin-top: -12px;
}

.categoryHeaderBox h1 {
    color: #fff;
    font-size: 38px;
    padding: 30px 0px 0px 30px;
}

.subCategoryHeaderBox h1 {
    color: #fff;
    font-size: 32px;
    padding: 20px 0px 0px 30px;
}

.categoryHeaderBox p, .subCategoryHeaderBox p {
    color: #fff;
    font-size: 14px;
    padding: 15px 0px 0px 30px;
    line-height: 19px;
}

.categoryHeaderBoxTriangle {
    background: url(/images/res-triangle.png) left no-repeat;
    height: 14px;
    padding: 0px;
    margin: 0px 0px 0px 35px;
}

#homebg {
    height: 179px;
    background: #DFDFDF url(/images/background-sml.jpg) center top no-repeat;
}

    #homebg .breadcrumbContainer ul li.first {
        background-color: #003E95;
        float: left;
        display: block;
        padding-right: 5px;
    }

/* Resident */
#residentbg {
    height: 100%;
    background: #DFDFDF url(/images/resident-background.jpg) center top no-repeat;
}

    #residentbg .breadcrumbContainer ul li.first {
        background-color: #9ABB28;
        float: left;
        display: block;
        padding-right: 5px;
    }

    #residentbg .categoryHeaderBox {
        margin: 20px 0px 0px 0px;
        background: #9ABB28;
        clear: both;
        padding-bottom: 15px;
        min-height: 175px;
    }

    #residentbg .subCategoryHeaderBox {
        margin: 20px 0px 0px 0px;
        background: #9ABB28;
        clear: both;
        padding-bottom: 15px;
    }

    #residentbg .subCategoryHeaderBoxFire {
        margin: 20px 0px 0px 0px;
        height: 80px;
        background: #FF9900;
        clear: both;
    }

        #residentbg .subCategoryHeaderBoxFire img {
            float: right;
            margin-top: -16px;
            margin-right: 18px;
        }

    #residentbg .categoryHeaderBoxFireTriangle {
        background: url(/images/res-fire-triangle.png) left no-repeat;
        height: 14px;
        padding: 0px;
        margin: 0px 0px 0px 35px;
    }


/* Business */
#businessbg {
    background: #DFDFDF url(/images/business-background.jpg) center top no-repeat;
}

    #businessbg .breadcrumbContainer ul li.first {
        background-color: #CC3366;
        float: left;
        display: block;
        padding-right: 5px;
    }

    #businessbg .categoryHeaderBox {
        margin: 20px 0px 0px 0px;
        background: #CC3366;
        clear: both;
        padding-bottom: 15px;
        min-height: 175px;
    }

    #businessbg .subCategoryHeaderBox {
        margin: 20px 0px 0px 0px;
        background: #CC3366;
        clear: both;
        padding-bottom: 15px;
    }

    #businessbg .categoryHeaderBoxTriangle {
        background: url(/images/biz-down-arrow.gif) left no-repeat;
        height: 14px;
        padding: 0;
        margin: 0px 0px 0px 35px;
    }

/* Visitor */
#visitorbg {
    background: #DFDFDF url(/images/visitor-background.jpg) center top no-repeat;
}

    #visitorbg .breadcrumbContainer ul li.first {
        background-color: #EEB110;
        float: left;
        display: block;
        padding-right: 5px;
    }

    #visitorbg .categoryHeaderBox {
        margin: 20px 0px 0px 0px;
        background: #E9B014;
        clear: both;
        padding-bottom: 15px;
        min-height: 175px;
    }

    #visitorbg .subCategoryHeaderBox {
        margin: 20px 0px 0px 0px;
        background: #E9B014;
        clear: both;
        padding-bottom: 15px;
    }

    #visitorbg .categoryHeaderBoxTriangle {
        background: url(/images/vis-down-arrow.gif) left no-repeat;
        height: 14px;
        padding: 0;
        margin: 0px 0px 0px 35px;
    }


/* Council */
#councilbg {
    background: #DFDFDF url(/images/council-background.jpg) center top no-repeat;
}

    #councilbg .breadcrumbContainer ul li.first {
        background-color: #3399CC;
        float: left;
        display: block;
        padding-right: 5px;
    }

    #councilbg .categoryHeaderBox {
        margin: 20px 0px 0px 0px;
        background: #3399CC;
        clear: both;
        padding-bottom: 15px;
        min-height: 175px;
    }

    #councilbg .subCategoryHeaderBox {
        margin: 20px 0px 0px 0px;
        background: #3399CC;
        clear: both;
        padding-bottom: 15px;
    }

    #councilbg .categoryHeaderBoxTriangle {
        background: url(/images/council-down-arrow.gif) left no-repeat;
        height: 14px;
        padding: 0;
        margin: 0px 0px 0px 35px;
    }


.serviceRow {
    margin: 0 auto;
    clear: both;
}

.onecolumn {
    width: 220px;
    margin: 0 20px 0 0;
    float: left;
}

.fourcolumn {
    width: 220px;
    margin: 0;
    float: right;
}

.serviceBoxRight {
    background: #fff;
    min-height: 210px;
    width: 220px;
    margin: 15px 0px 0px 0px;
    float: right;
}

.serviceBox {
    background: #fff;
    min-height: 210px;
    width: 220px;
    margin: 15px 20px 0 0;
    float: left;
}



    .serviceBox h2, .serviceBoxRight h2 {
        color: #000;
        font-size: 18px;
        padding: 12px 12px 0px 15px;
        line-height: 22px;
    }

        .serviceBox h2 a, .serviceBoxRight h2 a {
            color: #000;
            font-size: 18px;
            text-decoration: none;
            line-height: 24px;
        }

            .serviceBox h2 a:hover, .serviceBoxRight h2 a:hover {
                color: #990000;
                text-decoration: underline;
                background-color: transparent;
            }

    .serviceBox p, .serviceBoxRight p {
        font-size: 12px;
        padding: 8px 12px 15px 15px;
        line-height: 17px;
        color: #666;
    }

.serviceBoxShadow {
    width: 220px;
    background: url(/images/4colboxshadow.png) right no-repeat;
    height: 8px;
    padding: 0px;
    float: left;
}

.serviceBox ul, .serviceBoxRight ul {
    margin: 15px 0px 0px 25px;
    padding: 0px 0px 12px 0px;
}

    .serviceBox ul li, .serviceBoxRight ul li {
        list-style-image: url(/images/footerarrow.gif);
        font-size: 12px;
        padding: 0px 0px 5px 0px;
        margin-right: 5px;
    }

        .serviceBox ul li a, .serviceBoxRight ul li a {
            text-decoration: none;
            color: #000;
        }

            .serviceBox ul li a:hover, .serviceBoxRight ul li a:hover {
                text-decoration: underline;
            }

/* -- Slideshow -- */
.tagline {
    z-index: 99999;
    top: 65px;
    left: 40px;
}

    .tagline h1 {
        font-size: 18px;
        color: #FFF;
        width: 400px;
        font-weight: normal;
    }

.button a {
    color: #fff;
    display: block;
    margin: 50px 0 0 0;
    background: #383838;
    padding: 5px 0 2px 9px;
    width: 80px;
    height: 16px;
    font-size: 10px;
    font-weight: bold;
}

    .button a:hover {
        display: block;
        padding: 5px 0 2px 9px;
        background: #bc1a27;
        color: #fff;
    }

#slideshow {
    width: 620px;
    clear: both;
    position: relative;
}

/* container for slides */
.images {
    position: relative;
    width: 480px;
    float: left;
}

    .images div {
        font-size: 12px;
        clear: both;
    }

        .images div div.featureText {
            font-size: 12px;
            padding: 10px 20px 20px 20px;
            clear: both;
            float: left;
        }

    .images h2 {
        padding-top: 0px;
        font-size: 21px;
        clear: both;
        color: #000;
        width: 400px;
        font-weight: normal;
        text-decoration: none;
    }

        .images h2 a {
            font-size: 21px;
            text-decoration: none;
            color: #000;
        }

            .images h2 a:hover {
                font-size: 21px;
                color: #990000;
                text-decoration: none;
                background-color: transparent;
                border-color: #333333;
                border-bottom-width: 1px;
                border-left-width: 0px;
                border-right-width: 0px;
                border-top-width: 0px;
                border-style: dotted;
            }

    .images p {
        font-size: 12px;
        color: #000;
        width: 380px;
        font-weight: normal;
        line-height: 1.5em;
    }

    .images .button {
        background: #181415;
        padding: 4px 6px;
        color: #FFF;
        font-size: 11px;
        text-transform: uppercase;
    }

/* tabs (those little circles below slides) */
.slidetabs {
    position: absolute;
    list-style: none;
    top: 0px;
    right: 0px;
}

    .slidetabs li {
        padding: 0;
        margin: 0 0 1px 0;
    }

    /* single tab */
    .slidetabs a {
        background: #003E95;
        width: 128px;
        color: #FFF;
        font-size: 14px;
        text-decoration: none;
        font-weight: bold;
        height: 75px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        padding: 0 6px 0 6px;
    }

        /* mouseover state */
        .slidetabs a:hover {
            background: #003E95;
            text-decoration: none;
            color: #ccc;
        }

        /* active state (current page state) */
        .slidetabs a.current {
            background: #fff;
            color: #000;
        }




.commentNotes p {
    width: 440px;
    background: #fff;
    float: left;
    padding: 10px;
}

.newsDate {
    font-size: 10px;
    padding-bottom: 10px;
    color: #999999;
}

.breadcrumbContainer {
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
    border-radius:4px;
}

    .breadcrumbContainer ul {
        list-style-type: none;
        height: 30px;
        color: #fff;
        font-weight: 700;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

        .breadcrumbContainer ul li.first {
            padding-left: 28px !important;
            padding-right: 28px !important;
        }

        .breadcrumbContainer ul li.third, .breadcrumbContainer ul li.forth, .breadcrumbContainer ul li.fifth {
            background: #666666 url(/images/grey-arrow-outline.png) left no-repeat;
            float: left;
            display: block;
            padding-left: 24px;
        }

            .breadcrumbContainer ul li.second a, .breadcrumbContainer ul li.third a, .breadcrumbContainer ul li.forth a, .breadcrumbContainer ul li.fifth a {
                text-decoration: none;
            }

                .breadcrumbContainer ul li.second a:hover, .breadcrumbContainer ul li.third a:hover, .breadcrumbContainer ul li.forth a:hover, .breadcrumbContainer ul li.fifth a:hover {
                    text-decoration: underline;
                }


        .breadcrumbContainer ul li.last {
            /*background: #fff url(/images/grey-arrow.gif) left no-repeat;*/
            position:relative;
            top:-10px;
            background: transparent;
            float: left;
            display: inline-block;
            color: #666666;
            padding-top: 0px;
        }

            .breadcrumbContainer ul li.last:before {
                display:inline-block;
                position:relative;
                top:10px;
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 15px 0 15px 16px;
                border-color: transparent transparent transparent #666666;
                margin-right: 10px;
                margin-left: -10px;
            }

        .breadcrumbContainer ul li {
            background-color: #666666;
            float: left;
            display: block;
            color: #fff;
            padding: 6px 10px 7px 10px;
        }

            .breadcrumbContainer ul li a {
                float: left;
                display: block;
                color: #fff;
                text-decoration: none;
            }

                .breadcrumbContainer ul li a:hover {
                    background-color: #666666;
                    float: left;
                    display: block;
                    color: #fff;
                    text-decoration: underline;
                }


#azLetterMenu {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 1px;
    text-align: center;
    display: block;
}

    #azLetterMenu ul li {
        display: inline;
        float: left;
        border: 1px solid #FFF;
        background-color: #E2E6EB;
        text-align: center;
        line-height: 29px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 30px;
    }

        #azLetterMenu ul li#double {
            width: 27%;
        }

        #azLetterMenu ul li a {
            display: block;
            font-size: 1.2em;
            font-weight: 700;
            color: #666;
        }

            #azLetterMenu ul li a:hover {
                background-color: #A2ACBB;
                text-decoration: none;
            }



.dbresultsgrey, .dbresults, .dbResultsgrey, .dbResults {
}

    .dbresults td, .dbResults td, .dbResultsgrey td, .dbresultsgrey td {
        font-size: 1em;
    }

    .dbresultsgrey, .dbresultsgrey td, .dbResultsgrey, .dbResultsgrey td {
        color: #000;
        font-weight: 300;
        border: 1px solid #CCC;
        background-color: #EAEAEA;
        padding: 5px;
    }

    .dbresults, .dbresults td, .dbResults, .dbResults td {
        border: 1px solid #CCC;
        padding: 5px 5px 5px 10px;
    }

        .dbResults td td, .dbresults td td, .dbResults a, .dbresults a {
            border: none;
            padding: 0;
        }

        .dbresults a {
            padding: 5px 5px 5px 10px;
        }

.dbresultstitle {
    clear: both;
    font-size: 1.2em;
    border: 1px solid #ccc;
    background-color: #A2ACBB;
    font-weight: 300;
    color: #FFF;
    padding: 5px 5px 5px 10px;
}

    .dbresultstitle td {
        border: 1px solid #ccc;
        background-color: #A2ACBB;
        font-weight: 300;
        color: #FFF;
        padding: 5px 5px 5px 10px;
    }

    .dbresultstitle a {
        border: 0;
        background-color: #A2ACBB;
        font-weight: 300;
        color: #FFF;
        padding: 5px 5px 5px 10px;
    }

.dbresultsname {
    font-size: 1.2em;
    color: #000;
    font-weight: 300;
    border: 1px solid #CCC;
    background-color: #ccc;
    padding: 5px;
}

.dbresultstitleFullWidth {
    clear: both;
    font-size: 1.2em;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #A2ACBB;
    font-weight: 300;
    color: #FFF;
    padding: 5px 5px 5px 10px;
}


#pscontactBox {
    background-color: #5089af;
    font-weight: bold;
}

#psfaqsBox {
    background-color: #5089af;
    text-decoration: none;
}

#psformsBox {
    background-color: #5089af;
    text-decoration: none;
}

#psmsgBox {
    background-color: #5089af;
    text-decoration: none;
}

#pscompBox {
    background-color: #5089af;
    text-decoration: none;
}

.clear {
    clear: both;
}

.tabstrip {
    background-color: #EEEEE6;
    clear: both;
    border-top: 1px solid #8D8B5A;
    padding: 5px 0 0 12px;
    height: 68px;
}

    .tabstrip ul {
        margin: 0;
    }

    .tabstrip li {
        float: left;
        list-style-type: none;
        font-size: 1.2em;
        margin: 0;
        padding: 0;
    }

        .tabstrip li a {
            font-family: Arial, Helvetica, sans-serif;
            color: #666;
            font-weight: 700;
            font-style: italic;
            display: block;
            text-decoration: none;
            line-height: 32px;
            margin: 0 14px;
        }

            .tabstrip li a:hover {
                text-decoration: underline;
            }

        .tabstrip li.active, .tabstrip li.ui-tabs-selected {
            padding-right: 3px;
            width: 73px;
        }

            .tabstrip li.active a, .tabstrip li.ui-tabs-selected a {
                background: #fff;
                position: relative;
                color: #A4A271;
                text-decoration: none;
                line-height: 32px;
                margin: 0;
                padding: 0 19px;
            }

                .tabstrip li.active a:hover, .tabstrip li.ui-tabs-selected a:hover {
                    text-decoration: none;
                }


.tabSubNav {
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #DDDCCD;
    padding: 18px 0 18px 30px;
}

    .tabSubNav li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        font-size: 1.2em;
        padding: 0;
    }

        .tabSubNav li.last {
            margin-right: 0;
        }

        .tabSubNav li a {
            font-weight: 700;
            font-style: italic;
            color: #666;
            text-decoration: none;
        }

            .tabSubNav li a:hover {
                border-bottom: 2px solid #666;
            }

        .tabSubNav li.active a, .tabSubNav li.active a:hover {
            color: #ADAB7F;
            border-bottom: 2px solid #ADAB7F;
        }


.visiting .tabstrip {
    border-top: 1px solid #D0A00F;
}

    .visiting .tabstrip li.active a, .visiting .tabstrip li.ui-tabs-selected a {
        color: #D0A00F;
    }

/* Cookies Notification */

#cookieNotice {
    border: 1px solid #0099cc;
    padding: 8px;
    background-color: #dff1fd;
    margin-bottom: 20px;
}

#divCookieNotice {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 13px;
    font-weight: 700;
    min-height: 24px;
    padding-top: 6px;
    padding-left: 25px;
    margin-bottom: 1.25rem;
    border-radius: 5px;
    box-sizing: unset;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #divCookieNotice {
        min-height: 30px;
    }
}

#divCookieNotice.cookie-alert-secondary {
    color: #ffffff;
    background-color: #666666;
    border-color: #666666;
}

#divCookieNotice span {
    margin-right:15px;
}

#divCookieNotice .btn-whitelink {
    color: #FFFFFF;
    text-decoration: none;
}

#divCookieNotice .btn-whitelink:visited {
    color: #FFFFFF;
}

#divCookieNotice .btn-whitelink:hover,
#divCookieNotice .btn-whitelink:active,
#divCookieNotice .btn-whitelink:focus {
    color: #FFFFFF;
    text-decoration: underline;
}

/*.cookieRead {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/

/* Page navigation */
#pageNavigation, #pageNavigationVertical {
    display: none;
}

    #pageNavigation .pageNavigationPagesTab, #pageNavigationVertical .pageNavigationPagesTab {
        background: #fff;
        padding: 0;
        clear: both;
    }

        #pageNavigation .pageNavigationPagesTab ul, #pageNavigationVertical .pageNavigationPagesTab ul {
            margin: 5px 0 5px 0;
            padding: 0;
            list-style: none;
        }

            #pageNavigation .pageNavigationPagesTab ul li, #pageNavigationVertical .pageNavigationPagesTab ul li {
                float: left;
                margin: 0;
                padding: 0 8px 10px 0;
            }

                #pageNavigation .pageNavigationPagesTab ul li a, #pageNavigationVertical .pageNavigationPagesTab ul li a {
                    margin: 0 0 0 0;
                    padding: 10px;
                    text-align: center;
                    display: block;
                    color: #999;
                    font-size: 14px;
                    font-weight: bold;
                    text-decoration: none;
                    background: #DFDFDF;
                    -webkit-transition: background .25s ease-in-out;
                    -moz-transition: background .25s ease-in-out;
                    -o-transition: color .25s ease-in-out;
                    transition: color .25s ease-in-out;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                }

                    #pageNavigation .pageNavigationPagesTab ul li a:hover, #pageNavigationVertical .pageNavigationPagesTab ul li a:hover {
                        background: #666666;
                        color: #fff;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                    }

                    #pageNavigation .pageNavigationPagesTab ul li a.active, #pageNavigationVertical .pageNavigationPagesTab ul li a.active {
                        background: #666666;
                        color: #fff;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                    }



#pageNavigationVertical {
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 200px;
    float: right;
}

    #pageNavigationVertical li {
        width: 200px;
    }

.warning {
    color: red!important;
}

.latestnewsnav {
    float: left;
    background: #0099CC;
    width:300px;
}

    .latestnewsnav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .latestnewsnav ul li {
            float: left;
            margin: 0;
            padding: 0;
            width: 100px;
        }

    .latestnewsnav li a {
        margin: 0;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        height: 38px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border-right: 1px solid #fff;
        width: 33%;
    }

        .latestnewsnav li a.last {
            margin: 0;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            height: 38px;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            border-right: 1px solid #FFF;
            width: 25%;
        }


        .latestnewsnav li a:hover {
            text-decoration: none;
            color: #ccc;
        }

         .latestnewsnav li a.last:hover {
            text-decoration: none;
            color: #ccc;
        }

    .latestnewsnav a.current {
        background: #fff;
        color: #0099CC;
        font-weight: bold;
    }


    .latestnewsnav a.last.current {
        background: #fff;
        color: #0099CC;
        font-weight: bold;
        border-right: 1px solid #fff;
    }

    .latestnewsnav a.current:hover {
        background: #fff;
        color: #0099CC;
        font-weight: bold;
    }

#smicons {
    margin:0px;
    padding:0px 8px 0px 0px;
    text-align:right;
  
}

#smicons a {
    margin:0px;
    padding:0px;

}

#smicons img {
    margin:2px 4px 0px 4px;
}

.nonewsevents {
    font-size:14px;
    color:#999;

}

.twittercontainer {
    border: solid 1px;
    border-color: #00ACED;
}

.twitterbody {
    font-size: 12px;
    padding: 5px 3px 0 5px;
    border-bottom: solid 1px #ccc;
}

.twitterheader {
    background-color: #00ACED;
}

    .twitterheader p {
        font-size: 11px;
        color: #fff;
    }

    .twitterheader a {
        text-decoration: none;
        color: #fff;
    }

        .twitterheader a:hover {
            text-decoration: underline;
        }

.timeago {
    color: #00ACED;
}

.twitterfooter {
    background-color: #00ACED;
    height: 25px;
}

.faceBookcontainer {
    overflow-x: hidden;
    border: solid 1px;
    border-color: #3b5998;
}

.faceBookbody {
    font-style: inherit;
    font-size: 12px;
    padding: 5px 5px 15px 5px;
    border-bottom: solid 1px #ccc;
}

.latestNewsItem {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}

.latestNewsItemPublished {
    color: #003E95;
}

.faceBookheader {
    background-color: #3b5998;
}

    .faceBookheader p {
        font-size: 11px;
        color: #fff;
    }

    .faceBookheader a {
        text-decoration: none;
        color: #fff;
    }

        .faceBookheader a:hover {
            text-decoration: underline;
        }

.faceBookfooter {
    background-color: #3b5998;
    height: 25px;
}

.timeagoFb {
    color: #9197a3;
 
}


/* -- standard data table -- */
.dataTable {
    padding: 1px;
    margin: 4px;
    width: 100%;
    border: 0;
    font-size: medium;
    color: #333;
}

    .dataTable th {
        padding: 5px 5px 5px 10px;
        border: 1px solid #ccc;
        text-align: left;
        font-size: 1.2em;
        font-weight: 700;
        vertical-align: baseline;
    }

        .dataTable th.center {
            text-align: center;
            width: inherit;
        }

        .dataTable th.right {
            text-align: right;
            width: inherit;
        }

    .dataTable td {
        padding: 5px 5px 5px 10px;
        border: 1px solid #ccc;
        vertical-align: baseline;
        text-align: left;
    }

        .dataTable td.center {
            text-align: center;
            width: inherit;
        }

        .dataTable td.right {
            text-align: right;
            width: inherit;
        }

        .dataTable td.header {
            padding: 5px 5px 5px 10px;
            border: 1px solid #ccc;
            text-align: left;
            font-size: 1.2em;
            font-weight: 700;
            vertical-align: baseline;
        }

        .dataTable td a:hover {
            color: #000;
        }

/* -- standard data table end -- */

/* -- web page data table --*/
.servicePage body, .servicePage td, .servicePage p, .servicePage tr {
font-family:Arial;
}

.servicePage table
{
    border-collapse: collapse;
    border-spacing: 0;
}

.servicePage tbody 
{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.servicePage th, .servicePage td 
{
    font-family: "nta",Arial,sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 300;
    text-transform: none;
    vertical-align: top;
    padding: 0.7em 1em;
}

.servicePage td {
    background: #eaedef;
    border: dotted 1px #b8c6cc;
}

.servicePage tr 
{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.servicePage tr:nth-child(even) td 
{
        background-color: #fff;
}

.servicePage th 
{
    line-height: 1.25em;
    text-align: left;
    color: #0b0c0c;
    font-weight: 700;
    background-color: #dee0e2;
    border: solid 1px #a1acb2;
}


/* -- web page data table end -- */

.debugAlert {
    cursor: pointer;
    float: left;
    background-color: red;
    font-size: 9px;
    color: #fff;
    padding: 4px;
    margin-top: 10px;
    margin-left: 4px;
}


.categoryDoItOnlineBox h2 {
    color: #fff;
    font-size: 28px;
    padding-top: 17px;
}

.categoryDoItOnlineBox p {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.categoryDoItOnlineBox {
    margin: 0;
    clear: both;
    height: 120px;
    width: 220px;
}


#residentbg .categoryDoItOnlineBox {
    background: #9ABB28;
}

#businessbg .categoryDoItOnlineBox {
    background: #CC3366;
}

#visitorbg .categoryDoItOnlineBox {
    background: #E9B014;
}

#councilbg .categoryDoItOnlineBox {
    background: #3399CC;
}

p.centered {
    text-align: center;
}

p.italic {
    font-style: italic;
}

p.italicCentered {
    text-align: center;
    font-style: italic;
    color: #666;
}


.hidden {
    display: none;
}

.appOptionBox {
    float: left;
    background-color: #DFDFDF;
    margin: 10px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
}

    .appOptionBox h4 {
        text-align: left;
        color: #666;
    }

.mid.appOptionBox {
    margin: 10px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
}









/* WARNING : REMOVE THIS SECTION IF NEW NEWS ARTCILE NOT LIVE YET - styles for new news slides homepage section*/


        /*overrided*/

.homeHeroArea {
    width: 620px;
    height: 311px;
    background: #fff;
    padding: 0px;
    margin: 0px 0px 0 0px;
    float: left;
    overflow: hidden;
}

.newsArea {
    height: 260px;
    background: #fff;
    margin-bottom: 9px;
    padding: 7px 7px 7px 7px;
    clear: both;
    overflow: auto;
}

#newsContainer {
        overflow-y:hidden;
    overflow-x:hidden;
}


.images {
    position: relative;
    width: 386px;
    float: left;
}

    .images div {
        font-size: 12px;
        clear: both;
    }

        .images div div.featureText {
            font-size: 12px;
            padding: 10px 10px 10px 10px;
            clear: both;
            float: left;
        }

    .images h2 {
        padding-top: 0px;
        font-size: 16px;
        clear: both;
        color: #000;
        width: 366px;
        font-weight: bold;
        text-decoration: none;
        margin-bottom:2px;
    }

        .images h2 a {
            font-size: 16px;
            text-decoration: none;
            color: #000;
        }

            .images h2 a:hover {
                font-size: 16px;
                color: #990000;
                text-decoration: none;
                background-color: transparent;
                border-color: #333333;
                border-bottom-width: 1px;
                border-left-width: 0px;
                border-right-width: 0px;
                border-top-width: 0px;
                border-style: dotted;
            }

    .images p {
        font-size: 12px;
        color: #000;
        width: 366px;
        font-weight: normal;
        line-height: 1.5em;
    }

    .images .button {
        background: #181415;
        padding: 4px 6px;
        color: #FFF;
        font-size: 11px;
        text-transform: uppercase;
    }

/* tabs (those little circles below slides) */
.slidetabs {
    position: absolute;
    list-style: none;
    top: 0px;
    right: 0px;
}

    .slidetabs li {
        padding: 0;
        margin: 0 0 1px 0;
    }

    /* single tab */
    .slidetabs a {
        background: #003E95;
        width: 222px;
        color: #FFF;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
        height: 38px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        padding: 0 6px 0 6px;
    }

        /* mouseover state */
        .slidetabs a:hover {
            background: #003E95;
            text-decoration: none;
            color: #ccc;
        }

        /* active state (current page state) */
        .slidetabs a.current {
            background: #fff;
            color: #000;
        }

         .latestnewsnav li a.last {
            margin: 0;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            height: 38px;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            border-right: 1px solid #0099CC;
            width: 25%;
        }


/*newly added*/

#featureHeader {
    background-color:#0099cb;
    width: 356px;
    color: #fff;
    padding: 11px 15px 10px 15px;
    font-weight: bold;
    margin: 0px;
  
  
}

.featureHeaderLinks {
    float:right;
   
   }

.featureHeaderLinks a {
    color:#fff;
    font-size: 12px;
   }

.featureHeaderLinks a:hover {
            text-decoration: none;
            color: #fff;
   }

.featureHeaderLinks a:visited {
            text-decoration: none;
            color: #fff;
   }



#consultationListHeader {
    padding: 3px;
    height: 26px;
    text-align: right;
    background-color: #0099CC;
}

#consultationListTitle {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    float: left;
    width: 145px;
    text-align: left;
    padding: 4px 0px 4px 4px;
}

#consultationAllLinkBox
{
    float:right; 
    width:25%; 
    padding:1px 2px 0px 0px;
}

#smContainer {
    padding:5px;

}

#smHeader {
    overflow:auto;
    padding:0px;
}

#smFBLogo {
    float:left;
    width:32px;
}

#smLogoText {
    float:left;
    font-size: 12px;
    color: #3365aa;
    width:180px;
    padding:2px 5px 5px 10px;
    
  
}

#smTwitLogo {
    float:right;
      width:32px;
}

.smAllLinkBar {
    clear:both;
     padding:8px 10px 8px 10px;
     margin:4px 0px 4px 0px;
     background-color: #3365aa;
     color:#fff;
     font-size: 12px;

}


.smAllLinkBar a {
    color:#fff;
    font-size: 12px;
   }

.smAllLinkBar a:hover {
            text-decoration: none;
            color: #fff;
   }

.smAllLinkBar a:visited {
            text-decoration: none;
            color: #fff;
   }



#faceBookContainer  {
    overflow-y:scroll;
    overflow-x:hidden;
    height:170px;
    background-color:#fff;
    font-size: 12px;
}

.fbImageFeed {

margin:0 auto;
text-align:center;


}
.fbFrom {
    font-size:14px;
    font-weight:bold;
    color:#3b5998;
    font-family: helvetica, arial, sans-serif;
    padding:3px 0px 3px 0px;
}

.fbFrom a{
   
    color:#3b5998;
    text-decoration:none;
}

.facebookUserIcon {
    float:left;

}


.facebookPostHeader {
    margin: 8px 0px 0px 0px;

}

.facebookUserImage {
    float:left;
    width:30px;
    padding:3px 0px 3px 0px;

}

.facebookFrom {
    float:right;
    width:220px;
    padding: 0px 0px 0px 10px;
}

.facebookPostMessage {
    padding:5px 10px 5px 0px;
    clear:both;
}

#imgMedia {
  width: 300px;

}



/* end styles for new news slides */

#mobileHeaderNav {
    display:none;
}

#mobileContactFooter {
    display:none;
}

#mobileSearchLink, #mobileLoginLink {
    display:none;
}

.fa-facebook-square {
    font-size: 36px!important;
    margin-right:10px;
    color: #3b5998!important;
    padding:0px;
    /*background-color:#ffffff;*/
}

.fa-twitter-square {
    font-size: 36px !important;
    margin-right: 10px;
    color: #00aced !important;
    padding: 0px;
    /*background-color: #ffffff;*/
}

.fa-youtube-square {
    font-size: 36px !important;
    margin-right: 10px;
    color: #e52d27 !important;
    padding: 0px;
    /*background-color: #ffffff;*/
}

/* Call to action button: allows any user to specify a class on a link in AZ to create a Call to Action button */

a.call-to-action-button {
    display: inline-block;
    border: none;
    border-radius: .25rem;
    background-color: #138a08;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1.9;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
    padding: .375rem .75rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.call-to-action-button:visited {
    color: #ffffff;
    background-color: #138a08;
    border-color: #138a08;
    text-decoration: none;
}

a.call-to-action-button:hover {
    color: #ffffff;
    background-color: #0e6606;
    border: none;
    text-decoration: none;
}

a.call-to-action-button:focus {
    outline: unset;
    box-shadow: 0 0 0 0.2rem rgb(14 102 6 / 50%);
    background-color: #0e6606;
    border: none;
}

/* End call to action button */

