
/**
 * Home
 */

#home {
  position: relative;
  margin: 0 15px;
}

#home #intro {
  width: 920px;
  height: 390px;
  background: #f9f9f9 url(/images/home/flash-background.jpg) left top no-repeat;
}

#home h1 {
  background: url(/images/home/myriad-small.gif) 28px center no-repeat;
  color: #868686;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
}


/**
 * Action Items
 */

#home #action-items {
  width: 920px;
  height: 185px;
  overflow: hidden;
}

#home #action-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#home #action-items ul li {
  float: left;
  width: 300px;
  height: 170px;
  background: url(/images/home/action-items/background.gif) left top no-repeat;
  margin: 0 10px 0 0;
  padding: 0;
}

#home #action-items ul li.last {
  margin: 0;
}

#home #action-items ul li h2 {
  color: #3399cc;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 15px 10px 0;
}

#home #action-items ul li p {
  margin: 10px 15px 10px 0;
  height: 70px;
}

#home #action-items ul li p a.more {
  float: right;
  background: url(/images/home/action-items/arrow.gif) right 6px no-repeat;
  font-weight: bold;
  text-decoration: none;
  padding-right: 7px;
}

#home #action-items ul li img {
  float: left;
  width: 120px;
  height: 170px;
}

#home #action-items ul li {
  float: left;
  width: 300px;
  height: 170px;
  background: url(/images/home/action-items/background.gif) left top no-repeat;
  margin: 0 10px 0 0;
  padding: 0;
}


/**
 * Bookmarks
 */

#home #bookmarks {
  display: none;
  float: right;
  width: auto;
  height: 25px;
  margin-top: -25px;
}

#home #bookmarks ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

#home #bookmarks ul li {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 0 0 2px;
  padding: 0;
}

#home #bookmarks ul li a img {
  width: 20px;
  height: 20px;
}
