/***************************************************************
Style Sheet for Justice Systems

Copyright 2008 by Justice Systems, All Rights Reserved
***************************************************************/



/***************************************************************
Default Blob Styles
***************************************************************/
.blobDefault {
	margin-bottom:12px;
}
	.blobDefault h2 {
		font-size:130%;
		text-align:center;
		color:#fff;
	}

.blobTestimonial {
	margin-bottom:12px;
	padding:0 5px;
}
	.blobTestimonial h2{
		font-size:130%;
		text-align:center;
		color:#fff;
	}

.blobImage {
	margin-bottom:12px;
	padding:0;
	border:1px solid #c7cacd;
}
	.blobImage h2 {
		margin:0;
		padding:6px 0 5px 0;
		font-size:105%;
		text-align:center;
		border-bottom:1px solid #c7cacd;
		background:#ececec;
	}
	.blobImage img {
		float:left;
	}


/***************************************************************
Custom Blob Styles
***************************************************************/

/***************************************************************
Custom Blob Styles
***************************************************************/
.blobStyle2 {
	position:relative;
	margin-bottom:12px;
	border-left:1px solid #dbdbdb;
}
	.blobStyle2 .topLeft {
		padding-top:32px;
		padding-left:20px;
		border-bottom:1px solid #dbdbdb;
	}
	.blobStyle2 .topRight { }
	.blobStyle2 .topRight h2 {
		font-style:italic;
		color:#ee3026;
	}
	.blobStyle2 .blobBody {
		
	}
	.blobStyle2 .bottomLeft {
		display:none;
	}
	.blobStyle2 .bottomRight { }