/* Red #a61f2e, blue #011c3a, header color #2c3541*/
.appt {
    margin-top: 20px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2)
}

.tagExpress {
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2)
}

.footable-row-detail-name {
    font-weight: bolder;
}
/*.home-message{padding: 5px 5px 5px 5px; background-color:#a61f2e; text-align:center; color:yellow; font-size: 1.8em;}*/
.home-message {
    padding: 5px 5px 5px 5px;
    background-color: #011c3a;
    text-align: center;
    color: yellow;
    font-size: 1.8em;
}

.specialtytags {
    text-align: center;
}

    .specialtytags img {
        width: 300px;
    }

.confirmBox {
    padding: 20px 10px 10px 10px;
    text-align: center;
    background-color: #2c3541;
    border-radius: 9px;
}

    .confirmBox input[type="checkbox"] {
        width: 25px;
        height: 25px;
    }

.scrollDisclaimer {
    width: 100%;
    padding: 10px 10px 10px 10px;
}

.recognitions {
    border-radius: 9px;
    background-color: #011c3a;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

    .recognitions a {
        color: Yellow;
    }

        .recognitions a:hover {
            color: Red;
        }

.kidstag {
    border-radius: 9px;
    color: #fff;
    padding: 10px 10px 10px 10px;
}


/* table style properties */
table {
    width: 100%;
    max-width: 100%;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    text-align: center;
}

    table th, table td {
        padding: 10px;
        vertical-align: top;
        color: #565656;
        border-top: 1px solid #cccccc;
    }

    table th {
        font-weight: 700;
        font-size: 14px;
        background-color: #011c3a;
        color: #ffffff;
    }

    table strong {
        color: #000;
        font-weight: bold;
    }

    table thead th {
        vertical-align: bottom;
    }

    table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
        border-top: 0;
    }

    table tbody tr td, table tbody tr th {
        -moz-transition: background-color 0.25s 0 linear 1s ease-in-out;
        -webkit-transition: background-color 0.25s 0 linear 1s ease-in-out;
        -o-transition: background-color 0.25s 0 linear 1s ease-in-out;
        transition: background-color 0.25s 0 linear 1s ease-in-out;
    }

.table-bordered {
    border: 1px solid #cccccc;
    border-left: 0;
    border-collapse: separate;
}

    .table-bordered th, .table-bordered td {
        border-left: 1px solid #cccccc;
    }

    .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

.table-striped tbody tr:nth-child(odd) td {
    background-color: rgba(204, 204, 204, 0.4);
}

table i {
    color: #FFF;
}

/* Custom Tables */
.warning {
    background-color: #f85840;
    color: #fff;
    /*  border-radius: 9px;*/
    text-align: left;
    text-transform: uppercase;
    font-weight:bold;
}

    .warning h3 {
        color: Yellow;
    }

    .warning a {
        color: yellow;
    }

        .warning a:hover {
            color: blue;
        }

    .warning td, .warningBlue td, .warningGreen td {
        color: #fff;
        border-top: 0;
    }

.warningBlue {
    background-color: #011c3a;
    color: #fff;
    border-radius: 9px;
    text-align: left;
}

    .warning strong, .warningBlue strong, .warningGreen strong {
        color: #fff;
    }

.notes {
    font-size: 0.7em;
}

    .notes sup {
        font-size: 1.2em;
    }

.zero-return td {
    color: #000;
}

.zero-return {
    margin: 0 auto;
    background-color: #f0f0f0;
    width: inherit;
    text-align: left;
    border-radius: 9px;
}
.warningGreen {
    background-color: #3fbf48;
    color: #fff;
   /* border-radius: 9px;*/
    text-align: left;
}

/*BREADCRUMBS ====================================================================================================*/
/* @group breadcrumb */

#breadcrumb {
    display: block;
    border-bottom: 1px #eeeedd solid;
    padding: 0.7em 0em;
}

    #breadcrumb ul {
        list-style: none;
    }

.crumbs {
    display: block;
}

    .crumbs li {
        display: inline;
    }

        .crumbs li.first {
            padding-left: 8px;
        }

        .crumbs li a, .crumbs li a:link, .crumbs li a:visited {
            color: #666;
            display: block;
            float: left;
            font-size: 12px;
            margin-left: -13px;
            padding: 7px 17px 11px 25px;
            position: relative;
            text-decoration: none;
        }

        .crumbs li a {
            background-image: url('../Images/bg-crumbs.png');
            background-repeat: no-repeat;
            background-position: 100% 0;
            position: relative;
        }

            .crumbs li a:hover {
                color: #333;
                background-position: 100% -48px;
                cursor: pointer;
            }

            .crumbs li a:active {
                color: #333;
                background-position: 100% -96px;
            }

        .crumbs li.first a span {
            height: 29px;
            width: 3px;
            border-left: 1px solid #d9d9d9;
            position: absolute;
            top: 0px;
            left: 0px;
        }


.crumbs2 {
    display: block;
    margin-left: -13px;
    padding: 0;
}

    .crumbs2 li {
        display: inline;
    }

        .crumbs2 li a, .crumbs2 li a:link, .crumbs2 li a:visited {
            color: #666;
            display: block;
            float: left;
            font-size: 12px;
            padding: 7px 16px 7px 19px;
            position: relative;
            text-decoration: none;
            border: 1px solid #d9d9d9;
            border-right-width: 0px;
        }

        .crumbs2 li a {
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5)";
            background-image: -moz-linear-gradient( center bottom, rgb(241,241,241) 45%, rgb(245,245,245) 73%); /* For Internet Explorer 5.5 - 7 */
        }

        .crumbs2 li.first a {
            border-top-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -webkit-border-top-left-radius: 5px;
        }

        .crumbs2 li.last a {
            border-right-width: 1px;
            border-bottom-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -webkit-border-bottom-right-radius: 5px;
        }

        .crumbs2 li a:hover {
            border-top-color: #c4c4c4;
            border-bottom-color: #c4c4c4;
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#f1f1f1)";
            color: #333;
            -moz-box-shadow: 0px 2px 2px #e8e8e8;
            -webkit-box-shadow: 0px 2px 2px #e8e8e8;
            box-shadow: 0px 2px 2px #e8e8e8;
            background-image: -moz-linear-gradient( center bottom, rgb(241,241,241) 45%, rgb(248,248,248) 73%); /* For Internet Explorer 5.5 - 7 */
            /* For Internet Explorer 8 */
        }

        .crumbs2 li a:active {
            border-top-color: #c4c4c4;
            border-bottom-color: #c4c4c4;
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebebeb, endColorstr=#e0e0e0)";
            color: #333;
            box-shadow: -1px 1px 1px 0px #dadada inset;
            -webkit-box-shadow: -1px 1px 1px 0px #dadada inset;
            -moz-box-shadow: -1px 1px 1px 0px #dadada inset;
            background-image: -moz-linear-gradient( center bottom, rgb(224,224,224) 45%, rgb(235,235,235) 73%); /* For Internet Explorer 5.5 - 7 */
        }

/*=== DISCLAIMER =======*/
.disclaimer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    /*    background: #2c3541;*/
    background: #03002e;
   
}

    .disclaimer a {
        color: #fff;
      
        font-size: 0.8em;
    }

/*==== GENERAL SELECTORS ======= */

body {
    /*font: normal 14px/1.5 'Segoe UI', 'Lato', 'Helvetica Neue', Arial, sans-serif;*/
    font: normal 14px/1.5 'montserrat', sans-serif;
    background: #fff;
    color: #666;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    /* font-family: 'Segoe UI', 'Lato', 'Helvetica Neue', Arial, sans-serif;*/
    font:  'montserrat', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 1.5em;
    font-weight: 700;
}

h5 {
    font-size: 1.2em;
}

    h1 a, h2 a, h3 a, h4 a, h5 a {
        color: #333;
    }

hr {
    float: left;
    clear: both;
    background: #ddd;
    height: 1px;
    border: 0;
    width: 100%;
    margin: 1em 0;
}

p, ul, ol {
    margin-bottom: 1em;
}

.clear {
    clear: both;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-family: 'Segoe UI', 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}


.buttonPaymentCenter {
    width: 100%;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: #707884;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 0.4em 0.8em;
    font-weight: normal;
    font-family: 'Segoe UI', 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

    .buttonPaymentCenter:hover {
        background: #a61f2e;
        position: relative;
        color: #fff;
        text-decoration: none;
    }

.button {
    width: 100%;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-color: #f85840;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 0px;
    padding: 0.4em 0.8em;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    /*}
.button {
    width: 100%;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: #ff0000;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 0.4em 0.8em;
    font-weight: normal;
    font-family: 'Segoe UI', 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
}

.prop {
    float: right;
    margin: 6px 6px 6px 37px;
    color: #011c3a;
    font-weight: bold;
    font-size: 110%;
}

.buttonexp {
    width: 100%;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: #a61f2e;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 0.4em 0.8em;
    font-weight: normal;
    font-family: 'Segoe UI', 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

a.button {
    color: #fff !important;
    margin-bottom: 10px;
}

a.buttonexp {
    color: #fff !important;
    margin-bottom: 10px;
}

a.buttonPaymentCenter {
    color: #fff !important;
    margin-bottom: 10px;
}

.button:hover {
    background: #22B14C;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.button:active {
    color: #fff;
    position: relative;
    top: 1px;
}

.button:visited {
    color: #000;
}

ol {
    font-weight: bold;
}

    ol li span.label {
        font-weight: normal;
    }

.largerButton {
    font-size: 1.5em;
}

/*  Navigation Menu Properties  ============================================================================= */
.menuToggle {
    display: none;
}

.menuwrapper {
    float: left;
    width: 100%;
}

nav {
    background: #011c3a;
    border-top: 1px #fff solid;
    border-bottom: 2px #fff solid;
}

#nav {
    position: relative;
    z-index: 999;
}

    #nav ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        list-style: none;
        border-left: 2px #fff solid;
    }

    #nav li {
        float: left;
        display: block;
        position: relative;
        border-right: 2px #fff solid;
    }
    /*Text properties for navigation*/
    #nav a {
        color: #fff;
        text-decoration: none;
        /*width: 100%;*/ /*Makes the menu wider across top*/
        border-bottom: 1px solid white;
        padding: 0.7em 0.8em;
        float: left;
        text-align: center;
        border-bottom: 0;
        text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
        font-size: 1.035em;
    }

        #nav a:hover {
            background: #fff;
            color: #000;
            color: rgba(0,0,0,0.7);
        }

        #nav a.active {
            color: #fff;
            box-shadow: 0px 6px 10px rgba(0,0,0,0.1) inset;
        }

.onlinePaymentNav {
    background-color: #a61f2e;
}

#nav li:hover {
    background: #fff;
}

    #nav li:hover a {
        color: #000;
        color: rgba(0,0,0,0.7);
        text-shadow: none;
    }

#nav ul li ul {
    display: none;
    position: absolute;
    background: #fff;
    width: 440px;
    top: 40px;
    left: -2px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    padding: 0.6em 0 0.8em 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* Used in Submenu*/
#nav ul li:hover > ul {
    display: block;
}

#nav ul li ul li {
    float: left;
    width: 50%;
    background: none !important;
    border: 0;
    color: #eeeedd;
}

    #nav ul li ul li a {
        display: inline-block;
        background: none !important;
        text-indent: 0;
        text-align: left;
        border: 0;
        padding: 0.2em 1em;
    }

        #nav ul li ul li a:hover {
            opacity: 1;
        }

    #nav ul li ul li:hover {
        background: none;
    }


.ie7 #nav ul li:hover ul {
    left: 0;
}

.ie7 #nav ul li ul li a {
    padding: 0.2em 0;
    text-indent: 1em;
}

#nav ul li ul.smallcolumn {
    width: 220px;
}

    #nav ul li ul.smallcolumn li {
        width: 100%;
    }
/*icons in the menu*/
#nav i, #nav em {
    color: #9f2537;
}

#nav li .imain {
    color: #fff;
}

#nav li:hover .imain {
    color: #000;
}

#nav ul li ul li a:hover i,
#nav ul li ul li a:hover em {
    color: #011c3a;
}
/*Submenu*/
#nav ul li ul li:hover ul {
    top: 0;
    left: 100%;
    position: absolute;
    width: 100%;
    background-color: #fff;
}


/*  TEMPLATE ============================================================================= */
/*.topheader{  padding-top: 0.5em;  background-color: #2c3541; position: relative;}*/
/*.bottomfooter {
      background-color: #2c3541;
    color: #fff;
    padding-top: 0.5em;
    background-color: #03002e;
    text-align: center;
    padding-bottom: 20%;
    font-size: 20px;
    position: absolute;
    bottom: 0;
}*/
.bottomfooter {
    background-color: #03002e;
      /* background-color: white;*/
    padding-top: 0.5em;
    padding-bottom: 5%;
     height: 20%;
     bottom: 0;
}

a#fbicon {
    float: left;
    background: url(../images/fb-icon.png) no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
}

a#twittericon {
    float: left;
    background: url(../images/twitter-icon.png) no-repeat;
    width: 30px;
    height: 30px
}

#skiptomain {
    display: none;
}

.wrapper {
    float: left;
    width: 100%;
}

.inner {
    width: 90%;
    max-width: 85em;
    margin: 0 auto;
}




/*BANNER IMAGES===============================================================================*/
.language {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.logo-wrap-header {
    height: 100px;
    margin-top: 20px;
    position: relative;
    background-color: darkblue;
}

a#logo {
    /*float:left;*/ /*margin:0.9em 0;8*/
    /*background:url(../images/logo.png) no-repeat; 
width:380px; 
height:145px;
position: absolute; bottom: -16px;
    left: 0px;*/
    float: left; /*margin:0.9em 0;8*/
    background: url(/Images/logo.png) no-repeat;
    width: 400px;
    height: 145px;
}

a#bannerText {
    float: left; /*margin:0.9em 0;8*/
    background: url(../images/header2.png) no-repeat;
    width: 550px;
    height: 130px;
    margin-left: 280px;
    position: absolute;
    bottom: -25px;
}

a#joe {
    float: right; /*margin:0.9em 0;8*/
    background: url(../images/joe.png) no-repeat;
    width: 171px;
    height: 171px;
}


a#payonline {
    float: right; /*margin:0.9em 0;8*/
    background: url(../images/JoeButton.png) no-repeat;
    width: 121px;
    height: 121px;
    position: absolute;
    bottom: -20px;
    margin-left: 950px;
}


/*HEADER PROPERTIES=========================================================================================*/
header {
  /*  background-image: url('/images/headerBg.png');*/
    box-shadow: inset 0px 6px 10px rgba(0,0,0,0.05), inset 0px -6px 10px rgba(0,0,0,0.05);
    height: 145px;
}


.headerNav {
    margin: 0 0 0.5em 0;
}

    .headerNav li {
        display: inline-block;
        padding: 0 0 0.3em 1em;
    }

.headerContact {
    float: right;
    clear: both;
    text-align: right;
    color: #999;
    background-color: #fff;
}

.tel a {
    font-size: 1.2em;
    color: #fff;
    float: right;
    padding-left: 0.5em;
}


/*FOOTER PROPERTIES*/
footer {
    background: #011c3a;
    background-repeat: repeat;
    padding: 1.7em 0 1.5em 0;
    color: #000;
    color: rgba(0,0,0,0.7);
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    border-top: 3px #fff solid;
}

    /*Properties for Mission, Shared Values,etc =================*/
    footer h4 {
        color: #fff;
        font-size: 1.7em;
        text-transform: uppercase;
        padding: 0 0 0.4em 0;
        font-family: Arial;
        text-align: center;
    }

    footer p {
        color: #fff;
        font-size: 1.1em;
        padding: 0 0 0.4em 0;
        text-align: center;
    }
    /*==========*/
    footer h5 {
        color: #fff;
        font-size: 1.1em;
        text-transform: uppercase;
        padding: 0 0 0.4em 0;
    }

    footer a {
        color: #fff;
    }

        footer a:hover {
            text-decoration: underline;
            color: red;
        }

#footerNav {
    margin: 0;
}

    #footerNav li {
        float: left;
    }

        #footerNav li a {
            display: block;
            padding: 0 1.5em 0.75em 0;
            color: #fff;
        }

.infoBar {
    float: left;
    width: 100%;
    padding: 1.2em 0;
    border-top: 1px #fff solid;
    text-align: center;
    background: #fff;
   /* background: #2c3541;*/
   background:White;
    height: 166px;
}

.infoImage {
    margin-left: 0.8em;
    margin-right: 0.8em;
    display: inline-block;
    height: 135px;
}

.backtotop {
    display: none;
}

.twocolumn-group strong {
    color: #000;
}

/*  GENERAL PAGES ============================================================================= */
.totop a {
    color: Blue;
}

h1.page-title i {
    color: #22B14C;
}

h3.page-title i {
    color: #22B14C;
}

h1.page-title {
    font-size: 2.3em;
    line-height: 1.2;
    padding: 0 0 0.1em 0;
}

.page-intro, .red-title {
    font-size: 1.3em;
    color: #22B14C;
    padding: 0;
    margin: 0.2em 0 .5em 0;
    font-weight: bold;
}

.pull-quote {
    text-indent: 1em;
    border-left: 4px #ddddaa solid;
    font-size: 1.4em;
    float: left;
    width: 48%;
    padding: 0.5em 1em;
}

.pull-quote-full {
    text-indent: 1em;
    border-left: 4px #ddddaa solid;
    font-size: 1.3em;
    float: left;
    width: 100%;
    padding: 0.5em 1em;
    margin: 0.2em 0 1em 0;
}

.front-page-slideshow {
    height: 380px;
}

#main h3 {
    font-size: 1.5em;
}

.content-main {
    background: #fff;
   
}

    .content-main p:last-child {
        margin: 0;
        padding: 0;
    }

.page-image {
    float: left;
    width: 100%;
    background: #eee url(../images/brickwall.jpg) repeat;
    overflow: hidden;
}

    .page-image .inner {
        background: #000;
        margin: 1em auto;
    }

    .page-image img {
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    }

    .page-image a:hover img {
        opacity: 0.6;
    }

    .page-image .flexslider {
        margin-bottom: 1.5em;
    }

/*Sidebar menu for pages ==============================*/
.sidebar-box {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    margin: 0 0 2em 0;
    padding: 0;
    position: relative;
}

    .sidebar-box h2 {
        padding: 0.5em 0.75em;
        color: #fff;
        background: #a61f2e;
        box-shadow: inset 0px 6px 10px rgba(0,0,0,0.2);
        text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
        font-size: 1.3em;
    }

.also_in li {
    border-bottom: 2px #a61f2e solid;
    margin: 0;
    padding: 0;
}

    .also_in li a {
        display: block;
        background: #fff;
        margin: 0;
        padding: 0.8em 1em;
        color: #000;
    }

        .also_in li a.active {
            text-shadow: 1px 1px 0px #fff;
            font-weight: bold;
            color: #000;
            background: url(../images/nav-active.png) left center no-repeat;
        }

        .also_in li a:hover {
            color: blue;
        }

.all-sub, .all-sub2 {
}

.show-all-sub, .show-all-sub2 {
    display: none;
}


.side-portal h3 {
    font-size: 1.6em;
    margin-top: -6px;
    padding: 0 0 0.2em 0;
}

.side-portal h4 {
    font-size: 0.9em;
    color: #989865;
    padding: 0 0 0.4em 0;
    margin: -0.2em 0 0 0;
    text-transform: uppercase;
    font-weight: normal;
}

/*Tool Tip in home page =====================================*/

.tooltip {
    border-bottom: 1px dotted #FFFFFF;
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

    .tooltip span {
        margin-left: -999em;
        position: absolute;
    }

    .tooltip:hover span {
        font-family: Calibri, Tahoma, Geneva, sans-serif;
        position: absolute;
        left: 1em;
        top: 2em;
        z-index: 99;
        margin-left: 0;
        width: 250px;
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    }

    .tooltip:hover img {
        border: 0;
        margin: -10px 0 0 -50px;
        float: left;
        position: absolute;
    }

    .tooltip:hover em {
        font-family: Candara, Tahoma, Geneva, sans-serif;
        font-size: 1.2em;
        font-weight: bold;
        display: block;
        padding: 0.2em 0 0.6em 0;
    }

.classic {
    padding: 0.8em 1em;
}

.custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
    background: transparent;
}

.classicToolTip {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.criticalToolTip {
    background: #FFCCAA;
    border: 1px solid #FF3334;
}

.helpToolTip {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.infoToolTip {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.warningToolTip {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}




/*Wait Times properties and location hours*/
.waitTimes .tbBlue, .hours .tbBlue {
    background-color: #011c3a;
}

.hours .tbRed {
    background-color: #a61f2e;
}

    .waitTimes .tbBlue td, .hours .tbBlue td, .hours .tbRed td {
        color: #fff;
    }

.waitTimes, .hours {
    border: 1px solid #666;
    text-align: center;
}

    .waitTimes table th, table td {
        padding: 10px;
        vertical-align: top;
        border-top: 1px solid #cccccc;
        color: #565656;
    }

    .hours .tbRed td a {
        color: #F3FF98;
    }

        .hours .tbRed td a:hover {
            color: #fff;
        }

    .hours .tbBlue td a {
        color: #F3FF98;
    }

        .hours .tbBlue td a:hover {
            color: red;
        }

/*  HOMEPAGE ============================================================================= */
@media screen and (max-width: 1400px) {
    #home-carousel .inner {
        max-width: 100% !important;
        width: 100% !important;
    }
}

.panel {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    margin: 0.5em 0 0.75em 0;
}

.page-panel {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.flexslider {
    margin: 0 0 0 0;
}

/*Information under Slideshow, background properties,etc*/
/*.frontpage { border-bottom:8px #a61f2e solid;background:#fff; padding:0 0 0.5em 0; margin:-0.5em 0 0 0;  }*/
.frontpage {
    border-bottom: 8px #011c3a solid;
    background: #fff;
    padding: 0 0 0.5em 0;
    margin: -0.5em 0 0 0;
}

    .frontpage h2 {
        margin-top: -6px;
        font-size: 1.7em;
        line-height: 1.25;
        padding: 0.2em 0 0.6em 0;
        color: #333;
    }

    .frontpage h4 {
        font-size: 1.1em;
        padding: 0 0 0 0;
        text-transform: uppercase;
    }

        .frontpage h4 a {
            color: #000;
        }

    .frontpage b {
        float: left;
        line-height: 0.85;
        color: #bc0d00;
        font-size: 66px;
        font-weight: normal;
        margin: 0 4px 0px 0;
    }

    .frontpage a.buttonPaymentCenter {
        float: left;
        margin-top: 0.5em;
        font-size: 1.2em;
    }

    .frontpage a.button {
        float: left;
        margin-top: 0.5em;
        font-size: 1.2em;
    }

    .frontpage a.buttonexp {
        float: left;
        margin-top: 0.5em;
        font-size: 1.2em;
    }

    .frontpage p:last-child {
        margin: 0;
        padding: 0;
    }

.h_accolade {
    text-align: center;
    border: 1px #ccc dashed;
    padding: 1.2em 1em;
    margin: 0 0 1em 0;
    font-size: 1.2em;
}

    .h_accolade:last-child {
        margin-bottom: 0;
    }

    .h_accolade img {
        padding-top: 0.75em;
    }


#main {
    background: #f0f0f0  repeat;
    padding: 1em 0 1em 0;
}

/*4 columns properties */
.home-page-column .column {
    margin: 1% 0 1% 2%;
    width: 23.5%;
}

.ie7 .home-page-column .column {
    width: 23.2%;
}

.home-page-column .column {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .home-page-column .column:first-child {
        margin-left: 0;
    }

.portal-image {
    border-bottom: 8px #011c3a solid;
    width: 100%;
}

.home-page-column .column:hover {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.home-page-column h3 {
    font-size: 1.3em;
    line-height: 1.3;
    margin-top: -6px;
    padding: 0 0 0.2em 0;
}

.home-page-column h4 {
    font-size: 0.9em;
    color: #989865;
    padding: 0 0 0.4em 0;
    margin: -0.2em 0 0 0;
    text-transform: uppercase;
    font-weight: normal;
}

.home-page-column a {
    color: #666;
}

@media only screen and (min-width: 1300px) {
}

.flexslider2 {
    border: 0;
    float: none;
    width: 80%;
    margin: 1.7em auto;
    padding: 0em 0 4em 0;
    text-align: center;
}

    .flexslider2 .diamond {
        display: inline-block;
        margin-top: -24px;
    }

.ie7 .bx-wrapper {
    float: left;
    height: 90px;
}


/*Administration and Tax Collectors */
.contact {
    color: blue;
}

.admin, .collector {
    width: 100%;
    float: left;
}

.adminHeader, .collectorHeader {
    background-color: #a61f2e;
    padding: 4px;
    padding-left: 1em;
    font-weight: bold;
    font-size: 1.5em;
}

    .adminHeader a, .collectorHeader a {
        color: #fff;
    }

.adminPosition h5, .collectorYears h5 {
    margin-left: 20px;
    margin-bottom: 1em;
    margin-right: 1em;
    font-style: italic;
    padding-top: 10px;
    font-size: 1.3em;
}

.adminContent, .collectorContent {
    font: normal 14px/1.5 'Segoe UI';
}

.adminImage {
    width: 200px;
    height: 275px;
}

/*  MEDIA QUERIES ============================================================================= */

@media screen and (max-width: 2000px) {
    /* #widgetmain{overflow-y:hidden;}*/
    .rotate {
        display: none;
    }
}

@media screen and (max-width: 1220px) {
    .inner {
        width: 96%;
    }
}

@media screen and (max-width: 1160px) {
    #nav a {
        font-size: 1.0em;
    }

    #nav ul li ul {
        top: 38px;
    }

    #nav li.homeLink {
        display: none;
    }
}

@media screen and (max-width: 1115px) {
    #nav a {
        font-size: 0.9em;
    }

    #nav ul li ul {
        top: 38px;
    }

    #nav li.homeLink {
        display: none;
    }

    a#payonline {
        margin-left: 820px;
    }
}

@media screen and (max-width: 1080px) {
    #nav a {
        font-size: 0.9em;
    }

    #nav ul li ul {
        top: 38px;
    }

    #nav li.homeLink {
        display: none;
    }

    a#payonline {
        margin-left: 820px;
    }
}

@media screen and (max-width: 1024px) {
    #nav a {
        font-size: 0.89em;
        padding: 0.7em 0.8em;
    }

    .front-page-slideshow {
        height: auto;
    }

    .flex-caption {
        margin-top: 0;
        position: absolute;
    }

    .slide1, .slide2, .slide3 {
        height: 460px;
        background-size: 1024px;
    }

    a#bannerText {
        margin-left: 235px;
    }

    a#payonline {
        margin-left: 800px;
    }

    .hIntro img {
        width: 48%;
        margin: 0 0 2em 3.5em;
    }

    .flexslider2 {
        width: 96%;
    }
}

@media screen and (max-width: 1015px) {
    #nav a {
        font-size: 0.89em;
    }

    #nav ul li ul {
        top: 38px;
    }

    #nav li.homeLink {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    #nav li i {
        display: none;
    }
    /*hides icons on nav*/
    a#logo {
        width: 100%;
        background-position: top center;
        display: none;
    }

    a#bannerText {
        margin-left: auto;
    }

    #nav li {
        width: 20%;
        border-bottom: 1px #fff solid;
        border-right: 1px #fff solid;
    }

    #nav .inner {
        width: 100%;
    }

    #nav ul li:hover ul {
        display: none;
    }

    .flexslider2 {
        float: left;
        width: 100%;
    }

    ul.slides {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 860px) {
    .flexslider img {
        margin: 0;
    }

    a#payonline {
        margin-left: 650px;
    }

    .home-page-column .column {
        width: 48.25%;
        margin: 1% 0 1% 3.5%;
    }

        .home-page-column .column:nth-child(odd) {
            clear: both;
            margin-left: 0;
        }

    .infoImage {
        height: 40px;
        margin: 0.5em 0.3em;
    }
}

/* Used for iPad Portrait */
@media screen and (max-width: 780px) {
    .front-page-slideshow {
        height: 210px;
    }

    .topheader {
        padding-left: 1.2em;
    }

    .menuwrapper {
        float: none;
        width: inherit;
    }

    .inner {
        width: 80%;
    }
    /*#widgetmain{overflow-y:auto;}*/
    .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6,
    .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7,
    .span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8, .span_3_of_9, .span_2_of_10, .span_4_of_9, .span_3_of_10,
    .span_alt_small, .span_alt_large {
        width: 100%;
        margin: 0 0 1em 0;
    }

    a.backtotop {
        display: block;
        width: 100%;
        background: #a61f2e;
        text-align: center;
        margin: 0em 0 2em 0;
        padding: 0.7em 0;
        border-radius: 8px;
        color: #fff;
    }

        a.backtotop:hover {
            color: #fff;
        }

    /* ================================
	REJIG HEADER
	===================================*/

    a#logo {
        width: 100%; /*background-size:200px; height:130px; margin:3.7em 0 0 0;*/
        background-position: top center;
        display: block;
    }

    a#bannerText {
        width: 100%;
        background-position: top center;
        margin-left: 0px;
        display: none;
    }

    a#joe {
        width: 100%;
        background-position: top center;
        display: none;
    }

    a#payonline {
        width: 100%;
        background-position: top center;
        display: none;
    }

    .tel a {
        font-size: 1.0em;
        letter-spacing: 0;
    }

    /* ================================
	MOBILE NAV
	===================================*/
    #nav {
        position: fixed;
        top: 0;
        left: 0;
    }

    a.menuToggle {
        display: block;
        background: #a61f2e;
        color: #fff !important;
        box-shadow: inset 0px 6px 10px rgba(0,0,0,0.2);
        color: #fff; /*padding:1em 0 !important;*/
        font-size: 14px !important;
    }

        a.menuToggle i {
            color: #fff !important;
        }

        a.menuToggle:hover {
            background: #011c3a !important;
            box-shadow: none;
        }

    #nav ul#show_menu {
        display: none;
        border-top: 1px #fff solid;
    }

    #nav li {
        width: 50%;
    }
    /*Change this to 100% if you want one column instead of two in mobile menu*/
    #footerNav li {
        width: 50%;
    }

    /* ================================
	TEMPLATE SIDEBAR
	===================================*/
    .all-sub, .all-sub2 {
        display: none;
    }

    .side-portal {
        display: none;
    }

    .sidebar-box {
        margin: 0;
    }

        .sidebar-box h2, h2 {
            font-size: 14px;
            padding: 1.2em 1em;
        }

    .show-all-sub, .show-all-sub2 {
        display: block;
        background: #fff; /*position:absolute;*/
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        color: #fff;
        float: right;
        cursor: pointer;
        margin: 6px;
        padding: 5px 0 0 0;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.2) inset;
        border: 1px #fff solid;
        text-align: center;
        font-size: 20px;
    }

        .show-all-sub, .show-all-sub2 .fa {
            color: #a61f2e;
        }

    .also_in li {
        float: left;
        width: 33.3%;
    }

    /* ================================
	GENERAL
	===================================*/
    h1.pageTitle {
        font-size: 2em;
    }

    .introtext {
        font-size: 1.3em;
    }

    .twocolumn-group {
        margin-top: 0;
    }

    .page-image {
        height: auto !important;
        overflow: auto !important;
    }

    .flex-direction-nav a {
        top: 45%;
    }

    .gallery li {
        width: 33.3%;
    }

    #genForm label {
        width: 32%;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 700px) {
    .topheader {
        padding-top: 4.0em;
    }
}

@media screen and (max-width: 700px) {
    .inner {
        width: 92%;
    }

    h1.page-title {
        font-size: 1.7em;
        padding-top: 0.4em;
        padding-bottom: 0.4em;
    }

    p.page-intro, p.red-title {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 600px) {
    .front-page-slideshow {
        height: 170px;
    }
    /*.flex-caption{display:none;}*/
    /*.flexslider:hover .flex-caption{display:none;}*/ /*hides caption*/
    /*.flexslider{display:none;}*/ /*Hides slideshow in small devices*/
    .logo-wrap-header {
        height: 100px;
        margin-top: 35px;
        position: relative;
    }

    .home-message {
        font-size: 1.3em;
    }

    #breadcrumb {
        display: none;
    }
    /*hides breadcrumbs when under 600 pixels*/
    a#logo {
        width: 100%;
        background-position: top center;
        background-size: 200px;
    }

    a#bannerText {
        background-size: 390px;
        background-position: top center;
        display: none;
    }

    footer h5 {
        font-size: 1em;
    }

    #footerNav li a, .createdBy {
        font-size: 12px;
    }

    .hIntro img {
        float: left;
        width: 100%;
        margin: 0 0 1em 0;
    }

    .hIntro h3 {
        display: block;
        clear: both;
    }

    #nav ul li ul, #nav ul li:hover ul {
        display: none;
    }

    #nav li {
        width: 50%;
    }

        #nav li.book-online {
            width: 100%;
        }

    .also_in li {
        float: left;
        width: 50%;
        font-size: 12px;
    }
}

/* e.g. Large Smartphones */
@media screen and (max-width: 480px) {

    /*hides google language element*/
    .language {
        display: none;
    }
    /* all remaining columsn full width */
    .home-page-column .column {
        width: 100%;
        margin: 0 0 1em 0;
    }

    #nav a {
        font-size: 12px;
    }

    #nav ul li ul li {
        width: 33.3%;
        border-right: 1px #222 solid;
        border-bottom: 1px #222 solid;
    }

        #nav ul li ul li a {
            text-align: center;
            padding-top: 0.8em;
            padding-bottom: 0.8em;
            font-size: 0.9em;
        }
}

/* e.g. Small Smartphones */
@media screen and (max-width: 320px) {
    .search {
        display: none;
    }

    .rotate {
        display: block;
    }

    .abbr {
        display: none;
    }

    a#bannerText {
        display: none;
    }
}

/* Force Nav and TopNav to show past certain point; */
@media only screen and (min-width: 781px) {
    #show_menu {
        display: block !important;
    }

    .all-sub, .all-sub2 {
        display: block !important;
    }
}

/*For Retina display devices*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    a#logo {
        background: url(../images/logoUpgraded@2x.png) no-repeat;
        background-position: top center;
        background-size: 200px;
        background-color: blue;
    }

    a#fbicon {
        float: left;
        background: url(../images/fb-icon@2x.png) no-repeat;
        background-size: 30px;
        margin-right: 0.5em;
    }

    a#twittericon {
        float: left;
        background: url(../images/twitter-icon@2x.png) no-repeat;
        background-size: 30px;
    }
}

/*This media query removes header,footer,etc when the user prints the page so it will print only body text. It also changes the font and size*/
@media print {
    /*Specialty Tags List*/
    .specialtytags img {
        width: 200px;
    }

    .specialtytags p {
        font-size: 1px;
    }

    /*General*/
    h1.page-title, h1, h2, h3, h4, h5 {
        font-size: 23px;
        
    }

    header, #nav, .infoBar, footer, .bottomfooter, .sidebar-box, #breadcrumb, .flexslider {
        display: none;
    }

    #main {
        background: none;
    }

    .inner {
        max-width: 100%;
        width: 100%;
    }

    body {
        font-size: 13px;
        font-family: Sans-Serif;
    }

    .page-panel {
        box-shadow: none;
    }

    .span_2_of_8 .button, .span_4_of_8 .button, .span_2_of_10 .button {
        display: none;
    }

    /*About Us Page*/
    .span_alt_large {
        width: 100%;
    }
}

.Shadow {
    -moz-box-shadow: outset 0 0 10px #666;
    -webkit-box-shadow: outset 0 0 10px #666;
    box-shadow: inset 0 0 10px #666;
    padding: 1em;
    display: block
}

.left {
    /*float: left;*/
}

.right {
    /*float: right;*/
}

.expleft {
    float: left;
    margin-top: 20px;
}

.expright {
    float: right;
    margin-top: 20px;
}

.text {
    width: 400px;
    text-wrap: normal;
}

.expressspan {
    font-size: small;
    text-align: left;
    color: #000000;
}

@media screen and (max-width: 1000px) {
    .expressspan,
    .text,
    .left,
    .right {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 780px) {
    .expressspan,
    .text,
    .left,
    .right {
        float: none;
        width: auto;
    }
}


@media screen and (max-width: 480px) {
    .expressspan,
    .text,
    .left,
    .right {
        float: none;
        width: auto;
    }
}

#content1 {
    width: 1000px;
}

#left1, #right1 {
    /*width: 300px;*/
    margin: 5px;
    padding: 1em;
}

#left1 {
    float: left;
}

#right1 {
    float: right;
}

#content2 {
    width: 1000px;
}

#left2, #right2 {
    /*width: 300px;*/
    margin: 5px;
    padding: 1em;
}

#left2 {
    float: left;
}

#right2 {
    float: right;
}

.le {
    float: left;
}

.ri {
    float: right;
}

.shoppingcart {
    float: right;
    margin: 6px 6px 6px 37px;
    color: #00003E;
    font-weight: bold;
    font-size: 110%;
}

.shoppingcartnew {
    float: right;
    margin: 6px 6px 6px 37px;
    font-weight: bold;
}

.GridAppointmentCancel {
    border: 5px solid #a61f2e;
}

    .GridAppointmentCancel th {
        background-color: #a61f2e;
    }


.GridShopping {
    border: 5px solid #00003E;
}

.hideGridColumn {
    display: none;
}

.SCTab1 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-weight: bold;
    background-color: #F7F6F3;
    border: solid;
    border-color: #011c3a;
}

.SCTotal {
    width: 30%;
    background-color: #F7F6F3;
    /*text-align: left;*/
    /*margin-left: auto;
    margin-right: 70px;
    padding: 10px;*/
    font-weight: bold;
    border-color: aliceblue;
}

.tableprice {
    text-align: right;
}

.SCTab1small {
    width: 30%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-weight: bold;
}

.TFtablesmall {
    width: 20%;
    border-collapse: collapse;
}


.TFtableShipping {
    width: 50%;
    border-collapse: collapse;
    text-align: left;
    height: 565px;
}


.TFtable {
    width: 70%;
    border-collapse: collapse;
    background-color: #F7F6F3;
    border: medium solid #011c3a;
}

    .TFtable td {
        padding: 7px;
        border: #4e95f4 1px solid;
    }

    .TFtable tr {
        background: #F7F6F3;
    }

.TFtableShippng {
    width: 50%;
    border-collapse: collapse;
    background-color: #F7F6F3;
    border: medium solid #011c3a;
}

.TFtableShipping td {
    padding: 7px;
    border: #4e95f4 1px solid;
}

.TFtableShipping tr {
    background: #F7F6F3;
}




.SCTab2 {
    float: right;
    width: 50%;
    background-color: #F8F8F8;
    text-align: left;
}

@media screen and (max-width: 320px) {


    .SCTab1, .bulk,
    .SCTab2 {
        float: none;
        width: auto;
        margin: 0 auto;
    }
}



@media screen and (max-width: 1000px) {

    .SCTab1, .bulk,
    .SCTab2 {
        float: none;
        width: auto;
        margin: 0 auto;
    }
}

@media screen and (max-width: 780px) {

    .SCTab1, .bulk,
    .SCTab2 {
        float: none;
        width: auto;
        margin: 0 auto;
    }
}

@media screen and (max-width: 320px) {
    .TFtable, .bulk,
    .kidstagfiltertable,
    .kidstagfiltertablebulk,
    .kidstagfiltertablerow,
    .kidstagfiltertable1,
    .kidstagfiltertablerow1,
    .GridShopping,
    .GridAppointmentCancel,
    .Summary {
        overflow-x: auto;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .TFtable, .bulk,
    .kidstagfiltertable,
    .kidstagfiltertablebulk,
    .kidstagfiltertablerow,
    .kidstagfiltertable1,
    .kidstagfiltertablerow1,
    .GridShopping,
    .GridAppointmentCancel,
    .Summary {
        overflow-x: auto;
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .TFtable, .bulk,
    .kidstagfiltertable, .kidstagfiltertablebulk,
    .kidstagfiltertablerow,
    .kidstagfiltertable1,
    .kidstagfiltertablerow1,
    .GridShopping,
    .GridAppointmentCancel,
    .Summary {
        overflow-x: auto;
        display: block;
    }
}

@media screen and (max-width:780px) {

    .bulk,
    .TFtable,
    .kidstagfiltertable, .kidstagfiltertablebulk,
    .kidstagfiltertablerow,
    .kidstagfiltertable1,
    .kidstagfiltertablerow1,
    .GridShopping,
    .GridAppointmentCancel,
    .Summary {
        overflow-x: auto;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .bulk
    .SCTab1,
    .SCTab2 {
        float: none;
        width: auto;
        margin: 0 auto;
    }
}

.style {
    border-radius: 50px;
}

.kidstagfiltertable {
    text-align: left;
    width: 500px;
    border: none;
    /*background-color:lightgray;*/
    background-color: #F7F6F3;
    box-shadow: 10px 10px 5px #888888;
}

.kidstagfiltertablebulk {
    text-align: left;
    width: 500px;
    border: none;
    /*background-color:lightgray;*/
    background-color: White;
}

.kidstagfiltertablerow {
    border: none;
}

.kidstagfiltertable1 {
    text-align: left;
    border: none;
    /*background-color:lightgray;*/
    background-color: white;
}

.kidstagfiltertablerow1 {
    border: none;
}

.CenterGrid {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.warningpnp {
    background-color: #a61f2e;
    color: #fff;
    border-radius: 9px;
    text-align: left;
}


.ktaimage {
    width: 200px;
}

.bulk {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #F7F6F3;
    text-align: left;
}

.line {
    line-break: normal;
}

.lbl {
    color: white;
}

.roundedCorner {
    border-radius: 25px;
    border: 2px solid #0a0a0a;
    padding: 20px;
}

.roundedCornerRed {
    border-radius: 25px;
    border: 2px solid #a61f2e;
    padding: 10px;
}


.VerticalHeaderText {
    writing-mode: vertical-lr;
    filter: flipv fliph;
}

#header {
    color: #03002e;
    text-align: center;
    font-size: 20px;
    background-color: #03002e;
    height: 50px;
   
}

#nav {
    background-color: White;
    padding: 1px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

#logo {
    float: left; /*margin:0.9em 0;8*/
    background: url(/Images/logo.png) no-repeat;
    width: 400px;
    height: 145px;
    /*   position: absolute; bottom: -16px;*/
}

/*#footerMain {
    background-color: #03002e;
    text-align: center;
    padding-bottom: 2%;
    font-size: 20px;
    height: 50px
}

.ft {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #03002e;
}*/
