﻿@charset "utf-8";
@import url("/siteassets/style/print-not-friendly.css");
@import url("/_assets/colors.css.ashx?v=2");

html {
    background: #F4F3ED;
    overflow: auto;
    width: auto;
}

body, body.v4master {
    height: auto;
    width: auto;
    font: 12px/120% "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Helvetica", "Arial", sans-serif;
    color: #333;
    background: #F4F3ED;
    overflow: visible;
}

button {
    overflow: visible;
    padding: 0;
}

*::selection {
    background: #3488ad;
    color: #fff;
}

.ms-rteElement-P {
    color: #333;
}

#s4-bodyContainer {
    overflow: auto;
}

#s4-workspace {
    z-index: 1;
    overflow: visible !important;
}

#MSO_ContentDiv-wrap {
    position: fixed;
    height: auto;
    width: auto;
    z-index: 10000;
    top: 70px;
}

#MSO_tblPageBody > tbody > tr > td:first-child {
    display: none;
}

#ctl00_MSO_ContentDiv {
    width: auto;
}
/*This sets up our Ribbon for a fixed position. */
#s4-ribbonrow {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    overflow-y: visible !important;
}
    /* Set the ribbon popups to be fixed position also */
    #s4-ribbonrow .ms-MenuUIPopupBody,
    #s4-ribbonrow .ms-popoutMenu,
    .ms-cui-menu[id ^= "Ribbon."],
    .ms-cui-tooltip {
        position: fixed !important;
    }

    * html #s4-ribbonrow .ms-MenuUIPopupBody, * html #s4-ribbonrow .ms-popoutMenu, * html .ms-cui-menu[id ^= "Ribbon."], * html .ms-cui-tooltip {
        position: absolute !important;
    }

.webpart-zone,
.webpart,
.webpart > div {
    width: 100%;
    overflow: hidden;
}
/*Make sure there are no scroll bars on our popup overlays*/
.ms-dlgOverlay {
    width: 100% !important;
}

#print-controls {
    display: none;
}

#body-wrap {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 1;
    background: #F4F3ED top center no-repeat url('/siteassets/images/layout/backgrounds/beach.jpg');
}

    #body-wrap .ms-WPBody {
        font-size: 1em;
        line-height: 1.7;
        font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
        background: #fff;
        color: #333;
    }

.ms-wpContentDivSpace {
    margin: 0;
    padding: 0;
}

.ms-PartSpacingVertical {
    height: 0;
    overflow: hidden;
    clear: both;
    margin: 0;
    padding: 0;
}

.bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: repeat-x 0 -225px url('/siteassets/images/layout/sprite-x.png'); /* bg-top */
    z-index: 1;
}

.print-only {
    display: none;
}

#container {
    position: relative;
    float: left;
    clear: both;
    width: 980px;
    height: auto;
    margin: 0 0 0 -490px;
    left: 50%;
    z-index: 2;
}

#header,
#navigation-search,
#main,
#footer {
    position: relative;
    float: left;
    z-index: 1;
    width: 970px;
    margin: 20px 5px 0 5px;
}

.hide {
    display: none;
}

img[src="/siteassets/images/layout/sprite.gif"], .sprite {
    background: no-repeat url('/siteassets/images/layout/sprite.png');
    padding: 0;
}

    .sprite.x {
        width: 10px;
        height: 10px;
        background-position: -591px 0;
    }

        .sprite.x:hover {
            background-position: -591px -10px;
        }

        .sprite.x.red,
        .sprite.x:active {
            background-position: -591px -20px;
        }

    .sprite.form-15 {
        background-position: -675px 0px;
        width: 15px;
        height: 15px;
        padding: 0;
        margin: 0 3px 0 2px;
        vertical-align: middle;
    }

img.rarr56-b,
img.larr56-b,
img.rarr56-p,
img.larr56-p,
img.rarr56-g,
img.larr56-g {
    width: 56px;
    height: 56px;
}

img.rarr56-b {
    background-position: 0 -355px;
}

img.larr56-b {
    background-position: 0 -411px;
}

img.rarr56-p {
    background-position: -56px -355px;
}

img.larr56-p {
    background-position: -56px -411px;
}

img.rarr56-g {
    background-position: -112px -355px;
}

img.larr56-g {
    background-position: -112px -411px;
}

.layout-row,
.layout-left,
.layout-center,
.layout-right,
.layout-top,
.layout-middle,
.layout-bottom {
    position: relative;
    float: left;
    clear: none;
    width: inherit;
}

.layout-row,
.layout-top,
.layout-middle,
.layout-bottom,
.layout-20 {
    clear: both;
    width: 100%;
}

.layout-20 {
    float: left;
    height: 20px;
}

#body-popup-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url('/siteassets/images/bg/00000080.png');
    z-index: 998;
    overflow: hidden;
}

#body-popup-temp {
    position: relative;
    left: -10000px;
    float: left;
    max-width: 900px;
    width: auto;
    height: auto;
}

#body-popup-window {
    position: absolute;
    padding: 0;
    top: 50px;
    left: 50%;
    background: #fff;
    /*xborder-radius: 0.5em;
    x-webkit-border-radius: 0.5em;
    x-moz-border-radius: 0.5em;*/
    z-index: 999;
    width: auto;
    height: auto;
    overflow: auto;
    /*
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	*/
}

#body-popup-temp,
#body-popup-window {
    /*	padding: 0;*/
}

    #body-popup-window.loading {
        width: 68px;
        height: 68px;
        margin-left: -34px;
        /*xborder-radius: 34px;
        x-webkit-border-radius: 34px;
        x-moz-border-radius: 34px;*/
        background: #fff no-repeat center 10px url('/siteassets/images/layout/ajax-loader-f.gif');
    }

    #body-popup-temp .content,
    #body-popup-window .content {
        position: relative;
        float: left;
        width: auto;
        margin: 10px;
    }

        #body-popup-temp .content > img,
        #body-popup-window .content > img {
            padding: 0;
            margin: 0;
        }

#body-popup-close {
    z-index: 999;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50px;
    margin-left: -60px;
    left: 50%;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    /*
	background: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	*/
}

    #body-popup-close img {
        width: 22px;
        height: 22px;
        background: no-repeat -562px -51px url('/siteassets/images/layout/sprite.png');
    }

    #body-popup-close:hover {
        /*background: #fff;*/
    }

        #body-popup-close:hover img {
            background-position: -540px -51px;
        }

#body-popup iframe {
    width: 100%;
    height: 100%;
}

object, embed {
    z-index: 1;
}
/* } */
/* scrollbar { */
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}

    .jspVerticalBar *,
    .jspHorizontalBar * {
        margin: 0;
        padding: 0;
    }

    /*.jspCap {
    display: none;
}*/

    .jspHorizontalBar .jspCap {
        float: left;
    }

.jspTrack {
    background: #ccc;
    position: relative;
}

.jspDrag {
    background: #999;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}
/*	} */
/* commmon { */
#content a,
#content a:link,
#content a:active,
#content a:visited,
#content a:hover,
#content .alink {
    text-decoration: underline;
}

    #content a:hover,
    #content .alink:hover {
        text-decoration: none;
    }

    #content a.button,
    #content a.button:link,
    #content a.button:active,
    #content a.button:visited,
    #content a.button:hover,
    #content .button {
        text-decoration: none;
    }

#siteactiontd a, a#zz16_Menu {
    color: #fff;
}

#Ribbon a,
#Ribbon .alink:hover {
    text-decoration: none;
}

.reverse a {
    text-decoration: none;
}

    .reverse a:hover {
        text-decoration: underline;
    }

a.pdf-icon {
    background: no-repeat url('/siteassets/images/layout/pdf_icon.jpg');
    padding: 3px 0 0 20px;
}

.i22,
a.rss-icon,
.i27,
a.rss2-icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    clear: none;
    text-indent: -10000px;
    *text-indent: 0;
}

.i27,
a.rss2-icon {
    width: 27px;
    height: 27px;
    background: -309px -356px url('/siteassets/images/layout/sprite.png'); /* rss2-icon */
}

.i22,
a.rss-icon {
    width: 22px;
    height: 22px;
    background: -284px -411px url('/siteassets/images/layout/sprite.png'); /* rss-icon */
}

    .i22:hover, .i27:hover,
    a:hover > .i22, a:hover > .i27,
    a.rss-icon:hover, a.rss2-icon:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        /*-moz-opacity: 0.60;
        -khtml-opacity: 0.60;*/
        opacity: 0.60;
    }

    .i22.facebook {
        background-position: -169px -411px !important;
    }

    .i22.twitter {
        background-position: -192px -411px !important;
    }

    .i22.flickr {
        background-position: -215px -411px !important;
    }

    .i22.youtube {
        background-position: -238px -411px !important;
    }

    .i22.instagram {
        background-position: -468px -411px !important;
    }

    .i22.pinterest {
        background-position: -514px -411px !important;
    }

    .i22.mobile {
        background-position: -537px -411px !important;
    }

    .i22.linkedin {
        background-position: -491px -411px !important;
    }

    .i22.googleplus {
        background-position: -445px -411px !important;
    }

    .i22.surveys {
        background-position: -261px -411px !important;
    }

    .i22.rss {
        background-position: -284px -411px !important;
    }

    .i22.email {
        background-position: -307px -411px !important;
    }

    .i22.phone {
        background-position: -376px -411px !important;
    }

.theme-p .i22.mobile {
    background-position: -560px -411px !important;
}

.theme-g .i22.email {
    background-position: -307px -411px !important;
}

.theme-p .i22.email {
    background-position: -330px -411px !important;
}

.theme-b .i22.email {
    background-position: -353px -411px !important;
}

.theme-g .i22.phone {
    background-position: -376px -411px !important;
}

.theme-p .i22.phone {
    background-position: -399px -411px !important;
}

.theme-b .i22.phone {
    background-position: -422px -411px !important;
}

.i27.facebook {
    background-position: -169px -356px !important;
}

.i27.twitter {
    background-position: -197px -356px !important;
}

.i27.flickr {
    background-position: -225px -356px !important;
}

.i27.youtube {
    background-position: -253px -356px !important;
}

.i27.instagram {
    background-position: -533px -356px !important;
}

.i27.pinterest {
    background-position: -589px -356px !important;
}

.i27.linkedin {
    background-position: -561px -356px !important;
}

.i27.mobile {
    background-position: -617px -356px !important;
}

.i27.googleplus {
    background-position: -505px -356px !important;
}

.i27.surveys {
    background-position: -281px -356px !important;
}

.i27.rss {
    background-position: -309px -356px !important;
}

.i27.email {
    background-position: -337px -356px !important;
}

.i27.phone {
    background-position: -421px -356px !important;
}

.theme-g .i27.email {
    background-position: -337px -356px !important;
}

.theme-p .i27.email {
    background-position: -365px -356px !important;
}

.theme-b .i27.email {
    background-position: -393px -356px !important;
}

.theme-g .i27.phone {
    background-position: -421px -356px !important;
}

.theme-p .i27.phone {
    background-position: -449px -356px !important;
}

.theme-b .i27.phone {
    background-position: -477px -356px !important;
}

a.attachment {
    background: no-repeat url('/_layouts/images/attachhd.gif');
    padding: 1px 0 0 17px;
}

#body-wrap input[type="submit"],
#body-wrap input[type="reset"],
#body-wrap input[type="button"],
#body-wrap button[type="submit"],
#body-wrap button[type="reset"],
#body-wrap button[type="button"],
#body-wrap .button,
#body-wrap .button-disabled,
#body-wrap .button-gradient,
#body-wrap .button-red,
#body-wrap a.button {
    cursor: pointer;
    display: block;
    float: left;
    clear: none;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    font: 1em/120% "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Helvetica", "Arial", sans-serif;
    padding: 0.5em 0.7em 0.6em;
    border: none;
    border: #707070 solid 0.1em;
    width: auto;
    background: #707070 url('/siteassets/images/layout/sprite-x.png') repeat-x 0 -997px;
    text-decoration: none !important;
    overflow: visible;
    zoom: 1;
    margin: 0;
    text-shadow: 0 0 0.5em #484848;
    box-shadow: 0 0 0.25em #ccc;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /*-khtml-user-select: none;*/
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    outline: none !important;
}

    #body-wrap input[type="submit"].button-medium,
    #body-wrap input[type="reset"].button-medium,
    #body-wrap input[type="button"].button-medium,
    #body-wrap button[type="submit"].button-medium,
    #body-wrap button[type="reset"].button-medium,
    #body-wrap button[type="button"].button-medium,
    #body-wrap .button.button-medium,
    #body-wrap .button-disabled.button-medium,
    #body-wrap .button-red.button-medium,
    #body-wrap a.button.button-medium {
        font-size: 1.2em;
    }

    #body-wrap input[type="submit"].button-large,
    #body-wrap input[type="reset"].button-large,
    #body-wrap input[type="button"].button-large,
    #body-wrap button[type="submit"].button-large,
    #body-wrap button[type="reset"].button-large,
    #body-wrap button[type="button"].button-large,
    #body-wrap .button.button-large,
    #body-wrap .button-disabled.button-large,
    #body-wrap .button-red.button-large,
    #body-wrap a.button.button-large {
        font-size: 1.5em;
    }

    #body-wrap input[type="submit"]:hover,
    #body-wrap input[type="reset"]:hover,
    #body-wrap input[type="button"]:hover,
    #body-wrap button[type="submit"]:hover,
    #body-wrap button[type="reset"]:hover,
    #body-wrap button[type="button"]:hover,
    #body-wrap .button:hover,
    #body-wrap .button-gradient.bottom,
    #body-wrap .button-red:hover,
    #body-wrap a.button:hover {
        background-position: bottom;
    }

    #body-wrap input[type="submit"]:active,
    #body-wrap input[type="reset"]:active,
    #body-wrap input[type="button"]:active,
    #body-wrap button[type="submit"]:active,
    #body-wrap button[type="reset"]:active,
    #body-wrap button[type="button"]:active,
    #body-wrap .button:active,
    #body-wrap .button-red:active,
    #body-wrap a.button:active {
        cursor: pointer;
        border-color: rgba(0,0,0,0.2);
        *border-color: #666;
        color: rgba(255,255,255,0.8) !important;
        *color: #ccc !important;
        text-shadow: none;
        box-shadow: inset 0 0 2em 1px rgba(0,0,0,0.25);
        background-image: none;
    }

    #body-wrap input[type="submit"].disabled,
    #body-wrap input[type="reset"].disabled,
    #body-wrap input[type="button"].disabled,
    #body-wrap button[type="submit"].disabled,
    #body-wrap button[type="reset"].disabled,
    #body-wrap button[type="button"].disabled,
    #body-wrap .button.disabled,
    #body-wrap .button-disabled,
    #body-wrap a.button.disabled {
        cursor: pointer;
        filter: alpha(opacity=50);
        /*-khtml-opacity: 0.5;
        -moz-opacity: 0.5;*/
        opacity: 0.5;
    }

#body-wrap .button-red {
    border-color: #d55252;
    background-color: #d55252;
    text-shadow: 1px 1px 1px #f44;
}

    #body-wrap .button-red:hover {
        border-color: #d55252;
        background-color: #d55252;
        text-shadow: 1px 1px 1px #f44;
    }

    #body-wrap .button-red:active {
        color: #ffe8e8;
        background-color: #b54646;
    }

#main .img-left {
    float: left;
    clear: none;
    padding: 0 10px 5px 0;
}

#body-wrap p,
#body-wrap p.ms-rteElement-P,
#body-wrap .ms-WPBody p,
#body-wrap .ms-WPBody td,
#body-wrap .content > div,
#body-wrap .content {
    color: #333;
    line-height: 1.7;
    font-size: 1em;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
}

    #body-wrap p,
    #body-wrap p.ms-rteElement-P {
        padding-bottom: 10px;
        margin: 0;
        width: 100%;
        font-size: 1em;
    }
/* content tables */
table tr th {
    font-weight: normal;
}

.ms-rtestate-field table {
    color: #333;
}

    .ms-rtestate-field table tr th,
    .ms-rtestate-field table tr td {
        text-align: left;
        vertical-align: top;
        padding: 5px;
        line-height: 1.3;
    }

        .ms-rtestate-field table tr th.s4-wpcell-plain,
        .ms-rtestate-field table tr td.s4-wpcell-plain,
        .ms-rtestate-field table.s4-wpTopTable tr th,
        .ms-rtestate-field table.s4-wpTopTable tr td {
            padding: 0;
        }

    .ms-rtestate-field table tr:nth-child(2n+2) td,
    .ms-rtestate-field table tr:nth-child(2n+2) th {
        background: #f1f1f1;
    }

table tr.ms-rteTableOddRow-default td,
table tr.ms-rteTableOddRow-default th,
table tr.ms-rteTableOddRow-0 td,
table tr.ms-rteTableOddRow-0 th {
    background: #f1f1f1;
}
/* webpart tables */
.ms-rte-wpbox table,
.ms-rte-wpbox table,
.content table.s4-wpTopTable {
    margin: 0;
    color: inherit;
}

    .ms-rte-wpbox table tr th,
    .ms-rte-wpbox table tr td,
    .s4-wpcell-plain table tr th,
    .s4-wpcell-plain table tr td,
    table tr th.s4-wpcell-plain,
    table tr td.s4-wpcell-plain,
    .ms-rte-wpbox table tr:nth-child(2n+2) td,
    .ms-rte-wpbox table tr:nth-child(2n+2) th,
    .s4-wpcell-plain table tr:nth-child(2n+2) td,
    .s4-wpcell-plain table tr:nth-child(2n+2) th,
    table tr:nth-child(2n+2) td.s4-wpcell-plain,
    table tr:nth-child(2n+2) th.s4-wpcell-plain {
        font-size: 12px;
        padding: 0;
    }
/* content tables */
.content table.content-table {
    margin-bottom: 15px;
    color: #333;
}

    .content table.content-table tr th,
    .content table.content-table tr td {
        text-align: left;
        vertical-align: middle;
        padding: 5px;
        line-height: 1.3;
    }

    .content table.content-table tr:nth-child(2n+2) td,
    .content table.content-table tr:nth-child(2n+2) th {
        background: #f1f1f1;
    }

.content img.ms-asset-icon {
    display: none;
}

#body-wrap h1,
#body-wrap h2,
#body-wrap h3,
#body-wrap h4,
#body-wrap h5,
#body-wrap h6,
#body-wrap h7 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    font-size: 1em;
    padding: 1em 0 0.75em;
    color: #003e5b;
}

    #body-wrap h1.page-title,
    #body-wrap h2.form-title {
        padding-top: 0;
    }

#body-wrap h1 {
    font-size: 2em;
    color: #003e5b;
}

#body-wrap h2 {
    font-size: 1.6em;
    color: #145a7c;
}

#body-wrap h3 {
    font-size: 1.4em;
    color: #3488ad;
}

#body-wrap h4 {
    font-size: 1.2em;
    font-style: italic;
    color: #81c1dc;
}

#body-wrap a,
#body-wrap a:link,
#body-wrap a:active,
#body-wrap a:visited,
#body-wrap a:hover,
#body-wrap .alink {
    color: #3488ad;
}

    #body-wrap a:active {
        color: #145a7c;
    }

    #body-wrap a:visited {
        color: #3488ad;
    }

    #body-wrap a:hover {
        color: #003e5b;
    }

#body-wrap h3.ms-WPTitle {
    font-family: Verdana;
    font-size: 12px;
}

ol, ul, dl {
    line-height: 1.5;
}

ul {
    padding-left: 25px;
    list-style: outside disc;
    margin: 0;
}

li {
    padding-bottom: 5px;
}

dl {
    margin: 0;
}

    dl dt {
        font-weight: bold;
    }

    dl dd {
        padding-bottom: 5px;
    }

hr {
    height: 1px;
    width: 100%;
    border: 0;
    margin: 20px 0;
    padding: 0;
}

.hr {
    float: left;
    clear: both;
    height: auto;
    width: 100%;
    border-top: solid 1px #ccc;
    margin: 0;
    padding: 0;
}

.pagination select {
    font-size: inherit;
}

.form p {
    float: left;
}

.form label,
.form input[type="text"],
.form textarea,
.form select,
.form legend {
    display: inline-block;
    float: left;
    clear: none;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    color: #333;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
    height: 28px;
    padding: 0 5px;
    margin: 0;
    font-size: 1em;
}

.form input[type="text"],
.form textarea,
.form select {
    border: 1px inset;
    background: #eee;
}

    .form input[type="text"]:focus,
    .form textarea:focus,
    .form select:focus {
        background: #fff;
    }

.form input[type="text"] {
    line-height: 24px;
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
    margin: 0;
}

.form .date select {
    margin-right: 10px;
}

.form label {
    -moz-border-radius: 0;
    border-radius: 0;
}

.form select,
.form select option {
    line-height: 26px;
}

    .form select[multiple="multiple"] {
        height: 90px;
    }

.form textarea {
    font-size: 1em;
    line-height: 1.5;
    padding: 5px;
}

.form select {
    font-size: 1em;
    line-height: 1.5;
    height: 30px;
    padding: 5px;
    border: #ccc 1px solid;
}

.hidden {
    display: none;
}

.title {
    font-size: 1.5em;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 15px;
}

.tout {
    float: left;
    background: #fff;
    border: #fff solid 1px;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.05);
    -webkit-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.05);
    box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.05);
}

    .tout .title,
    .tout .title2 {
        font-size: 1.5em;
        font-family: Georgia, "Times New Roman", Times, serif;
        padding: 0 0 15px;
        font-weight: normal;
    }

    .tout .intro {
        padding-bottom: 10px;
    }

        .tout .intro p {
            line-height: 1.5em;
            padding-bottom: 10px;
        }

.rounded {
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.left-rounded {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0.5em;
}

.right-rounded {
    border-top-left-radius: 0;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -moz-border-radius-bottomleft: 0;
}

.top-rounded {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
}

.bottom-rounded {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
}

.no-rounded {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
}

.search-box {
    position: relative;
    float: left;
    width: 210px;
    height: 30px;
    background: #bbe5f3;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

    .search-box .input {
        display: block;
        float: left;
        width: 175px;
        height: 28px;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
    }

#comments {
    padding: 0;
    height: auto;
}

    #comments.comments-disabled p {
        padding: 0;
        font-style: italic;
        color: #666;
    }

#body-wrap .search-box .input input[type="text"] {
    display: block;
    float: left;
    width: 165px;
    height: 28px;
    padding: 0 3px 0 7px;
    border: #bbe5f3 solid 1px;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
    font-style: italic;
    font-size: 1em;
    color: #81c1dc;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #fff;
}

    #body-wrap .search-box .input input[type="text"].active {
        font-style: normal;
        color: #3488ad;
    }

#body-wrap .search-box .search-button-wrap {
    float: left;
    width: 34px;
    height: 28px;
    margin: 1px 0 0 0;
    border: none;
    padding: 0;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

    #body-wrap .search-box .search-button-wrap:hover {
        background-color: #eee;
    }

    #body-wrap .search-box .search-button-wrap input[type="button"] {
        padding: 0;
        margin: 0;
        border: none;
        width: 34px;
        height: 28px;
        background: no-repeat -691px 0 url('/siteassets/images/layout/sprite.png');
    }

.search-box .suggestions {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 -1px 10px -1px;
    background: #0f0;
}

    .search-box .suggestions p {
        padding: 10px 0 0 0;
        text-align: center;
        font-size: 1.17em;
    }

        .search-box .suggestions p span {
            display: inline-block;
            height: 12px;
        }

        .search-box .suggestions p img {
            display: inline-block;
            vertical-align: text-top;
            padding-top: 0;
        }

    .search-box .suggestions ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .search-box .suggestions ul li {
            padding: 8px 10px;
            border-bottom: #bbe5f3 solid 1px;
        }

            .search-box .suggestions ul li:hover {
                cursor: pointer;
                background-color: #fff;
            }

            .search-box .suggestions ul li.more:hover {
                cursor: default;
            }

            .search-box .suggestions ul li a {
                text-decoration: none;
            }

#body-wrap .theme-p-tout,
#body-wrap .theme-g-tout,
#body-wrap .theme-b-tout,
#body-wrap .theme-r-tout,
#body-wrap .theme-o-tout {
    border-style: solid;
    border-width: 1px;
}

#site-search-suggestions {
    width: 208px;
}

#body-wrap .larr09,
#body-wrap .rarr09 {
    background-repeat: no-repeat;
    background-position: center center;
}

#body-wrap .theme-g .larr09 {
    background-image: url('/siteassets/images/layout/larr09-g.png');
}

#body-wrap .theme-g .rarr09 {
    background-image: url('/siteassets/images/layout/rarr09-g.png');
}

#body-wrap .theme-b .larr09 {
    background-image: url('/siteassets/images/layout/larr09-b.png');
}

#body-wrap .theme-b .rarr09 {
    background-image: url('/siteassets/images/layout/rarr09-b.png');
}

#body-wrap .theme-p .larr09 {
    background-image: url('/siteassets/images/layout/larr09-p.png');
}

#body-wrap .theme-p .rarr09 {
    background-image: url('/siteassets/images/layout/rarr09-p.png');
}

#body-wrap .theme-g .search-button-wrap {
    background: repeat-x 0 -641px url('/siteassets/images/layout/sprite-x.png'); /* search-button-g */
}

#body-wrap .theme-b .search-button-wrap {
    background: repeat-x 0 -529px url('/siteassets/images/layout/sprite-x.png'); /* search-button-b */
}

#body-wrap .theme-p .search-button-wrap {
    background: repeat-x 0 -585px url('/siteassets/images/layout/sprite-x.png'); /* search-button-p */
}

#body-wrap .theme-o .tout,
#body-wrap .theme-o-tout {
    border-color: #F2960D;
    background: #FFF8ED;
}

#body-wrap .theme-o,
#body-wrap .theme-o .c1,
#body-wrap .theme-o .c2,
#body-wrap .theme-o .c3,
#body-wrap .theme-o .c3 p {
    color: #DE8A0C;
}

#body-wrap .theme-r .tout,
#body-wrap .theme-r-tout {
    border-color: #ECA4A4;
    background: #FEF8F8;
}

#body-wrap .theme-r,
#body-wrap .theme-r .c1,
#body-wrap .theme-r .c2 {
    color: #c00;
}

    #body-wrap .theme-r a:link,
    #body-wrap .theme-r a:active,
    #body-wrap .theme-r a:visited,
    #body-wrap .theme-r a:hover {
        color: #600;
        text-decoration: underline;
    }

    #body-wrap .theme-r a:hover {
        text-decoration: none;
    }

.search-box .suggestions {
    background: #fff;
}

#body-wrap .search-box .input input[disabled="disabled"],
#body-wrap .theme-p .search-box .input input[disabled="disabled"],
#body-wrap .theme-b .search-box .input input[disabled="disabled"],
#body-wrap .theme-g .search-box .input input[disabled="disabled"] {
    background: #EBEBE4;
    color: #999;
}
/* }*/
/* header {*/
#header {
    position: relative;
    color: #003e5b;
    text-align: right;
    z-index: 9999;
}

    #header .layout-left {
        width: 540px;
    }

    #header .layout-right {
        position: relative;
        width: 430px;
        text-align: right;
    }

    #header .layout-top {
        position: relative;
        width: 430px;
        height: 40px;
        float: left;
        padding-top: 20px;
        margin-right: -9px;
        z-index: 2;
    }

    #header .layout-bottom {
        width: 430px;
        height: 30px;
        float: left;
        z-index: 1;
    }

    #header a:link,
    #header a:visited,
    #header a:active {
        color: #003e5b;
        text-decoration: none;
    }

    #header a:hover {
        color: #3488ad;
        text-decoration: underline;
    }

    #header ul,
    #header li {
        position: relative;
        display: block;
        float: right;
        margin: 0;
        padding: 0;
        margin-right: -9px;
        list-style: none;
    }

    #header .layout-top > ul > li,
    #header .layout-bottom > ul > li {
        height: 16px;
    }

    #header ul li {
        float: left;
        margin: 0;
        padding: 0 1px;
        border-left: #999 solid 1px;
        width: auto;
    }

        #header ul li.about-the-city {
            width: 105px;
        }

        #header ul li.contact {
            width: 64px;
        }

        #header ul li.translate {
            /*
	width: 95px;
	*/
        }

            #header ul li.translate > a {
                /*
	padding-left:34px;
	background:no-repeat 10px 3px url('/siteassets/images/layout/icon-translate.png');
	*/
            }

        #header ul li a {
            display: block;
            padding: 1px 9px 0 9px;
            line-height: 13px;
        }

            #header ul li a:hover {
                text-decoration: none;
            }

        #header ul li#online-assistance-mark a img {
            vertical-align: top;
        }

        #header ul li li,
        #header ul li:first-child {
            border: none;
        }

        #header ul li.parent:hover {
            border: #eaf7fb solid 1px;
            padding: 0 1px 0 0;
            z-index: 4;
            margin-top: -6px;
            border-top-left-radius: 0.5em;
            border-top-right-radius: 0.5em;
            -moz-border-radius-topleft: 0.5em;
            -moz-border-radius-topright: 0.5em;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        }

            #header ul li.parent:hover > a {
                color: #3488ad;
                background: no-repeat #fff;
                background-position: 0 -20px;
                padding: 6px 8px 5px 9px;
                border-top-left-radius: 0.5em;
                border-top-right-radius: 0.5em;
                -moz-border-radius-topleft: 0.5em;
                -moz-border-radius-topright: 0.5em;
            }

            #header ul li.parent:hover .shadow-fix {
                position: absolute;
                display: block;
                top: 20px;
                right: 0;
                left: 0;
                padding-left: 1px;
                height: 5px;
                z-index: 2;
                background: #fff;
            }

        #header ul li.translate:hover > a {
            padding: 6px 8px 10px 10px;
            /*
	padding-left:35px;
	background:#fff no-repeat 11px 8px url('/siteassets/images/layout/icon-translate.png');
	*/
        }

        #header ul li ul {
            display: none;
            position: absolute;
            margin-right: 0;
            z-index: 1;
            right: -1px;
            top: 23px;
            border: #eaf7fb solid 1px;
            background: #fff;
            /*color: #eaf7fb;*/
            -moz-border-radius: 0.5em;
            border-radius: 0.5em;
            border-top-right-radius: 0;
            -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        }

        #header ul li:hover ul {
            display: block;
        }

        #header ul li.translate ul {
            width: 150px;
        }

        #header ul li.about-the-city ul {
            width: 125px;
        }

        #header ul li.contact ul {
            width: 75px;
        }

        #header ul li ul li {
            float: left;
            text-align: left;
            clear: both;
            width: 100%;
        }

            #header ul li ul li a {
                color: #3488ad;
                padding: 5px 9px 5px 9px;
                border-bottom: #fff dotted 1px;
                border-radius: 0.5em;
                -moz-border-radius: 0.5em;
                font-size: 0.95em;
            }

            #header ul li ul li:first-child a {
                padding-top: 7px;
            }

            #header ul li ul li:last-child a {
                padding-bottom: 7px;
            }

            #header ul li ul li a:hover {
                color: #003e5b;
                background: #eaf7fb;
            }
/* } */
/* navigation {*/
#navigation-search {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    background: repeat-x 0 -100px url('/siteassets/images/layout/sprite-x.png'); /* nav-grad */
    height: 50px;
    z-index: 2;
}

    #navigation-search .navigation {
        position: relative;
        float: left;
        clear: none;
        width: 725px;
        height: 50px;
    }

        #navigation-search .navigation .item {
            position: relative;
            float: left;
            clear: none;
            height: 50px;
            background: repeat-x url('/siteassets/images/layout/sprite-x.png'); /* nav-grad */
            margin-right: 1px;
            padding: 0;
            z-index: 1;
        }

            #navigation-search .navigation .item:hover {
                z-index: 2;
            }

            #navigation-search .navigation .item .dropdown {
                display: none;
                z-index: 1;
            }

            #navigation-search .navigation .item:hover .dropdown {
                display: block;
            }

            #navigation-search .navigation .item .dropdown {
                position: absolute;
                top: 50px;
                left: -33px;
                width: 200px;
                min-width: 220px;
                height: auto;
                padding: 0 0 10px 0;
                border-radius: 0.5em;
                -moz-border-radius: 0.5em;
                background: #fff;
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            }

            #navigation-search .navigation .item .shadow-fix {
                display: none;
            }

            #navigation-search .navigation .item:hover .shadow-fix {
                display: block;
                position: absolute;
                width: inherit;
                height: 10px;
                background: #fff;
                left: 0;
                top: 40px;
                z-index: 3;
            }

            #navigation-search .navigation .item .dropdown a:link,
            #navigation-search .navigation .item .dropdown a:visited,
            #navigation-search .navigation .item .dropdown a:hover {
                color: #3488AD;
                text-decoration: none;
            }

            #navigation-search .navigation .item .dropdown a:visited {
                color: #3488AD;
            }

            #navigation-search .navigation .item:hover .dropdown .left {
                display: block;
                float: left;
                clear: none;
                width: 100%;
                height: auto;
                padding: 0 0 0 10px;
                z-index: 2;
            }

            #navigation-search .navigation .item .dropdown ul {
                padding: 0;
                margin: 0;
                list-style: none;
            }

                #navigation-search .navigation .item .dropdown ul li {
                    position: relative;
                }

            #navigation-search .navigation .item .dropdown .left > ul > li {
                position: relative;
                display: block;
                float: left;
                margin: 0;
                padding: 0;
            }

            #navigation-search .navigation .item .dropdown ul li a.l2 {
                display: block;
                float: left;
                width: 180px;
                padding: 7px 0 6px 10px;
                line-height: 1.2em;
            }

            #navigation-search .navigation .item .dropdown > .left > ul > li:first-child {
                margin-top: 10px;
            }

            #navigation-search .navigation .item .dropdown ul li.hover a.l2,
            #navigation-search .navigation .item .dropdown ul li:hover a.l2 {
                color: #003e5b;
                background: #eaf7fb;
            }

            #navigation-search .navigation .item .dropdown .l2-info .more {
            }

            #navigation-search .navigation .item .dropdown ul li .more {
            }

            #navigation-search .navigation .item .dropdown ul:hover li.hover a.l2 {
                color: #3488ad;
                background: none;
            }

                #navigation-search .navigation .item .dropdown ul:hover li.hover a.l2:hover {
                    color: #003e5b;
                    background: #eaf7fb;
                }
            /*#navigation-search .navigation .item .dropdown ul li.hover .l2-info,*/
            #navigation-search .navigation .item .dropdown ul li:hover .l2-info {
                display: block;
            }

            #navigation-search .navigation .item .dropdown ul li .l2-info {
                position: absolute;
                display: none;
                z-index: 1;
                left: 190px;
                top: -20px;
                width: 188px;
                padding: 15px 15px 15px 15px;
                height: auto;
                text-align: left;
                background: #f4fbfd left center no-repeat url('/siteassets/images/layout/shadow-vertical.png');
                border: solid 1px #eaf7fb;
                border-radius: 0.5em;
                -moz-border-radius: 0.5em;
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            }

                #navigation-search .navigation .item .dropdown ul li .l2-info .title {
                    padding-bottom: 10px;
                    font-size: 1.05em;
                    color: #003e5b;
                }

                #navigation-search .navigation .item .dropdown ul li .l2-info .intro {
                    color: #3488ad;
                    padding-bottom: 15px;
                    font-size: 0.95em;
                }

                #navigation-search .navigation .item .dropdown ul li .l2-info .l3-links {
                    padding-bottom: 15px;
                }

                #navigation-search .navigation .item .dropdown ul li .l2-info ul {
                    padding: 0;
                    margin: 0;
                }

                #navigation-search .navigation .item .dropdown ul li .l2-info li {
                    padding-bottom: 7px;
                    font-size: 0.9em;
                }

                    #navigation-search .navigation .item .dropdown ul li .l2-info li a.l3 {
                        color: #3488ad;
                    }

                        #navigation-search .navigation .item .dropdown ul li .l2-info li a.l3:hover {
                            color: #81c1dc;
                        }

                #navigation-search .navigation .item .dropdown ul li .l2-info .tout {
                    /*	position:absolute;
	float:none;
	bottom:15px;*/
                    width: 190px;
                    height: 120px;
                }

                    #navigation-search .navigation .item .dropdown ul li .l2-info .tout a {
                        display: block;
                        float: left;
                        position: relative;
                        width: 188px;
                        height: 118px;
                        border: #3488ad solid 1px;
                        color: #fff;
                    }

                        #navigation-search .navigation .item .dropdown ul li .l2-info .tout a span {
                            display: block;
                            position: absolute;
                            bottom: 0;
                            background: #3488ad;
                            padding: 7px 10px;
                            width: 168px;
                        }

                        #navigation-search .navigation .item .dropdown ul li .l2-info .tout a:hover {
                            border-color: #003e5b;
                            color: #fff;
                        }

                            #navigation-search .navigation .item .dropdown ul li .l2-info .tout a:hover span {
                                background: #003e5b;
                            }

        #navigation-search .navigation .item-home,
        #navigation-search .navigation .item-home a {
            border-top-left-radius: 0.5em;
            -moz-border-radius-topleft: 0.5em;
            border-bottom-left-radius: 0.5em;
            -moz-border-radius-bottomleft: 0.5em;
        }

        #navigation-search .navigation .item a.l1 {
            display: block;
            float: left;
            text-indent: -10000px;
            width: inherit;
            height: 50px;
            background: 0 -90px url('/siteassets/images/layout/sprite.png'); /* nav-states */
        }

        #navigation-search .navigation .item-home {
            width: 52px;
        }

        #navigation-search .navigation .item-residents {
            width: 138px;
        }

        #navigation-search .navigation .item-business {
            width: 128px;
        }

        #navigation-search .navigation .item-visitors {
            width: 117px;
        }

        #navigation-search .navigation .item-government {
            width: 164px;
        }

        #navigation-search .navigation .item-services {
            width: 120px;
        }

        #navigation-search .navigation .item-home:hover a.l1 {
            background-position: 0 -140px;
        }

        #navigation-search .navigation .item-residents a.l1 {
            background-position: -53px -90px;
        }

        #navigation-search .navigation .item-residents:hover a.l1 {
            background-position: -53px -140px;
        }

        #navigation-search .navigation .item-business a.l1 {
            background-position: -192px -90px;
        }

        #navigation-search .navigation .item-business:hover a.l1 {
            background-position: -192px -140px;
        }

        #navigation-search .navigation .item-visitors a.l1 {
            background-position: -321px -90px;
        }

        #navigation-search .navigation .item-visitors:hover a.l1 {
            background-position: -321px -140px;
        }

        #navigation-search .navigation .item-government a.l1 {
            background-position: -439px -90px;
        }

        #navigation-search .navigation .item-government:hover a.l1 {
            background-position: -439px -140px;
        }

        #navigation-search .navigation .item-services a.l1 {
            background-position: -604px -90px;
        }

        #navigation-search .navigation .item-services:hover a.l1 {
            background-position: -604px -140px;
        }

        #navigation-search .navigation .item:hover a.l1 {
            background-color: #fff;
        }

        #navigation-search .navigation .item-selected {
            background-position: 0 -50px;
        }

            #navigation-search .navigation .item-selected:hover,
            #navigation-search .navigation .item:hover {
                background: #fff;
                border-top: #81c1dc solid 1px;
                height: 49px;
            }

        #navigation-search .navigation .item-home:hover {
            background: #fff;
            border: 0;
            height: 50px;
        }

    #navigation-search .search {
        float: left;
        clear: none;
        width: 245px;
        height: 50px;
        background: repeat-x url('/siteassets/images/layout/sprite-x.png'); /* nav-grad */
        border-top-right-radius: 0.5em;
        -moz-border-radius-topright: 0.5em;
        border-bottom-right-radius: 0.5em;
        -moz-border-radius-bottomright: 0.5em;
    }

        #navigation-search .search .search-box {
            position: relative;
            float: left;
            margin: 10px 0 0 17px;
        }
/* } */
/* main {*/
#main {
    width: 930px;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    background: #fff;
    z-index: 1;
    min-height: 400px;
}

#pageStatusBar {
    padding-bottom: 20px;
}

#main h1.page-title,
#main h1:first-child {
    color: #3488ad;
}
/* #main .page-header  { */
#main .page-header {
    font-size: 1em;
    position: relative;
    z-index: 9;
    float: left;
    display: block;
    padding: 0 0 20px 0;
}

    #main .page-header > .tout {
        width: 898px;
        min-height: 18px;
        margin: 0;
        padding: 15px 15px 0 15px;
    }

    #main .page-header .tout .title,
    #main .page-header .tout .intro,
    #main .page-header .tout .content,
    #main .page-header .tout .read-more {
        float: left;
    }

    #main .page-header .tout .rss {
        float: right;
        clear: none;
    }

    /*#main .page-header .tout .rss a {
            margin-top: -4px;
        }*/

    #main .page-header .tout .title {
        font-style: italic;
        font-size: 1.5em;
        padding-right: 0.75em;
        line-height: 1.1em;
    }

    #main .page-header .tout .intro {
        font-size: 1.1em;
        line-height: 1.2em;
        font-style: italic;
        padding-top: 2px;
    }

        #main .page-header .tout .intro span {
            font-style: normal;
            font-size: 1.2em;
            line-height: 1em;
        }

    #main .page-header a:link,
    #main .page-header a:active,
    #main .page-header a:visited {
        text-decoration: none;
    }

    #main .page-header a:hover {
        text-decoration: underline;
    }

    #main .page-header a.button,
    #main .page-header a.button:hover {
        text-decoration: none;
    }

    #main .page-header .maps-nav ul {
        position: absolute;
        top: 0;
        left: 135px;
        list-style: none;
        padding: 0;
        margin: 0;
        border-left: #dad7c5 solid 1px;
    }

        #main .page-header .maps-nav ul li {
            float: left;
            border: #dad7c5 solid 1px;
            border-left: none;
            height: 42px;
            padding: 0;
            margin: 0;
        }

            #main .page-header .maps-nav ul li a {
                height: 45px;
                display: block;
                float: left;
                padding: 0 15px;
                font-size: 1.17em;
                line-height: 45px;
                text-decoration: none;
            }

            #main .page-header .maps-nav ul li.selected {
                background: #fff;
                color: #403c29;
                border-bottom-color: #fff;
            }

                #main .page-header .maps-nav ul li.selected a {
                    color: #403c29;
                }
/* } */
/* } */
/* alerts { */
.alert-wrap {
    width: 930px;
    height: auto;
    display: inline-block;
    padding: 0 0 20px 0;
    zoom: 1;
}

#alert {
    width: 898px;
    padding: 5px 15px 5px 15px;
    margin: 0;
    height: auto;
}

    #alert table {
        width: 898px;
    }

        #alert table td {
            width: auto;
            text-align: left;
            vertical-align: middle;
        }

    #alert .title {
        padding: 0.5em 1em 0.5em 0.5em;
        text-align: right;
        width: 175px;
        line-height: 1.2;
        color: #900;
    }

    #alert .description {
    }

.theme-r #alert .description p {
    color: #c00;
}
/* } */
/* footer {*/
#container-footer {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -320px;
    z-index: 1;
    text-align: center;
}

    #container-footer .fade {
        position: relative;
        width: 100%;
        height: 150px;
        background: repeat-x 0 -847px url('/siteassets/images/layout/sprite-x.png'); /* footer-grad */
    }

    #container-footer .solid {
        float: left;
        height: 210px;
        width: 100%;
        background: #fff;
    }

#footer {
    position: relative;
    width: 970px;
    height: 160px;
    margin: 20px 5px 0;
    z-index: 1;
    text-align: left;
}

    #footer a:hover {
        text-decoration: underline;
    }

    #footer .layout-top {
        float: left;
        clear: both;
        width: 980px;
        padding-bottom: 0;
        z-index: 10;
    }

        #footer .layout-top .column {
            float: left;
            clear: none;
            width: 190px;
            border: none;
            margin: 0 30px 0 20px;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

        #footer .layout-top.theme-p .tout.column {
            background: #fff;
        }

        #footer .layout-top .column .title {
            padding-bottom: 20px;
        }

        #footer .layout-top .services-search .search-box {
            width: 190px;
        }

        #footer .layout-top .services-search .search-box {
            width: 190px;
        }

            #footer .layout-top .services-search .search-box .input {
                width: 155px;
            }

                #footer .layout-top .services-search .search-box .input input[type="text"] {
                    width: 155px;
                }

        #footer .layout-top .city-sites-network {
            position: relative;
            width: 210px;
        }

            #footer .layout-top .city-sites-network .title {
                padding-bottom: 10px;
            }

            #footer .layout-top .city-sites-network .selector {
                position: relative;
                width: 210px;
                height: 70px;
                overflow: hidden;
            }

                #footer .layout-top .city-sites-network .selector .options {
                    position: relative;
                    float: left;
                    clear: none;
                    width: 178px;
                    height: 67px;
                    overflow: hidden;
                    background: #fff;
                }

                    #footer .layout-top .city-sites-network .selector .options a {
                        display: block;
                        position: relative;
                        float: left;
                        clear: both;
                        padding: 0;
                        margin: 5px;
                        width: 165px;
                        height: 55px;
                        background: url('/siteassets/images/layout/sprite.png') 0 -190px; /* city-sites-network */
                    }

                        #footer .layout-top .city-sites-network .selector .options a:hover {
                            filter: alpha(opacity=75);
                            /*-khtml-opacity: 0.75;
                            -moz-opacity: 0.75;*/
                            opacity: 0.75;
                        }

                        #footer .layout-top .city-sites-network .selector .options a.vaqua {
                            background-position: 0 -190px;
                        }

                        #footer .layout-top .city-sites-network .selector .options a.complan {
                            background-position: -165px -190px;
                        }

                        #footer .layout-top .city-sites-network .selector .options a.cvb {
                            background-position: -330px -190px;
                        }

                        #footer .layout-top .city-sites-network .selector .options a.gift {
                            background-position: 0 -245px;
                        }

                        #footer .layout-top .city-sites-network .selector .options a.history {
                            background-position: -165px -245px;
                        }

                        #footer .layout-top .city-sites-network .selector .options a.sandler {
                            background-position: -330px -245px;
                        }

                        #footer .layout-top .city-sites-network .selector .options a.schools {
                            background-position: 0 -300px;
                        }

                        #footer .layout-top .city-sites-network .selector .options a.parents {
                            background-position: -162px -298px;
                        }

                        #footer .layout-top .city-sites-network .selector .options a.yesvb {
                            background-position: -330px -300px;
                        }

                #footer .layout-top .city-sites-network .selector .button-wrap {
                    float: right;
                    clear: none;
                    width: 25px;
                    padding: 0;
                }

                    #footer .layout-top .city-sites-network .selector .button-wrap img {
                        padding: 0;
                        margin: 0;
                    }

                    #footer .layout-top .city-sites-network .selector .button-wrap a.button {
                        padding: 0;
                        height: 65px;
                        width: 23px;
                        text-align: center;
                        line-height: 65px;
                        background: center center no-repeat url('/siteassets/images/layout/darr12-p.png');
                        margin: 0;
                    }

        #footer .layout-top .online-assistance .rounded {
            position: relative;
            width: 190px;
            height: 32px;
            padding: 0;
            text-align: center;
            line-height: 35px;
            background: #fff;
            overflow: hidden;
        }

            #footer .layout-top .online-assistance .rounded a {
                display: block;
                width: 190px;
                height: 32px;
                overflow: hidden;
            }

                #footer .layout-top .online-assistance .rounded a:hover {
                    filter: alpha(opacity=75);
                    /*-khtml-opacity: 0.75;
                    -moz-opacity: 0.75;*/
                    opacity: 0.75;
                }

        #footer .layout-top .online-assistance .content img {
            padding: 0;
            float: none;
        }

        #footer .layout-top .contact-the-city {
        }

    #footer .layout-bottom {
        float: left;
        clear: both;
        width: 930px;
        margin: 0 20px;
        z-index: 9;
    }

        #footer .layout-bottom ul {
            margin: 0;
            padding: 0;
        }

            #footer .layout-bottom ul li {
                display: inline;
            }

        #footer .layout-bottom .layout-left,
        #footer .layout-bottom .layout-right,
        #footer .layout-bottom .layout-center {
            float: left;
            clear: none;
        }

        #footer .layout-bottom .layout-left {
            width: 140px;
        }

            #footer .layout-bottom .layout-left a {
                display: block;
                width: 140px;
            }

                #footer .layout-bottom .layout-left a img {
                    display: block;
                    float: left;
                    clear: none;
                    background-position: -540px 0;
                }

                #footer .layout-bottom .layout-left a span {
                    display: block;
                    float: left;
                    clear: none;
                    padding-top: 20px;
                }

        #footer .layout-bottom .layout-center {
            width: 600px;
            color: #c2bd9f;
            text-align: center;
        }

            #footer .layout-bottom .layout-center p {
                clear: both;
                width: 100%;
            }

#body-wrap #footer .layout-bottom .layout-center p.top {
    padding: 15px 0 3px;
}

#footer .layout-bottom .layout-center {
}

#footer .layout-bottom .layout-right {
    width: 190px;
}

    #footer .layout-bottom .layout-right ul {
        margin: 0;
        padding: 20px 0 0 0;
    }

        #footer .layout-bottom .layout-right ul li a {
            display: block;
            float: left;
            width: 22px;
            height: 22px;
            text-indent: -10000px;
            margin-left: 5px;
            background: url('/siteassets/images/layout/sprite.png'); /* icons */
        }

            #footer .layout-bottom .layout-right ul li a.facebook {
                background-position: -496px -191px;
            }

            #footer .layout-bottom .layout-right ul li a.twitter {
                background-position: -519px -191px;
            }

            #footer .layout-bottom .layout-right ul li a.flickr {
                background-position: -542px -191px;
            }

            #footer .layout-bottom .layout-right ul li a.youtube {
                background-position: -565px -191px;
            }

            #footer .layout-bottom .layout-right ul li a.email {
                background-position: -588px -191px;
            }

            #footer .layout-bottom .layout-right ul li a.surveys {
                background-position: -611px -191px;
            }

            #footer .layout-bottom .layout-right ul li a.rss {
                background-position: -634px -191px;
            }

            #footer .layout-bottom .layout-right ul li a.facebook:hover {
                background-position: -496px -213px;
            }

            #footer .layout-bottom .layout-right ul li a.twitter:hover {
                background-position: -519px -213px;
            }

            #footer .layout-bottom .layout-right ul li a.flickr:hover {
                background-position: -542px -213px;
            }

            #footer .layout-bottom .layout-right ul li a.youtube:hover {
                background-position: -565px -213px;
            }

            #footer .layout-bottom .layout-right ul li a.email:hover {
                background-position: -588px -213px;
            }

            #footer .layout-bottom .layout-right ul li a.surveys:hover {
                background-position: -611px -213px;
            }

            #footer .layout-bottom .layout-right ul li a.rss:hover {
                background-position: -634px -213px;
            }
/* } */
/* forms { */
.layout-form {
    width: 100%;
    padding: 0 0 15px 0;
}

.content .layout-form {
    width: 525px;
    padding: 0 0 15px 0;
}

.form .form-title {
    font-size: 18px;
    padding: 0 0 10px 0;
    font-style: italic;
}

.form .fields {
    overflow: hidden;
    width: 100%;
}

    .form .fields .field,
    .form .fields .field-submit,
    .form .fields .fields-title,
    .form .fields .info {
        float: left;
        clear: none;
        width: 100%;
        padding: 10px 0;
        border-bottom: #ccc solid 1px;
    }

    .form .fields .field-submit,
    .form .fields .fields-title,
    .form .fields .info {
        border: none;
    }

    .form .fields .field {
        border-bottom-color: #bbe5f3;
    }

.form .field > div {
    float: left;
    clear: none;
    width: 50%;
}

.form .field-break {
    height: 1px;
    width: 100%;
    overflow: hidden;
}

    .form .field-break hr {
        margin: 0;
    }

.form .info {
    color: #333;
}

.form .field:hover {
    background: #f4fbfd;
}

.form .field.field-error {
    background: #FcF9F9;
}

.form .field .field-title {
    font-size: 1.025em;
    width: 49%;
}

    .form .field .field-title label {
        font-weight: bold;
        padding-top: 0.5em;
    }

.theme-b.form .field .field-title label {
    color: #145a7c;
}

.form .field .field-input label {
    width: 100%;
    padding-bottom: 1em;
}

.theme-b.form .field .field-title label {
    color: #003e5b;
}

.form .field.field-error .field-title label {
    color: #f00;
}

.form .sending {
    clear: both;
}
/* */
#body-wrap .content .form table {
    width: 525px;
}

#body-wrap .form table tr th,
#body-wrap .form table tr td {
    background-color: #fff;
    vertical-align: top;
    text-align: left;
    padding: 10px 0;
    border-bottom: none;
}

#body-wrap .form table tr.field {
    float: none;
}

#body-wrap .form table tr.sub-title th,
#body-wrap .form table tr.sub-title td {
    padding: 0;
    margin: 0;
}

#body-wrap .form table tr.break.grouped th,
#body-wrap .form table tr.break.grouped td {
    height: 0;
    border: none;
}

#body-wrap .form table tr.field:hover th,
#body-wrap .form table tr.field:hover td {
    background: #f4fbfd;
}

#body-wrap .form table tr.field-error th,
#body-wrap .form table tr.field-error td {
    background: #FcF9F9;
}

#body-wrap .follow-right .form table tr td.name {
    color: #145a7c;
    padding-bottom: 0;
}

#body-wrap .follow-right .form table tr td p {
    margin: 0;
    padding: 0;
}

#body-wrap .content .form table tr th {
    width: 275px;
    padding-left: 20px;
    text-align: right;
}

#body-wrap .content .form table tr.break th,
#body-wrap .content .form table tr.break td {
    height: 1px;
    background: #eaf7fb;
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
    padding: 1px 0 0 0;
}

#body-wrap .content .form table tr.field td {
    width: 200px;
    padding-right: 30px;
}

#body-wrap .content .form table tr th label {
    display: inline-block;
    float: left;
    text-align: left;
    height: auto;
    padding: 0 10px;
}

#body-wrap .content .form table tr.grouped th label {
    padding-left: 30px;
}

#body-wrap .content .form table tr th p {
    font-weight: normal;
    text-align: left;
    color: #666;
    font-style: italic;
    padding-left: 10px;
}

#body-wrap .content .form table tr.title {
    font-size: 1em;
}

#body-wrap .content .form table tr td h3 {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 0 0 25px;
}

#body-wrap .content .form table tr.title.grouped th,
#body-wrap .content .form table tr.title.grouped td {
    padding-bottom: 5px;
}

#body-wrap .content .form table tr td[colspan="2"] {
    width: 525px;
}

.form table tbody.errors {
    display: none;
}

#body-wrap .content .form table tbody.errors tr td {
    padding: 0;
}

#body-wrap .form .errors p {
    text-align: center;
    color: #f00;
    width: 100%;
}

#body-wrap .form .field-error input[type="text"],
#body-wrap .form .field-error textarea,
#body-wrap .form .field-error select {
    border-color: #F88;
}

#body-wrap .content .form tr.field-error th {
    color: #f00;
}

#body-wrap .content .form tr.date select {
    width: auto;
}

#body-wrap .content .form tr.date input {
    width: 35px;
    float: left;
}

#body-wrap .content .form input[type="text"],
#body-wrap .content .form textarea,
#body-wrap .content .form select {
    width: 210px;
}

#body-wrap .content .form textarea {
    height: 90px;
    width: 210px;
}

#body-wrap .content .form select {
    width: 222px;
}

#body-wrap .content .form table tr.group td label {
    display: block;
    float: none;
    clear: both;
    line-height: 1.4;
    height: auto;
    padding: 0 10px 5px 0;
}

#body-wrap .content .form tr.group input {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#body-wrap .content .form span.required {
    color: #f00;
}

#body-wrap .content .form input[type="button"] {
    max-width: 215px;
    margin: 0;
}
/*
.form
*/
.form {
}

#ctl00_MSOTlPn_EditorZone_DisplayFormEditorPart {
    padding: 10px 10px 0 10px;
}

    #ctl00_MSOTlPn_EditorZone_DisplayFormEditorPart .popup_hide p {
        padding: 5px 0 0 5px;
        color: #145a7c;
    }
/* } */
/* #advanced-search { */
#advanced-search {
}

    #advanced-search .result-dates input {
        width: 88px;
    }

    #advanced-search .result-dates span {
        display: inline-block;
        float: left;
        font-weight: normal;
        width: 30px;
        line-height: 30px;
        text-align: center;
    }

    #advanced-search .result-types select {
        width: 230px;
    }

    #advanced-search .result-terms input[type="text"] {
        width: 141px;
        margin-right: 10px;
    }
/* } */

/* Google Custom CSE*/

#site-search td.gsc-clear-button, #site-search td.gsc-search-button {
    display: none !important;
    visibility: hidden !important;
}

#site-search .gsc-input input {
    background-position-x: 5px !important;
    font-size: 14px;
    height: 26px;
    width: 92%;
    margin-left: 2px;
}

.gsc-input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .gsc-input input {
        background-position-x: 5px !important;
    }

#vbgov-search-results td.gsc-search-button input {
    height: 32px!important;
    line-height: 18px !important;
    margin-left: 6px !important;
}

#vbgov-search-results .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #fff;
    padding: 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#vbgov-search-results .gsc-control-cse .gsc-option-menu {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#vbgov-search-results .gsc-selected-option-container {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#vbgov-search-results .gsc-control-cse {
    padding: 0;
}
