 /* db 6-23-08, entire header redesign according to html/css/image files sent to us by client. See bug 10674 */
 
 body {
    margin: 0; padding: 0;
    background: #fff;
    text-align: center;
    font: normal 8pt arial, verdana, sans-serif;
    color: #000;
  }
  
  img { border: 0; }
  
  ul {
    list-style: disc url(../i/bullet_default.png);
    !list-style: disc url(../i/bullet_default_ie.png);
  }
  
  a { color: #660000; }
  a:hover { text-decoration: none; }

  a.none { text-decoration: none; }
  a.none:hover { text-decoration: underline; }
  
  
  
/* ----- ( TOP ) ----- */  

/* redesign */

#printLogo {
	display: none;
}

.top {
   margin: 0 auto;
   border-top: 3px solid #484a4d;
   width: 785px;   
   position: relative;
   height: 187px;
}

/*default*/
#top {
   background: url(../i/one.jpg) top left no-repeat;
}

/*labor*/
#top4 {
   background: url(../i/advise.jpg) top left no-repeat;
}

/*health*/
#top3 {
   background: url(../i/advise.jpg) top left no-repeat;
}

/*estatetax*/
#top2 {
   background: url(../i/preserve.jpg) top left no-repeat;
}

/*business*/
#top1 {
   background: url(../i/succeed.jpg) top left no-repeat;
}

/*realestate*/
#top6 {
   background: url(../i/transact.jpg) top left no-repeat;
}

/*litigation*/
#top7 {
   background: url(../i/win.jpg) top left no-repeat;
}

.top h1 {
   text-indent: -2000px;
   background: url(../i/logotype.png) top left no-repeat;
   behavior: url(css/iepngfix.htc); /* dumb, but needed */
   margin: 3px 0 0 0;
   padding: 0;
   height: 32px;
   text-align: left;
}

.top h1 a {
  display: block;
  width: 785px;
  height: 163px;
}

#search_bar {
   position: absolute;
   top: 0;
   left: 415px;
   background: url(../i/searchbar.gif) top left no-repeat;
   width: 366px;
   height: 30px;
}

#searchtext {
   margin: 0;
   padding: 0;
   border: 0;
   background-color: transparent;
   position: absolute;
   top: 7px;
   left: 15px;
   width: 106px;
   font-size: 11px;
   color: #ffffff;
}

#searchbtn {
   position: absolute;
   top: 0;
   left: 125px;
}

.top h2 {
   text-indent: -2000px;
}

.top ul {
   margin: 0;
   padding: 0;
   list-style: none;
   position: absolute;
   top: 7px;
   left: 185px;
}

.top ul li { 
   display: inline;
}

.top ul li a {
    font-size: 9px;
   color: #ffffff;
   font-family: helvetica, sans-serif;
   text-decoration: none;
}

.top ul li a:hover {
   text-decoration: underline;
}

li.separate {
   background: url(../i/sep.gif) center left no-repeat;
   padding-left: 6px;
   margin-left: 2px;
}

#piv {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

#piv p {
  margin: .2em 0 0 0;
  padding: 0;
  font-size: 1.2em;
  color: #ffffff;
}

#piv p a {
  color: #ffffff;
  text-decoration: none;
}

#piv p a:hover {
  text-decoration: underline;
}


#ie6logo h2 {
  text-indent: -2000px;
}

#ie6logo h2 a {
  display: block;
  width: 415px;
   height: 32px;
}


* html #piv p {
  margin: .1em 0 0 0;
}

/* IE7 */

*:first-child+html h1 a {
  float: left;
}

*:first-child+html #piv p {
  margin: .1em 0 0 0;
}



 /* ----- ( BODY ) ----- */

  #body {
    width: 785px;
    margin: 0 auto;
    padding-bottom: 10px;
    background-color: #EFEFEF;
    text-align: left;
  }
  
  /* - ( Content ) - */
  
  #content {
    float: left;
    width: 570px; !width: 590px;
    padding: 20px 0 0 20px;
    line-height: 14pt;
  }
  
  #content .left {
    width: 395px;
    float: left;
    line-height: 14pt;
  }
  
  #content .right {
    width: 150px; 
    margin-left: 20px;
    float: left;
    line-height: 14pt;
  }
  
  #content ul {
    margin: 8px 0 18px 0; !margin-left: 26px;
    padding-left: 26px; !padding-left: 0px;
  }
  
  #content .right ul li {
    margin-bottom: 6px;
  }
  
  #content ul a { text-decoration: none; }
  #content ul a:hover { text-decoration: underline; }
  
  #content a.return {
    width: 142px; !width: 150px;
    padding: 2px 4px;
    display: block;
    border: 1px solid #ccc;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
  }
  
  #content a.return:hover { background: #E1E1E1; border: 1px solid #999; }
  
  /* - ( White Header ) - */
  
  .header, .attorney_header {
    margin-bottom: 16px;
    padding: 10px 10px 10px 16px;
    background-color: #FFF;
    border-bottom: 1px dotted #999;
    line-height: 12pt;
  }
  
  .header p { margin: 8px 0; !margin: 8px 0; padding: 0; }
  
  .header h1 { margin-top: 6px; }
  
/* ----- ( FOOTER ) ----- */

  #footer {
    width: 785px;
    margin: 0 auto;
    border-top: 6px solid #445152;
    text-align: left;
  }
  
  #footer a { text-decoration: none; }
  #footer a:hover { text-decoration: underline; }
  
  #footer .left { padding: 10px 0; float: left; }
  #footer .right { padding: 10px 0; float: right; }
  
/* ----- ( MISC ) ----- */

  /* - ( Headers ) - */
  
  h1 {
    margin: 0; padding: 0 0 4px 0;
    font-size: 13.5pt;
    color: #660000;
    text-transform: uppercase;
  }
  
  h2 {
    margin: 4px 0 18px 0; padding: 0;
    font-size: 11pt;
    text-transform: uppercase;
  }
  
  h3 {
    margin: 0 0 -10px 0;
    padding: 10px 0 0 0;
    display: block;
    clear: both;
    font-size: 9pt;
    color: black;
    text-transform: uppercase;
  }
  
  h4 {
    margin-bottom: 0; padding: 2px 6px;
    background: #FFF;
    border-bottom: 1px solid #999;
    font-size: 8pt;
    color: #555;
  }
  
  /* - ( Rules ) - */

  hr {
    height: 1px;
    margin: 0 0 12px 0; !margin: -7px 0 6px 0; padding: 0;
    clear: both;
    border: 0;
    color: #DCDCDC; background-color: #DCDCDC;
  }
  
  hr.gray { margin: 20px 0; !margin: 4px 0; color: #DCDCDC; background-color: #DCDCDC; }
  hr.white { margin: 12px 0; !margin: 4px 0; color: #FFF; background-color: #FFF; }
  
  /* - ( Line Breaks ) - */
  
  .clear_b { clear: both; }
  .clear_r { clear: right; }
  .clear_l { clear: left; }
  
  /* - ( Other ) - */
  
  .image {
    margin: 0 0 10px 10px; padding: 4px;
    float: right;
    border: 1px solid #333;
  }

/* ----- ( PAGE SPECIFIC STYLES ) ----- */

  /* - ( Attorney: List ) - */
  
  #list { line-height: 12pt; color: #666666; }
	
  #list dl { margin: 0; padding: 0; font-weight: bold; font-size: 8pt; }
  
  #list dl a { text-decoration: none; }
  #list dl a:hover { text-decoration: underline; }
  
  #list dl.header, #list dl.sub_header { text-transform: uppercase; border: none; }
  
  #list dl.header dt, #list dl.header dd, #list dl.sub_header dt, #list dl.sub_header dd {
    height: 18px; !height: 22px;
    margin-top: 20px;
    padding-top: 3px;
    background: #fff url(../i/list_header.png) no-repeat top right;
    border-bottom: 1px solid #ccc;
  }
  
  #list dl.sub_header dt, #list dl.sub_header dd {
    background: #fff url(../i/list_header_sub.png) no-repeat top right;
  }
  
/* btb 070606: original positioning with title
  #list dl dt { margin: 0; padding: 0 0 0 16px; float: left; width: 150px; !width: 163px; }
  #list dl dd { margin: 0; padding: 0 0 0 8px; float: left; }
  #list .position { width: 108px; !width: 124px; }
  #list .phone { width: 106px; !width: 114px; }
  #list .email, #list .vcard  { width: 78px; !width: 83px; }
*/
  #list dl dt { margin: 0; padding: 0 0 0 16px; float: left; width: 157px; !width: 163px; }
  #list dl dd { margin: 0; padding: 0 0 0 8px; float: left; }

  #list .phone { width: 142px; !width: 155px; }
  #list .email, #list .vcard  { width: 114px; !width: 124px; }
  
  #list .entry dd, #list .entry dt, #list .entry_bg dd, #list .entry_bg dt  {
    border-bottom: 1px solid #ccc;
    padding-top: 12px; padding-bottom: 12px;
  }
  
  #list .entry_bg dd, #list .entry_bg dt { background: #F8F8F8; }
  
  #letters {
    width: 558px; !width: 570px;
    height: 20px;
    padding-left: 12px;
    background: #CCC url(../i/letters_bg.png);
    text-align: center; }
  
  #letters a, #letters span  {
    width: 20px; !width: 21px; height: 20px;
    float: left;
    border-left: 1px solid #EFEFEF;
    text-align: center;
    color: white;
    font-weight: bold;
  }
  
  #letters a { background: #660000; text-decoration: none; }
  
  #letters a:hover { background: #777; }
  
  #letters span { background: #CCC; }
    
  /* - ( Attorney: Single Listing ) - */
  
  .attorney_header {
    height: auto;
		overflow:hidden;
		!height: 100%;
  }
  
  .attorney_header p { margin: 8px 0; !margin: 8px 0; padding: 0; }
  
  .attorney_header h1 { margin-top: 6px; }
  
  .attorney_header p label {
    width: 44px;
    margin-right: 15px; !margin-right: 12px;
    float: left;
    display: block;
    border-right: 1px solid #CCC;
    font-weight: bold;
  }
  
  .attorney_header .vcard {
    margin: 4px 10px 0 0;
    float: right;
    font-weight: bold;
  }
  
  .attorney_header .vcard a:hover { color: #999; text-decoration: none; }
  
  .attorney_header .photo {
    float: right;
    padding-left: 10px;
    border-left: 1px solid #CCC;
  }
  
  a.feature {
    margin-top: 12px;
    border: 1px solid #999;
    background: #D7D7D7;
    display: block;
  }
  
  a.feature:hover {
    border: 1px solid #CCC;
    background: #E3E3E3;
  }
  
  /* - ( Practice List ) - */
  
  #practice_list .left { width: 272px; float: left; }
  
  #practice_list .right { width: 272px; float: right; }
  
  #practice_list .right div, #practice_list .left div  { padding: 10px; display: block; }
  
  #practice_list div a { font-weight: bold; text-decoration: none; }
  
  #practice_list div a:hover { text-decoration: underline; }
  
  #practice_list div ul { margin-top: 0; }
  
  #practice_list div ul a { font-weight: normal; }  
  
  /* - ( Lists (News, Articles, etc.) ) - */
  
  .list span {
    padding: 16px;
    display: block;
  }
  
  .list .bg {
    background: #F8F8F8;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  
  .list_newsletter span, .list_newsletter .bg {
    padding: 16px;
    display: block;
    border-bottom: 1px solid #ccc;
  }
  
  .list_newsletter .bg {
    background: #F8F8F8;
  }
  
  .list_newsletter .divider {
    margin: 0; padding: 0;
    border-bottom: 1px solid #ccc;
  }
  
  .list_newsletter h3 { margin: 0 0 0 0; padding-bottom: 6px; border-bottom: 1px solid #ccc}
  
  .list a { font-weight: bold; text-decoration: none; }
  .list a:hover { text-decoration: underline; }

  /* - ( Contact Us Form ) ) - */
  .form p {
    margin-bottom: 8px;
    font-weight: bold;
  }

  .form label {
    width: 110px;
    margin-right: 6px;
    display: block;
    float: left;
  }

  .form select, .form input, .form textarea {
    width: 310px;
    margin-right: 6px; padding: 2px;
    border: 1px solid #ccc;
  }

  .form textarea { height: 80px; padding: 4px; font: normal 9pt verdana, arial, sans-serif; }

  .form .short { width: 44px; }

  .form .med { width: 131px; }

  .form .submit {
    width: 60px;
    margin-left: 116px; !margin-left: 120px; padding: 4px 0;
    background: #751D1F;
    border: none;
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
  }

td {
    font: normal 8pt arial, verdana, sans-serif;
}

/* ssimmons - map css for home page and firm-geographic.html */

  #mapWrapper {
		float: right;
		margin: 100px 0 20px 25px;
	}
	
	#map {
    width: 196px; height: 115px;
    margin: 0; padding: 0;
    background: url(../i/map_off.png?new);
		background-repeat: no-repeat;
    position: relative;
  }
  
  #map ul { margin: 0; padding: 0; }
  
  #map li { margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

  #map a { display: block; border: solid 0px red;}

  #scranton {left: 54px; top: 32px; width: 63px; height: 29px;}
  #milford {left: 129px; top: 33px; width: 54px; height: 30px;}
  #wilks {left: 106px; top: 61px; width: 90px; height: 20px;}
  #hazelton {left: 52px; top: 70px; width: 59px; height: 30px;}

  #scranton a {height: 29px;}
  #milford a {height: 30px;}
  #wilks a {height: 20px;}
  #hazelton a {height: 30px;}

  #scranton a:hover {background: url(../i/map_active_scranton.png) -54px -32px no-repeat;}
  #milford a:hover {background: url(../i/map_active_milford.png) -129px -33px no-repeat;}
  #wilks a:hover {background: url(../i/map_active_wilks.png) -106px -61px no-repeat;}
  #hazelton a:hover {background: url(../i/map_active_hazelton.png) -52px -70px no-repeat;}

.searchfoundtext { font-weight: bold; color: black; }

.searchheader { font-weight: bold; color: black; }