/* 
    Document   : bottomNav
    Created on : Oct 23, 2012, 2:49:32 PM
    Author     : Steve Morse
    Description:
        Style rules for the bottom nav on all pages.
*/

.bottomNAV, a.bottomnav    { color: white !important; font-style: normal; font-weight: normal; font-stretch: normal; text-decoration: none; text-align: center; text-indent: 15pt; letter-spacing: 1pt; face: "Georgia, Times New Roman, Times, serif"; size: "2"  }

.fullpagebottomnav {
    width: 1080px;
    background-color: #036;
}
#footer {
    margin-top:8px;
    width: 1080px;
    margin:auto;

}
#footernav {
    background-color: #003366;
    height: 35px;
    padding-top: 15px;
    text-align:right;
    border: 1px solid white;
}
#footercopyright {
    width:100%;
    position:relative;
    margin:0 auto;
    background-color:#FFF;
    text-align:right;
}
.yellow {
    color: yellow;
}
.bottomNAVseparator {
  color: white;
  margin-left: 45px;
  margin-right: 45px;
}
.bottomNAV {
    color:white;
    font-family:times, times new roman;
    font-size: 16px;
}
#searchwrapper {
  background-color: #003366;
  float: right;
  height: 40px;
  overflow: hidden;
  position: relative;
  top: -13px;
  width: 388px;
}
/* overrides for the google custom search widget */
.gsc-control-cse{
    background-color: #036 !important;
    border-style:none !important;
}
form.gsc-search-box {
    font-size: 13px;
    margin: 0 0 4px;
    position: relative;
    top: -6px;
    width: 100%;
}
/* this adds a background image to the google search button. It's effectively a drop shadow
   under the  little magnifying glass to make it more visible */
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background: url("/images/searchbutton.jpg") no-repeat scroll 28px 8px #E9E9E9 !important;
  border-color: #336699;
  filter: none;
}
