@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENT
========================================================================== */

section h2{
  background-color:#f2b048;
  color:#ffffff;
  font-size:130%;
  font-weight:normal;
  padding:6px 10px;
}
#lead h3{
  color:#e47a24;
  font-size:130%;
  font-weight: bold;
  padding:6px 0px;
  margin-bottom:15px;
}
#lead h4{
  color:#e47a24;
  font-size:130%;
  font-weight: bold;
  padding:6px 0px;
  margin-bottom:5px;
}
#lead ul{
  overflow:hidden;
  width:1020px;
  margin-top:20px;
}
#lead li{
  float:left;
  width:280px;
  text-align:center;
  margin:0 60px 20px 0;
}
#lead li img{
  margin:0 0 5px 0;
}

#outcall ul li{
  width:450px;
  min-height:18px;
  font-size:130%;
  background:url(../images/index-images/check-icon.gif) 3px 50% no-repeat;
  padding-left:30px;
  margin-bottom:10px;
}

#outcall h3{
  color:#e47a24;
  font-size:130%;
  font-weight: bold;
  padding:6px 0px;
  border-bottom:1px dotted #666;
  margin-bottom:15px;
}
#outcall p span{
  display:block;
  font-size:130%;
  margin-bottom:10px;
}

