/*
-----------------------------------------------
CINA home styles
----------------------------------------------- */

@import 'base.css';

#home-banner {
  position: relative;
  width: 960px;
  height: 328px;
  background: url(../img/home_banner.gif) 0 0 no-repeat;
}
#icon-nav-container { margin-top: 20px; }
.icon-nav { margin-right: 10px; }

/* News Ticker (Moostick)
-------------------------------------------------------------- */
#ticker-container {
  margin-top: 20px;
  padding: 4px 10px 0 120px;
  height: 32px;
  background: url(../img/ticker_bg.gif) 0 0 no-repeat;
}
#moostick {
  display: block;
  height: 20px;
  margin: 0;
  padding: 2px 0 2px 0;
  overflow: hidden;
}
#moostick li {
  display: block;
  list-style-type: none;
  margin: 0 auto 0 auto;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
#moostick a {
  text-decoration: none;
  color: #3F3F3F;
}