/*********************/
/* 	PRACTICES			  */
/*********************/


/*********************/
/* 	Containers				  */
/*********************/
div#extender {
	background: #ffffff url(../media/images/background/wide_three_rightLight.jpg) repeat-y;
}

div#contentWrapper {
	background: transparent url(../media/images/background/sub_nav_bg.jpg) repeat-y; 
}

div#contentWrapperDark,
div#extenderDark {
	background: red;
}
div#contentWrapper.twoColumnLeft,
div#extender.twoColumnLeft {
	background: #ffffff url(../media/images/background/wide_two_rightNone.jpg) repeat-y;
}

/*
div#mainContent {
	padding: 40px 40px 40px 40px;
}
*/

div#wrapper div.relatedAttorneys{
	background-color: #ffffff;
	width: auto;
}

div#rightColumnWrapper {
	background: #566b87 url(../media/images/background/rightColumn_lightBlue.jpg) repeat-y;
}



/************************/
/* 	Practice Detail				*/
/************************/
div#practiceDetail {
	float: left;
	width: 450px !important;
	width: 454px; /* changed from 520px */
	padding: 26px 40px 40px 26px;
}



/************************/
/* 	Related Attorneys			*/
/************************/
div#relatedAttorneyHeader {
	background-color: white;
	width: 980px;
	height: 420px;
}
div#relatedAttorneyHeader div.headerLeft {
	float: left;
	width: 740px;
	overflow: hidden;
}
div#relatedAttorneyHeader div.headerRight {
	float: left;
	width: 240px;
	height: 420px;
	background-color: #798675;
}
div#relatedAttorneys {
	float: left;
/*	margin-left: 212px;*/
	background-color: #ffffff;
	width: 680px;
	overflow: hidden;
}

table#searchResults {
	width: 660px;
	float: left;
}
table#searchResults thead tr th {
	border-top: 1px dotted #686666;
	border-bottom: 1px dotted #686666;
	padding: 4px 0px 4px 0px;
	text-align: left;
}
table#searchResults thead tr th a.noLink{
	color: #566b87;
}
table#searchResults thead tr:hover {
	background-color: #ffffff;
}
table#searchResults tr td {
	padding-top: 5px;
	paddinng-bottom: 0px;
	height: 30px;
	vertical-align: top;
}
table#searchResults tr td img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
table#searchResults tr td a {
	display: block;
}

table.hover tr:hover, table.hover tr.hover  {  
	background-color:#efefef;  
}
table#searchResults tr td a.vcard {
	background: transparent url(/media/images/icon_vcard_lg.gif) no-repeat;
	background-position: 6px 0px;
	height: 25px;
}
table#searchResults tr td a.email {
	background: transparent url(/media/images/icon_email_lg.gif) no-repeat;
	background-position: 6px 0px;	
	height: 25px;
}
table#searchResults tr:hover a.vcard,
table#searchResults tr a.vcardHover {
	background: #efefef url(/media/images/icon_vcard_lg_hover.gif) no-repeat;
	background-position: 6px 0px;	
	height: 25px;	
}
table#searchResults tr:hover a.email,
table#searchResults tr a.emailHover {
	background: #efefef url(/media/images/icon_email_lg_hover.gif) no-repeat;
	background-position: 6px 0px;	
	height: 25px;	
}


/************************/
/* SIDEBAR LIST				*/
/************************/
div#focusBox h3.sidebarHeader {
	background-image: url(../media/images/txt_relatedClients.gif);
}
div#focusBox dl.sidebarList {
	margin: 10px 15px 0px 20px;
}
div#focusBox dl.sidebarList dt {
	color: #566b87;
}
div#focusBox dl.sidebarList dd {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}
div#focusBox dl.sidebarList dd ul {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

