﻿
@media only screen and (min-width: 1440px) {
	
}

}
.fade{
  opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
}
  opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
}
.fade:hover{
	opacity:1;
	filter:alpha(oopacity=100); /* For IE8 and earlier */
}
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #000000;
  margin-bottom: 0; }


 .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 0.8125em;
    font-weight: bold;
    background: #000000; 
    text-decoration:none;}

 .top-bar-section ul li > a:hover{
	background: #D21D24;
}
 


   
@media only screen and (min-width: 940px) {
  .top-bar {
    background: #000000;
    *zoom: 1;
    overflow: visible; }

    
.top-bar-section li a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #000000; }
      
 .top-bar-section ul li > a:not(.button):hover{
	background: #D21D24;
}
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2; 
}