p,
h1,
h2,
h3,
h4,
ul,
li,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
div {
    margin: 0 0 25px 0;
}

li,
p {
    margin: 0 0 15px 0;
    font-size: 0.76em;
}

li {
    list-style-type: square;
}

body {
    font-family: 'arial', 'trebuchet ms', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.125em;
    background: #FFF url(/site_media/img/backgrounds/content-bg.gif) top repeat-x;
    color: #111;
}

a { color: #b1a79d; }
a:hover { color: #9e9285; }

/* Logo
 ######################################################################### */

#logo {
    padding: 30px 0;
    width: 885px;
    margin: 0 auto;
    text-align: left;
    line-height: 100%;
}

#logo a {
    display: block;
    width: 220px;
    height: 45px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url(../images/logo.gif);
    text-indent: -2000px;
}

#logo a.back:hover {
    background-position: -220px center;
}
    
/* Header
 ######################################################################### */

#header {
    height: 110px;
    background: #000;
    padding-left: 0px;
    margin-bottom: 20px;
}

#header div {
    position: relative;
    left: -10px;
    height: 110px;
    width: 470px;
    margin: 0 auto;
}

/* Navigation
 ######################################################################### */

#navigation {
    width: 195px;
    margin: 0;
    float: left;
    font-size: 0.9em;
}

#navigation li {
    margin: 0 0 5px 0;
    line-height: 100%;
    list-style: none;
}

#navigation li a {
    color: #333;
    padding-left: 10px;
    background: url(/site_media/img/icons/pa-arrow-closed.gif) left center no-repeat;
    text-decoration: none;
    font-family: 'verdana', sans-serif;
}

#navigation li a.open {
    background-image: url(/site_media/img/icons/pa-arrow-open.gif);    
}

#navigation li a:hover { color: #666; }

/* Spacing */

#navigation li.space-above { margin-top: 10px; }
#navigation li.space-below { margin-bottom: 10px; }

/* Active section */

#navigation li a.active {
    font-weight: bold;
    color: #000;
}

#navigation li a.active:hover {
    border-bottom: 1px solid #FFF;
}

/* Drowpdowns */

#navigation .dropdown {
    margin: 5px 25px 0px 5px;
}

#navigation .dropdown li {
    font-size: 0.95em;
    line-height: 110%;
    margin-bottom: 3px;
    list-style-image: url(/site_media/img/icons/pa-arrow-closed.gif);
    padding: 0;
    margin-left: 15px;
}

#navigation .dropdown li a {
    padding: 0;
    color: #666;
    background: none;
}

#summaries li a {
    color: #777;
}

/* Practice areas */

/* Drop down menu */

#content #practice-areas-dropdown {
    margin: 5px 25px 0px 5px;
}

#practice-areas-dropdown li {
    font-size: 0.95em;
    line-height: 150%;
    margin-bottom: 0;
/*    background: url(/site_media/img/icons/pa-arrow-closed.gif) left 2px no-repeat;*/
/*    padding-left: 10px;*/
    list-style-image: url(/site_media/img/icons/pa-arrow-closed.gif);
    padding: 0;
    margin-left: 15px;
}

#practice-areas-dropdown li a {
    padding: 0;
    color: #666;
    background: none;
}

/* Content Wrapper
 ######################################################################### */

#content {
    position: relative;
    width: 885px;
    text-align: left;
    margin: 0 auto;
}

#content ul {
    margin-bottom: 15px;
    margin-left: 30px;
}

#content li {
    margin-bottom: 5px;
}


/* Primary/Secondary Content
 ######################################################################### */

#primary-content {
    width: 475px;
    margin: 0;
    float: left;
    display: inline;
}

#secondary-content {
    width: 195px;
    margin-left: 20px;
    float: left;
    display: inline;
}

#primary-content h1,
#primary-content h2,
#primary-content h3,
#primary-content h4 {
    font-size: 1.3em;
    margin: 0 0 25px 0;
    font-weight: normal;
}

#primary-content h2 { font-size: 1.1em; }
#primary-content h3 { font-size: 1.0em; }
#primary-content h4 { font-size: 0.85em; }

#secondary-content h3,
#secondary-content h4 {
    font-size: 1.0em;
    margin: 0 0 25px 0;
    font-weight: normal;
}

#secondary-content h4 {
    margin-bottom: 10px;
    font-size: 0.9em;
    border-bottom: 1px solid #DDD;
    text-align: right;
}

#primary-content,
#secondary-content {
    font-size: 0.95em;
}

#secondary-content ul {
    margin-left: 0;
}


/* News
 ######################################################################### */

/* Small list on welcome page */

#small-news-list { list-style: none; }

#small-news-list a {
    font-weight: bold;
    text-decoration: none;
    color: #666;
}

#small-news-list a:hover { text-decoration: underline; }

#small-news-list p {
    font-size: 1.0em;
    color: #AAA;
}

#small-news-list .pub-date {
    display: block;
    color: #999;
    margin-bottom: 4px;
}

#back-to-news-overview,
#news-rss-link,
#all-news-items {
    text-align: right;
    margin-bottom: 2px;
}

#all-news-items a {  }
#news-rss-link a {
    background: url(/site_media/img/icons/feed-icon.png) left center no-repeat;
    padding-left: 18px;
    font-style: italic;
}

/* News List */

#content h3.sub-news-heading {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 15px;
}

.sub-news-heading a {
    position:absolute;
    right: 0;
    font-size: 0.8em;
}

#news-list {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EEE;
}

#news-list h3 {
    float: left;
    width: 80px;
    color: #666;
}

#content ul.news-list.with-year { margin-left: 100px; }

.news-list li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 120px;
}

.news-list li .pub-date {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

/* News Detail
  ------------------------------------------------------------------------ */

.news-item { position: relative; }
body #primary-content div.news-item h2 {
    margin: 0 0 2px 0;
    padding-right: 150px;
}

.news-item .pub-date {
    margin-bottom: 35px;
    color: #999;
    font-style: italic;
}

.news-item #see-all-news {
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
}

.news-item .body { margin-bottom: 45px; }

/* Download newsletter */

#newsletter-download h3 {
    margin-bottom: 5px;
}

#newsletter-download ul {
    
    margin-left: 20px;
    
}

/* Publications
 ######################################################################### */

/* Article List */

#article-list {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EEE;
}

#article-list li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 30px;
    padding-right: 120px;
}

#article-list a {
    display: block;
}

#article-list .excerpt {
    display: block;
    font-style: italic;
    color: #999;
}

#article-list li .pub-date {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

/* Blog Notice */

#blog-notice {
    background: #f2f1e9;
    color: #666;
    padding: 12px;
    margin-bottom: 25px;
    line-height: normal;
}

#blog-notice a {
    color: #9e9285;
}

/* Article Detail */

.article-detail { position: relative; }

body #primary-content div.article-detail h2 {
    margin: 0 0 2px 0;
    padding-right: 150px;
}

.article-detail .pub-date {
    margin-bottom: 35px;
    color: #999;
    font-style: italic;
}

.article-detail #see-all-articles {
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
}

body #content .article-detail h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 5px;
}

.article-detail .excerpt {
    font-style: italic;
}


/* Practice
 ######################################################################### */

/* People
  ------------------------------------------------------------------------ */

/* Search */

#search-form {
    margin: 55px 0 35px 10px;
}

#search-form label {
    display: block;
    float: left;
    width: 150px;
}

#search-form .submit {
    margin-left: 150px;
}

#search-form #id_name,
#search-form #id_practice_area,
#search-form #id_city {
    width: 240px;
    display: block;
    margin-left: 150px;
}

#search-form #list-all-people {
    color: #999;
    padding-left: 10px;
}

body #search-again {
    color: #999;
}

.search-performed { display: none; }

/* People List */

.people-list { margin-left: 0; }

#search-results h3 {
    margin-bottom: 5px;
}

#search-results .people-list {
    margin: 0 0 15px 0;
    list-style: none;
}

.people-list li {
    margin-bottom: 3px;
    position: relative;
    list-style: none;
}

.people-list li .title-position { color: #666; }
.people-list li .city {
    position: absolute;
    right: 0;
}

/* Person Detail */

body #primary-content h2.person-heading {
    position: relative;
    border-bottom: 1px solid #EEE;
    font-weight: bold;
}

body #primary-content .person-heading a {
    position: absolute;
    right: 0;
    color: #999;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
}

#person h4 {
    font-size: 0.76em;
    width: 120px;
    float: left;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
}

#content #person ul {
    margin-bottom: 20px;
}

#person .item { margin: 0; }

#person .item p,
#person .item div {
    margin-left: 140px;
    margin-bottom: 0;
}

#person .item div p { margin: 0 0 4px 0;}

#person h3 {
    border-bottom: 1px solid #EEE;
    font-weight: bold;
}

#person ul { margin-left: 40px; }

#person .item a {
/*    color: #9caaae;*/
    font-weight: bold;
}

/* Contact info */

#person .contact-info { position: relative; }

#person .contact-info a#download-vcard {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* Languages */

#person .item.languages span { margin-right: 10px; }

/* Personae */

#person #personae {
    padding: 10px 0;
    background: #FFF url(/site_media/img/backgrounds/personae-bg.gif) bottom no-repeat;
}

#person #personae .last-item { margin: 0; }

/* Practice Area Detail
---------------------------------------------------------------------------- */



/* Language selection
---------------------------------------------------------------------------- */

#language-selection li a {
}

/* Advertisements
 ######################################################################### */

/* Lists */

.advertisement-list { margin-left: 20px; }

.advertisement-list li {
    padding-right: 120px;
    position: relative;

}

.advertisement-list .pub-date {
    color: #999;
    font-style: italic;
    position: absolute;
    right: 0;
}

/* Detail */

.advertisement { position: relative; }
body #primary-content div.advertisement h2 { margin: 0 0 2px 0; }

.advertisement .pub-date {
    margin-bottom: 35px;
    color: #999;
    font-style: italic;
    position: relative;
}

.advertisement #see-all-advertisements {
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
}

.advertisement #attachments {
    margin-left: 5px;
}

.advertisement #attachments li {
    background: url(../images/icons/doc_types/generic.gif) left center no-repeat;
    padding-left: 19px;
    list-style: none;
}

/* Offices
 ######################################################################### */

/* Office List
  ------------------------------------------------------------------------ */

#office-list {
    margin-left: 40px;
}

/* Office Detail
  ------------------------------------------------------------------------ */

.office {
    position: relative;
    margin-bottom: 45px;
}

.office h3 {
    border-bottom: 1px solid #DDD;
    position: relative;
}

body #primary-content .office h3 a {
    position: absolute;
    right: 0;
    text-decoration: none;
    font-size: 0.8em;
}

.office .container { margin-left: 140px; }
.office .name { font-style: italic; }
.office .address .container p { margin-bottom: 3px; }
.office .address .container p.name { margin-bottom: 15px; }
.office .address { margin-bottom: 15px; }

body #primary-content .office h4 {
    font-size: 0.76em;
    font-weight: bold;
    display: block;
    float: left;
    width: 120px;
    margin: 0 0 15px 0;
    text-align: right;
}

.office .contact-information { margin-bottom: 3px; }
body #primary-content .office .contact-information p,
body #primary-content .office .contact-information h4 { margin-bottom: 0; }

.show-map {
    display: block;
    text-align: center;
    padding: 2px 0;
    background: #DDD;
    color: #333;
    margin-top: 25px;
    font-size: 0.8em;
    position: absolute;
    right: 0;
    top: 150px;
}

/* Maps */

.office-map {
    height: 120px;
    width: 400px;
    border: 5px solid #DDD;
}


/* Jobs
 ######################################################################### */

/* Small list on welcome page */

#small-jobs-list { list-style: none; }
#small-jobs-list a {
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
    color: #555;
}

#small-jobs-list span {
    display: block;
    color: #999;
}

#all-jobs-items { text-align: right; }
#all-jobs-items a {  }

/* Job detail
  ------------------------------------------------------------------------ */

.job-item { position: relative; }
body #primary-content div.job-item h2 { margin: 0 0 2px 0; }

.job-item .pub-date {
    margin-bottom: 35px;
    color: #999;
    font-style: italic;
    position: relative;
}

.job-item #see-all-jobs {
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
}

.job-item .description { margin-bottom: 45px; }

.job-item .city { margin-bottom: 4px; }
.job-item .contact-person span,
.job-item .city span {
    display: block;
    width: 130px;
    float: left;
    font-weight: bold;
}

/* Footer
 ######################################################################### */

#footer {
    width: 450px;
    border-top: 1px solid #EEE;
    padding: 20px 0;
    margin: 0 auto 40px auto;
    text-align: center;
    font-size: 90%;
}

#footer .quick-link-row span {
    display: block;
    width: 100px;
    padding-right: 30px;
    text-align: right;
    float: left;
    color: #999;
}

#footer a {
/*    color: #3599DF;*/
}

#footer .offices { margin-bottom: 4px; }
#footer .copy { color: #666; }


/* Copyright
 ######################################################################### */

body#copyright {
    background: #444;
    margin: 30px;
}

body#copyright #content {
    padding: 30px;
    background: #FFF;
    width: 800px;
    margin: 0 auto;
}

body#copyright #content h1,
body#copyright #content h2 {
    font-size: 1.3em;
    margin: 0 0 25px 0;
    font-weight: normal;
}

body#copyright #content h2 {
    font-size: 1.1em;
    margin-bottom: 5px;
}

body#copyright #content #back-to { margin: 0; }


/* Clearfix
 ######################################################################### */

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

