/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(http://www.allmandandlee.com/Scripts/images/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(http://www.allmandandlee.com/Scripts/images/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://www.allmandandlee.com/Scripts/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 

.hideProfile {
	display: none;
}

.attorney_profile {
	position: relative;
	padding: 5px 25px 15px 25px;
	width: 600px;
	margin-top: 24px;
	margin-left: 40px;
	background:url(http://www.allmandandlee.com/Scripts/images/callout_back.png) repeat-y;
	color: #FFFFFF;
	
}

.attorney_profile .top {
	position: absolute;
	top: -24px;
	left: 0;
}

.attorney_profile .bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
}

.attorney_profile .video {
	margin: 12px 0 0 10px;
	float: right;
}

.attorney_profile .video img {
	border: 7px solid #CCC;
	margin-right: 15px;
	float: right;
}

.attorney_profile h3 {
	font-size: 16px;
	font-family: “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, sans-serif !important;
	border-bottom: 1px solid #CCCCCC;
	margin: 5px 0 !important;
	padding: 5px;
}

.attorney_profile p {
	margin-left: 5px;
	font-family: “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, sans-serif !important;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	text-align: justify;
	margin-top: 0px;
}

.attorney_profile ul.toc {
	height: 180px;
	width: 275px;
	margin-left: 0px;
	padding-left: 24px;
	padding-top: 15px;
	margin-bottom: 0px;
}

.attorney_profile ul li {
	font-family: “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, sans-serif !important;
	line-height: 16px;
	font-size: 12px;
}

.attorney_profile .badges {
	position: absolute;
	right: 38px;
	bottom: 10px;
}

.badges a img {
	border-style: none;
	border: 0px;
}

.attorney_profile a {
	color: #FFFFFF;
}
