/* section landing boxes */

.section_box {
width: 237px;
margin: 0 8px 8px 0;
padding: 0;
float: left;
}
.section_box h2 {
width: 225px;
height: 27px;
margin: 0;
padding: 9px 0 0 12px;
font-size: 0.9em;
color: #fff;
text-transform: uppercase;
background: url(/marketing/images/bg-section-top-heading.gif) no-repeat bottom left;
background-color: #ccc;
}
.section_box h3 {
width: 211px;
margin: 0;
padding: 6px 12px 6px 12px;
font-size: 0.9em;
color: #494949;
background-color: #edebec;
border-left: 1px solid #cecece;
border-right: 1px solid #cecece;
border-bottom: 1px solid #cecece;
}
.section_box .content {
width: 235px;
border-left: 1px solid #cecece;
border-right: 1px solid #cecece;
overflow: auto;
}
.section_box .content ul {
margin: 0;
padding: 6px 6px 6px 12px;
}
.section_box .content li {
margin: 0;
padding: 2px 0 2px 14px;
font-size: 0.75em;
color: #4a4a4a;
list-style-type: none;
line-height: 18px;
background: url(/marketing/images/bul-orange-square.gif) no-repeat top left;
background-position: 2px 7px;
}
.section_box .section_bot {
width: 225px;
height: 29px;
margin: 0;
padding: 9px 12px 0 0;
text-align: right;
background: url(/marketing/images/bg-section-bot.gif) no-repeat bottom left;
background-color: #ccc;
}
.last {
margin: 0 0 8px 0;
}
