﻿
/* reset values */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    background: url('../images/background.jpg') repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
}

#container {
    background-color: #fff;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 1000px;
}

/************ Basic Elements ************/
a {
    color: #477a90;
}

    a:hover {
       /* color: #407734;*/
    }

img {
    border: none;
}

h1 {
    color: #407334;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 0;
}

h2 {
    color: #407334;
    font-weight: normal;
    margin: 5px;
}

    h2 a {
        text-decoration: none;
        color: #407334;
    }

p {
    margin-bottom: 6px;
    margin-top: 0px;
}

.error {
    color: Red;
}

.note {
    font-size: 10px;
}
/************ Header ************/
#header {
    background: #f1eacb url('../images/header.gif') no-repeat;
    height: 108px;
    padding-right: 24px;
    padding-top: 12px;
    position: relative;
    text-align: right;
    background-size: cover;
}

#headerLogo {
    position: absolute;
    top: 0;
    left: 0;
}

#headerBar {
    background-color: #f1eacb;
    border-bottom: solid 1px #fff;
    padding: 10px 0;
    text-align: center;
}

#headerNav {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #477A90;
}

.headerTab {
    float: right;
    height: 27px;
    padding-top: 8px;
    text-align: center;
    width: 110px;
}

    .headerTab a {
        text-decoration: none;
        color: #407334;
        font-weight: bold;
    }

        .headerTab a:hover {
            color: #407334;
        }

.headerTabActive {
    float: right;
    height: 27px;
    padding-top: 8px;
    text-align: center;
    width: 110px;
}

.headerTabActiveWhite {
    background: url('../images/tabBackground_white.gif') no-repeat;
}

.headerTabActiveNews {
    background: url('../images/tabBackground_news.gif') no-repeat;
}

.headerTabActiveGray {
    background: url('../images/tabBackground_gray.gif') no-repeat;
}

.headerTabActiveLeft {
    background: url('../images/tabBackground_left.gif') no-repeat;
}

.headerTabActiveRight {
    background: url('../images/tabBackground_right.gif') no-repeat;
}

.headerTabActive a {
    text-decoration: none;
    color: #407334;
}

.newsTab {
    width: 160px;
}

/************ Homepage Body ************/
#homeWrapper {
    padding: 0px 0px 60px 0px; /* Height of the footer */
}

#homeLeft {
    float: left;
    width: 30%;
    padding: 10px;
}
/**/
#homeRight {
    float: left;
    width: 61%;
    padding: 10px;
}

.clear-btn {
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    text-decoration: none;
    background-color: #407334;
    padding: 4px 20px;
    color: #fff;
    border: 1px solid #407734;
}

.search-btn {
    background-color: #407334;
    padding: 5px 20px;
    color: #fff;
    border: 1px solid #407734;
}

#homeMainContent, #contact {
    border: 5px solid #e9e9e9;
    padding: 15px;
    margin-bottom:10px;
    background-color:#f9f9f9;
}

    #homeMainContent a.callout {
        display: inline-block;
    }

    #homeMainContent h2, #contact h2 {
        margin-left: 0;
    }
/*#homeMainContent p { line-height: 18px; margin-top: 12px; }*/
.dottedBorder {
    border-bottom: dotted 1px #477a90;
    margin-bottom: 12px;
}

.homeTile { /* background: url('../images/tileSubpage.jpg') no-repeat;*/
    /*height: 143px;*/
    margin-top: 16px;
    margin-right: -20px;
    padding: 10px 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    border-radius: 5px;
    border: 5px solid #f9f9f9;
    background-color: #FFF;
}

/************ Homepage Directory Box ************/
div#search-container { /* box-shadow: 1px 1px 5px rgba(0,0,0,.5); background-color: #FFF; border-radius: 5px;*/
    padding: 15px 15px 0; /* border: 5px solid #6D9465; */
    border: 5px solid #e9e9e9;
    width: 100%;
}

    div#search-container table td {
        padding: 5px 5px;
    }

        div#search-container table td span {
            /* font-size: 1.1em; */
            display: block;
            padding: 4px 0;
            color: #2e2d2d;
            font-weight: bolder;
        }

#directoryBox { /*background: url('../images/homeMain2_suits2.jpg') no-repeat;*/ /*height: 240px; position: relative;*/ /*width: 100%;*/
}

#directoryTitle { /*left: 1px; position: absolute;*/ /*text-align: center;*/ /*top: 16px;*/ /*width: 164px;*/
}

    #directoryTitle h2 {
        color: #3f7233;
    }

#directoryRadio {
    color: #3f7233; /*left: 1px;*/ /*padding: 0px 12px;*/ /*position: absolute; top: 44px;*/ /*width: 331px;*/
}

#directoryForm {
    color: #3f7233;
    left: 1px; /*padding: 8px 12px 0px 12px;*/ /*padding: 33px 12px 0px 12px; position: absolute; top: 100px;*/ /*width: 331px;*/
}

    #directoryForm td { /*padding-bottom: 6px;*/
    }

.formTextBox {
}

.formDDL {
}

#directoryBoxSpacer { /*background: url('../images/boxSpacer.gif') repeat-y;*/
    color: #3f7233; /*padding-left: 12px; padding-right: 12px; padding-top: 20px;*/ /*width: 331px;*/
}

#subpageDirectoryBoxSpacer { /*background: url('../images/boxSpacer.gif') repeat-y;*/
    color: #3f7233; /*padding-left: 12px; padding-right: 12px;*/ /*width: 331px;*/
}
/************ Subpage Body ************/
#body {
    padding: 24px 24px 60px 24px; /* Height of the footer */
}

#leftContent {
    float: left;
    width: 528px;
}

#leftContentDirectory {
    float: left;
    width: 435px;
}

#rightContent {
    float: right;
    width: 200px;
}

#rightContentDirectory {
    float: right;
    width: 293px;
}

#fullContent {
    width: 100%;
}

p.disclaimer {
    font-style: italic;
}

.linkCategory {
    color: #407334;
    font-family: "Roboto";
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 0;
}
/************ Subpage Directory Box ************/
#subpageDirectoryBox { /*background: url('../images/subpageDirectory.gif') no-repeat;*/
    height: 230px;
    position: relative;
    width: 100%;
}

#subpageDirectoryTitle {
    left: 1px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 164px;
}

    #subpageDirectoryTitle h2 {
        color: #3f7233;
    }

#subpageDirectoryRadio {
    color: #3f7233;
    left: 1px;
    padding: 0px 12px;
    position: absolute;
    top: 36px;
    width: 331px;
}

#subpageDirectoryForm {
    color: #3f7233;
    left: 1px;
    padding: 18px 12px 0px 12px;
    position: absolute;
    top: 86px;
    width: 331px;
}

    #subpageDirectoryForm td {
        padding-bottom: 6px;
    }

/************ Agent Directory Box ************/
#subDirectoryBox {
    background: url('../images/agentDirectory2.gif') no-repeat; /*height: 94px;*/
    height: 125px;
    position: relative;
    width: 293px;
}

#subDirectorySpacer {
    background: url('../images/agentDirectorySpacer.gif') repeat-y;
    color: #3f7233;
    padding-left: 12px;
    padding-right: 12px;
    width: 269px;
    position: relative;
}

#subDirectoryForm {
    color: #3f7233;
    padding: 8px 4px 0px 4px;
    width: 257px;
}

#subDirectoryBottom {
    padding-bottom: 12px;
}
/************ Footer ************/
#footer {
    background: #f1eacb;
    bottom: 0;
    font-size: .9em;
    height: 48px; /* Height of the footer */
    position: absolute;
    padding-top: 12px;
    text-align: center;
    width: 100%;
}

/************ Admin ************/
#headerBarAdmin {
    background-color: #f1eacb;
    padding: 8px 0px;
    text-align: center;
}

    #headerBarAdmin a {
        padding-left: 8px;
        text-decoration: none;
        font-size: .9em;
        padding: 5px 8px;
    }

        #headerBarAdmin a:hover {
            text-decoration: underline;
        }

.headerBarAdminActive {
    color: #407734;
    text-decoration: underline;
}

#adminContent { /*width: 100%;*/
    padding: 12px;
}

.Copyright, .Copyright a, .Copyright a:hover {
    color: #333;
}


/*------------------------------------------------
About Us
------------------------------------------------*/
.aboutus h1 {
    margin: 0 0 2px 0;
}

.aboutus h2 {
    margin-bottom: 12px;
}

.aboutus ul {
    margin: 5px 0 5px 0;
    padding-left: 20px;
}

.aboutus li {
    padding: 3px 0 3px 0;
}

.aboutus #leftContent {
    width: 478px;
}

.aboutus #rightContent {
    width: 250px;
}

.providers {
    font-size: 13px;
}

.callout { /*background-color: #6D9465; border: 2px solid #366C29; color: #FFFFFF;*/
    font-size: 13px; /*font-weight: bold; padding: 10px;*/
}

    .callout .terms {
        font-size: 11px;
    }

.req {
    color: #f00;
}

table.form td {
    padding: 0 5px 3px 0;
}

table.form textarea {
    height: 75px;
    width: 100%;
    margin: 10px 0 0 0;
}

table.form .summary {
    margin-left: 30px;
}


/*new stuff*/
input[type=text], input[type=password], .ddl {
    border: 1px solid #d6d6d6;
    padding: 0px 5px;
}

input[type=text], input[type=password] {
    height: 25px;
}

.ddl {
    height: 30px;
    padding: 0 0 0 5px;
}

.frm-tbl td {
    padding: 5px;
}

div.results-container {
}

.grid {
    width: 100%;
    border: 1px solid #d6d6d6;
    font-size: 13px;
}

    .grid td, .grid th {
        padding: 7px;
        text-align: center;
        border: 1px solid #d6d6d6;
    }
        /*.grid td:nth-child(1), .grid th:nth-child(1) { width: 100px; }
        .grid td:nth-child(2), .grid th:nth-child(2) { width: 10%; }
        .grid td:nth-child(3), .grid th:nth-child(3) { width: 100px !important;}*/
        .grid td.long, .grid th.long {
            width: 200px;
        }

    .grid th {
        background-color: #407334;
        color: #FFF !important;
        font-weight: bold;
        font-size: 14px;
        padding: 8px;
        white-space: nowrap !important;
    }

        .grid th a {
            color: #FFF;
        }

    .grid table td {
        width: auto !important;
    }

.row {
    background-color: #FFF;
}

.alt-row {
    background-color: #f6f6f6;
}

.grid td ul.network-list li {
    margin-left: 15px;
    padding-left: 0px;
    padding-top: 5px;
    float: left;
    font-size: .9em;
    color: #477a90;
    font-weight: bold;
    margin-right: 5px;
}

.grid-btn {
    display: block;
    text-decoration: none;
    background-color: #ef3e3e;
    padding: 5px;
    border: 1px solid #cecece;
    color: #FFF;
    font-size: .9em;
    font-weight: bold;
    text-shadow: -1px -1px 0px rgba(0,0,0,.2);
}

    .grid-btn:hover {
        color: #FFF;
        background-color: #e52525;
    }

    .grid-btn:active {
        position: relative;
        top: 1px;
    }

.GeneralText {
    display: block;
    padding: 0px 5px 5px;
    color: #477a90;
    font-style: italic;
}

/*loader*/
#opaque {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: 9998;
    display: none;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 120px;
    width: 120px;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    background-color: transparent;
    z-index: 9999;
    color: #333;
    text-align: center;
    line-height: 50px;
    font-size: 1.4em;
    display: none;
    background-image: url('/images/svg/ring.svg');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: 50% 50%;
}

.chk-dup {
    display: none;
}

table tr td span {
    display: block;
    color: #333;
}


/*typeahead*/
.tt-dropdown-menu {
    background-color: #f9f9f9;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
    white-space: nowrap;
    max-height: 400px;
    overflow-y: auto;
}

.tt-dataset-results {
    min-width: 350px;
    padding: 0px;
    white-space: nowrap;
}

.tt-suggestion {
    color: #477a90;
    padding: 5px;
    font-family: Verdana;
    font-size: 1em;
}

.tt-cursor {
    background-color: #eee;
}

h3.template-header {
    font-weight: 200;
    color: #3f7233;
}
