  body {
    font: normal 8pt arial, sans-serif;
    color: #000;
    margin: 0 auto; padding: 0;
    background: #0054a4;
  }
  
  #content, .contentMain, .content, .contentSidebar  {
   font: normal 9pt arial, sans-serif;
   line-height: 1.5em;   
  }
  
  #body {
    !width: expression( ((w=document.body.clientWidth) < 1000) ? ((document.body.clientWidth < 800) ? '800px' : 'auto') : '1000px' );
    max-width: 1000px;
    min-width: 800px;
    overflow: hidden;
    
    padding: 0;
    text-align: left;
    background: white;
  }
  
  a {
    color: #0054a4;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  #udm img,
  #locations img,
  #top img {
    border: 0;
  }
  
  #top {
    padding-left: 17px;
    padding-top: 17px;
    height: 80px;
    !height: 97px;
    overflow: hidden;
    background: #0054a4;
  }
  
  #top #topSearch {
    float: right;
    padding-right: 25px;
    margin-top: -55px;
    color: #ccc;
  }
  
  #topSearch label {
   color: white;   
  }
  
  #topSearch input {
   border: 1px solid #ccc;
   vertical-align: bottom;
   margin: 3px 0;
  }
  
  #topSearch input {
   background: #ff9966;   
  }
  
  #topSearch input.txt {
   height: 18px;
   width: 120px;
   background: url( ../i/search-bg.gif ) top right no-repeat #fff;   
  }
  
  #udm {
   !width: expression( ((w=document.body.clientWidth) < 1000) ? ((w < 800) ? '800px' : 'auto') : '1000px' );
   max-width: 1000px;
   min-width: 800px;
   border-bottom: 1px solid white;
   border-top: 1px solid white;
   
   background: url( ../i/udm-background.gif ) no-repeat black;
  }
  
  #udm .menuItem img {
    visibility: hidden;
  }
  
  #body .submenu_start {
    height: 2px;
    !height: 4px;
    !overflow:hidden;
    margin-top: 28px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background: #ff9966;
  }
  
  #body #titleBar {
   padding-left: 20px;
   padding-top: 10px;
   
   height: 41px;
   !height: 51px;
   
   color: white;
   font-size: 2.5em;
   font-variant: small-caps;
   background: url( ../i/titlebar-bg.jpg ) no-repeat #0054a4;   
  }
  
  #body .submenu {
    border-top: 1px solid #ff9966;
    border-bottom: 1px solid #ccc;
    padding: 6px 0 6px 15px;
    min-height: 1em;
    !height: 22px;
    background: white;
    color: #999;
    text-transform: uppercase;    
    font-weight: bold;
    font-size: .9em;
  }
  
  ul h3 {
   margin-bottom: 5px;   
  }
  
  #body .submenu ul {
   margin: 0;
   padding: 0;   
  }

  #body .submenu li {
    display: inline;
    padding: 0 5px;
  }
  
  #body .submenu li.notFirst {
   border-left: 1px solid #0054a4;   
  }
  
  
  #body .submenu a {
    color: #0054a4;
  }
/*
  #body .submenuWide {
    width: 762px; _width: 780px; height: 30px; _height: 36px;
    padding: 6px 0 0 18px;
    margin-top: 5px;
    margin-bottom: 10px;
    background: #CCC;
  }

  #body .submenuWide div {
    float: left;
    font-size: .8em;
    margin: 0 1px;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  #body .submenuWide a {
    color: #0054a4;
  }
*/  
  #body .contentSidebar {
    width: 184px;
    !width: 228px;
    padding: 7px 20px 10px 20px;
    margin: 10px 0 20px 0;
    float: left;
    color: #333;
    line-height: 1.2em;
    border-right: 1px solid #ccc;
    
    !height: 1px;
    !margin-right: -4px;
  }
  
  #professionals .contentSidebar div
  {
  	!width: 199px;
  	!margin-right: -15px;
  }
  
  #body .contentSidebar h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  
  #body .contentSidebar ul {
    padding: 0px 0 0px 16px;
    margin: 0;
    list-style: url( ../i/blue-raquo-bullet.gif ) outside;
  }
  
  #body .contentSidebar ul li {
   margin: 0;
   padding: 0;   
  }

/* practice profile - child gchild list */
  #body .prac_bullet_child {
        margin-left: 12px;
  }
  #body .prac_bullet_gchild {
        margin-left: 22px;
  }
  
  #body .contentMain {
    margin-top: 18px;
    padding: 0 0 18px 18px;
    line-height: 1.4em;
    background: white;
    color: #333;
    !height: 250px;
    min-height: 250px;
  }

  #body .contentMain div {
    margin-right: 20px;
    display: block;
  }
  
  #body .contentMain ul {
    margin-top: 0;
    list-style-image: url(../i/gray-disc-bullet.gif );
  }
  
 #body .contentMain .left,
  #body .contentMain .right{
    width: 40%;
    float: left;
    padding-bottom: 18px;
  }
 
  .left ul li,
  .right ul li {
      list-style: url( ../i/blue-raquo-bullet.gif ) outside;
  }



/* bio list pages */
  #body .contentMain .bioLetters {
        font-size: 1.4em;
        margin-bottom: 16px;
}
  #body .contentMain .bioLetters .letter {
        font-weight: bold;
    	color: #666666;
        margin-right: 8px;
}
  #body .contentMain .bioLetters a {
        font-weight: bold;
        text-decoration: none;
        margin-right: 8px;
}
  #body .contentMain .bioLetters a:hover {
	text-decoration: underline; }

  .list { line-height: 12pt; }

  .list dl { margin: 0; padding: 0; padding-top:2px; clear: both;
      border-bottom: 1px solid #ccc;
      height: 38px;
       }

  .list dl dt { margin: 0; float: left; width: 310px; font-weight: bold; }
  .list dl dd { margin: 0; padding: 0; float: left; }

  .list .title { font-weight: normal }
  .list .phone { width: 220px; }
  .list .email { width: 220px; }
  .list .vcard { width: 120px; font-weight: bold; }

  .list .fax { width: 90px; }
  .list span.letter { font-size: 9pt; color: #993333; font-weight: bold; }

  #body .contentMain .stndForm {
    padding-bottom: 10px;
  }
  #body .contentMain .stndForm input.txt, select {
    color: #000;
    background-color: #fff;
    width: 300px;
    font-size: 1em;
  }
  #body .contentMain .stndForm p {
    clear: left;
    margin: 0 0 8px 0;
    padding: 0;
    padding-top: 5px;
  }

  #body .contentMain .stndForm p label {
    float: left;
    width: 100px;
  }

  #body .contentMain table {
    font: normal 10pt arial, sans-serif;
    border-collapse: collapse;
}
  #body .contentMain .datatable {
    font: normal 8pt arial, sans-serif;
    border-collapse: collapse;
}
  #body .contentMain .datatable td {
    text-align: left;
    padding: 6px 8px 6px 0;
}
  #body .contentMain .datatable th {
    font: normal 10pt arial, sans-serif;
    border-bottom: 1px solid #0054a4;
    font-weight: bold;
    text-align: left;
    padding: 6px 0 6px 0;
}

  #body .contentMain .submitButton {
    font-size: 8pt;
    font-weight: bold;
    color: #0054a4;
    background-color: #FFFFFF;
}


/* end - bio list pages */

  #body .contentMain ol {
    font-weight: normal;
  }
  
  #body #locations {
    background: black;
    border: solid white;
    border-width: 1px 0;
    clear: both;
    height: 24px;
    !height: 25px;
    padding-left: 17px;
  }

  #body #locations ul {
    display: inline;
  }
  
  #body #locations li {
    display: inline;
    float: left;
    margin: 0;
    padding:0;
  }

  #body .footer {
    clear: both;
    margin: 0;
    padding:10px 20px;
    color: white;
    line-height: 1.4em;
    background: #0054a4;
  }
  
  #body .footer a {
   color: white;   
  }
  
  #body .footer span {
    float: right;
    display: block;
    font-size: .8em;
    /*font-weight: bold;*/
    color: #666666;
  }
  
  #body .footer span a {
    margin: 0 10px;
    color: #0054a4;
  }
 
/* stuff */  
  
  hr.gray {
    height: 1px;
    margin: 6px 0; _margin: 0;
    color: #ccc; background-color: #ccc;
    border: 0;
    clear: left;
  }

  hr.biolist {
    height: 1px;
    margin: 6px 0 8px 0; _margin: 0;
    color: #0054a4; background-color: #0054a4;
    border: 0;
    clear: left;
  }
  
  h1 {
    margin: 0; padding: 0;
	margin-bottom: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    position: relative;
    width: 100%;
  }
  
  h2 {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 2px;
    font-size: 1.1em;
  }
  
  h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
  }

  h6 {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
  }
  /* EVENTS: CALENDAR TABLE */
  #calendar {
    float: right;
    padding: 0 0 10px 10px; _padding: 20px 0 10px 10px;
  }

  #calendar table {
    border-collapse: collapse;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 10pt;
    text-transform: uppercase;
  }

  #calendar table caption {
    padding: 3px; margin: 0;
    border: solid 1px #ccc;
    font: bold 11pt arial, sans-serif;
    color: black;
  }

  #calendar table th {
    padding: 3px; margin: 0;
    border: solid 1px #ccc;
    font-size: 8pt;
  }

  #calendar table td {
    padding: 3px; margin: 0;
    border: solid 1px #ccc;
  }

  #calendar table td.blank {
    background: #e3e3e3;
  }

  #calendar table td.linked-day {
    background: #0054a4;
  }

  #calendar table a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }

  #calendar table a:hover {
    text-decoration: underline;
  }
  #calendar table .calendar-prevnext a {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

  #calendar table .clendar-prevnext a:hover {
    text-decoration: none;
  }


/* news signup form */
.newsSignupForm {
    padding-bottom: 10px;
  }
.newsSignupForm input.txt {
    color: #000;
    background-color: #fff;
    border: 1px inset #000;
    width: 200px;
  }
.newsSignupForm textarea {
    color: #000;
    background-color: #fff;
    border: 1px inset #000;
    width: 350px;
  }
.newsSignupFormForm p {
    clear: left;
    margin: 0 0 8px 0;
    padding: 0;
    padding-top: 5px;
  }

.newsSignupForm p label {
    float: left;
    width: 150px;
  }

  #footer_addr {
    font-size: 7pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
  }
 #footer_addr b { color: #555; }



ul.newsRec{margin:27px 0 0 0; padding:0; border-top: 1px solid #D8CECB}
ul.newsRec li{margin:0; padding:12px 0; border-bottom: 1px solid #D8CECB; background-image:none;}


div.officenav {
	font-size: 7pt;

}

table.job td {
	padding-bottom:10px;
	font-size: 11px;
}

li.nobull {
	list-style: none;
	
}

.officeLinks {
	margin-bottom: 10px;
}
.officeLinks a{
	font-weight:bold;
}

.attyLeft {

	width:520px;
	float: left;
}

.attyRight {
	background-color: #eee;
	border:1px solid;

	padding-left:20px;
	padding-top:20px;
	width: 180px;
	height: 600px;
	float: right;
}


.attyRight .stndForm input, 
.attyRight .stndForm select, 
.attyRight input {
	width: 120px;
}

.attyRight .bioLetters {
	width: 160;

}

.attyRight .bioLetters span.letter,	
.attyRight .bioLetters a
 {
	font-size:11px;
}


/* --- page specific rulese --- */

/* - index - */
#index .submenu,
#index #titleBar {
   display: none;
}

#index .contentMain {
 width: 100%;
 height: 313px;
 padding: 0;
 margin: 0;
 background: url( ../i/home-bg.jpg ) top left no-repeat;
}

#index #homeNews {
  float: right;
  padding-top: 10px;
}

#homeNews ul {
 margin: 0;
 padding: 0;    
}

#homeNews ul li {
 list-style: none;
 background: url(../i/dotted-bg.gif ) top left repeat-x;
 width: 270px;
 height: 65px;
 !height: 73px;
 padding-top: 8px;
 clear: left;
}

#homeNews ul li span.newsLink {
 padding: 8px 0 8px 65px;
 display: block; 
 font-size: 1.1em;
}

#homeNews, #homeNews a {
 color: #cae0f0;    
}
#homeNews ul li img {
 float: left;
 !margin-left: -2px;
}

#homeText {
 margin-top: 188px;
 margin-left: 20px;  
}

/* -- bio specific rules -- */

#professionals .bioPic {
    border: 1px solid #ccc;    
}

.item .contentMain {
    margin-left: 224px;
    border-left: 1px solid #ccc;
    width: 757px;
}

.submenu {
position: relative;
}

.submenu .headerLinks {
 position: absolute;
 top: 6px;
 right: 8px;
 font-size: 8pt;
 font-weight: normal;
}

.headerLinks .printLink {
 padding-left: 15px;
 background: url( ../i/print-icon.gif ) left no-repeat;   
}

.headerLinks .emailLink {
 padding-left: 15px;
 background: url( ../i/email-icon.gif ) left no-repeat;
 margin-left: 4px;   
}

/* -- office & careers -- */

.contentMain .locations {
    padding-top: 8px;    
}

#body .contentMain .locations .office {
   float: left;
   padding: 15px 30px;
   margin: 0;
   margin-bottom: 30px;
   border-left: 1px solid #f0f0f0;
}

#body .contentMain .locations .firstOffice {
 padding-left: 0;
 border-left: none; 
}

.locations .office h2 {
 text-transform: none; 
 margin-bottom: 0;
 margin-top: 0;
 border-bottom: none; 
 font-size: 1.2em;
}    

#contact.item .contentMain {
   border-left: none;
   margin-left: 210px;
}

#contact.item .contentSidebar img {
    border: 1px solid black;    
}

#contact .contentSidebar {
  width: 170px;
  !width: 210px;
  padding: 7px 20px 10px 20px;
  margin: 10px 0 20px 0;
  float: left;
  color: #333;
  line-height: 1.2em;
  border: none;
}

/* -- news and events -- */

#news .newsItem {
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  padding-bottom: 13px;
  width: 750px; 
  !height: 1px; 
}

.newsItem h3, .newsItem p {
 margin-top: 0;
}
.newsItem .date {
 float: left;
 width: 125px;
 !width: 126px;
 border-right: 1px solid #ccc;
 !height: 100%;
}
.newsItem .info {
 margin: 0;
 margin-left: 125px;
 padding-left: 20px;
 border-left: 1px solid #ccc;  
}

/* -- careers -- */

#careers .contentMain .locations {
    overflow:hidden;
    float: left;
    padding-bottom: 18px;
    border-bottom: 1px solid #999;
}

#careers .contentMain .locations .office {
 border-bottom: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-color: #ccc;
 padding: 14px;
 padding-top: 8px;
 width: 160px;
 !width: 190px;
 /* hack to make equal-height columns */
 padding-bottom: 600px; 
 margin-bottom: -600px;
}

#careers .locations .office h2 {
    padding-bottom: 5px;
    margin: 0;
    margin-bottom: 13px;
    border-bottom: 1px solid #ccc;  
}

#careers .locations .office ul {
    margin-left: 0;
    padding-left: 16px;    
}

#careers .locations .office ul li {
 list-style-image: url( ../i/blue-raquo-bullet.gif );
 margin-left: 0;
 padding-left: 0;
}

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

