﻿

#header { 
	border-bottom: solid 1px #003366;
} 

#showcase 
{
	float:left;
	z-index:0;
	margin: 4px 0px 30px 0px;
	height:171px;
	width:903px;
	overflow:hidden;
}
	
#mainSiteContent {
	margin-left:0px;
	width:860px;
	position: relative;	
	margin-bottom: 40px;
} 
#attorneyList {
    line-height: 15px;
    font-size: 12px;
}
#attorneyList table {
	width: 100%;
	margin-left: 0px;
}
#attorneyList td {
	height: 49px;
}
#attorneyList a {
	font-size: 14px;
	font-weight: bold;
}
.practiceAreasList{
	width: 810px;
	margin-left: 35px;
}

.practiceAreasList a{
	font-weight: bold;
	line-height: 29px;
}
.practiceAreasList li{
	padding-bottom: 1px !important;
	line-height: 14px !important;
}
#mainSiteContent .practiceAreasList hr {
	width: 200px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.practiceAreasList ul{
	margin: 5px 0px !important;
}
.areasLeft, .areasCenter, .areasRight{
	float: left;
}
.areasLeft{
	width: 252px;
	background: transparent url(/images/dottedFadeVert.gif) no-repeat scroll right top;
}

.areasCenter{
	width: 253px;
	margin-left: 42px;
	background: transparent url(/images/dottedFadeVert.gif) no-repeat scroll right top;
}

.areasRight{
	width: 230px;
	margin-left: 30px;
}
	
#mainSiteContent table {
    margin-left: 190px;
}
#mainSiteContent th {
    vertical-align: top;
    font-weight: normal;
}

.sf_wrapper #mainSiteContent 
{
	overflow:visible !important;
	height:auto;
}


.homelink {
	position: absolute;
	left: 0; 
	top: 0;
	width: 130px;
	height: 60px;
	cursor: pointer;
}

#googleMap {
    float:right;
    margin: -200px 0px 30px 0px;
}

/* Reusable general-purpose position helpers */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#attorneyList table table {
	margin-left: 0px;
	display:block;
}
#attorneyList a {
	position: relative;
}

img.popup{
    display: none;
    position: absolute;
    top: -130px;
	left: 145px;
    outline: 0px;
    z-index: 9999;
}

/*Popup*/
#attorneyList a:hover .popup{
    display: block;
}
.left{
    left: -240px !important;
}