#contentHeader {
   height: 301px;
   background-image: url(../../images/home/featuredbg.png);
   background-position: top left;
   background-repeat: repeat-x;
   margin-bottom: 9px;

}

#contentHeader #left {
   float: left;
   width: 470px;
   height: 285px;
   padding-top: 9px;

   padding-left: 9px;
}

#contentHeader #right {
   float: right;
   width: 398px;
   height: 285px;
   padding-top: 9px;
   padding-right: 9px;
}


#overview {
   background-image: url(../../images/home/sectionbg.png);
   background-position: top left;
   background-repeat: repeat-x;
   height: 279px;
}

#first,
#second,
#third {
   margin: 10px;
   font-size: 12px;
   margin-bottom :0;
}

.yui-u {
   margin: 0;
}

#first {
   border-right: 2px rgb(108, 116, 124) groove;
   padding-right: 10px;
   margin-right: 0;
}

#second {
   margin-left: 0;
}

#second ul {
   padding: 0;
   margin: 0;
}

#second ul li {
   list-style-image: url(../../images/home/bullet.png);
   list-style-position: inside;
   text-align: left;
   font-size: 18px;
   position: relative;
}

#second ul li span {
   vertical-align: top;
   line-height: 30px;
}

/** IE 7 HACK
 * Fix the unordered list
 */


#second ul li {
   *line-height: 26px;
   *vertical-align: top;
   *padding-top: 3px;

}

#second ul li span {
   *line-height: 26px;
   *vertical-align: baseline;
   *margin-left: 10px;
}
