/*asb aspire Style Sheet* - Last Updated by Simon Del Giudice on 03-07-07
******************************************************************/

/*Personal Injury Styles*
******************************************************************/

	#pi_contentleft{
		float: left;
		width: 177px;
		height: 321px;
		padding: 0;
		margin: 0 0 0 30px;
		background: url(../images/pi/pi_navback.jpg) no-repeat;
	}
		#pi_contentleft h1{
			color: white;
			padding: 5px 0 0 30px;			
			font-size: 14px;
			font-weight: bold;
		}	
		#pi_contentleft p{
			color: white;
		}
		#pi_contentleft ul{
			list-style: none;
			color: white;
			margin: 0 5px 0 5px;
		}
		#pi_contentleft li{
			color: white;
			padding: 0 0 3px 0;
			margin: 0;
			border-bottom: 1px dotted white;
		}
		#pi_contentleft li a{
			color: white;
			text-decoration: none;	
		}		
						
	#pi_contentright{
		float: right;
		width: 553px;
		margin: 0 30px 0 0;
	}
		#pi_contentright h1{
			color: #C70000;
		}		
		#pi_contentright p {
			padding: 0;
			font-weight: normal;
			color: #626262;
		}
