﻿/* ------------------------------------------------------------------------------------------------ */
/* -- Starter master page styles and SharePoint styling fixes -- */
#s4-bodyContainer
{
    position: relative;
}
body
{
    height: 100%;
    /* overflow: hidden; */
    width: 100%;
}
.s4-breadcrumb-menu
{
    background: #F2F2F2;
}
.s4-ca
{
    background: transparent none repeat scroll 0 0;
    margin-left: 0;
}
.ms-h2
{
    z-index: 9999;
}
/* Site Actions should always be above everything else */
.toc-layout-main .level-bullet
{
    background-image: none;
}
/* fix bullet style for TOC web part */

.srch-WPBody .srch-stats
{
    margin-left: 25px;
}
.srch-WPBody .srch-results
{
    padding-left: 0px;
}
.srch-WPBody .srch-results .srch-Title3
{
    padding-left: 25px;
}
.srch-WPBody .srch-Page
{
    padding-left: 20px;
}
/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* -- Base master page styles -- */
/* ------------------------------------------------------------------------------------------------ */
body
{
    background-color: #E0E0E2;
}
.ms-WPBody, .ms-WPBody TD /* Override font-size in ms-WPBody */
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
#container-page
{
    width: 100%;
    height: 100%;
    float: left;
    background: #E0E0E2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 140%;
    color: #58595b;
}
#container-page .s4-wpcell-plain
{
    /* When a Web Part Zone has web parts in it, apply a bottom padding */ /*padding-bottom: 20px;*/
}
#container-page .ms-WPBody
{
    /* When a Web Part has text in it, apply font families */
    font-family: Arial, Helvetica, sans-serif;
}
.rich-text-field-margin
{
    /* When a Rich HTML Field has content in it, apply a bottom margin - applied in ork.www.js */
    margin-bottom: 40px;
}
#editorpart-reorder
{
    width: 250px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 11px;
}
.global-lazy-load
{
    display: none;
}
#page-not-found-notification
{
    border-left: 3px solid #009966;
    padding-left: 10px;
}
.OrrickPageStatus
{
    background-color: #C11B17;
    color: white;
    font-weight: bold;
    padding-left: 2px;
    font-size: 10px;
    position: absolute;
    width: 100%;
}
/* -- Main page container styles -- */
/* ------------------------------------------------------------------------------------------------ */
#container-page a, a:visited
{
    color: #5d87a1;
}
#container-page a:hover
{
    color: #999999;
}
#container-content-area-background
{
    width: 968px;
    height: 100%;
    background-image: url('http://s3.amazonaws.com/cdn.orrick.com/files/Website-Assets/background-y.png');
    background-repeat: repeat-y;
    margin: 0 auto;
}
#container-content-area
{
    width: 910px; /* 960px minus the 25px padding on either side */
    height: 100%;
    padding-left: 33px; /* 8px for the drop shadow of the background image */
    padding-right: 25px;
}
#container-content-area hr
{
    height: 1px;
    border: 0;
    color: #009966;
    background-color: #009966;
    margin: 0px;
}
#container-page ul
{
    line-height: 140%;
    padding-left: 15px;
}
#container-page ul ul
{
    line-height: 140%;
    padding-left: 15px;
    margin: 0px;
}
#container-page ul li
{
    margin-bottom: 5px;
}
#container-page p
{
    margin: 0 0 12px;
}
#page-main-content
{
}
/* ------------------------------------------------------------------------------------------------ */
/* -- Global heading styles -- */
/* ------------------------------------------------------------------------------------------------ */
#container-page h1
{
    font-weight: normal;
    font-size: 23px;
    color: #009966;
    margin: 25px 0 25px;
    line-height: 1.15em;
}
#container-page h2
{
    font-weight: normal;
    font-size: 19px;
    color: #009966;
    background: url('/SiteCollectionImages/MasterPage/header-icon.png') no-repeat;
    padding-left: 0;
    margin: 0 0 20px;
}
#container-page h3
{
    font-weight: normal;
    font-size: 16px;
    color: #009966;
    background: url('/SiteCollectionImages/MasterPage/header-icon.png') no-repeat;
    padding-left: 10px;
    margin: 0 0 10px;
}
#container-page h4
{
    font-weight: normal;
    font-size: 16px;
    color: #009966;
    margin: 15px 0 15px;
}
#container-page h5
{
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin: 18px 0 10px;
}
#container-page h6
{
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin: 0 0 10px;
	/* margin: 18px 0 10px; */
}
#container-page .expandable-heading
{
    font-weight: bold;
    font-size: 13px;
    color: #5d87a1;
    background: url('/SiteCollectionImages/MasterPage/header-gt.png') no-repeat 0% 50%;
    background-position: left;
    padding-left: 15px;
    cursor: pointer;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- Page header styles -- */
/* ------------------------------------------------------------------------------------------------ */
#page-header-padding
{
    height: 20px;
}
#page-header
{
    height: 80px;
}
#page-header-sitelogo
{
    float: left;
}
#page-header-search
{
    float: right;
    margin-top: 25px;
}
/* Plug in our own search button image */
.s4-search .ms-sbgo a
{
    background: url('/SiteCollectionImages/MasterPage/search-gobutton.png') no-repeat;
    margin-left: 7px;
    width: 23px;
    height: 18px;
    display: block;
}
/* Hide the default magnifying glass icon */
.s4-search .srch-gosearchimg, .s4-search .ms-sbgo span
{
    display: none;
}
.s4-search input.ms-sbplain
{
    border: thin #abacad solid !important;
    height: 12px;
    width: 125px !important;
    padding: 2px;
    color: #666;
    font-size: 11px;
    font-style: normal;
}

.srch-Metadata1
{
    margin: 2px 0px 20px 24px !important;
}

.ms-sctabcf
{
    /*border-left: 1px solid #5D87A1;
    border-left: url('/SiteCollectionImages/MasterPage/SearchPipe.png') no-repeat;*/
    background-image: url('/SiteCollectionImages/MasterPage/SearchPipe.png');
    background-repeat:no-repeat;
    background-position:left;
     
}

.ms-ptabarea td:first-child
{
    background-image: none;
    /*border-left: 0px;*/
}

.ms-sctabcfhover
{
    background-image: url('/SiteCollectionImages/MasterPage/SearchPipe.png');
    background-repeat:no-repeat;
    background-position:left;
    /*border-left: url('/SiteCollectionImages/MasterPage/SearchPipe.png') no-repeat;
    border-left: 1px solid #5D87A1;*/
}

.ms-advsrchtips
{
    visibility: hidden;
}

/* ------------------------------------------------------------------------------------------------ */
/* -- Header language chooser -- */
/* ------------------------------------------------------------------------------------------------ */
#page-header-language-chooser
{
    float: right;
    margin-top: 25px;
    font-size: 11px;
}
#page-header-language-chooser .menu-parent
{
    padding-right: 1px;
}
#page-header-language-chooser .language-chooser #languages
{
    float: left;
    vertical-align: middle;
    margin-top: 1px;
    padding-right: 10px;
}
#page-header-language-chooser .language-chooser #button
{
    float: left;
    border: 0px;
    text-align: right;
    margin-right: 10px;
}
#page-header-language-chooser .language-chooser #button a, #page-header-language-chooser .language-chooser #button a:visited
{
    color: #999999;
}
#page-header-language-chooser .language-chooser #button a:hover, #page-header-language-chooser .language-chooser #button a:active
{
    color: #5d87a1;
}
#page-header-language-chooser .language-chooser ul, #page-header-language-chooser .language-chooser ul li
{
    margin: 0;
    padding: 0;
    margin-right: -3px;
    list-style: none;
    white-space: nowrap;
}
#page-header-language-chooser .menu-children
{
    display: none;
}
#page-header-language-chooser .menu-children li
{
    background-color: #fff;
    display: inline;
    background: url('/SiteCollectionImages/MasterPage/header-icon.png') no-repeat;
    padding-right: -3px;
}
#page-header-language-chooser .menu-children li a
{
    color: #5d87a1;
    text-decoration: none;
    display: inline;
    padding-right: 12px;
    padding-left: 15px;
}
#page-header-language-chooser .menu-children li a:hover
{
    color: #fff;
    background-color: #5d87a1;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- Top navigation styles -- */
/* ------------------------------------------------------------------------------------------------ */
#page-top-navigation-container
{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 100%;
    height: 45px;
    max-height: 45px;
    text-align: center;
}
#page-top-navigation-container div
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#page-top-navigation-container div ul
{
    padding-left: 0;
}
#page-top-navigation-container .page-top-navigation li
{
    display: inline;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
#page-top-navigation-container .page-top-navigation li.static a
{
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    padding-right: 56px;
    position: relative;
    height: 15px;
    vertical-align: middle;
}
/* hide the arrow that appears when a top navigation item has children */
#page-top-navigation-container .page-top-navigation li.static .additional-background
{
    background-image: none !important;
    padding-right: 0px !important;
}
#page-top-navigation-container .page-top-navigation a
{
    color: #58595b;
}
#page-top-navigation-container .page-top-navigation a.selected
{
    color: #009966;
}
#page-top-navigation-container .page-top-navigation a:hover
{
    color: #009966;
    text-decoration: none;
}
.page-top-navigation ul.static
{
    white-space: nowrap;
}
.page-top-navigation ul.dynamic
{
    background-color: white;
    border: 1px solid #D9D9D9;
}
.page-top-navigation li.dynamic > .menu-item
{
    display: block;
    padding: 3px 10px;
    white-space: nowrap;
    font-weight: normal;
}
.page-top-navigation li.dynamic > a:hover
{
    font-weight: normal;
    background-color: #D9D9D9;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- Top navigation flyouts -- */
/* ------------------------------------------------------------------------------------------------ */
.top-navigation-flyout
{
    background: white;
    border: 5px solid #DCDDDF;
    border-top: 0;
    z-index: 99999;
    font-size: 13px;
    display: none;
    position: absolute;
    top: 146px;
    width: auto;
    height: auto;
}
.top-navigation-flyout ul, .top-navigation-flyout ul li
{
    margin: 0;
    padding: 0 !important;
    list-style: none;
}
.top-navigation-flyout ul li
{
    display: inline;
}
.top-navigation-flyout ul li a
{
    color: #5d87a1;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.top-navigation-flyout ul li a:hover
{
    color: #fff !important;
    background-color: #5d87a1;
}
#top-navigation-flyout-lawyers
{
    margin-left: 90px;
    padding-top: 2px;
}
#top-navigation-flyout-news
{
    margin-left: 435px;
    padding-top: 2px;
}
#top-navigation-flyout-news li
{
    display: block;
}
#top-navigation-flyout-news li
{
    display: inline;
}
#top-navigation-flyout-news li a
{
    display: block;
    width: auto;
}
#top-navigation-flyout-offices
{
    margin-left: 330px;
}
#top-navigation-flyout-offices a
{
    display: block;
}
#top-navigation-flyout-offices li
{
    line-height: 120%;
}
#top-navigation-flyout-offices h2
{
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 20px;
    margin-bottom: 5px;
}
#top-navigation-flyout-offices .parent > li
{
    float: left;
    width: auto;
}
#top-navigation-flyout-offices .child
{
    margin-right: 5px;
}
#top-navigation-flyout-offices .child > li
{
    padding-left: 25px;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- Left navigation styles -- */
/* ------------------------------------------------------------------------------------------------ */
#page-left-navigation
{
    font-size: 13px;
}
.page-left-navigation ul.root
{
    margin-top: 40px;
    padding-left: 0px !important;
}
.page-left-navigation ul li
{
    list-style: none;
}
.page-left-navigation ul li ul
{
    font-weight: normal;
}
.page-left-navigation .selected
{
    text-decoration: underline;
}
.collapse-left-navigation
{
    margin-left: 0px !important;
}


.practice-relation ul {5px 0 1em;}

/* ------------------------------------------------------------------------------------------------ */
/* -- Left content area styles -- */
/* ------------------------------------------------------------------------------------------------ */
#page-left-content
{
    margin-top: 51px !important;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- Footer styles -- */
/* ------------------------------------------------------------------------------------------------ */
#page-footer-container
{
    font-size: 10px;
    line-height: 140%;
    height: 47px;
    min-height: 47px;
    max-height: 47px;
    clear: both;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
}
#page-footer-container a, a:visited
{
    color: #58595b;
}
#page-footer
{
    padding-top: 6px;
}
#page-footer-left
{
    float: left;
}
#page-footer-right
{
    float: right;
    padding-top: 8px;
}
.page-footer-right-text
{
    vertical-align: middle;
    font-size: 12px;
    float: left;
}
#page-footer-right span img
{
    vertical-align: middle;
}
#page-footer-right span a
{
    margin-left: 15px;
}
.addthis_button_compact
{
    float: left;
    margin-right: 3px;
}
#page-footer-bottom-image
{
    width: 968px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    background-image: url('http://s3.amazonaws.com/cdn.orrick.com/files/Website-Assets/footer-bottom.png');
    background-repeat: no-repeat;
    margin: 0 auto;
}
#page-footer-padding
{
    height: 100px;
}
#container-page-edit-panel
{
    width: 100%;
    text-align: center;
    background: #818285;
}
.edit-mode-panel
{
    margin: 0 auto;
    width: 1250px;
}
#container-page-edit-panel .ms-long
{
    width: 450px;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- SlidesJS Carousel styles -- */
/* ------------------------------------------------------------------------------------------------ */
#carousel
{
    margin-bottom: 35px;
    min-height: 214px;
    height: 214px;
    z-index: 100;
}
#carousel .slides_container
{
    position: absolute;
    text-align: left;
    overflow: hidden;
    display: none;
}
#carousel .slides_container div.slide
{
    width: 920px;
    height: 214px;
    display: block;
}
#carousel .sidebar
{
    margin-left: 4px;
}
#carousel .caption
{
    /* 	z-index: 500; 	position: absolute; 	margin-left: 850px; 	margin-bottom: 5px; 	min-width: 100px; 	cursor: pointer; 	color: #009b7a; 	font-size: 11px; 	*/
}
#carousel .caption img
{
    vertical-align: middle;
}
#carousel .caption a:link, #carousel .caption a:visited
{
    /* 	color: #009b7a; 	text-decoration: none; 	*/
}
#carousel .caption a:hover, #carousel .caption a:active
{
    /* 	color: #009b7a; 	text-decoration: none; 	*/
}
#carousel .prev
{
    z-index: 500;
    position: absolute;
    margin-left: 660px;
    margin-top: -38px;
}
#carousel .next
{
    z-index: 500;
    position: absolute;
    margin-left: 690px;
    margin-top: -38px;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- Orrick.WWW.Home.master styles -- */
/* ------------------------------------------------------------------------------------------------ */
#home-content
{
    margin-top: 50px;
}
#home-content HR 
{
color: #D2D3D5;
background-color: #D2D3D5;
}
#home-left-column
{
    width: 280px;
    margin-right: 35px;
    float: left;
}
#home-middle-column
{
    width: 280px;
    float: right;
}
#home-right-column
{
    width: 280px;
    margin-left: 35px;
    float: right;
}
#home-link-list .link-list
{
    color: #5D87A1;
    font-size: 13px;
}
#home-link-list hr
{
    height: 1px;
    border: 0;
    color: #BCBEC0;
    background-color: #BCBEC0;
    width: 100%;
}
#home-link-list .link-list ul
{
    padding-left: 15px;
    line-height: 150%;
}
#home-link-list .link-list li
{
    list-style: disc;
}
#home-link-list .read-more
{
    font-size: 11px;
    color: #7D7E81;
    float: right;
    margin-top: 6px;
}
#home-link-list .read-more img
{
    margin-left: 5px;
    vertical-align: middle;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- Orrick.WWW.HomeThreeColumn.master styles -- */
/* ------------------------------------------------------------------------------------------------ */
#threecol-top-content
{
}
#threecol-main-content-area
{
}
#threecol-main-left-content
{
    width: 500px;
    float: left;
    height: 100%;
    padding-right: 10px;
}
#threecol-main-right-content
{
    width: 185px;
    float: right;
    padding-left: 25px;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- Common Form/Input Styles                                                                   -- */
/* ------------------------------------------------------------------------------------------------ */
.form-button
{
    width: 100px;
    height: 20px;
    margin-top: 10px;
    display: inline-block;
    background-color: #818284;
    color: #ffffff;
    border-style: none;
    text-decoration: none;
}
.asterisk-space
{
    padding-right: 2px;
}
.validation-summary
{
    margin-top: 10px;
}
.form-table
{
    empty-cells: show;
}
.form-table td, tr
{
    padding: 5px 0px;
}
.form-table label-column
{
    text-align: right;
    vertical-align: top;
}
.form-button:hover
{
    background-color: #5d87a1;
}
.form-button:active
{
    position: relative;
    top: 1px;
}
.form-field
{
    height: 16px !important;
    vertical-align: top;
    border: 1px solid #58585A;
}
.form-field-small
{
    width: 87px;
}
.form-field-norm
{
    width: 175px;
}
.form-field-large
{
    width: 340px;
}
.form-required
{
    color: red;
}
#search-button-table td {padding: 0 10px;}

/* ------------------------------------------------------------------------------------------------ */
/* -- RSS Feed Style                                                                             -- */
/* ------------------------------------------------------------------------------------------------ */
.feed
{
    margin-left: 3px;
    padding-left: 19px;
    background: url("http://s3.amazonaws.com/cdn.orrick.com/files/Website-Assets/feed-icon-small.png") no-repeat 0 50%;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- Orrick.WWW.Lawyer.master styles -- */
/* ------------------------------------------------------------------------------------------------ */
#lawyer
{
    margin-left: -75px;
}
#lawyer ul
{
    line-height: 120%;
}
#lawyer h1
{
    margin: 0px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
#lawyer h3
{
    color: inherit;
}
#lawyer-tabs
{
    margin-bottom: 15px;
}
#lawyer-tabs ul
{
    line-height: 140%;
}
#lawyer-tabs ul li
{
    margin: 0;
}
.collapsible-header
{
    margin-bottom: 10px;
}
#lawyer-top-content
{
    margin-top: 25px;
    margin-bottom: 20px;
    min-height: 180px;
    max-height: 180px;
    height: 180px;
}
#lawyer-top-content-left
{
    width: 580px;
    margin-right: 30px;
    float: left;
    height: 100%;
}
#lawyer-top-content-right
{
    float: right;
}
#lawyer-main-content
{
    margin-top: 15px;
}
#lawyer-main-content-left
{
    width: 580px;
    margin-right: 30px;
    float: left;
    height: 100%;
}

.ms-PartSpacingVertical
{
    margin-top: 7px;
}

#lawyer-main-content-right
{
    float: right;
    width: 180px;
    padding-top: 35px;
}
#lawyer-bio-image
{
    margin-right: 12px;
    float: left;
    height: 100%;
}
#lawyer-bio-image img
{
    width: 140px;
    height: 180px;
}
#lawyer-bio-heading
{
    float: left;
    text-align: left;
    position: relative;
    height: 100%;
}
#lawyer-primary-practice
{
}
#lawyer-title
{
    font-style: italic;
    margin-bottom: -2px;
}
#office-list
{
    margin-bottom: 5px;
    width: 425px;
    max-width: 425px;
    white-space: nowrap;
    overflow: hidden;
}
.office-list-item
{
    display: inline-block;
    margin-right: 6px;
}
#lawyer-phone-number
{
    margin-bottom: -2px;
}
#lawyer-phone-number a
{
    margin-right: 6px;
}
#lawyer-email
{
    margin-bottom: 5px;
}
.lawyer-vcard
{
    margin-top: 5px;
}
.lawyer-vcard-image
{
    vertical-align: middle;
}
div.lawyer-html-content
{
    margin-bottom: 15px;
}
div.lawyer-html-content h6
{
    margin-top: 0px !important;
}
div.lawyer-html-content ul
{
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
div.lawyer-html-content ul li
{
    list-style: disc;
}
#biolang-list
{
    float: left;
    margin: 10px 0px 10px;
}
.biolang-list-header
{
    float: left;
    display: inline;
    margin: 0px 0px;
    color: #5d87a1 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.biolang-list-item
{
    float: left;
    margin-right: 6px;
    text-transform: uppercase;
}
#social-media-list
{
    position: absolute;
    bottom: 0;
}
.social-media-list-item
{
    float: left;
    max-height: 16px;
    max-width: 16px;
    margin-right: 16px;
}
#lawyer-disclaimers
{
    /*font-style: italic;*/
}
#lawyer-related-practices
{
}
#lawyer-related-practices h6
{
    margin-top: 0px;
}
.attorney-hidden-bio-text
{
    display: none;
}

.tweet, .query {font: 120% Georgia, serif; color: #085258;}
.tweet_list {-webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; list-style: none; margin: 0; padding: 0; overflow-y: hidden; background-color: #8ADEE2;}
.tweet_list li {overflow-y: auto; overflow-x: hidden; padding: 0.5em; list-style-type: none;}
.tweet_list li a {color: #0C717A;}
.tweet_list .tweet_even {background-color: #91E5E7;}
.tweet_list .tweet_avatar {padding-right: .5em; float: left;}
.tweet_list .tweet_avatar img {vertical-align: middle;}

/* ------------------------------------------------------------------------------------------------ */
/* -- Orrick.WWW.Practice.master styles -- */
/* ------------------------------------------------------------------------------------------------ */

#practice-top-content
{
    padding: 0px;
    margin-bottom: 40px;
}
#practice-tabs
{
    /*margin-right: 10px;*/
}
#practice-tabs h3
{
    color: inherit;
}
#practice-tabs ul.practice-tabs-header
{
    margin-bottom: 10px;
}
#practice-tabs ul li
{
    margin: 0;
}

#practice-main-left-content
{
    padding: 0 10px 0 0;
}
#practice-main-left-image
{
	margin: 0 0 40px;
}
#practice-main-right-content
{
    width: 200px;
    float: inherit;
    margin-right: 10px;
}
#practice-main-right-content #nep-webparts
{
    margin: 15px 0;
}
#practice-main-right-content-web-part-zone
{
    /*margin-top: 80px;*/
    margin-left: 25px;
}
#practice-key-contacts
{
    font-size: 13px;
    font-weight: bold;
}
#practice-key-contacts h6
{
	/*
    margin-top: 16px;
    margin-bottom: 10px;
	*/
    line-height: 100%;
}
#practice-key-contacts ul
{
    padding: 0 0 10px 0;
    line-height: 110%;
    margin-top: 5px;
	border-bottom: 1px solid #D2D3D5;
}
#practice-key-contacts li
{
    list-style: none;
}
#practice-key-contacts .expandable-heading
{
	background: none;
	padding: 0 0 10px 0;
    /* background: url('/SiteCollectionImages/MasterPage/header-gt.png') no-repeat 0% 20%; */
    line-height: 110%;
    /* margin-top: 20px; */
    font-size: 13px;
	border-bottom: 1px solid #D2D3D5; 
}
#practice-key-contacts-reorder
{
    width: 250px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 11px;
}

/* ------------------------------------------------------------------------------------------------ */
/* Orrick.WWW.Office.aspx Styles */
/* ------------------------------------------------------------------------------------------------ */

#office-top-content
{
    padding: 0px;
    /* margin: 0px; */
}
#office-banner-img-left
{
    float: left;
}
#office-banner-img-right
{
    float: right;
}
#office-left-content-top
{
    /* margin-top: 30px; */
}
#office-right-content-top
{
    /* margin-top: 30px; */
    margin-bottom: 20px;
}
#office-right-content-top h6
{
    margin-bottom: 0px;
}
/* ------------------------------------------------------------------------------------------------ */
/* NEP Common Styles */
/* ------------------------------------------------------------------------------------------------ */
#nep-top-content
{
    margin: 0 0 10px;
}
#nep-title-content
{
    width: 100%;
    display: inline-block;
}
#nep-title-area
{
    background-image: url(/SiteCollectionImages/MasterPage/title-icon.png);
    background-repeat: repeat-y;
    background-position: left;
    padding-left: 15px;
    display: block;
    width: 490px;
    float: left;
    margin-bottom: 30px;
}
#nep-title-area p.nep-title-area-type
{
    color: #009966;
}
#nep-title-area h2
{
    background-image: none;
    padding: 0;
    margin: 15px 0 10px;
    line-height: 120%;
}
#nep-title-area h6
{
    margin: 0 0 5px;
    color: #58595b;
}
#nep-title-area p
{
    margin: 0;
}
#nep-title-area-bottom
{
    float: left;
    width: 490px;
}
#nep-title-picture
{
    float: right;
}
#nep-title-content .edit-mode-panel
{
    float: left;
}
#nep-left-content
{
    width: 510px;
}
#nep-right-content
{
    width: 185px;
    margin-left: 2px;
    text-align: left;
}
#nep-title-area a.nep-arrow-link
{
    color: #616161;
    font-size: 8pt;
}
#nep-title-area p.nep-arrow-link
{
    margin-bottom: 15px;
}
.nep-arrow-link
{
    float: left;
    display: inline;
    margin-right: 20px;
    margin-top: 0px !important;
}
.nep-arrow-link img
{
    vertical-align: middle;
    margin-left: 5px;
}
/* ------------------------------------------------------------------------------------------------ */
/* Orrick.WWW.News.aspx Styles */
/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* Orrick.WWW.Events.aspx Styles */
/* ------------------------------------------------------------------------------------------------ */
#events-location
{
    display: inline-block;
}
#events-location h6
{
    display: inline;
}
#event-location a
{
    float: left;
    font-size: 14px;
    font-weight: bold;
}
#events-arrow-link a.nep-arrow-link
{
    color: #616161;
    font-size: 8pt;
}
.events-calendar-link
{
    margin-left: -4px;
}
.events-calendar-download
{
    width: 22px;
    height: 22px;
}
/* ------------------------------------------------------------------------------------------------ */
/* Contact Us */
/* ------------------------------------------------------------------------------------------------ */
#contact-us-content
{
    width: 500px;
    margin: 0 auto;
    float: left;
    font-size: 13px;
}
.contact-us-column1
{
    width: 90px;
    float: left;
    text-align: right;
    vertical-align: top;
}
col.contact-us-column2
{
    width: 405px;
    float: right;
    margin-left: 5px;
}
#contact-us-footer
{
    float: left;
    clear: both;
}
#contact-us-content span
{
    display: block;
    margin-top: 10px;
}
.contact-us-required
{
    color: red;
    float: right;
}
#contact-us-content input[type=text]
{
    display: block;
    border: thin #abacad solid !important;
    height: 15px;
    width: 175px !important;
    padding: 2px;
    color: #666;
    font-size: 13px;
    font-style: normal;
    margin-bottom: 5px;
    margin-top: 8px;
}
#contact-us-content .comments
{
    display: block;
    border: thin #abacad solid !important;
    height: 72px;
    width: 341px !important;
    padding: 2px;
    color: #666;
    font-size: 13px;
    font-style: normal;
    margin-bottom: 5px;
    margin-top: 8px;
}
#contact-us-content input[type=submit]
{
    margin-top: 13px; /* TODO: Style submit button */
}
/* ------------------------------------------------------------------------------------------------ */
/* Practices query web part styles */
/* ------------------------------------------------------------------------------------------------ */
#practices-link-list
{
    color: #5d87a1;
}
#practices-link-list table
{
    width: 165px;
    min-width: 165px;
}
#practices-link-list td
{
    padding: 0px;
    vertical-align: top;
}
#practices-link-list td ul li
{
    list-style: disc;
	line-height: 120%;
}
#practices-link-list td ul
{
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#practices-link-list #two-col-left
{
    float: left;
    height: 100%;
    padding-right: 10px;
}
#practices-link-list #two-col-right
{
    float: right;
    padding-right: 15px;
}

#practices-link-list #three-col-left
{
    float: left;
    height: 100%;
    padding-right: 10px;
}
#practices-link-list #three-col-middle
{
    float: left;
    height: 100%;
    padding-right: 10px;
}
#practices-link-list #three-col-right
{
    float: left;
    height: 100%;
    padding-right: 10px;
}

/* ------------------------------------------------------------------------------------------------ */
/* Alumni Landing & supporting Page Styles                                                          */
/* ------------------------------------------------------------------------------------------------ */
.alumni-table-style
{
    width: 350px;
    border: 1px solid #A9A9A9;
    border-collapse: separate;
}
.alumni-table-style tr.header td.header-style
{
    width: 50%;
    padding: 10px;
    font-weight: bold;
    background: #d3d3d3;
    border-right: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
}
.alumni-table-style tr td.body-style
{
    padding: 10px;
}
.alumni-form-label
{
    margin-right: 4px;
}
.alumni-form-checkboxes
{
    display: block;
}
.alumni-form-checkboxes input[type="checkbox"]
{
    margin-left: 20px;
    margin-right: 5px;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- OfficesLanding styles -- */
/* ------------------------------------------------------------------------------------------------ */
.office-landing-top-content
{
    padding-top: 5px;
}
/* ------------------------------------------------------------------------------------------------ */
/* -- OfficesMap styles -- */
/* ------------------------------------------------------------------------------------------------ */
.clearboth
{
    clear: both;
}
#map-view-container
{
    position: relative;
    width: 910px;
    height: 432px;
    margin-top: 5px;
    margin-bottom: 55px;
}
#map-view-container p
{
    margin: 0;
    line-height: 120%;
}
#map-view-container img.map
{
    position: relative;
    z-index: 1000000;
}
#map-view-container img.map-background
{
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 10;
}
#map-container
{
    float: left;
    position: relative;
}
#all-flyouts
{
    float: left;
    position: relative;
    left: -300;
    background-color: Red;
    height: 0px;
    width: 300px;
}
#all-flyouts div
{
    position: relative;
    display: none;
    z-index: 100000;
}
.flyout
{
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}
.flyout-picture
{
    margin: 5px;
    display: inline-block;
    width: 95px;
    height: 115px;
}
.flyout-information
{
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    width: 215px;
}
div.flyout-information p
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #009966;
    font-size: 13px;
}
.Beijing-details
{
    width: 330px;
    height: 160px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-beijing.png);
    left: 586px;
    top: -386px;
}
.Beijing-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_beijing.png);
}
.Berlin-details
{
    width: 353px;
    height: 125px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-berlin.png);
    left: 527px;
    top: -451px;
}
.Berlin-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_berlin.png);
}
.Berlin-details .flyout-picture
{
    margin-left: 29px;
}
.Berlin-details .flyout-links-map
{
    margin-left: 24px;
}
.Dusseldorf-details
{
    width: 371px;
    height: 125px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-dusseldorf.png);
    left: 523px;
    top: -462px;
}
.Dusseldorf-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_dusseldorf.png);
}
.Dusseldorf-details .flyout-picture
{
    margin-left: 47px;
}
.Dusseldorf-details .flyout-links-map
{
    margin-left: 42px;
}
.Frankfurt-details
{
    width: 392px;
    height: 125px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-frankfurt.png);
    left: 548px;
    top: -435px;
}
.Frankfurt-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_frankfurt.png);
}
.Frankfurt-details .flyout-picture
{
    margin-left: 67px;
}
.Frankfurt-details .flyout-links-map
{
    margin-left: 62px;
}
.Hong-Kong-details
{
    width: 330px;
    height: 184px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-hong-kong.png);
    left: 529px;
    top: -247px;
}
.Hong-Kong-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_hongkong.png);
}
.Hong-Kong-details .flyout-picture
{
    margin-top: 64px;
}
.Hong-Kong-details .flyout-information
{
    margin-top: 60px;
}
.London-details
{
    width: 330px;
    height: 146px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-london.png);
    left: 296px;
    top: -530px;
}
.London-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_london.png);
}
.Los-Angeles-details
{
    width: 330px;
    height: 194px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-los-angeles.png);
    left: -16px;
    top: -295px;
}
.Los-Angeles-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_losangeles.png);
}
.Los-Angeles-details .flyout-picture
{
    margin-top: 74px;
}
.Los-Angeles-details .flyout-information
{
    margin-top: 70px;
}
.Milan-details
{
    width: 330px;
    height: 197px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-milan.png);
    left: 330px;
    top: -374px;
}
.Milan-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_milan.png);
}
.Milan-details .flyout-picture
{
    margin-top: 77px;
}
.Milan-details .flyout-information
{
    margin-top: 73px;
}
.Moscow-details
{
    width: 353px;
    height: 125px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-moscow.png);
    left: 611px;
    top: -537px;
}
.Moscow-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_moscow.png);
}
.Moscow-details .flyout-picture
{
    margin-left: 28px;
}
.Moscow-details .flyout-links-map
{
    margin-left: 23px;
}
.Munich-details
{
    width: 330px;
    height: 212px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-munich.png);
    left: 494px;
    top: -412px;
}
.Munich-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_munich.png);
}
.Munich-details .flyout-picture
{
    margin-top: 92px;
}
.Munich-details .flyout-information
{
    margin-top: 88px;
}
.New-York-details
{
    width: 332px;
    height: 194px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-new-york.png);
    left: 319px;
    top: -421px;
}
.New-York-details .flyout-picture
{
    margin: 74px 5px 0 7px;
}
.New-York-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_newyork.png);
}
.New-York-details .flyout-information
{
    margin-top: 70px;
}
.New-York-details .flyout-links-map
{
    margin-left: 2px;
}
.Paris-details
{
    width: 330px;
    height: 197px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-paris.png);
    left: 314px;
    top: -483px;
}
.Paris-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_paris.png);
}
.Paris-details .flyout-picture
{
    margin-top: 77px;
}
.Paris-details .flyout-information
{
    margin-top: 73px;
}
.Portland-details
{
    width: 330px;
    height: 154px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-portland.png);
    left: -24px;
    top: -662px;
}
.Portland-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_portland.png);
}
.Rome-details
{
    width: 330px;
    height: 197px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-rome.png);
    left: 364px;
    top: -477px;
}
.Rome-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_rome.png);
}
.Rome-details .flyout-picture
{
    margin-top: 77px;
}
.Rome-details .flyout-information
{
    margin-top: 73px;
}
.Sacramento-details
{
    width: 330px;
    height: 212px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-sacramento.png);
    left: 161px;
    top: -508px;
}
.Sacramento-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_sacramento.png);
}
.Sacramento-details .flyout-picture
{
    margin-top: 92px;
}
.Sacramento-details .flyout-information
{
    margin-top: 88px;
}

.San-Francisco-details
{
    width: 330px;
    height: 194px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-san-francisco.png);
    left: -25px;
    top: -525px;
}
.San-Francisco-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_sanfrancisco.png);
}
.San-Francisco-details .flyout-picture
{
    margin-top: 74px;
}
.San-Francisco-details .flyout-information
{
    margin-top: 70px;
}

.Seattle-details
{
    width: 330px;
    height: 151px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-seattle.png);
    left: 4px;
    top: -752px;
}
.Seattle-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_seattle.png);
}
.Shanghai-details
{
    width: 330px;
    height: 184px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-shanghai.png);
    left: 575px;
    top: -526px;
}
.Shanghai-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_shanghai.png);
}
.Shanghai-details .flyout-picture
{
    margin-top: 64px;
}
.Shanghai-details .flyout-information
{
    margin-top: 60px;
}
.Silicon-Valley-details
{
    width: 330px;
    height: 194px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-silicon-valley.png);
    left: -28px;
    top: -553px;
}
.Silicon-Valley-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_siliconvalley.png);
}
.Silicon-Valley-details .flyout-picture
{
    margin-top: 74px;
}
.Silicon-Valley-details .flyout-information
{
    margin-top: 70px;
}
.Taipei-details
{
    width: 330px;
    height: 184px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-taipei.png);
    left: 587px;
    top: -534px;
}
.Taipei-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_taipei.png);
}
.Taipei-details .flyout-picture
{
    margin-top: 64px;
}
.Taipei-details .flyout-information
{
    margin-top: 60px;
}
.Taipei-details .flyout-information p
{
    font-size: 12px;
}
.Beijing-details .flyout-information p
{
    font-size: 12px;
}

.Taipei-details hr.spacer
{
    height: 10px !important;
}

.Beijing-details hr.spacer
{
    height: 10px !important;
}
.Orange-County-details
{
    width: 330px;
    height: 194px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-the-oc.png);
    left: 81px;
    top: -385px;
}
.Orange-County-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_orangecounty.png);
}
.Orange-County-details .flyout-picture
{
    margin-top: 74px;
}
.Orange-County-details .flyout-information
{
    margin-top: 70px;
}
.Tokyo-details
{
    width: 330px;
    height: 160px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-tokyo.png);
    left: 606px;
    top: -751px;
}
.Tokyo-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_tokyo.png);
}
.Washington-DC-details
{
    width: 330px;
    height: 194px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-washington-dc.png);
    left: 296px;
    top: -605px;
}
.Washington-DC-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_washingtondc.png);
}
.Washington-DC-details .flyout-picture
{
    margin-top: 74px;
}
.Washington-DC-details .flyout-information
{
    margin-top: 70px;
}
.Wheeling-GOC-details
{
    width: 330px;
    height: 177px;
    background-image: url(/SiteCollectionImages/OfficeMap/flyout-wheeling.png);
    left: 137px;
    top: -854px;
}
.Wheeling-GOC-picture
{
    background-image: url(/SiteCollectionImages/OfficeMap/officefo_wheeling.png);
}
/* ------------------------------------------------------------------------------------------------ */
/* Search styles for labels, textboxes, & buttons displayed on search pages                         */
/* ------------------------------------------------------------------------------------------------ */
#search
{
    width: 500px;
    margin-bottom: 20px;
}
#search hr
{
    color: #D2D3D5;
    background-color: #D2D3D5;
}
#search table, th, td
{
    border: 0px;
    padding: 0px;
}
.search-webpart-content
{
    display: none;
}
.simple-search-table
{
    width: 485px;
    table-layout: fixed;
}
.simple-search-table h2
{
    display: inline;
}
.simple-search-table td
{
    padding-bottom: 10px;
}
.search-label
{
    display: block;
    margin-top: 6px;
    margin-bottom: 3px;
}
.search-input
{
    width: 237px;
    height: 16px !important;
    vertical-align: top;
    border: 1px solid #58585A;
}
.search-datepicker
{
    width: 73px !important;
    margin-right: 5px;
}
.search-datepicker-corners
{
    border: 2px solid #D2D3D5 !important;
}
.search-autocomplete-corners
{
    border: 1px solid #58585A !important;
}
.search-buttons
{
    width: 100px;
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
    background-color: #5d87a1;
    color: #ffffff;
    border-style: none;
    text-decoration: none;
}
.search-buttons:hover
{
    background-color: #818284;
}
.search-buttons:active
{
    position: relative;
    top: 1px;
}
.search-keyword-location
{
    margin-bottom: 5px;
}
.autocomplete-base
{
    max-height: 300px;
    overflow-x: auto;
    overflow-x: hidden; /* prevent horizontal scrollbar */
}
.advanced-search-header
{
    margin-top: 30px !important;
    margin-bottom: 5px !important;
}
#advanced-search-table
{
    width: 490px;
    table-layout: fixed;
}
#search-button-table
{
    width: 500px;
    margin-top: 25px;
    table-layout: fixed;
}
.result-grid
{
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    border-style: none;
}
.result-grid td
{
    border-style: none;
}
.result-grid th
{
    border-style: none;
    text-align: left;
    font-weight: normal !important;
}
.result-grid .hdr
{
    height: 25px;
    border-top: thin solid #D2D3D5;
    border-bottom: thin solid #D2D3D5;
}
.result-grid .row
{
}
.result-grid .row td
{
    padding-top: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.result-grid .pgr
{
    border-top: thin solid #D2D3D5;
    border-bottom: thin solid #D2D3D5;
}
.result-grid .pgr td
{
    padding-top: 3px;
    padding-left: 5px;
}
.nep-result-grid
{
    width: 500px;
}
.nep-result-col-padding
{
    padding-right: 10px;
}



/* ------------------------------------------------------------------------------------------------ */
/* SimpleModal styles for email disclaimer */
/* ------------------------------------------------------------------------------------------------ */
.modal-content
{
    display: none;
}
.modal-content
{
    height: 210px;
    width: 430px;
    background-color: #fff;
    border: 4px solid #009966;
    padding: 10px 10px 0px 10px;
    font-size: 11px;
    line-height: 140%;
}
.modal-content a.modalCloseImg
{
    background: url(/SiteCollectionImages/MasterPage/flyout-close-icon.png) no-repeat;
    width: 17px;
    height: 17px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
.modal-content-buttons
{
    position: relative;
    line-height: 26px;
    float: right;
}
.modal-content-buttons a
{
    float: right;
    margin-left: 10px;
    width: 70px;
    padding-left: 5px;
    padding-right: 5px;
    height: 28px;
    color: #666;
    font-weight: bold;
    text-align: center;
    background-color: #DAD9D9;
    border: 1px solid #bbb;
}
/* ------------------------------------------------------------------------------------------------ */
/* Styles for jQuery UI Sortable */
/* ------------------------------------------------------------------------------------------------ */
#sortable
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}
#sortable li
{
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    height: auto;
    border: 1px #58595b solid;
    background-color: #DADADA;
}
#sortable li span
{
    position: absolute;
    margin-left: -1.3em;
}
/* ------------------------------------------------------------------------------------------------ */
/* Begin prettyPhoto Default Theme */
/* ------------------------------------------------------------------------------------------------ */
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right
{
    height: 13px;
}
div.pp_default .pp_top .pp_left
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt
{
    color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left
{
    background: url(/SiteCollectionImages/PrettyPhoto//sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}
div.pp_default .pp_content
{
    background-color: #fff;
}
div.pp_default .pp_next:hover
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite_next.png) center right no-repeat;
    cursor: pointer;
}
div.pp_default .pp_previous:hover
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}
div.pp_default .pp_expand
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    height: 28px;
    width: 28px;
}
div.pp_default .pp_expand:hover
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_contract
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    height: 28px;
    width: 28px;
}
div.pp_default .pp_contract:hover
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_close
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
    height: 30px;
    width: 30px;
}
div.pp_default #pp_full_res .pp_inline
{
    color: #000;
}
div.pp_default .pp_gallery ul li a
{
    background: url(/SiteCollectionImages/PrettyPhoto/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}
div.pp_default .pp_social
{
    margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next
{
    left: auto;
    position: static;
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}
div.pp_default .pp_nav .pp_pause
{
    background-position: -51px -29px;
}
div.pp_default .pp_details
{
    position: relative;
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite.png) -31px -3px no-repeat;
    height: 20px;
    margin: 4px 0 0;
    width: 20px;
}
div.pp_default a.pp_arrow_next
{
    background-position: -82px -3px;
    left: 52px;
}
div.pp_default .pp_content_container .pp_details
{
    margin-top: 5px;
}
div.pp_default .pp_nav
{
    clear: none;
    height: 30px;
    position: relative;
    width: 110px;
}
div.pp_default .pp_nav .currentTextHolder
{
    color: #999;
    font-family: Georgia;
    font-size: 11px;
    font-style: italic;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px;
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover
{
    opacity: 0.7;
}
div.pp_default .pp_description
{
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right
{
    background: url(/SiteCollectionImages/PrettyPhoto/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon
{
    background: url(/SiteCollectionImages/PrettyPhoto/loader.gif) center center no-repeat;
}
div.pp_pic_holder a:focus
{
    outline: none;
}
div.pp_overlay
{
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.pp_pic_holder
{
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.pp_content
{
    height: 40px;
    min-width: 40px;
}
* html .pp_content
{
    width: 40px;
}
.pp_content_container
{
    position: relative;
    text-align: left;
    width: 100%;
}
.pp_content_container .pp_left
{
    padding-left: 20px;
}
.pp_content_container .pp_right
{
    padding-right: 20px;
}
.pp_content_container .pp_details
{
    float: left;
    margin: 10px 0 2px;
}
.pp_description
{
    display: none;
    margin: 0;
}
.pp_social
{
    float: left;
    margin: 0;
}
.pp_social .facebook
{
    float: left;
    margin-left: 5px;
    overflow: hidden;
    width: 55px;
}
.pp_social .twitter
{
    float: left;
}
.pp_nav
{
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}
.pp_nav p
{
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}
.pp_nav .pp_play, .pp_nav .pp_pause
{
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_previous, a.pp_arrow_next
{
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer
{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery
{
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div
{
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul
{
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.pp_gallery ul a
{
    border: 1px rgba(0,0,0,0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a img
{
    border: 0;
}
.pp_gallery li
{
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.pp_gallery li.default a
{
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next
{
    margin-top: 7px !important;
}
a.pp_next
{
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_previous
{
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_expand, a.pp_contract
{
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
a.pp_close
{
    display: block;
    line-height: 22px;
    position: absolute;
    right: 0;
    text-indent: -10000px;
    top: 0;
}
.pp_loaderIcon
{
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
#pp_full_res
{
    line-height: 1 !important;
}
#pp_full_res .pp_inline
{
    text-align: left;
}
#pp_full_res .pp_inline p
{
    margin: 0 0 15px;
}
div.ppt
{
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a
{
    border-color: #fff;
}
.pp_top, .pp_bottom
{
    height: 20px;
    position: relative;
}
* html .pp_top, * html .pp_bottom
{
    padding: 0 20px;
}
.pp_top .pp_left, .pp_bottom .pp_left
{
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle, .pp_bottom .pp_middle
{
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle
{
    left: 0;
    position: static;
}
.pp_top .pp_right, .pp_bottom .pp_right
{
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_fade, .pp_gallery li.default a img
{
    display: none;
}
/* ------------------------------------------------------------------------------------------------ */
/* End prettyPhoto Default Theme */
/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* Begin Tabs Styles*/
/* ------------------------------------------------------------------------------------------------ */



.tabs h3
{
    color: inherit !important;
}
.tabs
{
    margin-bottom: 15px;
}
.tabs ul
{
    line-height: 140%;
}
.tabs ul li
{
    margin: 0;
}

/* ------------------------------------------------------------------------------------------------ */
/* End Tabs Styles*/
/* ------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------ */
/* Begin Careers */
/* ------------------------------------------------------------------------------------------------ */

#careers-home
{
    font-size: 0pt;
    line-height: normal;
}

#careers-home a
{
    padding-right: 5px;
}

#careers-home img
{
    padding-bottom: 3px;
}

#careers-home .last
{
    padding-right: 0px;
}

#careers-home .slide
{
    display: inline;
}
.header-bar
{
    background-color: #009966;
    float: left;
    height: 250px;
    width: 10px;
}
#careers-accordion .accordion
{
    float: left;
    width: 242px;
}
#careers-accordion .right
{
    margin-left: 10px;
}
.careers-landing h4
{
    display: block;
    float: left;
    width: 150px;
    text-align: right;
    padding-right: 10px;
}
#careers-carousel .prev
{
    z-index: 500;
    position: absolute;
    margin-left: 450px;
    margin-top: -40px;
}
#careers-carousel .next
{
    z-index: 500;
    position: absolute;
    margin-left: 480px;
    margin-top: -40px;
}
.subsite-details
{
    float: left;
    display: block;
    width: 327px;
    border-left: dotted 1px #009966;
    padding-left: 10px;
    margin-bottom: 30px;
}
.subsite-details p
{
    margin: 0 !important;
}
.subsite-details hr
{
    margin: 10px 0 !important;
    background-color: #999999 !important;
}
.subsite-details a, .subsite-details a:visited, .subsite-details:focus
{
    float: right;
    color: #58595B !important;
    line-height: 10px;
}
.subsite-details img
{
    margin-bottom: -5px;
    margin-left: 5px;
}
.careers-landing h4
{
    margin: 0 !important;
}

.lawyer-search-button
{
    background-color: #009966;
    color: white !important;
    padding: 3px 10px;
    vertical-align: top;
    border-radius: 5px;
    font-size: 12px;
}


/* ------------------------------------------------------------------------------------------------ */
/* End Careers */
/* ------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------ */
/* Begin WebParts */
/* ------------------------------------------------------------------------------------------------ */

.hide
{
    display: none;
}
#page-left-content h4
{
    font-size: 13px;
    margin: 0 0 5px 0;
}
#page-left-content h4.main-heading
{
    background: url(/SiteCollectionImages/MasterPage/link-backarrow.png) 0 2px no-repeat;
    line-height: 130%;
    padding: 0 0 10px 13px;
    border-bottom: 1px solid #E1E1E1;
}
#page-left-content ul
{
    font-size: 11px;
}
#page-left-content ul li
{
    list-style-type: disc;
}
#page-left-content tr
{
    padding: 0;
}

/*
#container-page .wp-left-nav-heading-main a
{
    background: url(/SiteCollectionImages/MasterPage/link-backarrow.png) 0 5px no-repeat;
    color: #5D87A1;
    font-size: 13px;
    line-height: 100%;
    margin: 20px 0 10px;
    padding: 0 0 0 13px;
}

#container-page h4.wp-left-nav-heading-main  {padding: 0 0 10px; border-bottom: 1px solid #E1E1E1;}

#container-page .wp-left-nav-heading
{
     color:#009966;
   	 font-size:13px;     
     line-height:100%;
     margin-bottom:10px;
     margin-top:20px;
}

#container-page .wp-left-nav-list
{
     font-size:11px;
     margin-bottom:0;
     margin-top:0;  
     padding-left:12px;
}

#container-page .wp-left-nav-listitem
{
     font-size:11px;
     line-height:120%;
     list-style-type:disc;
}

#container-page .wp-left-nav-link-selected
{
    font-size:11px;
    color:#009966;
}

#container-page .wp-left-nav-heading-main-hide
{
    display:none;   
}

#admin-grid
{
    padding:10px; 
    height:10px;
}
*/

/* ------------------------------------------------------------------------------------------------ */
/* End WebParts */
/* ------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------ */
/* Begin Carousel */
/* ------------------------------------------------------------------------------------------------ */

#carousel-510-render {width: 510px; margin: 0 0 40px; overflow: hidden;}

.inline-carousel {width: 510px; margin-bottom: 40px; z-index: 100;}
.inline-carousel .prev {z-index: 500; position: absolute;}
.inline-carousel .next {z-index: 500; position: absolute;}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
#container-page ul.slides {padding: 0; line-height: 100%}
#container-page ul.slides li {margin: 0;}
.flexslider {margin: 0; background: #fff; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {display: none;}
/*
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
*/

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* ------------------------------------------------------------------------------------------------ */
/* End Carousel */
/* ------------------------------------------------------------------------------------------------ */

.bloghome-header {margin: 0 0 30px;}

.bloghome-3col-container {width: 910px; background: url(/legacy-assets/images/blog-3col-back.gif) repeat-y 0 0;}
#container-page .bloghome-column {width: 286px; float: left; margin: 0 0 0 26px; line-height: 120%;}
#container-page .bloghome-column-first {margin: 0;}
#container-page .bloghome-thumb {float: left; margin: 0 0 10px 0; width: 100px; height: 76px; border: 1px solid #5d87a1;}

#container-page .bloghome-item {margin: 0 0 20px; padding: 0 0 10px; border-bottom: 1px dashed #999999;}
#container-page .bloghome-item .bloghome-title {width: 176px; float: right; margin: 0 0 10px;}
#container-page .bloghome-item .bloghome-title ul {list-style: none; padding: 0; margin: 0}
#container-page .bloghome-item .bloghome-title ul li {padding: 0 0 0 16px; background: url(/legacy-assets/images/blog-bullet.gif) no-repeat 0 0; line-height: 100%; font-size: 11px;}
#container-page .bloghome-item h3 {margin: 0 0 10px; padding: 0;}
#container-page .bloghome-item h3 a {color: #009966; text-underline: none; font-weight: bold; font-size: 14px;}
#container-page .bloghome-item h4 {margin: 0;}
#container-page .bloghome-item h4 a {text-underline: none; font-weight: bold; font-size: 12px;}
.bloghome-meta {font-size: 11px; margin: 0 0 5px;}
.bloghome-excerpt {font-size: 11px;}

