#main { 
    background: #003158;   
    width: 960px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0; 
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out; 
    }
    
    @media (min-width : 1200px) { #main { width: 1200px; } }   

#main ul { list-style: none; }

#main ul li {
    float: left; 
    position: relative;
    display: inline-block;
    padding: 0;
    } 
    
    @media (min-width : 1200px) { #main ul li { padding: 0 9px 0 0; } } 
    
#main ul li:last-child  { padding: 0; }

#main ul li.active > a { color: #fff;  }


#main ul li a {
    height: 14px;
    padding: 14px 14px 12px;
    font-family: 'Arimo',helvetica,arial,sanserif;
    font-weight: 400px;
    font-size: 14px;
    line-height: 1;
    color: #d6ecff;
    text-transform: uppercase;      
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out; 
    }


    @media (min-width : 1200px) {
      nav#main ul li a { padding: 14px 24px 12px; }
      .ie nav#main ul li a { padding: 14px 24px 12px; } 
    } 


#main ul li a:hover { color: #fff; }

#main .nav-home a {
    background: url('/theme/img/nav-home.png') no-repeat 25px 15px;
    text-indent: -99999px;
    opacity: .8;
    width: 13px;
    padding: 14px 16px 12px 25px;
    }
    
    @media (min-width : 1200px) { 
      #main .nav-home a { padding: 14px 21px 12px 25px; }
    } 

    #main .nav-home a:hover  { opacity: 1; }
    #main .nav-home a:active { opacity: .5; }    



/* Submenu
------------------------------------ */

#main ol { 
    border-top: 3px solid #fdba31;
    background: white;
    list-style: none;
    width: 200px;
    margin: 0;
    padding: 3px;
    display: none;
    position: absolute; 
    left: 16px;
    top: 37px;
    z-index: 1;
    -moz-box-shadow:    0 1px 2px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow:         0 1px 2px rgba(0,0,0,.15); 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition:    all .35s ease-in-out;
    -o-transition:      all .35s ease-in-out;
    -ms-transition:     all .35s ease-in-out;
    transition:         all .35s ease-in-out; 
    }
    
#main .split ol { 
    width: 370px;  
    left: 10px; 
    }   
  
#main .nav-members ol { left: -59px; }
        
    @media (min-width : 1200px) { 
        #main ol { left: 25px; }
        #main .split ol { left: 20px; } 
        #main .nav-join ol { left: -30px; }
        #main .nav-districts ol { width: 257px; }
        #main .nav-members ol { left: -51px; }
        } 

#main li:hover ol,
#main li.over ol { display: block; }

#main ol li {
    background-image: none;
    padding: 2px !important;
    text-align: left; 
    float: none;
    display: block; 
    }

#main ol li a {
    color: #004881; 
    width: auto;
    height: auto;
    padding: 7px 6px !important;
    display: block;
    float: none;   
    font-size: 13px;
    line-height: 1.1;
    text-indent: 0;
    text-transform: none;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition:    all .35s ease-in-out;
    -o-transition:      all .35s ease-in-out;
    -ms-transition:     all .35s ease-in-out;
    transition:         all .35s ease-in-out; 
    }
    
    #main .nav-districts ol li a { padding: 4px 6px !important; }
    
    #main ol li a:hover  { background-color: #eeeeee !important; color: #0066ba; }
    #main ol li a:active { background-color: #d9d9d9 !important; color: #0066ba; }

#main ol li a small {
    display: block;
    color: #00192c;
    font-size: 10px; 
    }

#main .split ol > li { 
    width: 181px;
    float: left; 
    }
  
#main .split strong a { 
    font-weight: 300;
    font-family: "Arimo",helvetica,arial,sanserif; 
    }
  
#main .split ol > li p { 
    display: block;
    margin: 0 !important; 
    }
  
#main .split ol > li p a { 
    font-size: 12px;
    padding: 5px 6px 5px 15px !important;
    position: relative;
    color: #0066ba !important; 
    }
  
#main .split ol > li p:hover a { color: #003158 !important; }

#main .split ol > li p a:before { 
    background: #999999;
    content: " ";
    width: 4px;
    height: 4px; 
    display: block;
    position: absolute;
    left: 7px;
    top: 9px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition:    all .35s ease-in-out;
    -o-transition:      all .35s ease-in-out;
    -ms-transition:     all .35s ease-in-out;
    transition:         all .35s ease-in-out; 
    }



 /* Top Nav
------------------------------------ */

#tnav {
    list-style: none;
    display: inline;
    position: absolute;
    right: 0;
    top: 5px; 
    height: 23px;
    }
      
#tnav > li {
    display: inline-block; 
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    }    

#tnav > li a {
    height: 14px; 
    font-size: 14px;
    line-height: 1;
    padding: 5px 15px 4px 15px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out; 
    color: rgba(62,112,152,.7)
    }
      
    #tnav > li a:hover { color: rgba(62,112,152,1) }
    
    #tnav > li a:active { color: rgba(0,72,129,1) }
      
  

#tnav > li.nav-search { width: 210px; padding: 0 0 0 15px; }



/* --- Search Form --- */

#searchform {
    width: 210px;
    position: relative;
    background: #b5b5b5;
    -moz-border-radius:    4px;
    -webkit-border-radius: 4px;
    border-radius:         4px; 
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out; 
    }
    
#searchform:hover { background: #a3a3a3; }

#searchform input {
    background: none;
    float: left; 
    margin: 0;
    padding: 4px 0 4px 7px;
    width: 180px;
    border: none;
    color: white;
    font-size: 13px;
    font-family: arial,sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out; 
    }

#searchform input:focus { 
    background: #cdcdcd;
    color: #fff;
    cursor: text; 
    -moz-border-radius:    4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius:         4px 0 0 4px;     
    box-shadow:         inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25);       
    -moz-box-shadow:    inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25); 
    }

#searchform input:-moz-placeholder                 { opacity: 1; }
#searchform input::-moz-placeholder                { opacity: 1; }
#searchform input:-ms-input-placeholder            { color: #fff; }
#searchform input::-webkit-input-placeholder       { color: #fff; }

#searchform button {
    background: none;
    color: #fff;
    border: none;
    display: block;
    width: 23px;
    line-height: 23px;
    padding: 0;
    right: 0;
    cursor: pointer;
    -moz-border-radius:    0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius:         0 4px 4px 0; 
    -webkit-transition: all .3s ease-in-out;  
    -moz-transition:    all .3s ease-in-out;  
    -o-transition:      all .3s ease-in-out;  
    -ms-transition:     all .3s ease-in-out; 
    transition:         all .3s ease-in-out;   
    }

#searchform button:hover { 
  background: #003158;
  color: #fdba31;  }

#searchform button:active { 
    background: #001f38; 
    color: #fff;
    }


#searchform input:-moz-placeholder                    { opacity: .6; }
#searchform input::-moz-placeholder                   { opacity: .6; }
#searchform input:-ms-input-placeholder               { color: white; }
#searchform input::-webkit-input-placeholder          { color: white; }
#searchform input:hover:-ms-input-placeholder,
#searchform input:focus:-ms-input-placeholder         { color: #dfdfdf; }
#searchform input:hover::-webkit-input-placeholder,
#searchform input:focus::-webkit-input-placeholder    { color: #dfdfdf; }   






 /* Section Nav
------------------------------------ */


.snav { 
    padding: 20px;
    margin: 0 0 20px 0;
    position: relative;
    background: white;   
    border-top: 3px solid #d3d3d3; 
    }  
.snav h3 { margin-bottom: 10px; }
.snav h3 a { color: #00192c; }


.snav ul { list-style: none; }   

.snav li { margin: auto; } 

.snav li:last-child { margin: 2px auto auto auto; } 

.snav li a { 
    background: rgba(0,72,129,0);
    padding: 5px 5px 5px 0; 
    display: block;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out; }  
.snav li a small {
  display: block;
  color: #0d1b35;
  font-size: 11px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; }
.snav li a:hover small { color: #fdba31; }
  
.snav li a:hover { 
    background: rgba(0,72,129,1);
    padding: 5px 5px 5px 10px; 
    color: #fff;
    -moz-box-shadow:    inset 1px 1px 2.5px rgba(0,0,0,0);
    -webkit-box-shadow: inset 1px 1px 2.5px rgba(0,0,0,0);
    box-shadow:         inset 1px 1px 2.5px rgba(0,0,0,0); }
     
.snav li a:active { 
    background: rgba(0,72,129,.8);
    padding: 5px 5px 5px 10px; 
    -moz-box-shadow:    inset 1px 1px 2.5px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 1px 1px 2.5px rgba(0,0,0,.3);
    box-shadow:         inset 1px 1px 2.5px rgba(0,0,0,.3);   
    color: #fff; }    
   
.snav li a:hover:after { content: " »" }
.districts .snav li a:hover:after { content: "" }

.snav li ol { 
  list-style: none;
  margin: 0 auto 5px; }

.snav ol li a { 
  color: #336d9a;
  font-size: 14px;
  padding: 5px 5px 5px 18px;   
  position: relative; }
.snav ol li a:hover { padding: 5px 5px 5px 18px; }
.snav ol li a:hover:after { content: " " }


.snav ol li a:before { 
  background: #003158;
  content: " ";
  width: 4px;
  height: 4px; 
  display: block;
  position: absolute;
  left: 7px;
  top: 10px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition:    all .35s ease-in-out;
  -o-transition:      all .35s ease-in-out;
  -ms-transition:     all .35s ease-in-out;
  transition:         all .35s ease-in-out; }
.snav ol li a:hover:before { background: #fff; }


.snav li.active > a:first-child { color: #00192c; } 
.snav li.active > a:first-child:hover { color: #fff; } 

.snav li a.active { 
  color: #7d7d7d;
  cursor: auto; }
.snav li a.active:hover { 
  background: transparent;
  color: #7d7d7d; }
.snav li a.active:active { 
  -moz-box-shadow:    0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow:         0 0 0 rgba(0,0,0,0); }

.snav ol li a.active:before,
.snav ol li a.active:hover:before { background: #7d7d7d; }

.snav .ordinal_2 .ordinal_3 { display: none; }
.snav .active.ordinal_2 .ordinal_3 { display: block; }

/* Blog Nav
------------------------------------ */

#bnav { 
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: left;   
    -webkit-transition: all .35s ease-in-out;
    -moz-transition:    all .35s ease-in-out;
    -o-transition:      all .35s ease-in-out;
    -ms-transition:     all .35s ease-in-out;
    transition:         all .35s ease-in-out; 
    } 

#bnav select, #bnav .select-btn { 
    background: #4d6b82;   
    border: none;
    width: 194px;
    margin: 0 auto;
    padding: 7px 9px 6px 6px;  
    cursor: pointer; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #fdc85a;
    transition:         all .35s ease-in-out;    
    -webkit-transition: all .35s ease-in-out;  
    -moz-transition:    all .35s ease-in-out;  
    -o-transition:      all .35s ease-in-out;  
    -ms-transition:     all .35s ease-in-out; 
    } 
    
    #bnav .select-btn {
       width: auto;
       padding: 10px 9px 7px 9px;
       margin-right: 5px; }
  
#bnav select:hover, #bnav .select-btn:hover { 
    background: #fdc85a; 
    color: #fff; 
    box-shadow:         1px 1px 3px rgba(0, 0, 0, 0.2);       
    -moz-box-shadow:    1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); 
    }
  
#bnav select:focus, #bnav .select-btn:focus { 
    background: #8c9ca3 ;   
    color: #fff;
    cursor: text; 
    box-shadow:         inset 1px 1px 1px rgba(0, 0, 0, 0.35);       
    -moz-box-shadow:    inset 1px 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35); 
    }







/* ---- Feed Controls ---- */   

.feed ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: 12px; 
  margin: 0; }

.feed li { 
  width: 10px; 
  display: block;
  margin-right: 5px;
  float: left; }
.feed li:last-child { margin-right: 0; }

.feed li a { 
  background-color: #00aec5;
  height: 10px;
  display: block;
  position: relative;
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  border-radius:         5px; 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; }
.feed li:hover a { 
  background-color: #eb6e1f;
  -moz-box-shadow:    0 1px 1px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  box-shadow:         0 1px 1px rgba(0,0,0,.3); }
.feed li:active a { 
  background-color: #eb6e1f;
  -moz-box-shadow:    inset 0 1px 1px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
  box-shadow:         inset 0 1px 1px rgba(0,0,0,.3); }
.feed li.ui-tabs-active a { 
  background-color: #8c9ca3;
  -moz-box-shadow:    inset 0 1px 2px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
  box-shadow:         inset 0 1px 2px rgba(0,0,0,.3); }         

