/* SMART SUGGEST */

.highlight {
    background-color: #FFFF88;
}

ul.ss-box
{
    /* Will be absolutely positioned in the JavaScript */
    margin: 0 !important;
    padding: 0 !important;
    width: 304px;
    z-index: 999999;
    border: 1px solid #919191;
    font-size: 11px;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px 0 #c5c5c5;
    list-style: none;
}

ul.ss-box li
{
    float: left;
    width: 100%;
    clear: both;
}

ul.ss-box li,
ul.ss-box li *
{
    cursor: pointer;
}

ul.ss-box li.ss-header
{
    height: 13px;
    overflow: hidden;
    padding: 5px 0;
    color: #fff;
    background: transparent url(../images/search-header-bg.gif) repeat-x bottom;
}

ul.ss-box li.ss-header p.ss-header-text
{
    margin: 0 !important;
    padding: 0 0 0 10px !important;
    float: left;
    font-size: 12px;
    font-weight: bold;
}

ul.ss-box li.ss-header p.ss-header-limit
{
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
    float: right;
    font-size: 11px;
    font-weight: normal;
}

ul.ss-box li.ss-result
{
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #c5c5c5;
}

ul.ss-box li.ss-result a
{
    display: block;
    padding: 5px 10px;
    text-decoration: none !important;
    background: #fff;
}

ul.ss-box li.ss-result a:hover
{
    background: #cde0ff url(../images/search-item-hover.gif) repeat-x top;
    /* Also is set in JavaScript file for IE6 compatibility */
}

ul.ss-box li.ss-result img
{
    margin-right: 12px;
}

ul.ss-box li.ss-result p
{
    margin: 0 !important;
    padding: 0 !important;
    color: #444;
    font-weight: normal;
    font-size: 10px;
}

ul.ss-box li.ss-result p span.ss-result-title
{
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px;
    font-weight: bold;
    color: #222;
}

/* DATA TABLES */
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
     * Header and footer styles
     */
    /*
     * Body styles
     */
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold;
    color: #333;
}

table.dataTable thead tr {
    background-color: #eee;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    cursor: pointer;
    *cursor: hand;
    background-color: #eee;
}
table.dataTable thead .sorting {
    background: url("../images/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
    background: url("../images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
    background: url("../images/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
    background: url("../images/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
    background: url("../images/sort_desc_disabled.png") no-repeat center right;
}
table.dataTable tbody tr {
    background-color: white;
    color: #333;
}
table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px;
}
table.dataTable th.center,
table.dataTable td.center,
table.dataTable td.dataTables_empty {
    text-align: center;
}
table.dataTable th.right,
table.dataTable td.right {
    text-align: right;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
    background-color: whitesmoke;
    cursor: pointer;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
    background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
    background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
    background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
    background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
    background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
    background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
    background-color: #a4b2cb;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #111111;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}
.dataTables_wrapper .dataTables_length {
    float: left;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #fff !important;
    border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #cacaca;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, white 0%, gainsboro 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, white 0%, gainsboro 100%);
    /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #ccc !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #585858 0%, #111111 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #585858 0%, #111111 100%);
    /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    /* W3C */
    box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #fff;
}
.dataTables_wrapper .dataTables_scroll {
    clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}
.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}

/* AIRCALCULATOR STYLES */

html {
    height: 100%;
    background: url('/images/airplane_above_the_clouds.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font: 14px arial, helvetica, sans-serif;
    color: #ffffff;
}

a:link {
    text-decoration: none;
    color: #00ffff;
    /*text-shadow: 1px 1px #333;*/
}

/* visited link */
a:visited {
    color: #00ffff;
}

/* mouse over link */
a:hover {
    color: #0000a0;
    /*text-shadow: 1px 1px #333; */
}

/* selected link */
a:active {
    color: #00ffff;
}


#content {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;

}

h1 {
    margin: 0px;
    padding: 0px;
    text-shadow: 2px 2px #333;
    font: bold 18px arial, helvetica, sans-serif;
}

h2 {
    margin: 0px;
    padding: 0px;
    font: bold 16px arial, helvetica, sans-serif;
    text-shadow: 2px 2px #333;
}

h3 {
    margin: 0px;
    padding: 5px;
    font: 14px arial, helvetica, sans-serif;
    text-shadow: 1px 1px #333;
}

ol {
    margin: 0px;
    padding: 0px;
}
ol li {
    margin-left: 15px;
    padding: 0px;

}

#header {
    box-shadow: 3px 3px 5px #222;
    /*padding: 3px;*/
    margin-bottom: 10px;
    margin-top: 5px;
    border: 1px solid #0041A8;

    -webkit-border-top-right-radius: 100px;
    -moz-border-top-right-radius: 100px;
    -ms-border-top-right-radius: 100px;
    -o-border-top-right-radius: 100px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-top-right-radius: 100px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    background: rgba(54,109,182,0.7);
    background: -moz-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(54,109,182,0.7)), color-stop(100%, rgba(8,71,156,0.7)));
    background: -webkit-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: -o-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    line-height: 1;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 16px;
}


/* Base Styles */
#topmenu ul,
#topmenu li,
#topmenu a {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    font-family: 'Lato', sans-serif;
}
#topmenu {
    width: 100%;
    /* position: relative; */
    height: 51px;
    clear: both;
    float: left;
}
#topmenu ul {
    zoom: 1;
    padding: 7px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 51px;
}
#topmenu ul:before {
    content: '';
    display: block;
}
#topmenu ul:after {
    content: '';
    display: table;
    clear: both;
}
#topmenu li {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid transparent;
    height: 35px;
}
#topmenu li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px 9px 15px;
    display: block;
    background: #08479C;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #003680;
    -moz-box-shadow: inset 0 5px 10px #003680;
    -webkit-box-shadow: inset 0 5px 10px #003680;
    box-shadow: inset 0 5px 10px #003680;
    text-shadow: 1px 1px #333;
}
#topmenu li.active {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #77AAED;
}
#topmenu li.active a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background: #033D8C;
    border: 1px solid #003680;
    -moz-box-shadow: inset 0 5px 10px #003680;
    -webkit-box-shadow: inset 0 5px 10px #003680;
    box-shadow: inset 0 5px 10px #003680;
}
#topmenu li:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #36b0b6;
}
#topmenu li:hover a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background: #033D8C;
    border: 1px solid #003680;
    -moz-box-shadow: inset 0 5px 10px #003680;
    -webkit-box-shadow: inset 0 5px 10px #003680;
    box-shadow: inset 0 5px 10px #003680;
}

#quick_map {
    width: 345px;
    float: right;
    overflow: visible;
    margin-right: -1px;
    margin-top: -1px;
    padding: 4px;
    /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    */

    -webkit-border-top-right-radius: 100px;
    -moz-border-top-right-radius: 100px;
    -ms-border-top-right-radius: 100px;
    -o-border-top-right-radius: 100px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-top-right-radius: 100px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    background: rgba(20,20,20,0.7);
    background: -moz-linear-gradient(top, rgba(0,85,197,0.7) 0%, rgba(0,59,138,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,85,197,0.7)), color-stop(100%, rgba(0,59,138,0.7)));
    /* background: -webkit-linear-gradient(top, rgba(20,20,20,0.7) 0%, rgba(0,0,0,0.7) 100%); */
    background: -webkit-linear-gradient(top, rgba(0,85,197,0.8) 0%, rgba(0,59,138,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,85,197,0.7) 0%, rgba(0,59,138,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,85,197,0.7) 0%, rgba(0,59,138,0.7) 100%);
    background: linear-gradient(top, rgba(0,85,197,0.7) 0%, rgba(0,59,138,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    border: 1px solid #003680;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
/*
inputs-webkit-input-placeholder {
    color:    #b5b5b5;
}

inputs-moz-placeholder {
    color:    #b5b5b5;
}
*/
.inputs  {
    background: #f5f5f5;
    font-size: 1rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 8px 6px;
    width:270px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}
.inputs:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 2px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;
}

#maincontent {
    box-shadow: 3px 3px 5px #222;
    padding: 0px;
    margin-bottom: 10px;
    border: 1px solid #0041A8;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(54,109,182,0.7);
    background: -moz-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(54,109,182,0.7)), color-stop(100%, rgba(8,71,156,0.7)));
    background: -webkit-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: -o-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    line-height: 1;
}

#maincontentHome-left {
    float: left;
    width: 515px;
    display: block;
}
#maincontentHome-right {
    float: left;
    width: 530px;
    display: block;
    margin-left: 10px;
}

#maincontent-top {
    /* position: relative; */
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}
#maincontent-left {
    float: left;
    width: 335px;
    /* position: relative; */
    display: block;
    margin-left: 10px;
}
#maincontent-middle {
    float: left;
    width: 400px;
    /* position: relative; */
    display: block;
    margin-left: 10px;
}
#maincontent-right {
    float: left;
    width: 300px;
    /* position: relative; */
    display: block;
    margin-left: 10px;
}
#maincontent-bottom1 {
    /* position: relative; */
    display: block;
    padding: 10px;
    margin-top: 10px;
}
#maincontent-bottom1-left {
    float: left;
    width: 365px;
    /* position: relative; */
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}
#maincontent-bottom1-middle {
    float: left;
    width: 315px;
    /* position: relative; */
    display: block;
    margin-left: 10px;
}
#maincontent-bottom1-right {
    float: left;
    width: 315px;
    /* position: relative; */
    display: block;
    margin-left: 20px;
}




#maincontent-bottom2 {
    /* position: relative; */
    padding-left: 20px;
    padding-right: 20px;
}
#maincontent-bottom2a {
    /* position: relative; */
    padding-left: 20px;
    padding-right: 20px;
    height: 600px;
    width: 100%;
}
#maincontent-bottom3 {
    /* position: relative; */
    padding-left: 20px;
    padding-right: 20px;
}
#site_features {
    text-shadow: 1px 1px #333;
}

#site_features li {
    margin: 5px;
}

#ip_geocoding_location {
    background: rgba(255,255,168,0.7);
    border: 1px solid #000;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 12px;
    padding-right: 15px;
    margin-top: 15px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-right: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    float: left;
    width: 480px;
    display: block;
    -moz-box-shadow: inset 0 0 8px 2px #003d91;
    -webkit-box-shadow: inset 0 0 8px 2px #003d91;
    box-shadow: inset 0 0 8px 2px #003d91;
    color: #222;
}


.content-example {
    border: 1px solid #000;
    padding: 4px;
    margin: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    float: left;
    width: 245px;
    height: 150px;
    display: block;
    -moz-box-shadow: inset 0 0 8px 2px #003d91;
    -webkit-box-shadow: inset 0 0 8px 2px #003d91;
    box-shadow: inset 0 0 8px 2px #003d91;
}

.content-example:hover {
    -moz-box-shadow: inset 0 0 8px 2px #002040;
    -webkit-box-shadow: inset 0 0 8px 2px #002040;
    box-shadow: inset 0 0 8px 2px #002040;


}

.content-header{
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    /* position: relative; */
    float: left;
}


.content-image{
    text-align: center;
    width: 245px;
}
.content-details{
    padding: 5px;
    font-size: 11px;
    /* position: relative; */
    float: left;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 60px;
    text-shadow: 2px 2px #333;
}

a.fill-div:hover {
    text-shadow: 2px 2px #000;
}

#footer {
    /* position: relative; */
    box-shadow: 3px 3px 5px #222;
    padding: 3px;
    margin-bottom: 10px;
    border: 1px solid #0041A8;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 5px;

    background: rgba(54,109,182,0.7);
    background: -moz-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(54,109,182,0.7)), color-stop(100%, rgba(8,71,156,0.7)));
    background: -webkit-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: -o-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    background: linear-gradient(top, rgba(54,109,182,0.7) 0%, rgba(8,71,156,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    line-height: 1;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 16px;
    height: 100px;
}

.resultTable {
    margin-bottom: 10px;
    padding:0px;
    width:100%;
    /*box-shadow: 10px 10px 5px #888888;
    border:1px solid #000000;
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;*/
}
.resultTable table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}
.resultTable tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.resultTable table tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.resultTable table tr:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}
.resultTable tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}
.resultTable tr:hover td{

}
.resultTable tr:nth-child(odd){
    background-color:rgba(95,95,95,0.5);
}
.resultTable tr:nth-child(even){
    background-color:rgba(145,145,145,0.5);
}
.resultTable td{
    vertical-align:middle;
    border:1px solid #000000;
    /*border-width:0px 1px 1px 0px;*/
    text-align:left;
    padding:8px;
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    color:#ffffff;
}
/*
.resultTable tr:last-child td{
    border-width:0px 1px 0px 0px;
}
.resultTable tr td:last-child{
    border-width:0px 0px 1px 0px;
}
.resultTable tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}*/
.resultTable tr:first-child td{
    background:-o-linear-gradient(bottom, rgba(0,85,197,0.7) 5%, rgba(0,59,138,0.7) 100%);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgba(0,85,197,0.7)), color-stop(1, rgba(0,59,138,0.7)) );
    background:-moz-linear-gradient( center top, rgba(0,85,197,0.7) 5%, rgba(0,59,138,0.7) 100% );
    background: -o-linear-gradient(top,rgba(0,85,197,0.7),rgba(0,59,138,0.7));
    background-color:rgba(0,0,155,0.5);
    /*border:1px solid #000000;*/
    text-align:center;
    /*border-width:0px 0px 1px 1px;*/
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
}
/*.resultTable tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #000000 5%, #3030ff 100%);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #3030ff) );
    background:-moz-linear-gradient( center top, #000000 5%, #3030ff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#3030ff");
    background: -o-linear-gradient(top,#000000,3030ff);
    background-color:rgba(0,0,0,0.5);
}
.resultTable tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
.resultTable tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}*/

.viewButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
    -webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
    box-shadow:inset 0px 1px 0px 0px #cae3fc;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
    background-color:#79bbff;
    -webkit-border-top-left-radius:33px;
    -moz-border-radius-topleft:33px;
    border-top-left-radius:33px;
    -webkit-border-top-right-radius:33px;
    -moz-border-radius-topright:33px;
    border-top-right-radius:33px;
    -webkit-border-bottom-right-radius:33px;
    -moz-border-radius-bottomright:33px;
    border-bottom-right-radius:33px;
    -webkit-border-bottom-left-radius:33px;
    -moz-border-radius-bottomleft:33px;
    border-bottom-left-radius:33px;
    text-indent:0px;
    border:1px solid #469df5;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
    height:24px;
    line-height:24px;
    width:134px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #287ace;
}
.viewButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
    background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
    background-color:#4197ee;
}
.viewButton:active {
    /* position:relative; */
    top:1px;
}

.headerClass{
    background:-o-linear-gradient(bottom, rgba(0,85,197,0.7) 5%, rgba(0,59,138,0.7) 100%);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgba(0,85,197,0.7)), color-stop(1, rgba(0,59,138,0.7)) );
    background:-moz-linear-gradient( center top, rgba(0,85,197,0.7) 5%, rgba(0,59,138,0.7) 100% );
    background: -o-linear-gradient(top,rgba(0,85,197,0.7),rgba(0,59,138,0.7));
    background-color:rgba(0,0,155,0.5);
    /*border:1px solid #000000;*/
    text-align:center;
    /*border-width:0px 0px 1px 1px;*/
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
}

.detailTable {
    margin:0px;
    padding:0px;
    width:100%;
}
.detailTable table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}
.detailTable tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.detailTable table tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.detailTable table tr:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}
.detailTable tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}
.detailTable tr:hover td{

}
.detailTable tr:nth-child(odd){
    background-color:rgba(95,95,95,0.5);
}
.detailTable tr:nth-child(even){
    background-color:rgba(145,145,145,0.5);
}
.detailTable td{
    vertical-align:middle;
    border:1px solid #000000;
    /*border-width:0px 1px 1px 0px;*/
    text-align:left;
    padding:5px;
    font-size:10px;
    font-family:Arial;
    color:#ffffff;
}

.detailTableInfoHeader{
    width: 95px;
    font-weight: bold;
}


.fancySubmit {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:18px;
    font-weight:bold;
    font-style:normal;
    height:30px;
    line-height:28px;
    width:46px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
}
.fancySubmit:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}.fancySubmit:active {
     /* position:relative; */
     top:1px;
 }

