  html, body {
    margin: 0;
  }

  body {
    background: #fff;
    font: normal 8pt verdana, sans-serif;
    color: #000;
    text-align: center; 
   }
  
  a {
    color: #885e42;
    text-decoration: none;
  }
  
  a:hover { text-decoration: underline; }
  
  img { border: 0; }
  
  #top {
  	height: 105px;
	width: 750px;
	overflow:hidden;
	background-color: #591f00;
	margin: 0 auto;
  }
	
  #top img { float: left; }
	

	#top img#logo {
		/* don't display logo, only display for print */
		display:none;
	}
	
	a.logo {
		display: block;
		float:left;
		width: 375px;
		height: 35px;
		margin-top: 35px;
	}

	#top {
		background-image:url(../i/logo.gif) !important;
		background-repeat:no-repeat;
	}
	
  #top #topLinks {
	float: right;
	color: white;
	margin-top: 37px;
	margin-right: 11px;
	height: 36px;
  }
  
  #topLinks a {
	text-transform: uppercase;
	font-size: 8px;
	color: #b1917c;
	display: block;
	float: left;
	padding: 12px 9px;
	vertical-align: middle;
	letter-spacing: 1px;
	font-weight: bold;
  }
	
  #topLinks a.first-child { border: none; }
	
  #body {
    width: 750px;
    padding: 0; margin-left: 40px; margin-right: auto;
    border-top: none;
    text-align: left;
    background-color: #fff;
    margin: 0 auto; 
  }

  #body .menu {
	width: 750px;
	background-color: #000;
	height: 19px;
  }
  
  #body .submenu {
	width: 750px;
	background-color: #a67858;
	height: 21px;
  }
  
  #body .submenu div { padding: 4px 0 0 20px; }

  #body .submenu div {
    float: left;
    font-size: .8em;
    margin: 0 1px;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  #body .submenu a { color: #4c1e06; }
  
  #body .submenuWide a { color: #4c1e06; }
  
  #body .content {
	padding-top: 13px;
	background-repeat:no-repeat;
	min-height: 275px;
	!height: 275px;
  }
  
  #body .contentLeft {
    width: 180px;
		!width: 218px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 18px;
    margin: 10px 0 20px 0;
    float: left;
    color: #666666;
    line-height: 18px;
    border-right: 1px solid #ccc;
  }
  
  #body .contentLeft ul {
    padding: 6px 0 4px 17px;
    margin: 0;
    list-style:disc;
    list-style-image:url(../i/left_arrow.gif); !list-style-image:url(../i/left_arrow_ie.gif);
  }
	
/*  icons for printing, vcard, etc */
  a.vCard, a.printBio {
	font-size: 6pt;
	padding: 4px 0 4px 22px;
	font-weight: bold;
	text-transform:uppercase;
	background-repeat: no-repeat;
  }
	
  a.vCard { background-image:url(../i/vcard.gif); }
  a.printBio { background-image:url(../i/print.gif); }
	
  .contentLeft h2 {
	text-transform: capitalize;
	border-top: 2px dotted #666;
	font-size: 8pt;
	padding-top: 3px;
	margin-top: 10px;
  }
	
/* practice profile - child gchild list */
  #body .prac_bullet_child { margin-left: 12px; }
  #body .prac_bullet_gchild { margin-left: 22px; }

  ul.linkChild {
    margin: 0 0 0 16px;
    padding: 0 0 0 0;
  }
  
  #body .contentRight {
    width: 484px; !width: 504px;
    margin: 10px 0 10px -1px;
    padding-left:18px;
    float: left;
    border-left: 1px solid #ccc;
    line-height: 22px;
  }

  #body .contentRight p { margin-top: 8px; } /* btb bio profile match spacing of <h3><ul> sections */
  #body .contentRight div {
    padding-right: 26px;
    display: block;
  }
	
  #body ul { font-size: 8pt; }
  
  #body .contentRight ul {
    /*list-style: disc;
    padding-right: 26px;*/
    padding: 6px 0 4px 17px;
    margin: 0 0 0 15px;
    list-style:disc;
    list-style-image:url(../i/arrow.gif); !list-style-image:url(../i/arrow_ie.gif);
  }
  
  #body .contentGeneral {
    padding: 12px 22px;
    line-height: 18px;
  }
 #body .contentGeneral .left{
    width: 50%;
    float: left;
  }
  #body .contentGeneral .right{
    width: 50%;
    float: right;
  }
/* bio list pages */
#body .contentGeneral .bioLetters { padding-bottom:20px; }
#body .contentGeneral .bioLetters a, #body .contentGeneral .bioLetters .letter {
	font-size: 8pt;
	font-weight: bold;
	width: 14px; !width: 16px;
	height: 18px; !height: 20px;
	margin-right: 2px;
	border: 1px solid #999;
	display: block;
	float: left;
	text-align: center;
	vertical-align:middle;
}
#body .contentGeneral .bioLetters .letter { color: #666; }
  .list { line-height: 12pt; }
  .list dl { 
	margin: 0 0 0 0; padding: 0; 
	border-top: 1px solid #ccc;
	background-color: #f1f1f1;
	clear: both;
	!height: 100%;
	overflow:hidden;
	padding: 10px 0 16px 0;
  }
  .list dl dt { margin: 0; float: left; font-weight: bold; }
  .list dl dd { margin: 0; padding: 0; float: right; }
  .list dl dt { padding-left:30px; }
  .list .title { width: 250px; font-weight: normal; }
  .list .email { width: 220px; }
  .list .phone { width: 200px; }
  .list .vcard { width: 220px; font-weight: bold; }
  .list .fax { width: 90px; }
  .list span.letter { font-size: 9pt; color: #993333; font-weight: bold; }
  .news h2 {
	background-color: #591f00;
	border: none;
	padding: 2px;
	padding-left: 8px;
	font-size: 8pt;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white;
  }
	
  .news h2 a, .casestudy h2 a { color: white; }
  .news dl dt {
	margin-right:5px;
	width: 120px;
  }
	
  .news dl dd {
	margin-left: 130px;
	border-left: 1px solid #ccc;
	padding-bottom: 0px;
	padding-left: 10px;
  }
	
  .news dl dd p, .casestudy dl dd p {
	margin: 0;
	padding-bottom:25px;
  }
	
  .news dl dt, .casestudy dl dt {
	float: left;
	color: #666;
	text-align: right;
  }
  .casestudy h2 {
	background-color: #2d3c81;
	padding: 2px;
	padding-left: 8px;
	margin-bottom: 12px;
	font-size: 8pt;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  }
  .casestudy dl dt {
	margin-right:5px;
	width: 190px;
  }
	
  .casestudy dl dd {
	margin-left: 200px;
	border-left: 1px solid #ccc;
	padding-bottom: 0px;
	padding-left: 10px;
  }
	
  .clearb { clear:both; }
  #body .contentGeneral .bioSearchForm {
    padding-bottom: 10px;
  }
  #body .contentGeneral .bioSearchForm input.txt {
    color: #000;
    background-color: #fff;
    border: 1px inset #000;
    width: 200px;
  }
  #body .contentGeneral .bioSearchForm p {
    clear: left;
    margin: 0 0 8px 0;
    padding: 0;
    padding-top: 5px;
  }
  #body .contentGeneral .bioSearchForm p label {
    text-transform: uppercase;
    float: left;
    width: 150px;
    font-weight: bold;
  }
  #body .contentGeneral table {
    font: normal 10pt verdana, sans-serif;
    border-collapse: collapse;
}
  #body .contentGeneral .datatable {
    font: normal 8pt verdana, sans-serif;
    border-collapse: collapse;
}
  #body .contentGeneral .datatable td {
    text-align: left;
    padding: 6px 8px 6px 0;
}
  #body .contentGeneral .datatable th {
    font: normal 10pt verdana, sans-serif;
    border-bottom: 1px solid #2d3c81;
    font-weight: bold;
    text-align: left;
    padding: 6px 0 6px 0;
}
  #body .contentGeneral .submitButton {
    font-size: 8pt;
    font-weight: bold;
    color: #2d3c81;
    background-color: #FFFFFF;
}
/* end - bio list pages */
  .contentGeneral .locations {
	margin-top: 8px;
	padding-top: 10px;
	border-top: 2px dotted #2d3c81;
  }
	
  .contentGeneral .locations div {
	float: left;
	width: 208px;
	!width: 238px;
	padding-left: 30px;
	border-left: 1px solid #CCC;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  }
	
  .contentGeneral .locations div.first-child {
	border-left: none;
	padding-left: 0;
  }
		
  .contentGeneral .locations div h3 {
	background-color:transparent;
	border: none;
	color: #2d3c81;
	font-size: 9pt;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
  }
	
  #body .contentGeneral .locations img {
    margin-right: 20px;
    float: left;
  }
  
  #body .contentGeneral ol { font-weight: bold; }
  
  #body .contentGeneral ul {
    font-weight: normal;
    list-style: disc;
  }
  
  #body .footer {
    width: 750px;
    height: 22px;
    !height: 31px;
    padding-top: 9px;
    background-color: #591f00;
    clear: both;
    text-align: center;
    color: #b69989;
  }
  
  #body .footer a {
   	 color: #b69989;
  }
  
  #body .footer span {
    float: right;
    display: block;
    font-size: .8em;
    /*font-weight: bold;*/
    color: #9c9c9c;
  }
  
  #body .footer span a {
    margin: 0 10px;
    color: #9c9c9c;
  }
 
/* 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: #2d3c81; background-color: #2d3c81;
    border: 0;
    clear: left;
  }
  
  h1 {
    margin: 0; padding: 0;
    font-size: 19px;
    font-weight: normal;
    color: #591f00;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    letter-spacing: -.02em;
    line-height: 1.3em;
  }
  
  h2 {
    margin: 0;
    font-size: 1.3em;
    color: #ce4f3e;
    font-weight: bold;
    border-top: 2px dotted #999999;
    text-transform: uppercase;
    font-family:Arial, Helvetica, sans-serif;
  }
  
  h3 {
    font-size: 9pt;
    font-weight: bold;
    color: #ce4f3e;
    border-top: 2px dotted #999999;
    text-transform: uppercase;
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom: 4px; /*btb bio profile reduce space after heading */
  }
  h6 {
    margin: 20px 0 7px 0;
    font-size: 9pt;
    font-weight: bold;
    color: #ce4f3e;
    border-top: 2px dotted #999999;
    text-transform: uppercase;
    font-family:Arial, Helvetica, sans-serif;
    clear:both;
  }

  #footer_addr {
    font-size: 7pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
  }
 #footer_addr b { color: #555; }
 
#index .casestudy img {
     clear: both;
     float: left;
     margin: 0 14px 14px 0;
     
   }
span { margin: 0; }
div.bioLetters .letter { color: #999; }
/*-- special styles for index --*/
.home #flash {
	height: 192px;
	width: 750px;
	background-image:url(../i/flash.jpg);
	background-repeat:no-repeat;
}
.home .submenu { display:none; }
.home .content {
	padding-bottom: 25px;
	width: 750px;
}

.home #blurbs a { color: #13182c; text-decoration: none; } 
.home #blurbs a:hover { text-decoration: underline; }

.home #blurbs {
	width: 750px;
	border-top: 1px solid #b59976;
	border-bottom: 1px solid #b59976;
	overflow:hidden;
	color: #eadece;
	line-height: 12pt;
	background: #866131 url(../i/home_divider.png) repeat-y scroll 249px 0px;
}
.home #blurbs img {
	margin: 0;
	padding: 0;
	border: none;
}
.home #blurbs .blurb1 {
	width: 232px; !width: 241;
	float: left;
	margin-left: 10px;
	!margin-left: 6px;
	padding: 8px 10px 12px 0;
}
.home #blurbs .blurb2 {
	width: 232px; !width: 241;
	float: left;
	padding: 8px 10px 12px 10px;
}
.home #blurbs .blurb3 {
	width: 216;
	!width: 236px;
	float: left;
	padding: 8px 8px 12px 10px;
	!padding: 8px 0 12px 18px;
}
.home h2 {
	color: white;
	margin-left: 60px;
	!margin-left: 40px;
	font-size: 14pt;
	font-family: Helvetica, sans-serif;
	font-weight:normal;
	text-transform:capitalize;
	float: left;
	display: block;
}
.home .content ul, .home .content ol {
	width: 400px;
	margin-top: 0px;
	!padding-left: 24px;
	!margin-left: 20px;
	list-style-type:lower-alpha;
	list-style-position:outside; 
	float:left;
	color: #fff;
}
.home li {
	vertical-align:bottom;
	margin-top: 7px;
}
.home ul a, .home ol a {
	color: #fff;
	font-size: 8pt;
}
#body.home {
	background-image:none;
}
#body.home .content {
	background-image:none;
	background-color:#591f00;;
	margin: 0;
	min-height: 0;
	!height: 100%;
	overflow:hidden;
}
  .searchfoundtext {
    font-weight: bold;
  }
  .searchheader {
    font-size: 10pt;
    font-weight: bold;
  }
td { font-size: 8pt; }

.home img.recent {
	margin-left: 60px;
	!margin-left: 40px;
	margin-top: 6px;
	float: left;
	display: block;
}

#index .footer {
    background-color:#fff;
    color: #9c9c9c;
  }
  
#index .footer a {
   	 color: #9c9c9c;
  }

#udm li a {
	font-size: 10px;
	/*font-weight: normal !important; 
	!font-weight: bold !important;*/
}

#udm li.news a {
	padding-right: 0px !important;
}
