#col_left .nav_button {
  padding-top: 10px;
  min-height: 70px;
}  

#col_left .nav_button #button_3 {
}

#col_left .nav_button a.button {
  display: block; 
  width: 190px;
  height: 59px;
  float: left;
  padding-left: 41px;
  padding-top: 16px;
  margin-bottom: 2px;
  margin-right: 8px;
  
  font-family: "Century Gothic", "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  font-size: 20pt;
  text-align: left;
  color: #fff !important;
  
  cursor: pointer;
}

#col_left .nav_button a.button {
  text-decoration: none;
}

#col_left #button_1 a.button {
  background: url(../graphics/hmpg_but_1.png) no-repeat #e26b54;
}

#col_left #button_2 a.button {
  background: url(../graphics/hmpg_but_2.png) no-repeat #e7983e;
}

#col_left #button_3 a.button {
  background: url(../graphics/hmpg_but_3.png) no-repeat #f2ce39;
  font-size: 15pt;
  padding-top: 10px;
  padding-bottom: 6px;
  font-weight: bold;
}

#col_left #button_4 a.button {
  background: url(../graphics/hmpg_but_4.png) no-repeat #a6cc40;
}

#col_left #button_5 a.button {
  background: url(../graphics/hmpg_but_5.png) no-repeat #6392e6;
}

#col_left #button_0 a.button {
  background: url(../graphics/hmpg_but_0.png) no-repeat #222222;
  width: 163px;
}

#col_left .nav_button ul {
  display: block;
  padding: 6px 0px 2px;
  float: none;
}

#col_left .nav_button li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 20px; 
}

#col_left .nav_button li a {
  font-size: 11pt;
}

#col_left ul {
  margin-right: 30px;
}

#col_left li {
  text-align: right;
}


#searchbox {
  border-right: none !important;
  margin: 20px 0 !important;
  margin-left: -20px !important;
}




#topics_by_age {
  width: 420px;
  margin: 0 auto;
  height: 110px;
}

#topics_by_age div {
  width: 24%;
  float: left;
  padding-top: 10px;
  cursor: pointer;
}

#topics_by_age div div {
  width: 100%;
  float: none;
  height: 33px;
  border-right: solid 1px #d4e1e6;
  padding-top: 57px;
}

#topics_by_age div#age_1 {
  background: url(../graphics/hmpg_age_1.png) top center no-repeat;
}

#topics_by_age #age_2 {
  background: url(../graphics/hmpg_age_2.png) top center no-repeat; 
}

#topics_by_age #age_3 {
  background: url(../graphics/hmpg_age_3.png) top center no-repeat; 
}

#topics_by_age #age_4 {
  background: url(../graphics/hmpg_age_4.png) top center no-repeat;
}

#topics_by_age p {
  padding: 0;
  text-align: center; 
}

#topics_by_age font {
  font-size: 14pt;
  display: block;
}



#credibility { 
  margin-top: 10px;
  background: #f2f6fa;
  border-top: solid 1px #cde3f6;

  float: none;
}

#credibility p {
  font-size: 10pt;
  text-align: center;
  padding: 5px 0;
}

#credibility img {
  vertical-align: middle;
  padding: 0 2px;
  padding-bottom: 3px;
  
}


