/* level1.css - selector rules specific to level 1 pages */

#primaryContent { background: #fff; border-right: 1px dotted #333; float: left; width: 638px; }
#primaryContent h1 { background: #4c3636; color: #fff; padding: 6px 20px; }
#secondaryContent { background: #d49595; float: right; width: 319px; }
#secondaryContent .container { background: #fff; border: 1px dotted #4c3636; border-top: none; margin: 10px; }
.container h2 { background: #4c3636; color: #fff; padding: 5px 10px; }
.container .contentWrapper { padding: 10px 10px 5px; }
.container .contentWrapper div ul { margin: 0px; width: 100% }
.container .contentWrapper div li { float: left; height: 92px; width: 92px; }
.container .contentWrapper div img { padding: 0; }
.container .promoWrapper { border: 1px dotted #e0b672; border-top: none; margin-bottom: 10px; }
.container .promoWrapper h3, .container .promoWrapper h4, .container .promoWrapper p { padding: 5px }
.container .promoWrapper h3 { background: #e0b672; }
.container .promoWrapper ul li { float: none; height: auto; width: auto; list-style: disc inside; padding: 0 0 5px 5px; }
p.testimonial { border-bottom: 1px dotted #333333; padding-bottom: 10px; font-style: italic; }
p.testimonial.last { border-bottom: none; padding-bottom: 0; }
h3.section { border-bottom: 1px solid #4C3636; padding-bottom: 3px; }

