
/**
 * HTML Tags
 */

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

a:hover {
  color: #af060f;
}

address {
  font-style: normal;
}

body, html {
  background: #d4cece;
}

body {
  margin: 0;
  padding: 20px 0;
  color: #4e4e4e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

form {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #af060f;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}

p {
  margin: 15px 0;
}


/**
 * Shadow
 */

#shadow {
  background: url(/images/shadow/vertical.gif) repeat-y;
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
  width: 950px;
}

#shadow .top {
  background: url(/images/shadow/top.gif);
  height: 21px;
  position: absolute;
  left: 0;
  top: -12px;
  width: 974px;
  z-index: 998;
}

#shadow .bottom {
  background: url(/images/shadow/bottom.gif);
  height: 21px;
  margin: -8px 0 0 -12px;
  width: 974px;
  z-index: 998;
}


/**
 * Wrapper
 */

#wrapper {
  background: #fff;
  margin: 0 auto;
  text-align: left;
  width: 938px;
  padding: 22px 6px 0 6px;
}


/**
 * Header
 */

#header {
  border-bottom: 1px solid #bb1f40;
  height: 26px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  text-align: right;
}

#header a img.logo {
  float: left;
  margin-left: 30px;
}

#header form fieldset {
  border-left: 1px solid #bb1f40;
  float: right;
  padding-left: 12px;
  position: relative;
  white-space: nowrap;
}

#header form fieldset a {
  height: 16px;
  left: -25px;
  position: absolute;
  top: 2px;
  width: 14px;
}

#header form fieldset input[type="text"] {
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 2px;
  vertical-align: middle;
  width: 148px;
}

#header form fieldset select {
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0 2px;
  min-width: 98px;
  vertical-align: middle;
}

#header form fieldset input[type="image"] {
  border-top: 1px solid #b0b0b0;
  margin: 0 0 0 2px;
  vertical-align: middle;
}


/**
 * Navigation
 */

ul#nav {
  background: url(/images/nav/background.gif) left top repeat-x; /* #5d534d */
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 938px;
  height: 35px;
}

ul#nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 17px 0 23px;
}

ul#nav li a {
  border-top: 6px solid #fff;
  color: #b3b3b3;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
  padding-top: 2px;
  text-decoration: none;
}

ul#nav li a:hover,
ul#nav li.active a,
ul#nav li.active a:hover {
  color: #fff;
}

ul#nav li.active a,
ul#nav li.active a:hover {
  border-top: 6px solid #af060f;
}


/**
 * Nav > Menus
 */

ul#nav li ul {
  display: none;
  position: absolute;;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}

ul#nav li:hover > ul {
  display: block;
  border: none;
  margin-left: -1px;
  padding: 0;
}

ul#nav li:hover > ul li {
  border: none;
  border-top: 1px solid #fff;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

ul#nav li:hover > ul li a,
ul#nav li:hover > ul li a:hover {
  background: #5d534d;
  color: #b3b3b3;
  border: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 20px;
}

ul#nav li:hover > ul li.active a,
ul#nav li:hover > ul li a:hover {
  color: #fff;
}


/**
 * Banner
 */

#banner {
  border-bottom: 1px solid #bb1f40;
  height: 119px;
  padding: 6px 0;
  width: 938px;
  text-align: right;
}


/**
 * View
 */

#view {
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

#view h1 {
  background: #d5d3b5;
  border-bottom: 6px solid #fff;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 -6px 0;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}

#view h1 a {
  float: right;
  background: #d5d3b5;
}
#view h1 a.cate-link{/*Format href in H1 to display naturally*/
  float:none;
  color:#AF060F;
  background:none;
  text-decoration:none;
}

/**
 * View > Sidebar
 */

#view #sidebar {
  float: left;
  padding: 20px;
  width: 160px;
}


/**
 * View > Sidebar > Subnav
 */

#view #sidebar ul#subnav {
  list-style: none;
  margin: 0;
  padding: 0;
}

#view #sidebar ul#subnav li {
  margin: 0 0 6px 0;
  padding: 0;
}

#view #sidebar ul#subnav li a {
  color: #4e4e4e;
}

#view #sidebar ul#subnav li a:hover {
  color: #af060f;
}

#view #sidebar ul#subnav li.active a,
#view #sidebar ul#subnav li.active a:hover {
  color: #af060f;
}


/**
 * View > Sidebar > Subnav > Tertiary
 */

#view #sidebar ul#subnav li ul#ternav {
  border-bottom: 4px solid #b0afaf;
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0 0 10px 0;
}

#view #sidebar ul#subnav li ul#ternav li {
  border: 0;
  margin: 0;
  padding: 0 0 6px 15px;
}

#law-students #view #sidebar ul#subnav li.active,
#lateral-attorneys #view #sidebar ul#subnav li.active,
#staff #view #sidebar ul#subnav li.active {
  border-top: 4px solid #b0afaf;
  margin-top: 12px;
  padding-top: 10px;
}

#law-students #view #sidebar ul#subnav li ul#ternav li,
#lateral-attorneys #view #sidebar ul#subnav li ul#ternav li,
#staff #view #sidebar ul#subnav li ul#ternav li {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}


/**
 * View > Related Information
 */

#view #related h2 {
  font-size: 12px;
  font-style: normal;
  margin: 15px 0 10px 0;
  text-transform: uppercase;
}

#view #related ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
}

#view #related ul.links li {
  margin: 0 0 6px 0;
  padding: 0;
}

#view #related ul.links li a {
  color: #4e4e4e;
}

#view #related ul.links li a:hover {
  color: #af060f;
}


/**
 * View > Sub
 */

#view #sub {
  margin-left: 213px;
  width: 725px;
}


/**
 * View > Content
 */

#view #content {
  padding: 5px 20px;
}

#view #content h2 {
  font-size: 16px;
  margin: 15px 0;
}
#view #content h3 {
  font-size: 13px;
  margin: 15px 0;
  font-style:italic;
}

#view #content {
  text-align: justify;
}
#view #content li{text-align:left;}
body.home #view #content div.cate-link{
	float:left;
	display:block;
	padding-right:14px;
	height:260px;
	width:328px;
	overflow:hidden;
}
body.home #view #content .cate-link .link a{
	display:block;
	margin:3px;
	height:45px;
	width:328px;
	color:#FFF;
	font:normal normal 18px/45px Helvetica, Arial, sans-serif;
	letter-spacing:.075em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	background:url(/images/blog/bg-cate-link.gif) 0 0 no-repeat;
	overflow:hidden;
}
body.home #view #content .cate-link .link  a:hover{
	text-decoration:underline;
	background-position:0 -45px;
}
body.home #view #content .cate-link .desc{padding-left:6px;}
body.home #view #content .cate-link .desc p{margin-top:8px; font-size:13px; line-height:16px;}
/**
 * View > Junction
 */

#view #junction {
  background: #fff url(/images/content/junctions/x.gif) no-repeat;
  height: 13px;
  left: 200px;
  position: absolute;
  top: -13px;
  width: 13px;
  z-index: 999;
}


/**
 * View > Table
 */

#view table {
  border-collapse: collapse;
  width: 100%;
}

#view table tbody tr {
  vertical-align: top;
}

#view table thead tr th {
  background: #f3eaca;
  padding: 6px;
  text-align: left;
  text-transform: uppercase;
}

#view th a,
#view th a:link,
#view th a:active,
#view th a:visited,
#view th a:hover
{
	text-decoration: none;
}

#view table tbody tr td {
  border-bottom: 1px solid #b2b2b2;
  padding: 8px 6px;
  text-align: left;
}

#view table tbody tr td.date {
  padding-left: 0;
  padding-right: 12px;  
}

#view table tbody tr td.stretch {
  width: 90%;
}


/**
 * Footer
 */

#footer {
  border-top: 27px solid #5d534d;
  color: #a19b97;
  font-size: 11px;
  line-height: 40px;
  margin: 0;
  padding: 0 5px;
  position: relative;
  text-align: right;
  z-index: 999;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  word-spacing: 4px;
}

#footer ul li a {
  color: #a19b97;
  word-spacing: normal;
}

#footer ul li a:hover {
  color: #bb1f40;
}

#footer ul.right {
  list-style: none;
  margin: 0 -3px 0 0;
  padding: 0 0 0 8px;
}

#footer ul.right li a img {
  height: 24px;
  vertical-align: middle;
  width: 24px;
}


/**
 * Floating
 */

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}


/**
 * Messages
 */

p.message {
  background: green;
  color: #fff;
  padding: 10px 20px;
  margin: 5px 0 0 0;
}

p.error {
  background: #af060f;
  color: #fff;
  padding: 10px 20px;
  margin: 5px 0 0 0;
}

ul.errors {
  background: #af060f;
  color: #fff;
  list-style: none;
  padding: 10px 20px;
  margin: 5px 0 0 0;
}

ul.errors li {
  margin: 0;
  padding: 0;
}


/**
 * Unordered List - Downloads
 */

ul.downloads {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

ul.downloads li {
  background: url(/images/icons/pdf.gif) left center no-repeat;
  padding-left: 22px;
  line-height: 20px;
}

ul.downloads li.doc {
  background-image: url(/images/icons/doc.gif);
}

ul.downloads li.htm,
ul.downloads li.html,
ul.downloads li.web {
  background-image: url(/images/icons/htm.gif);
}

ul.downloads li.img {
  background-image: url(/images/icons/jpg.gif);
}

ul.downloads li.pdf {
  background-image: url(/images/icons/pdf.gif);
}

ul.downloads li.ppt,
ul.downloads li.pptx,
ul.downloads li.pps,
ul.downloads li.ppsx {
  background-image: url(/images/icons/ppt.gif);
}

ul.downloads li.rss {
  background-image: url(/images/icons/pdf.gif);
}

ul.downloads li.xls {
  background-image: url(/images/icons/xls.gif);
}

ul.downloads li.zip {
  background-image: url(/images/icons/zip.gif);
}


/**
 * Definition Lists
 */

dl {

}

dl dt {
  margin: 15px 0 15px -12px;
}

dl dt a {
  background: url(../images/content/bgs/dt-arrow.gif) 4px top no-repeat;
  display: block;
  font-size: 14px;
  padding-left: 12px;
}

dl dt a.expanded {
  background: url(../images/content/bgs/dt-arrow.gif) 4px bottom no-repeat;
}

dl dd {
  background: #f9f4e4;
  border: 1px solid #b2b2b2;
  margin: 15px 0;
  padding: 5px 20px;
}


/**
 * Tabs
 */

ul.tabs {
  border-bottom: 1px solid #ccc;
  height: 21px;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

ul.tabs li {
  background: #f9f4e4;
  float: left;
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
}

ul.tabs li a {
  border: 1px solid #ccc;
  float: left;
  padding: 2px 10px;
}

ul.tabs li a.active,
ul.tabs li a.current {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #af060f;
}



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


/**
 * Home
 */

#index #banner {
  height: 166px;
}

#index #view {
  background: url(/images/content/home/background.gif) left top repeat-y;
}

#index #view #content {
  float: left;
  padding: 30px 74px;
  width: 472px;
}

#index #view #content p {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

#index #view #content ul.achievements {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}

#index #view #content ul.achievements li {
  display: inline;
  margin: 0 3px;
  padding: 0;
}

#index #view #content ul.achievements li img {
  vertical-align: middle;
}

#index #view #sidebar {
  float: right;
  padding: 30px 20px;
  width: 266px;
}

#index #view #sidebar h2 {
  color: #af060f;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#index #view #sidebar ul {
  list-style: none;
  margin: 8px 0 24px 0;
  padding: 0;
}

#index #view #sidebar ul li {
  margin: 8px 0;
  padding: 0;
}

#index #view #sidebar ul li a {
  color: #4e4e4e;
}

#index #view #junction {
  background: #fff url(/images/content/junctions/t.gif) no-repeat;
  left: 619px;
}


/**
 * The Firm
 */

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

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

#the-firm.recognition table td {
  border-top: 1px solid #bb1f40;
  border-bottom: 1px solid #bb1f40;
  padding: 10px 0;
  vertical-align: middle;
}

#the-firm.recognition table td img {
  border: 1px solid #4e4e4e;
  margin-right: 20px;
}


/**
 * Locations
 */

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

#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 h1 {
  text-transform: none;
}

#locations.view #view #sub #content {
  margin-right: 185px;
  min-height: 300px;
}

#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 20px;
}

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

#services #view #content #list ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 33%;
}

#services #view #content #list ul li {
  line-height: 22px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

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

#services.view #view h1 {
  text-transform: none;
}

#services.view #view #content {
  border-right: 1px solid #b2b2b2;
  margin-right: 185px;
  min-height: 300px;
}

#services.view #view #related {
  float: right;
  padding: 5px 20px;
  width: 145px;
}


/**
 * Attorneys
 */

#attorneys #view h1 em {
  border-left: 1px solid #fff;
  color: #4e4e4e;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  margin-left: 3px;
  padding-left: 6px;
}

#attorneys #view h1 a {
  float: right;
  font-size: 13px;
  text-transform: none;
}

#attorneys #view #attorney-search ul.letters {
  list-style: none;
  margin: 15px 0 20px 0;
  padding: 0;
}

#attorneys #view #attorney-search ul.letters li {
  display: inline;
  margin: 0 4px 0 0;
  padding: 0;
  white-space: nowrap;
}

#attorneys #view #attorney-search ul.letters li a {
  text-transform: uppercase;
  white-space: nowrap;
}

#attorneys #view #attorney-search ul.letters li a.active {
  background: #af060f;
  color: #FFF;
  padding: 3px;
  text-decoration: none;
}

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

#attorneys #view #attorney-search form {
  height: 82px;
  margin-top: -10px;
}

#attorneys #view form#attorney-search-form fieldset {
  float: left;
  margin-right: 15px;
}

#attorneys #view form#attorney-search-form fieldset label {
  display: block;
  font-size: 11px;
  margin-top: 4px;
}

#attorneys #view form#attorney-search-form fieldset input[type="text"],
#attorneys #view form#attorney-search-form fieldset select {
  margin: 0;
}

#attorneys #view form#attorney-search-form fieldset input[type="text"] {
  margin: 0;
  height: 14px;
  width: 254px;
}

#attorneys #view form#attorney-search-form fieldset select {
  width: 258px;
}

#attorneys #view form#attorney-search-form fieldset div.buttons {
  padding-top: 18px;
  text-align: right;
}

#attorneys #view form#attorney-search-form fieldset div.buttons input[type="reset"],
#attorneys #view form#attorney-search-form fieldset div.buttons #reset-button {
  background: #afafaf;
  border: 1px solid #afafaf;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 2px 8px;
  font-size:12px;
  text-decoration: none;
}

#attorneys #view form#attorney-search-form fieldset div.buttons input[type="submit"] {
  background: #af060f;
  border: 1px solid #af060f;
  color: #fff;
  cursor: pointer;
    font-size:12px;
  padding: 2px 8px;
}

#attorneys.index #view #junction,
#attorneys.search #view #junction {
  display: none;
}


/**
 * Attorneys > View
 */

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

#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 #sidebar ul#attorney_social_networks li a{
    display: block;
    padding-left: 20px;
    line-height: 20px;
    vertical-align: middle;
}

#attorneys.view #view #sidebar ul#attorney_social_networks a#attorney_social_facebook {
    background: url('/images/icons/social/facebook.gif') left center no-repeat;
}

#attorneys.view #view #sidebar ul#attorney_social_networks a#attorney_social_twitter {
    background: url('/images/icons/social/twitter.gif') left center no-repeat;
}

#attorneys.view #view #sidebar ul#attorney_social_networks a#attorney_social_linkedin {
    background: url('/images/icons/social/linkedin.gif') left center no-repeat;
}

#attorneys.view #view #sidebar ul#attorney_social_networks a#attorney_social_youtube {
    background: url('/images/icons/social/youtube.gif') left center no-repeat;
}

#attorneys.view #view h1 {
  text-transform: none;
}

#attorneys.view #view #content .custom h3 {
  font-size: 12px;
  font-style: italic;
}

#attorneys.view #view #content .custom ul li.more {
  font-size: 10px;
  list-style: none;
  padding-top: 5px;
}

#attorneys.view #view #content .custom ul li.more a {
  color: #af060f;
}

#attorneys.view #view #content ul li {
  text-align: left;
}

#attorneys.view #view #content ul li ul li ul li {
  list-style-type: disc;
}

/*
#attorneys.view #view #content dl dt a {
  color: #af060f;
  font-family: Arial, Helvetica, sans-serif;;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0;
}
*/

#attorneys.view #view #content dl dt a {
  color: #af060f;
  font-size: 11px;
  margin: -10px 0 0 9px;
}

/**
 * Blog
 */

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

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

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

#blog #view #sidebar ul li {
  margin: 0;
  padding: 0;
}
#blog #view #sidebar ul li.widget_search{margin-top:20px;}
#blog #view h1 {
  text-transform: none;
}

#blog #view #content ul li {
  text-align: left;
}

#blog #view #content ul li ul li ul li {
  list-style-type: disc;
}


/**
 * News and Events
 */

#news-and-events #view {
  background: url(/images/content/bgs/sub.gif) left top repeat-y;
}

#news-and-events #view #sidebar form {
  border-top: 4px solid #b0afaf;
  margin-top: 20px;
}

#news-and-events #view #sidebar form strong {
  color: #af060f;
}

#news-and-events #view #sidebar form fieldset label {
  display: block;
}

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

#news-and-events #view #sidebar form fieldset input[type="text"] {
  width: 154px;
}

#news-and-events #view #sidebar form fieldset select {
  width: 158px;
}

#news-and-events #view #sidebar form fieldset.buttons {
  padding-top: 6px;
  text-align: center;
}

#news-and-events #view #sidebar form fieldset.buttons #reset-button,
#news-and-events #view #sidebar form fieldset.buttons input[type="reset"] {
  background: #afafaf;
  border: 1px solid #afafaf;
  color: #fff;
  cursor: pointer;
  font-size:12px;
  padding: 2px 8px;
  text-decoration:none;
}

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

#news-and-events #view table {
  border-top: 4px solid #4e4e4e;
}


/**
 * News & Events > Index
 */

#news-and-events.index #view #sub #content h2 {
  background: #f3eaca;
  color: #af060f;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 0;
  padding: 5px 0 5px 6px;
  position: relative;
}

#news-and-events.index #view #sub #content h2 a {
  position:absolute;
  right:0;
  font-size: 11px;
  font-weight: normal;
  padding:0 20px 0 0;
  text-transform: uppercase;
  text-decoration:none;
}

#news-and-events.index #view #sub #content h2 a.rss {
	right:60px;
	padding-left:16px;
	background:url(/images/blog/rss-11x11.gif) 0 50% no-repeat;
}

#news-and-events.index #view table {
  border-top: none;
}


/**
 * News & Events > Event
 */

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

#news-and-events.event #view #sub #related {
  float: right;
  padding: 0 20px;
  width: 145px;  
}

#news-and-events.event #view #sub #related ul {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

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


/**
 * Publications
 */

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

#publications #view #sidebar ul#subnav li:first-child {
  border-bottom: 4px solid #b0afaf;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#publications #view #sidebar form {
  border-top: 4px solid #b0afaf;
  margin-top: 20px;
}

#publications #view #sidebar form strong {
  color: #af060f;
}

#publications #view #sidebar form fieldset label {
  display: block;
}

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

#publications #view #sidebar form fieldset input[type="text"] {
  width: 154px;
}

#publications #view #sidebar form fieldset select {
  width: 158px;
}

#publications #view #sidebar form fieldset.buttons {
  padding-top: 6px;
  text-align: center;
}

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

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

#publications #view table {
  border-top: 4px solid #4e4e4e;
}


/**
 * Publications > Index
 */

#publications.index #view #sub #content h2 {
  background: #f3eaca;
  color: #af060f;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 0;
  padding: 5px 0 5px 6px;
  position: relative;
}

#publications.index #view #sub #content h2 a {
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
}

#publications.index #view table {
  border-top: none;
}


/**
 * Publications > View
 */

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

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

#publications.view #view #sub #related ul {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

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


/**
 * Publications > Sign Up
 */

#publications.sign-up #view #content form {
  border-top: 4px solid #4e4e4e;
  padding-top: 20px;
}

#publications.sign-up #view #content form p {
  font-style: italic;
  margin-top: 0;
}

#publications.sign-up #view #content form fieldset.left {
  float: left;
  margin-right: 15px;
  display: inline;
  width: 260px;
  height: 300px;
}

#publications.sign-up #view #content form fieldset label {
  display: block;
}

#publications.sign-up #view #content form fieldset input[type="text"],
#publications.sign-up #view #content form fieldset select {
  margin-bottom: 8px;
}

#publications.sign-up #view #content form fieldset input[type="text"] {
  width: 254px;
}

#publications.sign-up #view #content form fieldset select {
  width: 258px;
}

#publications.sign-up #view #content form fieldset.publications {
  width: 550px;
}

#publications.sign-up #view #content form fieldset.publications label {
  display: inline;
  float: left;
  margin-right: 15px;
  width: 260px;
}

#publications.sign-up #view #content form fieldset.buttons {
  width: 100%;
  padding: 20px 0;
  text-align: left;
}

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

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


/**
 * Careers
 */

#careers #view,
#lateral-attorneys #view,
#law-students #view,
#staff #view {
  background: url(/images/content/bgs/sub-w-related.gif) left top repeat-y;
}

#careers #view #content,
#lateral-attorneys #view #content,
#law-students #view #content,
#staff #view #content {
  margin-right: 185px;
  width: auto; /* 550px; */
}

#careers #view #related,
#lateral-attorneys #view #related,
#law-students #view #related,
#staff #view #related {
  float: right;
  padding: 5px 20px;
  width: 145px;
}

#careers #view #related blockquote,
#lateral-attorneys #view #related blockquote,
#law-students #view #related blockquote,
#staff #view #related blockquote {
  /* border-bottom: 1px solid #afafaf; */
  margin: 15px 0;
  padding: 0 0 15px 0;
}

#careers #view #related blockquote p,
#lateral-attorneys #view #related blockquote p,
#law-students #view #related blockquote p,
#staff #view #related blockquote p {
  color: #af060f;
}


/** 
 * Lateral Attorneys
 */

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


/** 
 * 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 {
  min-height: 640px;
  height: auto !important;
  height: 640px;
  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;
}


/**
 * Legal
 */

#legal.disclaimer #view #junction {
  display: none;
}


/**
 * Emergency
 */

#emergency #view {
  background: none;
}

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

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

/**
 * Special
 */

#ron_messerly{
	height:144px;
	padding:12px;
	background:#f8f3e1;	
}
#ron_messerly img{border:2px solid #FFF;}
#ron_messerly .img{
	float:left;
	width:124px;
}
#ron_messerly .desc{
	margin-left:144px;
	width:300px;
}
#view #content #ron_messerly .desc h2{margin:20px 0 6px; font-size:14px; text-transform:uppercase;}
#view #content #ron_messerly .desc p{margin:0 0 18px; line-height:18px;}
#ron_messerly .desc a{text-decoration:none;}

