﻿body {
    background-color: #B2AC7B;
}
h1 {
    font-size: 32.5px;
}
h2 {
    font-size: 27.5px;
    padding-top: 20px;
}
.largeText {
    font-size: 1.5em;
}
.container {
    background-color: #FFF;
    padding: 10px 20px 10px 20px;
    margin-top: 5px;
    border: 1px solid;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}
.theHeader {
    height: 160px;
    background-color: #FFF9C9;
    margin: auto;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}
.theHeader a:visited {
    color: Black;
}
.theHeader a:hover {
    color: #1111bb;
}
	
#logoInHeader {
    
    font-size: 3em;
    text-align: center;
    line-height: 1.0em;
   
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.verticalText {
    position: absolute;
    top: 20%; 
    /*left:0;*/
    width: 100%;
}
#weatherBanner {
    margin: auto;
    width: 100%;
    text-align: center;
}

.bizContainer {
    
    width: 100%;
    border: 0px;
    padding: 0;
    margin-top: 0;
}

#bizBody {
    background-color: #FFF;
}
.custom-sw-image {
    padding: 0 10px 10px 0;
}

.dropcap {
    float: left;
    color: orange;
    font-size: 30px;
    line-height: 5px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 3px;
    font-family: Georgia;
}
.selectedBizBtn {
    background-color: Gray;
}
.alligatorheader {
    background-color: #FBF6CE;
}
.alligatorMouthOpenImage {
    padding-top: 20px;
}
.greenBg {
    background-color: #016450;
    height: 20px;
}

.nav-tabs > li > a {
    padding-right: 0;
    display: inline;
}

.table tbody tr.tableHdrRow {
    background-color: #d9edf7;
    font-weight: bold;
}

.FrontPageNewsBlock {
    background-color: #FFF9C9;
    width: 387px;
    height: 410px;
    border: 1px double #2E2414;
    padding: 0 5px 5px;
    overflow: scroll;
}
              
.newsEntry {
    margin: 0 20px 20px 0;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #4D4C1E;
    padding-bottom: 5px;
}
.newsTitle {
    font-weight: bold;
    font-size: 1.5em;
}

.announcementImg{padding-right: 10px;}

.July4 {
    border: 1px solid blue;
    padding: 5px;
    
}
.July4 a{color:Red; font-size:larger;}
.July4Img {
    float: left;
    height: 119px;
}
#SCAJuly4 {
    line-height: 25px;
    padding: 10px;
}

/* ----- BOOTSTRAP OVERRIDES ----- */
/*.table-responsive th{ width:auto;}*/

/* ---------- LOGIN ---------- */

#pageLogin {
    background-color: #AEB172;
    height: 100%;
}
#login {
    margin: 50px auto;
    width: 400px;
}

#login h2 {
    background-color: #6EA4A3; /*#f95252;*/
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 28px;
    padding: 20px 26px;
    margin-bottom: 0;
}

#login h2 span[class*="fontawesome-"] {
    margin-right: 14px;
}

#login fieldset {
    background-color: #fff;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    padding: 20px 26px;
}

#login fieldset p {
    color: #777;
    margin-bottom: 14px;
}

#login fieldset p:last-child {
    margin-bottom: 0;
}

#login fieldset input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#login fieldset input[type="email"], #login fieldset input[type="password"] {
    background-color: #eee;
    color: #777;
    padding: 4px 10px;
    width: 328px;
}

#login fieldset input[type="submit"] {
    background-color: #6EA4A3; 
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 4px 0;
    width: 100px;
}

#login fieldset input[type="submit"]:hover {
    background-color: #28ad63;
}

.homePageAds {
    width: 448px;
    padding: 5px;
    height: 400px;
}
.rotatorText {
    color: Blue;
    font-size: 30px;
    text-align: center;
    padding-top:10px;
}

/*Enlarge image on hover */
ul.enlarge {
    list-style-type: none; /*remove the bullet point*/
    margin-left: 0;
    padding: 0; /*Added by Dan */
}
ul.enlarge li {
    display: inline-block; /*places the images in a line*/
    position: relative;
    z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
    margin: 10px 5px 0 0;
    width: 25%;
    float: left;
}
ul.enlarge img {
    background-color: #eae9d4;
    /*padding: 6px;*/
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
}
ul.enlarge span {
    position: absolute;
    left: -9999px;
    background-color: #eae9d4;
    padding: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size: .9em;
    text-align: center; 
    color: #495a62; 
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px rgba(0, 0, 0, .75);
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    border-radius: 8px;
}
ul.enlarge li .imgSmall {
    text-align: center;
}
ul.enlarge li:hover {
    z-index: 50;
    cursor: pointer;
}
ul.enlarge span img {
    padding: 2px;
    background: #ccc;
    /*max-height: 200px; Added by Dan */
}
ul.enlarge li:hover span { 
    top: -100px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
    left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
}

ul.enlarge li:hover:nth-child(1) span {
    right: -100px; 
}
ul.enlarge li:hover:nth-child(2) span {
    right: -100px; 
}
ul.enlarge li:hover:nth-child(3) span {
    right: -200px; 
}
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
ul.enlarge img, ul.enlarge span {
    behavior: url(pie/PIE.htc); 
}