/**
 * @file
 * Navigation Styling
 *
 * Default menu styling (ul.menu) is defined in system-menus.css.
 */


/*
 * The active item in a Drupal menu
 */
 @font-face { font-family: 'Helvetica Condensed'; src: url('HelveticaNeue-BlackCond.otf') format('opentype'); font-weight: normal !important; font-style: normal !important;  }
@font-face { font-family: 'Helvetica Condensed'; src: url('HelveticaNeueLTStd-BdCnO.otf') format('opentype'); font-weight: normal !important; font-style: italic !important; }
@font-face { font-family: 'Helvetica Condensed'; src: url('HelveticaNeue-HeavyCond.otf') format('opentype'); font-weight: bold !important; font-style: normal !important;  }
@font-face { font-family: 'Helvetica Condensed'; src: url('HelveticaNeueLTStd-BlkCnO.otf') format('opentype'); font-weight: bold !important; font-style: italic !important; ) }
@font-face { font-family: 'Helvetica Condensed'; src: url('HelveticaNeueLTStd-ThCn.otf') format('opentype'); font-weight: lighter !important; font-style: normal !important;  }
@font-face { font-family: 'Helvetica Condensed'; src: url('HelveticaNeueLTStd-ThCnO.otf') format('opentype'); font-weight: lighter !important; font-style: italic !important; }





@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'Zurich Condensed Black';
src: url('zurchbxc_0-webfont.svg') format('svg');

}
}








li a.active {
  color: #000;
}
#block-block-2  {
    overflow:hidden;
 width:960px;
display:block;
    height:308px;
}
#slideshow { position: relative;
    overflow:hidden;
 width:960px;
display:block;
    height:308px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
padding:8px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*
 * Navigation bar
 */
#navigation { height:38px; width:960px; clear:both;
}
#block-superfish-1 h2.title{ display:none;
}
.region-navigation {
}

/*
 * Primary and Secondary menu links
 */
#navigation ul#main-menu { height:36px; background:#0083D7; margin-bottom:70px;
}

#secondary-menu { margin:0; padding:0; }
#secondary-menu li {margin:0; padding:0;}
#secondary-menu li a:hover { background:#005B96;}
#secondary-menu li a { color:#FFF; text-transform:uppercase; text-decoration:none; font-family:'Helvetica Condensed'; padding:7px; font-size:1em; line-height:1.95em; font-weight:bold; }


#superfish-1 { margin:0 0 7px 0; width:960px; background:#0083D7;  font-family:'Helvetica Condensed'; padding:0;  }
#superfish-1 li { background:none; margin:0; padding:0; font-weight: bold;}
#superfish-1 li.active-trail { background:#005B96;}

#superfish-1 li a { font-weight: bold; border:0; color:#FFF; text-transform:uppercase; text-decoration:none; font-size:1.35em; margin:0; padding:9px; font-family:'Helvetica Condensed';}

#superfish-1 li ul { background:#0083D7; margin-left:9px;}
#superfish-1 li ul li a { font-size:1.1em; padding:6px 20px; }
#superfish-1 li ul li ul { margin:0;}

#superfish-1 li a:hover { background:#005B96;}
#superfish-1 li a:active { background:#005B96;}


/*
 * Menu blocks
 */
.block-menu {
}

/*
 * "Menu block" blocks. See http://drupal.org/project/menu_block
 */
.block-menu_block {
}
