
/**
 * Home
 */

#home {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: url('/images/kids/bgs/paint.gif') no-repeat;
  margin-top: -60px;
}

#home .icon {
  position: absolute;
  width: 114px;
  top: 52px;
  left: 50px;
  z-index: 10;
}

#home .common-questions {
  position: absolute;
  width: 300px;
  top: 53px;
  left: 170px;
  z-index: 10;
}

#home .common-questions .question {
  background: url('/images/kids/home/q.gif') no-repeat;
  color: #f79800;
  font-weight: bold;
  margin: 8px 0px;
  padding-left: 22px;
}

#home .common-questions .answer {
  background: url('/images/kids/home/a.gif') no-repeat;
  color: #012d53;
  padding-left: 22px;
}

#home .kids-corner {
  position: absolute;
  width: 220px;
  top: 53px;
  left: 510px;
  z-index: 10;
}

#home .go-low {
  position: absolute;
  width: 220px;
  top: 53px;
  left: 760px;
  z-index: 10;
}

#home H6 {
  color: #012d53;
  font-size: 15px;
  margin-bottom: 4px;
}

#home H6 SPAN {
  color: #69aee3;
}

#home .photo {
  float: left;
}

#home .links {
  color: #f79800;
  margin-left: 100px;
}

#home .links A {
  color: #69aee3;
  font-weight: normal;
}

#home .links A.arrow {
  display: block;
  background: url('/images/global/bgs/subnav.gif') 0px 5px no-repeat;
  text-decoration: none;
  line-height: normal;
  padding-left: 10px;
  padding-bottom: 2px;
}

#home A.more {
  float: right;
  color: #012d53;
  font-weight: bold;
  margin-top: -8px;
  text-decoration: none;
}

#home A.more SPAN {
  color: #f79800;
}
