/* Colors: ---------------- * #026285 - Darkest Blue * #0094B0 - Light Blue * #009B7B - Green Blue * #00AF51 - Green * #6CAA00 - Green Yellow * #E2DA5A - Yellow * -----------------------*/ /* Content Layout for Homepage -----------------------------------------------------------*/ #container { background: url(/images/dividers/bgDividers.gif) repeat-y top left; } .column { float: left; } #content { width: 520px; /* Total width */ padding: 10px 0; margin-bottom: 10px; } #content div { border-bottom: 0; background: url(/images/dividers/bottomDivider.gif) repeat-x bottom left; float: left; } #content div.last { background: none; } /* Full Banner */ #content div.banner { width: 520px; } #content div.banner img { margin: 20px 25px; border-width: 0; } /* Main Content */ #content dl { float: left; width: 470px; /* Total width - 25px margin(x2) = 470px */ margin: 20px 25px; padding: 0; display: inline; /* Fixes IE/Win double margin bug */ } #content dt { float: right; width: 245px; /* Total width - 25px margin(x2) - img width - 4px padding(x2) - 1px border(x2) -15px img margin right = 245px */ margin: 0; padding: 0; } #content dd { /* To keep longer descriptions from wrapping around the floated image */ margin: 0 0 0 225px; /* Img width + 4px padding(x2) + 1px border(x2) + 15px img margin right = 225px */ } #content dl dd.img { margin: 0; } #content dd.img img { float: left; margin: 0 15px 0 0; padding: 4px; border: 1px solid #D9E0E6; border-bottom-color: #C8CDD2; border-right-color: #C8CDD2; background: #fff; } #content dd.subject { font-size: 90%; font-weight: bold; } #content div#featProperty dd.data { font-size: 100%; line-height: 1.2em; } /* Reverse Float */ #content .alt dt { float: left; } #content .alt dd { margin: 0 175px 0 0; } #content .alt dd.img img { float: right; margin: 0 0 0 15px; } /* .list is for the Dallas Chamber section */ #content dd.list { display: list-item; padding: 0; margin: 0; margin-left: 16px; } /* Special Features ----------------------------------------------*/ #colThree { width: 227px; padding-top: 15px; margin-bottom: 10px; } #colThree dl { margin: 15px 20px; } #colThree dt{ color: #6CAA00; font-family: Geneva, Arial, Helvetica, sans-serif; } #colThree dd { margin: 10px 0; } #colThree a img { border-width: 0; }