/**************************************************************************************
    TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS 
**************************************************************************************/

BODY {
    margin: 0px;
    background: #999; /* for non-css3 browsers */
    /*background-image: url('http://www.bakercountyfl.org/images/bg.jpg');*/
    /*background: linear-gradient(#101030, #88aadd);*/
    background: linear-gradient(#101030, #556994);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: 100% 100%;
    font-family: tahoma, arial;
    min-height: 100%;
    position: relative;
    /*margin-top: 1vw;*/
    min-width: 1000px;
}

BODY:after{
    content:'';
    display: block;
    height: 100%;
}

BODY A{
    /*color: #FFF;*/
    color: #54C571;
    text-decoration: none;
}

BODY A:hover{
    color: #FA5;
    text-decoration: none;
}

HTML{
    height: 100%;
}

.right_column A{
    color: #54C571;
    text-decoration: none;
    font-style: italic;
}

.right_column A:hover{
    color: #FFF;
}

/**************************************************************************************
    IDENTITY IDENTITY IDENTITY IDENTITY IDENTITY IDENTITY IDENTITY IDENTITY IDENTITY 
**************************************************************************************/

#header{
    padding-top: 1vw;
}

#alert{
    position: relative;
    width: auto;
    height: auto;
    border-width: 2px;
    border-color: #A00;
    border-style: solid;
    /*background-color: #FDD;*/
    background-color: #EEE;
    float:top;
    margin-bottom: 20px;
    color: #000;
}

#menu {
    font-family: tahoma, arial;
    position: fixed;
    z-index: 1000;
    top: 0px;
    margin-top: -4px;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    height: 40px;
    text-decoration: none;
    text-align: right;
}

#menu A {
    font-family: tahoma, arial;
    color: #000;
    text-decoration: none;
}

#nav, #nav ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 1000;
}

#nav a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 10pt;
}

#nav a:hover {
    display: block;
    color: #F50;
}

#nav li {
    display: block;
    float: left;
}

#nav li ul {
    display: block;
    position: absolute;
    left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
    display: block;
    position: absolute;
    z-index: 1000;
    left: 50%;
    margin-left: 375px;
    /*width: 1000px;*/
    text-decoration: none;
}

#nav table {
    display: block;
    border-left-style: solid;
    border-left-width: medium;
    border-right-style: solid;
    border-right-width: medium;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-top-style: none;
    border-color: #555;
    background-color: #bbb;
    margin-top: -3px;
    width:500px;
    margin-left:-425px;
    z-index: 1000;
    text-align: right;
}

#nav table tr {
    text-align: right;
    /*width: 100%;*/
    width: 490px;
}

#nav table td {
    /*display: block;*/
    vertical-align: top;
    color: #ffffff;
    /*border-color: #525983;*/
    /*border-top-style: dotted;*/
    /*border-top-width: 1px;*/
    padding-top: 5px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-align: left;
    width: 50%;
}

#nav #actionnotes, #friendsnotes, #eventsnotes {
    display: block;
    font-size: 11px;
}

#popdiv label{
    color: #FFF;
    font-style: italic;
    font-family: arial;
}

/**************************************************************************************
    CLASSES CLASSES CLASSES CLASSES CLASSES CLASSES CLASSES CLASSES CLASSES CLASSES
**************************************************************************************/

.alert_header{
    font-family: 'Nunito', sans-serif;
    color: #eee;
}

.alert_backgroud,
.soe_declared_background{
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(96,25,25,1) 35%, rgba(152,47,47,1) 100%);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.soe_pending_background{
    /*background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(96,64,25,1) 35%, rgba(152,114,47,1) 100%);*/
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(111,98,38,1) 35%, rgba(213,186,47,1) 100%);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.soe_declared_background A{
    color: #33C5C5;
}

.soe_declared_background A:hover{
    color: #EEE;
}

.soe_pending_background A{
    /*color: #FA5;*/
    color: #5FE;
}

.soe_pending_background A:hover{
    color: #EEE;
}

.department_header{
    font-size: 40pt;
    font-variant: small-caps;
    text-align: right;
    position: relative;
    margin-top: 1vw;
    padding-right: 5vw;
    padding-left: 5vw;
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    width: auto;
    min-width: calc(1000 - 10vw);
}

.department_header_contacts{
    width: 44vw;
    min-width: 50%;
    font-size: 18pt;
    font-variant: normal;
    text-align: right;
    position: relative;
    color: #FFF;
    font-family: 'Nunito',sans-serif;
    display: block;
    float: right;
}

.department_header_hours{
    width: 44vw;
    min-width: 50%;
    font-size: 12pt;
    font-variant: normal;
    text-align: left;
    position: relative;
    color: #FFF;
    font-family: 'Nunito',sans-serif;
    display: block;
    float: left;
}

.department_header A{
    color: #FFF;
    text-decoration: none;
}

.department_header A:hover{
    color: #FA5;
}

.footer{
    position: absolute;
    bottom: 0;
    margin-top: 1vw;
    text-align: center;
    border-top-color: #FA5;
    border-top-width: 0.25vw;
    border-top-style: solid;
    display: block;
    font-family: 'Nunito',sans-serif;
    /*width: 100vw;*/
}

.hide {
    position: fixed;
    left: -999em;
    z-index: 2000;
}

.left_column{
    width: 25%;
    height: auto;
    display: table-cell;
    vertical-align: top;
}

.main_full{
    position: relative;
    /*font-size: 12pt;*/
    /*font-variant: small-caps;*/
    font-size: 1.25vw;
    text-align: left;
    margin-top: 1vw;
    padding-right: 5vw;
    padding-left: 5vw;
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    /*width: auto;*/
    /*min-width: calc(1000 - 10vw);*/
    /*width: 90vw;*/
}

.main_full_new{
    position: relative;
    /*font-size: 12pt;*/
    /*font-variant: small-caps;*/
    font-size: 1.25vw;
    text-align: left;
    margin-top: 1vw;
    margin-right: 1vw;
    margin-left: 1vw;
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    /*width: auto;*/
    /*min-width: calc(1000 - 10vw);*/
    /*width: 90vw;*/
}
.main_full:after{
    content: " ";
    display: block;
    clear: both;
    padding-bottom: 300px;
}
.main_full_new:after{
    content: " ";
    display: block;
    clear: both;
    padding-bottom: 300px;
}
.note{
    font-size: 10pt;
    font-style: italic;
}

.orange_header{
    color: #FA5;
    font-size: 2vw;
    padding-top: 1vw;
}

.parent:after{
    content: " ";
    border-bottom-color: #FA5;
    border-bottom-style: solid;
    border-bottom-width: 0.25vw;
    display: block;
    clear: both;
}

.parent_plain{
    content: " ";
    display: block;
    clear: both;
}

.right_column{
    width: auto;
    padding-left:1.5vw;
    display: inline-block;
}

.show {
    position: fixed;
    left: 50%;
    /*top: 10%;*/
    margin-left: -200px;
    /*margin-top:-200px;*/
    text-align:center; 
    z-index: 2000;
    width:400px;
    background-color:#999;
    border-width: 5px;
    border-style:solid;
    border-color:#555;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 5px 10px 20px #555;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.small_white_italic{
    font-style: italic;
    color: #fff;
    font-size: 1vw;
}

.story_area{
    padding: 1vw 2vw;
    background-color: rgba(255,255,255,0.25);
    /*border: #FFF solid 0.15vw;*/
    text-align: left;
    display: inline-block;
    border-radius: 1vw;
    box-shadow: 2px 2px 5px #000;
}

.story_header{
    font-weight: bold;
    text-decoration: underline;
}

.table_container{
    display: table;
}

.table_row_container{
    display: table-row;
}

.div_button,
.div_highlight{
    padding: 1vw 2vw;
    background-color: rgba(255,255,255,0.25);
    border: #FFF solid 0.15vw;
    text-align: center;
    display: inline-block;
    border-radius: 1vw;
    box-shadow: 2px 2px 5px #000;
}

.div_button:hover{
    border: #FFF solid 2px;
    background: linear-gradient(#FA5,darkorange);
}

.div_button_text{
    display: table-cell;
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 2vw;
    vertical-align: middle;
    text-shadow: 2px 2px 5px #000;
}