/*	
	background, bluish: #192842;
	link gray: #777777;
	orange link: #b95531;
*/

body {
	background: #192842;
	font: normal 9pt arial, sans-serif;
	color: #333333;
	margin: 0;
	padding: 2px 0 0px 0;
	background-position: center;
	text-align:center;
}

/* ie6 at 802 to fix dell 120dpi bug */
#body {
	width: 800px;
	_width: 802px;
	margin: auto;
	text-align: left;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;
}

#top #logo {
	float: left;
	margin: 28px 0 0 30px;
	background-color: #fff;
}

#body #header {
	height: 89px;
	background-color: #fff;
}

#header #topLinks {
	float: right;
	margin-top: 15px;
	padding-right: 28px;	
	color: #f3efe0;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

#header .header_arrow {
	margin: 0 0 0 4px;
}

/* maybe make the arrows turn gray on hover... erh uh yeah, that's not how it is done.
a.header_arrow { background-color: #fff; }
a.header_arrow:hover { background-color: #ccc; }
*/

#topLinks a { margin: 0 6px 0 0; color: #777777; text-decoration: none;}
#topLinks a:hover {color: #192842; text-decoration: none;}

#menu_wrapper {
        position: absolute;
        top: 62px; /* controls vertical position of main nav */
        width: 800px;
        !width: 100%;
        height: 28px;
}

/* CUSTOM UDM SETTINGS */
#udm {
	width: 800px;
	!width: 100%;
    height: 28px;
    background: url(../i/nav_back.png) no-repeat;
}

#udm ul {
	margin: 0px 0px 0 0px;
	height: 100%;
	overflow: hidden;
	border-left: 1px solid #fff;
	
}
.nomove {
	
}

#udm ul li.upper {
	margin: 0px 0 0 0px;
	background-color: #b95531;
	border-right: 1px solid #fff; 
}

#udm ul li.lower {
	margin: 0px 0 0 0px;
	height: 5px;
	background-color: transparent;
	
}

img.udmBottom {
	margin: -22px 0 0 -1px;
	border: none;
	display: block;
	behavior: url(css/iepngfix.htc);
}

span.handheld {
	display: none;
}


#body .submenu_start { 
	margin: 24px 0 0 0; 
	height: 20px;
}

#body .pageTitle {  
	height: 39px;
	background: #d9e3a4 url(../i/page_title_bg.gif) no-repeat;
}

#body .pageTitle .header {  
	float: left;
	margin: 13px 0 0 29px;
	_margin: 13px 0 0 15px;
}

#body .pageTitle .header img.headerImage {  
	color: #b95531;
	text-transform: uppercase;
	font-size: 14px;
}

#body .submenu {
	color: #b95531;
	padding: 0 0 15px 0;
	margin: 30px 2px 0 0;
	font-size: 11px;
	text-align: left;
	border-top: 1px solid #fff;
}

#body .nonsubSpacer {
	height: 15px;
}

#body .submenu a { 
	display: block; 
	border-bottom: 1px solid #fff;
	padding: 5px 0 5px 30px;
	!padding: 4px 0 4px 30px;
	color: #b95531; 
	text-decoration: none;
	font-weight: bold;
	}
	
#body .submenu img.subArrows { }
	
#body .submenu a.onNav, #body .submenu a:hover{ color: #777777; text-decoration: none;}

#body .pageTitle .backlink { 
	text-align: right; 
	padding: 14px 34px 0 0;
	font-size: 10px;
}

#body .pageTitle .backlink a { 
	color: #777777;
}

#body .pageTitle .backlink a:hover { 
	color: #192842; 
	text-decoration: none;
}

#body .breadcrumb {
	text-align: right;
	font-size: 10px;
	padding: 3px 15px;
	margin: 0 0;
	background: #8aa594;
	border-top: 1px solid #e6e6dc;
	border-bottom: 1px solid #00628b;
}
#body .breadcrumb a { color: #000; text-decoration: none; }
#body .breadcrumb a:hover { color: #e0e0e0; text-decoration: none; }


/* FOOTER */
.footerMain {
    font-size: 10px;
    height: 33px;
    clear: both; 
    color: #fff;
    background: url(../i/footer_stripe.png) repeat-x;
    padding: 0px 0px 0 0px;
    margin: 0px auto;
    width: 803px;
}

.footerMain a { color: #fff; }
.footerMain a:hover { color: #fff; text-decoration: underline;}

span.footerL { 
	float: left; 
	padding: 18px 0px 0px 0px;
}

#footerBottom {
	background: #192842;
    clear: both;
    width: 800px;
    margin: 0px auto;
    padding: 0 0 20px 0;
    height: 1px;
}

span.footerBottomL { 
	float: left; 
	color: #535a67;
	padding: 10px 0 0 0;
	text-align:left;
}
span.footerBottomL a { 
	color: #535a67;
}

span.footerBottomR { 
	float: right; 
	margin-top: 12px;
}


/* for search, emailpage */
#emailpage td,
#search td {font: normal 8pt arial, sans-serif;}

a { color: #b95531; text-decoration: none; }
a:hover { text-decoration: underline; }
*.more { color: #00628b; font-weight: bold; }
li.more { list-style: none; margin-top: 20px; }
img { border: 0; }
.clearb { clear:both; }
ul { list-style-type: none; } /* make disc in print styles */
ul.noindent {
	list-style-type: none;
	list-style-image: none;
	!list-style-image: none;
}
ul.noindent li { margin-left: -16px; }

ul.noindent {
        list-style-type: none;
        list-style-image: none;
        !list-style-image: none;
}
ul.noindent li { margin-left: -16px; }

#body #content {
	margin: 0;
	!height: 100%;
	overflow: hidden;
	!overflow: visible;
}

/* Side column */
#body .contentSide {
	width: 229px;
	min-height: 456px;
  	height: auto !important;
  	height: 456px;
	float: left;
	background: url(../i/side_bg.gif) no-repeat #fff;
	font-size: 11px;
}

#body .contentSide .sideQuote {
	margin: 15px 30px 30px 30px;
	font: italic 16px times, serif;
	color: #777777;
}

#body .sideBump {
	height: 15px;
}

#body .contentSide img {  }
.contentSide p { margin-top: 0; }
.contentSide ul { padding: 6px 0 4px 33px; margin: 0 32px 20px 30px; }

/* practice profile - child gchild list */
#body .prac_bullet_child { margin-left: 12px;}
#body .prac_bullet_gchild { margin-left: 22px;}

/* areas of concentration for indv practice */
#body .contentMainCol ul.concentration li {
	list-style: none url(../i/orange_bullet.gif);
	!list-style: none url(../i/orange_bullet_ie.gif);
}

/* practice summary - 2 column*/

#body ul.multiList{
    padding: 15px 0 0 0px;
    margin: 0 0 12px 0;
	width: 254px;
	float: left;
}

#body ul.multiList li.prac_bullet_parent {
	list-style-type: none;
    list-style-image: none;
    !list-style-image: none;
    font-size: 11px;
    font-weight: bold;
    list-style: none;
    margin: 1px 1px 0 0;
    padding: 3px 0px 3px 15px;   
    line-height: 16px;
    background: #e2e3e5 url(../i/practice_list_bg.png) no-repeat bottom;
}
ul.multiList li.prac_bullet_child { margin-left: 20px; }
ul.multiList li.prac_bullet_gchild { margin-left: 40px; }

#body .contentMain {
	color: #333333;
	width: 728px;
	padding: 12px 22px;
	float: left;
	line-height: 18px;
	background: white;
	!height: 100%;
	overflow:hidden;
}

/* with side col */
#body .contentMainCol {
	color: #333333;
	width: 514px;
	padding: 30px 20px 25px 22px;
	float: left;
	line-height: 22px;
}

#body .contentMainCol p {
	color: #333333;
	padding: 0px;
	margin: 8px 0 10px 0;
}

#body .contentMainCol ul {
	margin-top: 0px;
	margin-bottom: 12px;
	color: #333333;
}

#body .contentMainCol ul li, .contentSide ul li {
	list-style: none url(../i/black_bullet.gif);
	!list-style: none url(../i/black_bullet_ie.gif);
}

#body .contentMainCol ul li.color {
	list-style: none url(../i/orange_bullet.gif);
	!list-style: none url(../i/orange_bullet_ie.gif);
}

#body .contentSide ul.color li {
	list-style: none url(../i/orange_bullet_side.gif);	
	!list-style: none url(../i/orange_bullet_side_ie.gif);
	behavior: url(css/iepngfix.htc); /* dumb, but needed */
}

#body .contentSide ul li.color {
	list-style: none url(../i/orange_bullet_side.gif);	
	!list-style: none url(../i/orange_bullet_side_ie.gif);
	behavior: url(css/iepngfix.htc); /* dumb, but needed */
}

#body .contentMainCol ul li {
	padding: 0px 0 6px 0;
	line-height: 18px;
}


/* bio list pages */
.bioLetters {
	font-size: 1.2em;
	margin-bottom: 8px;
	margin-top: 0;
	min-height: 30px;
	!height: 30px;
	color: #999999;
	overflow: visible;
	width: 520px;
}

.bioLetters a {
	color: #fff;	
}

.bioLetters .letter {
	font-weight: normal;
	font-size: 11px;
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 4px;
	line-height: 16px;
	width: 19px;
	height: 19px;
	text-align: center;
	background: url(../i/letter_bg.gif) repeat-y center;
}

#body .bioLetters a:hover { text-decoration: underline; }

.biolisttitle {
	padding: 15px 0 0 2px;
	margin: 0 0 0px 0;
	font-size: 14px;
	font-weight: bold;
	color: #194b87;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
	width: 518px;
}

#body .contentMain .bioGroups { font-size: 1.1em; margin-bottom: 16px; }

#body .contentMain .bioGroups a { font-weight: bold; text-decoration: none; margin: 0 5px; }

#body .contentMain .bioGroups a:hover { text-decoration: underline; } 

.biolistBunch {
	border-bottom: 1px solid #cccccc;
	padding: 6px 0 6px 0;
	min-height: 30px;
  	height:auto !important;
  	height: 30px;
	clear: both;
	width: 518px;
}	

.biolist { line-height: 12pt; background: url(../i/list_bg.gif) repeat-y center;}
.biolist dl { padding: 0; margin: 0;}
.biolist dl dt { margin: 0; float: left; font-weight: bold; width: 190px;}
.biolist dl dd { margin: 0; padding: 0; float: right; }
.biolist .title { font-weight: normal }
.biolist .phone { width: 125px; }
.biolist .email { width: 180px; }
.biolist .vcard { width: 180px; font-weight: bold; }
.biolist .fax { width: 90px; }
.biolist span.letter { font-size: 9pt; color: #993333; font-weight: bold; }

.fullBioOff {display: none;}
.fullBioOn {display: block;}
div.bioLink {font-weight: bold; color: #b95531; cursor:pointer;}
div.bioLink:hover{text-decoration: none;}

.fullPracOff {display: none;}
.fullPracOn {display: block;}
div.pracLink {font-weight: bold; color: #b95531; cursor:pointer;}
div.pracLink:hover{text-decoration: none;}


/* css for forms */
.stndForm { padding: 0; margin: 0; }
.stndForm input.txt, select.txt { color: #000; background-color: #fff; width: 300px; border: 1px inset #f3efe0;}
.stndForm p { display: block; padding: 8px 0; margin: 0; border-top: 1px solid #f3efe0; }
.stndForm p label { float: left; width: 140px; }
.stndForm label { font-size: 9pt; font-weight: bold; color: #00628b; }

/* css for atty search form */
#attorneys-search .stndForm { height: 230px; clear: both; width: 520px; background-color: #e2e3e5; margin: 0 0 15px 0; padding: 0; }
#attorneys-search .stndForm input.txt { float: left;   color: #333; font-size: 12px; background-color: #fff; 
width: 215px; !width: 210px; border: 1px solid #c0bebf; !border: 1px solid #7f9db9; height: 16px;}
#attorneys-search .stndForm select.txt { clear: both; display: block; !font-size: 12px; color: #333; 
background-color: #fff; margin: 0px 0 15px 30px; width: 457px; !width: 454px; _width: 457px;border: 1px solid #c0bebf;}
#attorneys-search .stndForm p { float: left; width: 210px; padding: 20px 0 15px 30px; margin: 0; border-top: none; }
#attorneys-search .stndForm p label { float: none; width: 140px; }
#attorneys-search .stndForm label { font-size: 9pt; font-weight: bold; color: #194b8a; }

select.txt { !font-size: 11px;}

/* pub signup newsletter checkbox description title */
.label { font-size: 9pt; font-weight: bold; color: #00628b; }

/* search page box */
.searchPage { color: #333; font-size: 12px; background-color: #fff; border: 1px solid #c0bebf; !border: 1px solid #7f9db9; height: 16px;}

/* news-media stuff */
#news-media select.txt { !font-size: 11px; color: #333; 
background-color: #fff; width: 100px; margin: 10px 0 0 30px; border: 1px solid #c0bebf;}

/* clients stuff */
#clients select.txt,
#clients-matters select.txt,
#clients-decisions select.txt
{ 
	!font-size: 11px; color: #333; 
background-color: #fff; margin: 0px 0 0 0px; border: 1px solid #c0bebf;}

.stndForm .submitButton,.stndFormwhite .submitButton {
	font-weight: bold;
	background: #b8562f;
	color: #e5eef5;
	padding: 1px;
	!padding: 0px;
	margin: 0 0 0 28px;
	font-size: 11px;
	border: 1px solid #914428;
}
a.goToLink {
	font-weight: bold;
	background: #b8562f;
	color: #e5eef5;
	padding: 1px 2px 1px 2px;
	margin: 0;
	font-size: 11px;
	border: 1px solid #914428;
	text-decoration: none;
}
a.goToLink:hover {
	text-decoration: none;
}

.filterButton {
	font-weight: bold;
	background: #b8562f;
	color: #e5eef5;
	padding: 1px;
	!padding: 0px;
	margin: 0 0 0 0px;
	font-size: 11px;
	border: 1px solid #914428;
}

img.searchArrow {
	vertical-align: bottom;
}

/* css for forms in sidebar */
.contentSide .stndForm p {
        padding: 0;
        overflow: hidden;
        border-top: none;
}

.contentSide .stndForm p label {
        margin-top: 6px;
        color: #00628b;
}

.contentSide .stndForm input.txt, .contentSide .stndForm select {
        width: 194px;
        font-size: .9em;
}

.contentSide .stndForm .submitButton {
        margin-top: 6px;
        font-size: .9em;
}


#body .contentMain table { border-collapse: collapse; }
#body .contentMain .datatable { border-collapse: collapse; }
#body .contentMain .datatable td { text-align: left; padding: 6px 8px 6px 0; }
#body .contentMain .datatable th { 
    border-bottom: 1px solid #8a9a7a;
    font-weight: bold;
    text-align: left;
    padding: 6px 0 6px 0;
}

#body img.pracImage { 
	display: block; 
	width: 168px;
	height: 258px;
	margin: 30px;
}


#body img.mainpracImage { 
	display: block; 
	width: 166px;
	height: 285px;
	margin: 30px;
}

/* end - bio list pages */

.bioimageBox {  
	background-color: #192842;
	margin: 15px 0 35px 30px;
	width: 167px;
	border-bottom: 4px solid #b95531;
}	

#body img.bioPic { 
	display: block; 
	width: 167px;
	height: 212px;
	overflow: hidden;
}	

.address { 
	margin: 0; 
	padding: 13px 5px 13px 10px; 
	color: #fff;
	line-height: 18px;
	font-size: 11px;
}

ul.contactLinks {	
	display: block;
	margin: 0;
	padding: 0;
    list-style-type: none;
    min-height: 55px;
  	height: auto !important;
  	height: 55px;
    border-bottom: 1px solid #ccc;
}

#body ul.contactLinks li {	
	list-style-type: none;
    list-style-image: none;
    !list-style-image: none;
}

.contactLinks li.bioName { float: left; width: 240px; margin: 0 15px 0 0; padding: 0; font-size: 18px;
	font-weight: bold;
	color: #194b87;}

span.bioPosition { font-size: 12px; color: #000; font-weight: normal;}
span.bioPosition a { font-style: italic;}
span.commaOrange {color: #b95531;}

.contactLinks li.left { _font-size: 16px; float: left;}
.contactLinks li.left a { font-size: 12px;}
.contactLinks li.right a { float: right; margin: 0; padding: 0; font-weight: bold; color: #b95531; cursor:pointer;}
.contactLinks li.right a:hover { color: #b95531; text-decoration: none;}


a.bioIcon { padding: 0 5px 0 20px; background: url('../i/bio_email.gif') 0px 1px no-repeat;}
a.vcardIcon { padding: 0 5px 0 20px; background: url('../i/bio_vCard.gif') 0px 1px no-repeat;}

#body .contentMain ol { font-weight: normal; }

#body .contentMain ul { font-weight: normal; margin: 0; }

#body .contentMain p { margin-top: 0px; }

/* locations on contact main page */
.officeTitle {
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #194b87;
}

.locationBoxLeft {
	width: 511px;
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
	border-right: 7px solid #b95531;
	height: 154px;
	background: url(../i/offices_bars.gif) repeat-x;
}

.locationAddressLeft {
	padding: 15px 0 0 0;
	margin: 0 0 0px 290px;
	line-height: 17px;
	color: #333333;
}

img.locationsLeft {
	float: left;
}

.locationBoxRight {
	width: 511px;
	clear: both;
	padding: 0px;
	margin: 0 0 8px 0;
	border-left: 7px solid #b95531;
	height: 154px;
	background: url(../i/offices_bars.gif) repeat-x;
}

.locationAddressRight {
	padding: 15px 0 0 0;
	margin: 0 0 0px 30px;
	line-height: 17px;
	color: #333333;
}

img.locationsRight {
	float: right;
}

.placeUpper {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.locationAddressItem {
	font-size: 11px;
	padding: 18px 0 0 0;
	margin: 0 0 0px 280px;
	line-height: 15px;
	color: #333333;
}

.tabbedLinks {
	clear: both;
	margin: 30px 0 0 0;
}

.tabbedLinks a {
	color: #fff;
	text-align: center;
	padding: 3px 0 0 0;
}

img.tabbed_arrow {
	background-color: #fff;
}

.officeLink {
	float: right;
	background: url(../i/office_link.png) no-repeat;
	width: 130px;
	height: 22px;
	margin: 0 0 0 1px;
	padding: 0;
}


/* stuff */  
hr.gray {
    height: 1px;
    margin: 6px 0; !margin: 0;
    color: #ccc; background-color: #ccc;
    border: 0;
    clear: left;
}

hr.biolisting {
    height: 1px;
    margin: 6px 0; !margin: 0;
    color: #fff; background-color: #fff;
    border: 0;
    clear: left;
}

hr.biolist {
    height: 1px;
    margin: 6px 0 8px 0; !margin: 0;
    color: #8a9a7a; background-color: #8a9a7a;
    border: 0;
    clear: left;
}

/* Body header */
h1 {
	margin: 0 0 15px 0;
	padding: 0;
	padding-bottom: 4px;
	font-size: 1.6em;
	font-weight: bold;
	color: #194b87;
	line-height: 20px;
	border-bottom: 1px solid #cccccc;
}

h1.item{
	font-size: 17px;
}

#offices h1 {
	margin: 0 0 15px 0;
	padding: 0;
	padding-bottom: 4px;
	font-size: 1.6em;
	font-weight: bold;
	color: #194b87;
	line-height: 20px;
	width: 518px;
	border-bottom: 1px solid #cccccc;
}

/* alerts & events summary page - heading of each new table */
#news_summary h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	margin-bottom: 16px;
	font-size: 1.7em;
	font-weight: bold;
	color: #00628b;
	border-bottom: 2px solid #00628b;
}

.contentSide h1 { padding-bottom: 16px; }

h2 {
	margin: 0;
	font-size: 1.2em;
	color: #194b87;
	font-weight: bold;
}

/* Left column header */
h3 {
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #194b87;
}

#offices h3 {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #194b87;
	border-bottom: 1px solid #cccccc;
	
}

h4 {
	background: url(../i/h4_bg.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 25px;
	margin: 0px 0px 15px 0px;
	padding: 0 0 0 10px;
	line-height: 24px;
	text-transform: uppercase;
}

h5{
	background: url(../i/h5_bg.png) no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	height: 17px;
	margin: 15px 32px 0 30px;
	padding: 0 0 0 10px;
	line-height: 18px;
	!line-height: 16px;
	text-transform: uppercase;
	behavior: url(css/iepngfix.htc);
}

h6 {
	margin: 14px 0 0 0;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

/* case studies - summary image on left title on right*/
/*.newsTitle {font-weight: bold; border-top: 6px solid #802c3c; margin-top: 14px;}
*/

.caseRecLeft {float: left; width: 85px;}
.caseRecRight {float: left; width: 400px;}

#body #contentMainCol ul.casestudiesRec, #body #contentMainCol ul.testimonialRec{
	margin:27px 0 0 0; 
	padding:0;
	list-style-type: none;
	list-style-image: none;
	!list-style-image: none;
}

ul.casestudiesRec li, ul.testimonialRec li{ 
	margin:0; padding:12px 0 12px 0; clear: both; border-bottom: 1px solid #e6e6dc;
}

ul.casestudiesRec img, ul.testimonialRec img{float: left; padding-right: 12px;}

.caseStudy
{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	clear: both;
}

.caseLeft
{
	clear: both;
	float: left;
	padding: 12px 0 8px 0;
	!padding: 12px 0 0px 0;
	margin: 0px;
}

.caseRight
{
	margin: 0 0 0 100px;
	padding: 12px 0 0 0;
	width: 400px;
}

.mattersRight
{
	margin: 0 0 0 0px;
	padding: 12px 0 0 0;
}

/* case studies - detail image float left */
.imgLeft
{
	clear: both;
	float: left;
	margin: 0 0 0 0;
}

/* case studies - detail image float right */
.imgfRight{float:right; margin: 12px 0 10px 10px;}


/* rsvp button */
.rsvpbutton a {
	font-weight: bold;
	color: #e5eef5;
	background-color: #b8562f;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	border: 1px solid #ced7df;
}

.rsvpbutton a:hover  { text-decoration: underline; }


/* - ( Search ) - */
.searchfoundtext { font-weight: bold; }
.searchheader { font-size: 10pt; font-weight: bold; }



/* Email Popup Code ----------------------------------------------> */

body#email-popup {
	padding: 10px;
}

#email-popup #body {
	width: 430px;
}

#email-popup #menu_wrapper,
#email-popup #footerBottom,
#email-popup span.footerL,
#email-popup .pageTitle,
#email-popup .submenu_start,
#email-popup #header #topLinks,
#email-popup #header form,
#email-popup .contentSide,
#email-popup #accessories {
	display: none;
}

#email-popup #header {
	height: 70px;
}

#email-popup .footerMain {
	 width: 433px;
}

#email-popup .contentNavbar {
	top: 100px;
	left: 11px;
	width: 410px;
	height: 14px;
}

#email-popup .contentMainCol
{
	width: 360px;
	padding-left: 30px
}
