
/**
 * HTML Tags
 */

a, a:link, a:active, a:visited, a:hover {
  color: #4e4e4e;
  outline: none;            
  text-decoration: underline;
}

a:hover {
  color: #af060f;
}

body, html {
  background: #fff;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  color: #af060f;
  padding-left: 0;
  text-indent: 0;
}

p {
  margin: 15px 0;
}


/**
 * Shadow
 */

#shadow {
  background: none;
  margin: 0;
  padding: 0;
  width: auto;
}

#shadow .top {
  display: none;
}

#shadow .bottom {
  display: none;
}


/**
 * Wrapper
 */

#wrapper {
  margin: 0;
  padding: 0;
  width: auto;
}


/**
 * Header
 */

#header a img.logo {
  margin-left: 0;
}

#header form {
  display: none;
}


/**
 * Navigation
 */

ul#nav {
  display: none;
}


/**
 * Banner
 */

#banner {
  display: none;
}


/**
 * View
 */

#view {
  border-top: none;
  border-bottom: none;
}

#view h1 {
  background: #d5d3b5;
  border-bottom: 0;
  padding: 10px 0;
}

#view h1 a {
  display: none;
}


/**
 * View > Sidebar
 */

#view #sidebar {
  padding: 0;
}


/**
 * View > Sidebar > Subnav
 */

#view #sidebar ul#subnav {
  display: none;
}


/**
 * View > Related Information
 */

#view #related {
  display: none;
}


/**
 * View > Sub
 */

#view #sub {
  margin-left: 0;
  width: auto;
}


/**
 * View > Content
 */

#view #content {
  width: auto;
  padding: 5px 0;
}


/**
 * View > Junction
 */

#view #junction {
  display: none;
}


/**
 * Footer
 */

#footer {
  border-top: 1px solid #5d534d;
  color: #333;
  text-align: left;
}

#footer ul {
  display: none;
}


/**
 * Tabs
 */

ul.tabs {
  display: none;
}

div.panes div {
  display: block;
  visibility: visible;
}



/********** SECTION SPECIFIC STYLES **********/



/**
 * Home
 */

#index #view {
  background: none;
}

#index #view #content {
  margin: 0;
  padding: 30px 0;
  width: auto;
}

#index #view #content ul.achievements {
  text-align: left;
}

#index #view #sidebar {
  display: none;
}


/**
 * The Firm
 */

#the-firm #view #sub #content {
  width: auto;
}


/**
 * Locations
 */

#locations #view {
  background: none;
}

#locations.index #view #sub #content ul.locations {
  border-top: 4px solid #4e4e4e;
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 1px; /* Fixes an IE7 bug */
}

#locations.index #view #sub #content ul.locations li {
  float: left;
  font-size: 12px;
  margin: 20px 0;
  min-height: 300px;
  padding: 0;
  width: 33%;
}

#locations.index #view #sub #content ul.locations li h2 {
  font-size: 13px;
  margin: 0;
}

#locations.index #view #sub #content ul.locations li img {
  background: #f0f0f0;
  height: 169px;
  width: 126px;
  margin-bottom: 5px;
}


/**
 * Locations > View
 */

#locations.view #view {
  background: url(/images/content/bgs/sub-w-related.gif) left top repeat-y;
}

#locations.view #view #sub #content {
  margin-right: 0;
}

#locations.view #view #sub #content {
  padding-top: 20px;
}

#locations.view #view #sub #content img {
  float: left;
  width: 154px;
  height: 208px;
}

#locations.view #view #sub #content div.address {
  margin-left: 175px;
  min-height: 208px;
  height: auto !important;
  height: 208px;
}

#locations.view #view #sub #content div.map {
  border-top: 1px solid #b2b2b2;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}

#locations.view #view #sub #related {
  float: right;
  padding: 0 20px;
  width: 145px;  
}


/**
 * Services
 */

#services #view {
  background: none;
}

#services #view #content {
  padding: 5px 0;
}

#services #view #content #list {
  border-top: 4px solid #4e4e4e;
  padding: 15px 0;
}

#services #view #content #list ul li {
  padding-right: 10px;
  text-align: left;
  white-space: normal;
}

#services.view #view #content {
  border-right: none;
  margin-right: 0;
}


/**
 * Attorneys
 */

#attorneys #view h1 em {
  border-left: 1px solid #999;
  color: #666;
}

#attorneys #view h1 a {
  display: none;
}


/**
 * Attorneys > View
 */

#attorneys.view #view {
  background: none;
  padding-top: 20px;
}

#attorneys.view #view #sidebar img.photo {
  background: #5d534d;
  width: 130px;
  height: 163px;
}

#attorneys.view #view #sidebar hr {
  border-top: 4px solid #b0afaf;
  margin: 10px 0;
  padding: 0;
}

#attorneys.view #view #sidebar h3 {
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}

#attorneys.view #view #sidebar ul {
  list-style: none;
  margin: 5px 0 15px 0;
  padding: 0;
}

#attorneys.view #view #sidebar ul li {
  margin: 0;
  padding: 0;
}

#attorneys.view #view #sub {
  margin-left: 180px;
}


/**
 * News and Events
 */

#news-and-events #view {
  background: none;
}

#news-and-events #view #sidebar {
  display: none;
}


/**
 * News & Events > Index
 */

#news-and-events.index #view #sub #content h2 {
  padding-left: 0;
  text-indent: 0;
}

#news-and-events.index #view #sub #content h2 a {
  display: none;
}


/**
 * News & Events > Event
 */

#news-and-events.event #view {
  background: none;
}

#news-and-events.event #view #sub #related {
  display: none;
}

#news-and-events.event #view #sub #content {
  margin-right: 0;
}


/**
 * Publications
 */

#publications #view {
  background: none;
}

#publications #view #sidebar {
  display: none;
}


/**
 * Publications > Index
 */

#publications.index #view #sub #content h2 {
  padding-left: 0;
  text-indent: 0;
}


/**
 * Publications > View
 */

#publications.view #view {
  background: none;
}

#publications.view #view #sub #related {
  display: none;
}

#publications.view #view #sub #content {
  margin-right: 0;
}


/**
 * Careers
 */

#careers #view,
#lateral-attorneys #view,
#law-students #view,
#staff #view {
  background: none;
}

#careers #view #content,
#lateral-attorneys #view #content,
#law-students #view #content,
#staff #view #content {
  margin-right: 0;
  width: auto;
}


/** 
 * Lateral Attorneys
 */

#lateral-attorneys.index #view {
  background: none;
}


/** 
 * Lateral Attorneys / Staff > Current Openings
 */

#lateral-attorneys.current-openings #view #sub #content h2,
#staff.index #view #sub #content h2,
#staff.current-openings #view #sub #content h2 {
  background: #f3eaca;
  color: #af060f;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 0;
  padding: 5px 0;
  position: relative;
  text-indent: 6px;
}


/** 
 * Law Students
 */

#law-students.index #view #sub #content,
#law-students.summer-programs #view #sub #content,
#law-students.campus-visits #view #sub #content {
  margin-right: 185px;
  width: auto;
}

#law-students.index #view,
#law-students.campus-visits #view,
#law-students.summer-programs #view {
  background: url(/images/content/bgs/sub-w-related.gif) left top repeat-y;
}


/**
 * Contact
 */

#contact #view #content {
  background: #f3eaca;
}

#contact #view form {
  height: 620px;
  margin: 24px auto;
  text-align: left;
  width: 535px;
}

#contact #view form h2 {
  border-bottom: 4px solid #4e4e4e;
  color: #4e4e4e;
  font-size: 13px;
  padding-bottom: 6px;
}

#contact #view form fieldset label {
  display: block;
}

#contact #view form fieldset input[type="text"],
#contact #view form fieldset select {
  margin-bottom: 8px;
}

#contact #view form fieldset input[type="text"] {
  width: 254px;
}

#contact #view form fieldset select {
  width: 258px;
}

#contact #view form fieldset.left {
  float: left;
  width: 260px;
}

#contact #view form fieldset.right {
  float: right;
  width: 260px;
}

#contact #view form fieldset.middle {
  clear: both;
}

#contact #view form fieldset.middle label.terms {
  padding: 15px 0;
}

#contact #view form fieldset.buttons {
  padding-top: 16px;
  text-align: left;
}

#contact #view form fieldset.buttons input[type="reset"] {
  background: #afafaf;
  border: 1px solid #afafaf;
  color: #fff;
  cursor: pointer;
  padding: 2px 8px;
}

#contact #view form fieldset.buttons input[type="submit"] {
  background: #af060f;
  border: 1px solid #af060f;
  color: #fff;
  cursor: pointer;
  padding: 2px 8px;
}

#contact #view #junction {
  display: none;
}


/**
 * Site Map
 */

#site-map.index #view div.col {
  float: left;
  text-align: left;
  width: 33%;
}

#site-map.index #view div.col h2 a {
  color: #a5221a;
  text-decoration: none;
}

#site-map.index #view #junction {
  display: none;
}

