* {
  margin: 0;
}

html, body {
  background: #FFF url(images/html-bg-light.png) repeat-x center top;
  height: 100%;
  min-width: 945px;
}

body {
  background: transparent url(images/body-bg.gif) repeat-y center top;
  color: #4b4b4b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

a {
  color: #7B4043;
  text-decoration: none;
}

#page {
  background: transparent;
  min-height: 100%;
  min-width: 945px;
  height: auto !important;
  height: 100%;
  margin: 0 auto -45px;
}

#header-wrapper {
  background: #004677;
  height: 118px;
}

#header-wrapper h1 {
  height: 37px;
  padding: 23px 0 20px 0;
}

#logo {
  background: transparent url(images/logo-bg.gif) no-repeat left center;
  display: block;
  height: 37px;
  width: 269px;
}

#logo span {
  display: none;
}

#navigation ul.menu, #navigation ul.menu li {
  background: #FFF;
  display: block;
  height: 38px;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#navigation ul.menu li {
  float: left;
  padding: 0 4px;
}

#navigation ul.menu li.first {
  padding: 0 10px 0 10px;
}

#navigation ul.menu li.last {
  padding: 0 10px 0 10px;
}

#navigation ul.menu li a {
  display: block;
  font-size: 10pt;
  font-weight: bold;
  height: 28px;
  padding: 10px 8px 0 8px;
}

#navigation ul.menu li a:hover {
  color: #004677;
  height: 29px;
  padding: 9px 8px 0 8px;
}

#main {
  padding: 3px 0 10px 0;
}

#banner {
  background: #CCC url(images/html-bg.png) repeat-x 0 -121px;
  float: right;
  height: 230px;
  overflow: hidden;
  position: relative;
  width: 698px;
}

#banner .slide {
  height: 346px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 698px;
}

#left-col {
  float: left;
  margin: 0 0 0 1px;
  width: 228px;
}

#left-col .widget {
  display: block;
  margin: 3px 0 0 0;
  overflow: hidden;
  padding: 5px;
  width: 218px;
}

#left-col .widget.wide {
  padding: 0;
  width: 228px;
}

#left-col .widget h2 {
  font-size: 11pt;
  margin: 2px 0 8px 0;
}

#left-col form.widget {
  background: #ededed;
  padding: 5px 5px 15px 5px;
}

#left-col form.widget h2 {
  color: #004677;
}

#left-col form.widget input.text-field {
  border: 1px inset #000;
  color: #CCC;
  display: inline-block;
  height: 18px;
  margin: 0;
  padding: 0 5px;
  vertical-align: middle;
  width: 130px;
}

#left-col form.widget input.form-submit {
  background: #004677;
  border: 1px outset #004677;
  color: #FFF;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  font-size: 11px;
  height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 65px;
}

#content {
  float: right;
  padding: 10px;
  width: 678px;
}

#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content ul,
#content ol,
#content blockquote {
  margin: 1em 0;
}

#content h1 {
  color: #004677;
  margin: 1em 0 0.5em 0;
  text-transform: uppercase;
}

#content h1 span.orange {
  color: #bb9020;
}

#content h2 {
  font-size: 12pt; 
  margin: 1em 0 0.2em 0;
}

#content div.lawyers {
  float: left;
  padding: 10px 0 0 0;
  text-align: center;
}

#content div.lawyers img {
  margin: 0 5px 5px 5px;
  border: 3px solid #000;
}

#content table {
  width: 100%;
}


#content table td.date-col {
  width: 65px;
}

#content ul {
  line-height: 1.5em;
  margin: 0;
  padding: 0 0 15px 18px;
}

#content ol.representative-cases li ul {
  margin: 0.5em 0 0 0;
}

#content ol.representative-cases li ul li {
  margin: 0 0 0.5em 0;
}

#content ol.representative-cases li ul li span {
  font-style: italic;
}

#content div#img-col {
  float: left;
  padding: 0 15px 0 0;
}

#content div#content-col {
  float: left;
  width: 550px;
}

#footer-wrapper, #footer-space {
  clear: both;
  height: 45px;
}

#footer {
  border-top: 1px solid #d7d7d7;
  font-size: 8pt;
  padding: 6px 6px 0 6px;
}

#footer p {
  color: #a0a0a0;
}

#footer p.copyright {
  float: left;
}

#footer p.address {
  float: right;
}

.main-col {
  margin: 0 auto;
  padding: 0;
  width: 929px;
}

.clear-both {
  clear: both;
}

#newsletter-signup {
  display: none;
}
