
	div#areas {
		font-family: Arial, Helvetica, sans-serif;
		color: #77807F;
	}
	
	div#areas-malpractice {
		display: block;
		margin: 20px 10px 0px -5px;
		border-bottom: dotted 1px #CDC1AD;
		background: #fffcdf;
		font-size: 1.2em;
	}
	
	div#area-sizer {
		width: 300px;
		padding: 10px 0px 0px 10px;
		height: 25px;
	}
	
	div#areas-injury,div#areas-product,div#areas-other {
		display: block;
		margin: 0px 10px 0px -5px;
		border-bottom: dotted 1px #CDC1AD;
		background: #fffcdf;
		height: 35px;
		font-size: 1.2em;
	}
	
	div#areas-end {
		display: block;
		margin: 0px 10px 0px -5px;
		background: #fffcdf;
	}
	div#info-malpractice,div#info-injury,div#info-product,div#info-other {
		color: #666666;
		font-size: 1.2em;
		background: url(../i/practice-area-bg.gif) repeat-x;
		margin: 0px 10px 0px -5px;
		padding: 20px;
		border-left: solid 4px #fffcdf;
		border-right: solid 4px #fffcdf;
	}
	
	.info-link {
		text-align: right;
		margin: 30px 10px 0px 0px;
	}
	
	.info-link a {
		font-size: 0.9em;
		color: #DB4105;
		text-decoration: underline;
	}
	
	.info-link a:hover {
		text-decoration: none;
	}
	
	div#malpractice-arrow,div#injury-arrow,div#product-arrow,div#other-arrow {
		width: 15px;
		height: 15px;
		float: right;
		margin: -20px 15px 0px 0px;
		background: url(../i/down_arrow.gif) no-repeat;
	}
