/********************************************
* JSS Law
* Developed by I-ology
* http://www.i-ology.com
*
* Created 02/12/08 - BD
*
* General Style Definitions
********************************************/

/*******************************************
* Browser Reset - Created by Eric Meyer
*******************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

table.inner-content-table {
  border-collapse: collapse;
}

.inner-content-table td, 
.inner-content-table th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}

.inner-content-table caption {
  font-weight: 600;
text-align: center;
padding-bottom: 0.5em;
font-size: 1.25em; 
}


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/*******************************************
* Typography - Pulled from BlueprintCSS
*******************************************/

body { font-size: 70%; }

body {
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #b6a996 url(/images/bg.jpg) top left repeat-x;
    padding-bottom: 30px;
    line-height: 1.3em;
}

/* Text Elements
-----------------------------*/

h1,h2,h3,h4,h5,h6 {
  color: #9B672F;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span { color: #666; display: block; font-size: .7em; font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 span { line-height: 1.5em; }

h4 a.expand    { background: url(/images/icon_expand.gif) no-repeat 0 3px; padding-left: 16px; color: #7E3226; }
h4 a.collapse  { background: url(/images/icon_collapse.gif) no-repeat 0 3px; padding-left: 16px; color: #7E3226; }

h1 { font-size: 1.63em; margin-bottom: .90em; line-height: 1.25; font-family: Georgia, "Times New Roman", serif; }
h2 { font-size: 1.63em; margin-bottom: .3em; line-height: 1.25; font-family: Georgia, "Times New Roman", serif; }
h3 { font-size: 1.2em; margin-bottom: .2em; line-height: 1.25; color: #7E3226; }
h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: .75em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1.5em 0; line-height: 1.42em; }
p.last      { margin-bottom: 0; }
p img       { float: right; margin: .7em 1em 1.5em 1.5em; padding: 4px; background: #F2EFE9; border: 1px solid #DFDDDB; }
p img.top   { float: none; margin: .7em 0 .7em 0; padding: 4px; background: #F2EFE9; border: 1px solid #DFDDDB; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

a:focus,
a:hover     { color: #9B672F; text-decoration: none; }
a           { color: #9B672F; outline: none; text-decoration: none; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dd          { margin-left: 1.5em; }
em          { font-style: italic; }

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;

}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

.related_nav
{
    color:#7E3226;
}

.light-gray
{
    color:#888888;
}

/*********************************
* Layout Definitions
*********************************/

#container {
    position: relative;
    width: 900px;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
}

#sidebar {
    width: 237px;
    float: left;
    overflow: hidden;
    padding-bottom: 15px;
}

#content {
    margin-top: -204px;
    width: 663px;
    float: right;
    overflow: hidden;
}

#content-main {
    width: 598px;
    margin-left: 34px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}

#content-main ul {
    margin: 0;
}

#content-main ul li {
    list-style: none;
    background: url(/images/bullet.gif) no-repeat 0 5px;
    line-height: 1.3em;
    padding: 0 0 8px 10px;
}
#content-main ul li.content-snippet {
    list-style: none;
    background: none;
    line-height: 1.3em;
    margin: -8px 0 8px;
}


#content-main ol li {
    line-height: 1.3em;
    padding: 0 0 8px 0;
    margin-left: 5px;
}

#header {
    width: 651px;
    height: 211px;
    margin: 61px 0 31px 0;
    padding: 7px 0 0 7px;
    width/**/:/**/644px;
    background: #F2EFE9;
    border: 1px solid #DFDEDC;
}

a#logo img {
    width: 152px;
    height: 91px;
    display: block;
    margin: 79px 0 34px 40px;
}

#header-photo {
    width: 636px;
    height: 136px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.header-spacing {
    padding-bottom: .3em;
}

.sidebar-promos {
    padding: 0 10px 0 32px;
}

.sidebar-promos ul {
    margin: 0;
}

.sidebar-promos li {
    list-style: none;
    background: url(/images/bullet.gif) no-repeat 0 5px;
    line-height: 1.4em;
    padding: 0 0 6px 10px;
}

.photo-caption {
    float: right;
    width: 263px;
    width/**/:/**/ 253px;
    margin: .7em 1em 1.5em 1.5em;
    padding: 4px;
    background: #F2EFE9;
    border: 1px solid #DFDDDB;
}

.photo-caption img {
    margin-bottom: 0;
}

.photo-caption p {
    font-size: .9em;
    margin: .50em;
    text-align: center;
}

ul.list-margin {
    margin: -5px 0 10px 16px;
}

ul.list-collapse {
    display: none;
}

.info {
    color: #9B672F;
}

.listing-divider {
    width: 598px;
    clear: both;
    margin-top: 0;
    padding-top: 15px;
    border-top: 1px solid #DFDDDB;
}

#archive-nav {
    border-top: 1px solid #DFDDDB;
    border-bottom: 1px solid #DFDDDB;
    padding: 8px 10px;
    margin-bottom: 15px;
}

.nopadding {
    margin-bottom: .50em;
    padding: 0;
}
hr.brown {
    margin: 30px 0;
    border: solid #9B672F;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

#b3-block {
    margin-top: 30px;
    border-top: 1px solid #9B672F;
    padding-top: 30px;
}
#b3-block img  {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
#b3-block h2 {
    font-size: 1.364em;
    margin-bottom: 10px;
}
#b3-block a {
    white-space: nowrap;
}
#b3-block .disclaimer {
    font-style: italic;
    font-size: 9px;
}

/*********************************
* Buttons & Promos
*********************************/

a#btn-learn-more {
    width: 85px;
    height: 21px;
    display: block;
    text-indent: -9999px;
    margin-top: 15px;
    background: url(/images/btn_learn_more.gif) top left no-repeat;
}

a:hover#btn-learn-more {
    background: url(/images/btn_learn_more.gif) bottom left no-repeat;
}
.btn-download-print2 {
    display: block;
    width: 16px;
	height: 16px;
    padding: 0;
    margin-right: 4px;
	float: left;
    background: url(/images/icon_pdf.gif) top left no-repeat;
}
.btn-blog {
    display: block;
    width: 16px;
	height: 16px;
    padding: 0;
    margin-right: 2px;
	float: left;
    background: url(/images/icon-blog2.gif) top left no-repeat;
}

/*********************************
* Footer Definitions
*********************************/

#footer-container {
    clear: both;
}

#footer-logo {
    position: absolute;
    bottom: 100px;
    left: 11px;
}

#footer {
    width: 878px;
    background: #F2EFE9;
    border: 1px solid #DFDEDC;
    margin: 0 auto 10px auto;
    padding: 11px 13px;
    width/**/:/**/852px;
    clear: both;
    overflow: hidden;
    color: #999;
    font-size: 10px;
}

#footer-left {
    width: 500px;
    float: left;
    line-height: 16px;
}

#footer-left a,
#footer-right a {
    color: #999;
}

#footer-right {
    width: 200px;
    float: right;
    text-align: right;
}

a#alumni {
    color: #7E3226;
    text-decoration: none;
    font-size: 11px;
}

a:hover#alumni {
    text-decoration: underline;
}

/*********************************
* Global Navigation
*********************************/

#global-search {
    position: absolute;
    top: 22px;
    right: 10px;
    width: 553px;
	width: auto\0/; /*bug fix for IE 8-9*/
    min-width: 0\0/; /*bug fix for IE 8-9*/
	_width: 553px; /*bug fix for IE 7*/
    height: 22px;
    float: right;
    background: url(/images/bg_search_box.gif) 364px 0 no-repeat;
}

#global-search #txtSearch {
    width: 122px;
    height: 16px;
    margin: 4px 0 0 10px;
    padding: 0;
    border: 0;
    float: left;
    font-size: 1em;
}

#global-search #btnSearch {
    float: right;
    margin-top: 1px;
	margin: 1px 0 0 10px\0/; /*bug fix for IE 8-9*/
	_margin-top: 1px; /*bug fix for IE 7*/
}

#global-search ul {
    margin: 0;
    padding: 0;
    float: left;
	width: 356px;
}

#global-search ul li {
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
}

#global-search ul li a {
    height: 22px;
    display: block;
    text-indent: -9999px;
}

a#home {
    width: 48px;
    background: url(/images/global_home.gif) top left no-repeat;
}
a#join {
    width: 140px;
    background: url(/images/global_join.gif) top left no-repeat;
}
a#blog {
    width: 24px;
    background: url(/images/icon-blogger.gif) top left no-repeat;
}
a#linkedin {
    width: 24px;
    background: url(/images/icon-linkedin.gif) top left no-repeat;
}
a#facebook {
    width: 24px;
    background: url(/images/icon-facebook.gif) top left no-repeat;
}
a#rss-feeds {
    width: 24px;
    background: url(/images/icon-rss.gif) top left no-repeat;
}
a#twitter {
    width: 24px;
    background: url(/images/icon-twitter.gif) top left no-repeat;
}
a#google-plus {
    width: 24px;
    background: url(/images/icon-googleplus.gif) top left no-repeat;
}

a#youtube {
    width: 24px;
    background: url(/images/icon-youtube.gif) top left no-repeat;
}

a:hover#home, body#home-on a#home,
a:hover#join, body#join-on a#join {
    background-position: bottom left;
}

/*********************************
* Main Navigation
*********************************/

ul#nav {
    width: 216px;
    list-style: none;
    border-top: 1px solid #D0CECD;
    margin-left: 10px;
    padding: 0;
}

#nav li a {
    margin: 0;
    padding: 0;
    width: 216px;
    display: block;
    text-indent: -9999px;
}

ul#nav li a#about-us {
    height: 30px;
    background: url(/images/nav_about_us.gif) top left no-repeat;
}
a#professionals {
    height: 31px;
    background: url(/images/nav_professionals.gif) top left no-repeat;
}
a#practice-areas {
    height: 31px;
    background: url(/images/nav_practice_areas.gif) top left no-repeat;
}
a#news {
    height: 29px;
    background: url(/images/nav_news.gif) top left no-repeat;
}
a#events {
    height: 31px;
    background: url(/images/nav_events.gif) top left no-repeat;
}
a#publications {
    height: 31px;
    background: url(/images/nav_publications.gif) top left no-repeat;
}
a#careers {
    height: 30px;
    background: url(/images/nav_careers.gif) top left no-repeat;
}
a#office-locations {
    height: 31px;
    background: url(/images/nav_office_locations.gif) top left no-repeat;
}
a#contact-us {
    height: 31px;
    background: url(/images/nav_contact_us.gif) top left no-repeat;
}
a#connect-with-us {
    height: 31px;
    background: url(/images/nav_connect_with_us.gif) top left no-repeat;
}


#nav li a:hover#about-us, body#about-us-on #nav li a#about-us,
#nav li a:hover#professionals, body#professionals-on #nav li a#professionals,
#nav li a:hover#practice-areas, body#practice-areas-on #nav li a#practice-areas,
#nav li a:hover#news, body#news-on #nav li a#news,
#nav li a:hover#events, body#events-on #nav li a#events,
#nav li a:hover#publications, body#publications-on #nav li a#publications,
#nav li a:hover#careers, body#careers-on #nav li a#careers,
#nav li a:hover#office-locations, body#office-locations-on #nav li a#office-locations,
#nav li a:hover#contact-us, body#contact-us-on #nav li a#contact-us,
#nav li a:hover#connect-with-us, body#connect-with-us-on #nav li a#connect-with-us {
    background-position: bottom left;
}

/*********************************
* Sub Navigation
*********************************/

ul.subnav {
    width: 216px;
    list-style: none;
    border-bottom: 1px solid #D0CECD;
    background: #F2EFE9;
    margin: 0;
    padding: 3px 0 5px 0;
}

.subnav li a {
    margin: 0;
    padding: 0;
    width: 216px;
    height: 25px;
    display: block;
    text-indent: -9999px;
}

.subnav-about,
.subnav-pub,
.subnav-careers,
.subnav-news,
.subnav-events,
.subnav-publications,
.subnav-office-loc,
.subnav-contact,
.subnav-connect {
    display: none;
}
/*********************************
* Custom Share Widget
*********************************/
#social-widget {
    position: fixed;
    top: 30%;
    right:0;
    width: 50px;
    height: 213px;
    background: #F2EFE9;
    border: 1px solid #DFDEDC;
    -moz-box-shadow: 0 1px 6px #777;
    -webkit-box-shadow: 0 1px 6px #777;
    -ms-box-shadow: 0 1px 6px #777;
    box-shadow: 0 1px 6px #777;
}
ul#social-networks {
    margin: 0;
    background: #fff;
    padding: 5px 0;
}
ul#social-networks li {
    list-style-type: none;
    padding-bottom: 10px;
    width: 50px;
    height: 32px;
}
ul#social-networks li.twitter {
    background: url(/images/icon-tw.png) no-repeat center center;
}
ul#social-networks li.facebook {
    background: url(/images/icon-fb.png) no-repeat center center;
}
ul#social-networks li.linkedin {
    background: url(/images/icon-li.png) no-repeat center center;
}
ul#page-actions {
    border-top: 1px solid #DFDEDC;
    background: #F2EFE9;
    margin: 0;
}
ul#page-actions li {
    list-style-type: none;
    width: 32px;
    padding: 12px 0;
    margin: 8px auto;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
ul#page-actions li.email {
    background: url(/images/icon-mail.png) no-repeat center center;
}
ul#page-actions li.print {
    background: url(/images/icon-print.png) no-repeat center center;
}
ul#page-actions li.save {
    background: url(/images/icon-save.png) no-repeat center center;
}
#social-share-tools {
    position: absolute;
    top: -1px;
    right: -125px;
    z-index: 1001;
    width: 100px;
    height: 193px;
    background: #fff;
    padding: 10px;
    border: 1px solid #DFDEDC;
    -moz-box-shadow: 0 1px 6px #777;
    -webkit-box-shadow: 0 1px 6px #777;
    -ms-box-shadow: 0 1px 6px #777;
    box-shadow: 0 1px 6px #777;
}
#social-share-tools span {
    margin-bottom: 9px;
}
.stHBubble {
    margin-top: -9px;
}
ul#page-action-tools {
    margin: 0;
}
ul#page-action-tools li {
    list-style-type: none;
    margin: 0 4px 12px;
    padding: 4px 0;
    border: 1px solid #DFDEDC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
ul#page-action-tools li.email {
    background: url(/images/icon-mail.png) no-repeat 4px center;
}
ul#page-action-tools li.print {
    background: url(/images/icon-print.png) no-repeat 4px center;
}
ul#page-action-tools li.save {
    background: url(/images/icon-save.png) no-repeat 4px center;
    margin-bottom: 0;
}
ul#page-action-tools li.email:hover {
    background: #F2EFE9 url(/images/icon-mail.png) no-repeat 4px center;
}
ul#page-action-tools li.print:hover {
    background: #F2EFE9 url(/images/icon-print.png) no-repeat 4px center;
}
ul#page-action-tools li.save:hover {
    background: #F2EFE9 url(/images/icon-save.png) no-repeat 4px center;
    margin-bottom: 0;
}
ul#page-action-tools a {
    padding: 4px 32px 4px 26px;
}
ul#page-action-tools a:hover {
    text-decoration: none;
}
/*******************************************************************************************************
* Google Custom Search Styles
*******************************************************************************************************/
div.gsc-adBlock {
	display: none!important;
}
div.gsc-wrapper a,
div.gsc-wrapper .gs-title b {
	color: #9B672F!important;
  outline: none;
}
div.gsc-wrapper .gs-title {
    height: auto!important;
    line-height: 1.2!important;
}
div.gsc-webResult.gsc-result:hover {
	border-color: #9B672F!important;
}