/***************************************************************
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:#A1B3AA;
	}

.blobTestimonial {
	margin-bottom:12px;
	padding:0 5px;
}
	.blobTestimonial h2{
		font-size:130%;
		text-align:center;
		color:#fff;
	}

.blobImage {
	position: relative;
	margin: 0 auto 0;
	padding-top: 15px;
	width: 536px;
	height: 375px;
}
	.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
***************************************************************/
.blobHome {
	position:relative;
	display: inline;
	float: left;
	margin-left: 12.5px;
	
	width: 250px;
	background: #8ba696;
}
	.blobHome .blobTopLeft {
		height: 40px;
		background: url('images-layout/home-blob-top-left.gif') left top no-repeat;
		
	}
	.blobHome .blobTopRight { 
		height: 30px;
		padding-top: 10px;
		background: url('images-layout/home-blob-top-right.gif') right top no-repeat;
	}
	.blobHome .blobTopRight h2 {
		margin:0;
		padding: 0;
		text-align: center;
		font-size: 150%;
		color: #0D3326;
		
	}
	.blobHome .blobBody {
		height: 116px;
		padding: 0 10px;
		color: #464646;
		font-size: 100%;
		line-height: 1.5em;
		text-align: center;
		border-style: solid;
		border-color: #ecbc36;
		border-width: 0 2px;
	}
	.blobHome .blobBottomLeft {
		height: 22px;
		background: url('images-layout/home-blob-bottom-left.gif') left bottom no-repeat;
	}
	.blobHome .blobBottomRight { 
		height: 22px;
		background: url('images-layout/home-blob-bottom-right.gif') right bottom no-repeat;
	}

.blobContact {
	padding: 0 20px;
}
	.blobContact .blobTopLeft {
	
	}
		.blobContact .blobTopRight { 
		
		}
			.blobContact .blobTopRight h2 {
				color:#193126;
				font-family:arial,helvetica,verdana,sans-serif;
				font-size:120%;
				margin:0pt 0pt 0.3em;
			}
	.blobContact .blobBody {
		margin-top: 15px;
	}
	.blobContact .blobBottomLeft {
		display:none;
	}
		.blobContact .blobBottomRight { }