﻿
#header { 
	border-bottom: solid 1px #003366;
} 

#showcase {
    display:none;
}
.callout {
	position:relative;
	width:425px;
	margin-bottom:20px;
}
.detailcallout {
	position:relative;
	width:250px;
	margin-bottom:20px;
}
.paneNavigation {
	position:absolute;
	z-index:999;
	right:15px;
	bottom:35px;
}
	
#mainSiteContent 
{
	float:left;
 	padding: 20px;
	width:499px;
} 
#mainSiteContent p{
    text-align: justify;
}
.sf_wrapper #mainSiteContent 
{
	overflow:visible !important;
	height:auto;
}
#contentBlock {
  background:white url(/images/sidebar1_bg.gif) left top repeat-y;	
}

#sidebar1 {
	float:left;
	height: 507px;
	width:193px; 
	margin-top: 0px;
	padding: 0px;
	/* sidebar color comes from contentBlock */
}
#sidebar1 ul.attorneyLinks {
	list-style-type: none;
	padding:0 3px;
	border-top: 1px solid white;
}
#sidebar1 ul.attorneyLinks li {
	margin:0;
	padding-left:10px;
	height:23px;
	background-color:#003163;
	border-bottom:1px dotted white; 
	color:White;
	font-weight:bold;
	font-family:Arial;
	text-transform:uppercase;
	line-height:28px;
}
#sidebar1 ul.attorneyLinks li a {
	color:White;
	display:block;
	height:26px;	
}
.bioCard {
  width:475px;
  float:left;
  clear:both;  
}
.bioCard .fltlft {
  /* this also includes float and margin from layout.css */
  width:250px;
  height:130px;
  position:relative;
}
.bioCard .fltlft address.bottomUp {
  position:absolute;
  bottom:20px;
  left:0;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
}
.bioCard .fltrt {
  /* this also includes float and margin from layout.css */
  width:200px;
  height:111px;
  text-align:right;
  position:relative;
}
.bioCard .fltrt .bottomUp {
  position:absolute;
  bottom:0;
  right:0;
}
.bioCard .fltlft h1 {
  font-size:18px;
  text-transform:uppercase;
  color:#003366;
  margin-top:0;
  margin-bottom:0 !important;
}
.bioCard .fltlft h2 {
  font-size:13px !important;
  margin-top:0;
  font-style:italic;
  font-weight:normal;  
  color:#4f4f4f !important;
}
.bioCard .icons {
  left:24px;
  position:relative;
}

.bioCard .icons img{
	position: relative;
}

.bioCard .icons a.btnVcard {
  background:transparent url(/images/icon_vcard.gif) right center no-repeat;
  padding-right:25px;
}
.bioCard .icons .btnPhone {
  background:transparent url(/images/icon_phone.gif) right center no-repeat;
  padding-right:25px;
  display:block;
}
.bioCard .icons a.btnEmail {
  background:transparent url(/images/icon_email.gif) right center no-repeat;
  padding-right:25px;
  color:#4f4f4f;
}
.bioCard .icons a.btnEmail:hover {
  text-decoration:underline;
}


