/* CSS Document */


#title
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

#attorneyIntro
{
}

#attorneyList
{
	width:150px;
	float:right;
	text-align:left;
	padding:10px
}

#attorneyNameDiv
{
	width:400px; 
	height:30px; 
	vertical-align:bottom; 
	margin:20px 0 10px 10px;
}

#attorneyNameDiv #attorneyName
{
	color:#333366;
	font-size:14px;
}

#attorneyNameDiv #attorneyTitle
{
	color:#333366;
	font-size:12px;
}



#attorneyPictureDiv
{
	margin:0 0 0 10px;
	width:100px; 
	height:120px; 
	float:left;
}
#attorneyPictureDiv #attorneyPhoto
{
	padding:0;
	margin:0;
	width:100px;
	height:120px;
}

#attorneyBioDiv
{
	width:390px; 
	height:auto;
	margin:0 0 0 10px;
	vertical-align:top; 
	float:left;
}

#attorneyBioDiv .lawyerName
{
	color:#333366;
	font-size:12px;

}

/* Biolist Wrapper */
#attorneyBioDiv #attorneyBioList
{
	margin:0 0 20px 0;
	padding:0px;
	line-height:2em;
	text-indent:0px;
	list-style-type:none;
}


/* List of sections*/

#attorneyBioDiv #attorneyBioList li
{
	margin:0px;
	text-indent:0;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

/*  Sub List containing individual items belonging to the section*/
#attorneyBioDiv #attorneyBioList ul
{
	line-height:1.5em;
	list-style:none;
}

/* the indiviual items */
#attorneyBioDiv #attorneyBioList ul li
{
	color:#000000;
	font-size:10px;
	font-weight:normal;
}

/* a list containing aditional info for each item */
#attorneyBioDiv #attorneyBioList ul li ul
{
	margin:0 0 1em 0;
	padding:0;
	text-indent:0;
	list-style:none;
}

/* each line item of the additinal info */
#attorneyBioDiv #attorneyBioList ul li ul li
{
	margin:0;
	color:#000000;
	font-size:9px;
	font-weight:normal;
}

/* sub info */
#attorneyBioDiv #attorneyBioList ul li ul li ul
{
	list-style:square;
	margin-left:2em;
	padding-left:1em;
	text-indent:1em;
}

/* each line of sub info */
#attorneyBioDiv #attorneyBioList ul li ul li ul li
{

}

#attorneyBioDiv .attorneyBio
{
	color:#000000;
	font-size:11px;
	font-weight:100;
}
#layout #content #userContent #attorneyBioDiv #attorneyBioList .publications {
	list-style-type: disc;
	list-style-position: inside;
}
