/***************************************************************
Style Sheet for Oregon Fresh Start

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:10px;
	padding:10px;
	background: #e5e4dc;
}
	.blobTestimonial h2{
		margin: 0;
		padding: 0;
	}
	.blobTestimonial p {
		margin: 0;
		padding: 0;
		font-size: 115%;
		text-align: center;
	
	}
	.blobTestimonial p em {
		display: block;
		margin-bottom: 7px;
	}

.blobImage {
	margin-bottom:12px;
	padding:0;
	border:0;
}
	.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;
	}
.blobFlash {
	height: 250px;
	width: 930px;
	border: 1px solid #000;
	background: #d3d2ce;
}

/***************************************************************
Custom Blob Styles
***************************************************************/
.blobStyle {
	float: left;
	position: relative;
	display: inline;
	height: 215px;
	width: 299px;
	margin:0 0 0 16.5px;
	
}
	.blobStyle .blobTopLeft {
		padding: 0;
		background: url('/images-layout/navigation-hover-bg.jpg') no-repeat #000942;
	}
	.blobStyle .blobTopRight { }
	.blobStyle .blobTopRight h2 {
		margin: 0;
		padding: 10px 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 115%;
		font-weight: normal;
		text-align: center;
		color:#fff;
		
	}
	.blobStyle .blobBody {
		position:relative;
		height: 175px;
		
		padding: 0 5px 0 5px;
		text-align: center;
		font-size: 125%;
		line-height: 1.4em;
		color: #000;
		border: 1px solid #000941;
		background:url('images-layout/home-blob-bg-1.gif') top left no-repeat;
	}
		.blobStyle .blobBody p {
			padding-top:30px;
		}
		.blobStyle .blobBody .buttonStyle1, .blobStyle .blobBody .buttonStyle1:link, .blobStyle .blobBody .buttonStyle1:visited, .blobStyle .blobBody .buttonStyle1:active, .blobStyle .blobBody .buttonStyle1_ie6hover {
			position: absolute;
			top:9.5em;
			left:37px;
			padding-top:5px;
			height:28px;
		}
	.blobStyle .blobBottomLeft {
		display: none;
	}
	.blobStyle .blobBottomRight { 	
		font-size: 1%;
	}

	
.blobStyle1 {
	height: 165px;
	width: 225px;
	margin-bottom:10px;
	background: url('images-layout/blob-style-1-bg.jpg') #434673;
	
}
	.blobStyle1 .blobTopLeft {
		padding: 0;
	}
	.blobStyle1 .blobTopRight { }
	.blobStyle1 .blobTopRight h2 {
		margin: 0;
		padding: 10px 0;
		font-family: "Times New Roman", Times, serif;
		font-size: 220%;
		font-weight: normal;
		text-align: center;
		color:#fff;
	}
	.blobStyle1 .blobBody {
		margin-bottom: 13px;
		padding: 0 5px;
		text-align: center;
		font-size: 110%;
		line-height: 1.4em;
		color: #fff;
	}
	.blobStyle1 .blobBottomLeft {
	}
	.blobStyle1 .blobBottomRight { 		
	}
	
	
.blobContact {
	position: relative;
	float: left;
	margin:0 0 0 0;
	padding:0;
}

.blobContact .blobTopLeft {

}
.blobContact .blobTopRight {
}
.blobContact .blobTopRight h2 {
	padding:5px 0;
	margin:0 0 0 0;
	line-height:1.4em;
	color:#000;
	background:#fff;
	font-size: 110%;
	line-height:1.5em;
	font-weight: normal;
	
}
.blobContact .blobBody {
	margin:0;
	padding:5px;
	background-color: #fff;
	
	
	color:#000;
}
.blobContact #phone {
	position:absolute;
	bottom:0;
	margin:0;
	padding:0 0 5px 50px;
	font-size:115%;
	color:#e93400;
}
.blobContact .blobBottomLeft {
	display: none;
}
.blobContact .blobBottomRight {
}


#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

#welcome {
	position:absolute;
	z-index:9999;
	display:none;
	padding:5px;
	width:540px;
	background:white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #262864;
}
	#welcome h2 {
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		background: #262864;
		color:white;
		padding:5px 0 7px;
		position:relative;
		height:18px;
	}
	
	#welcome h2 a{
		position:absolute;
		right:6px;
		top:5px;
		background:#616C9A;
		width:20px;
		height:20px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:white;
		text-decoration:none;
	}
	
		#welcome h2 a:hover {
			background:#818CAA;
		}
	#welcome .body {
		padding:5px 5px 0;
	}
	#welcome p {
		text-align:left;
		margin-bottom:.8em;
		line-height:1.3em;
	}