/* Rewrite HTML Tags */
body {
  background-color: #fff;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  padding: 0 20px;
}
h1, h2, h3, h4, h5, h6 {
  color: #de2925;
}
h1 {
  font-size: 20pt;
  font-weight: bold;
}
h2 {
  font-size: 16pt;
  font-weight: bold;
}
h3 {
  font-size: 12pt;
  font-weight: bold;
}
h4 {
  font-size: 11pt;
  font-weight: bold;
}
img {
  border: 0;
}
li {
  list-style-type: disc;
}
a {
  background: transparent;
  color: #de2925;
  font-weight: bold;
  text-decoration: underline;
}
a:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
a[href^="/"]:after {
  content: " (http://www.drink-drive-lose.com" attr(href) ") ";
}
a#logo:after, 
a[href^="mailto:"]:after {
  content: "";
}
abbr, acronym, dfn {
  border: 0;
  font-style: normal;
}
abbr:after, acronym:after {
  content: " (" attr(title) ") ";
}
dfn:after {
  content: " - " attr(title) " - ";
}
dl {
  margin: 1em 0 0;
}
dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}
div#header, div#content, div#contentSort, div#footer {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 600px;
  height: auto;
}
ul#accessNav, ul#mainNav, ul#utilNav, div#footer ul, div#footer h6, div#promos {
  display: none;
}

/* CREATIVE BRIEF */
dl#cBrief dt {
  font-size: 1.5em;
}
dl#cBrief dd {
  padding-bottom: .5em;
}
dl#cBrief div.msgBox {
  border: 1px solid #000;
  padding: 10px;
  width: 90%;
  min-height: 200px;
}
dl#cBrief div.msgBox dl {
  margin: 0;
}
dl#cBrief div.msgBox dl dt {
  font-size: 1em;
}
dl#cBrief div.msgBox dl dd {
  padding: 0 10px .5em;
}
dl#cBrief p.notes {
  font-size: .9em;
  margin: 0;
  width: 90%;
}

/* Legalese */
ol.legalese {
  margin: 0;
  padding: 0;
}
ol.legalese li {
  list-style: decimal inside;
  margin: 0;
  padding: 0 0 .5em;
}
ol.legalese li ol {
  margin: .5em 0 0 20px;
  padding: 0;
}
ol.legalese li ol li {
  list-style: lower-alpha inside;
}
ol.legalese dl {
  margin: 0;
  padding: 0 0 0 20px;
}
ol.legalese dd {
  margin: 0;
  padding: 0 0 .3em;
}
dl.inline {
  clear: both;
}
dl.inline:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
dl.inline dt {
  float: left;
  clear: left;
  padding-right: 5px;
}
dl.inline dd {
  float: left;
  clear: right;
}
strong.legal {
  background: transparent;
  color: #000;
  text-transform: uppercase;
  padding: 0;
}

