@charset "utf-8";

/*
	-- -- -- -- -- -- --
	Bios Styles for www.DKAttorneys.com
	Author: Versant, www.versantsolutions.com 
	Updated: Thurs 8.28.08 by Ben Reed
	-- -- -- -- -- -- --
*/


/* = Styles for Attorney Bios                                              
-----------------------------------------------------------------------*/
#bioWidget { 
	width: 362px; 
	float: left; 
	margin: 18px 0 0 4px;
	border: 10px solid #bababa;
	border-left: none;
	background-color: #dcdebf;
}
#bioWidget ul li { float: left; padding: 0 10px 3px 0; }

img.employeeImageLarge { float: left; margin: 0px 8px 8px 12px; }

#employeeInfo { background-color: #999a8c; margin: 18px 18px 0 18px; color: #FFF; font-size: 1.2em; padding-bottom: 25px; }
	#employeeInfo #employeesName { color: #333; font-size: 1.4em; padding-top: 10px; font-weight: bold; }
		 #employeeInfo #employeesName span { display: block; font-size:.8em; color: #FFF; padding-bottom: 8px; }
	#employeeInfo address { font-size: .9em; }
	#employeeInfo address span { display: block;}
	#employeeInfo address #phone { padding-top: 5px; }
	#employeeInfo address #fax { padding-bottom: 6px; }
	
#assistantLabel { clear: left; margin: 0 10px; padding: 10px 0 5px 10px; border-top: 1px solid #7e7f70; color: #333; font-weight: bold; }
#assistantName { float: left; }
#assistantEmail { padding: 14px 10px 0 0; float: right;}
#assistantInfo { margin: 0 10px 0 20px; }

#relatedEmployeeInfo { margin: 20px 18px; }
	#relatedEmployeeInfo dt { font-size: 1.4em; background: url(/_images/css/bio-divider.png) left bottom repeat-x; clear: both;}
	#relatedEmployeeInfo dt a { display: block; background: url(/_images/css/biosArrow.png) 95% 13px no-repeat; color: #333; text-decoration: none; padding: 10px 0 10px 4px; }
		#relatedEmployeeInfo dt.bioSelected a { color: #91a418; background: url(/_images/css/bioSelected.png) 96% 16px no-repeat;}
		#relatedEmployeeInfo dt a:hover, #relatedEmployeeInfo dt.bioSelected a:hover { text-decoration: underline; background: url(/_images/css/bioSelected.png) 96% 16px no-repeat; }
		
	#relatedEmployeeInfo dd { padding: 5px; background: #eceddc; overflow: hidden; width: 316px;  }
	#relatedEmployeeInfo dd ul { width: 316px; padding-bottom: 0; } 
	#relatedEmployeeInfo dd ul li { clear: left; width: 300px; }

#content.bio { width: 542px; float: left; margin: 0px 15px 0 30px; }
	#content.bio h2 { clear: both; }
	#content.bio dt { font-weight: bold; }

#bioUtilities { float: right; margin: 0 10px 0 0; }
#bioUtilities li { float: left; margin: 10px 0 0px 25px; line-height: 1.2em; background:none; }
	#bioUtilities li a { font-size: 1.1em; padding: 5px 0 5px 40px; display: block; height: 15px; float: left; }
		#bioUtilities li a#downloadVcard { 
			background: url(/_images/css/bg-vCard.gif) 0 center no-repeat;
		}
		#bioUtilities li a#printBio { 
			background: url(/_images/css/bg-print.gif) 0 center no-repeat;
			padding-left: 20px;
		}
		#bioUtilities li a#goBack {
			background: url(/_images/css/bg-backArrow.gif) left center no-repeat;
			padding-left: 8px;
			padding-right: 0;
		}
		
