/***************************************************************
Style Sheet for SNCLoans.com

Copyright 2008 by Sebo Marketing, 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;
	}

/*--------------- Left Navigation Style --------------------*/
/*.blobStyleNav {
	position:relative;
	top:-20px;
	margin:0 10px 15px 10px;
	padding-bottom:15px;
	
	border-bottom:2px solid #004167;
}
	.blobStyleNav .blobTopLeft {
		
	}
	.blobStyleNav .blobTopRight {
		width:100%;
	}
	.blobStyleNav h2 {
	
	}
	.blobStyleNav .blobTopRight h2 {
		margin:0;
		padding:0 0 5px 0;
		text-align:center;
		font-size:130%;
		font-family:Georgia, "Times New Roman", times, serif;
		font-weight:bold;
		color:#004167;
		/*background:url('images-layout/dash.gif') 6px 50% no-repeat;*/
	/*}
		.blobStyleNav .blobTopRight h2 a:link, .blobStyleNav .blobTopRight h2 a:visited,
		.blobStyleNav .blobTopRight h2 a:hover, .blobStyleNav .blobTopRight h2 a:active {
			color:#004167;
		}
	.blobStyleNav .blobBody {
		margin:0;
		padding:0;
		width:100%;
	}
	.blobStyleNav .blobBottomLeft {
		display:none;
	}
	.blobStyleNav .blobBottomRight {
		
	}
*/


/***************************************************************
Custom Blob Styles
***************************************************************/
.blobStyle2 {
	position:relative;
	margin-bottom:12px;
}
	.blobStyle2 .topLeft {
		background:url('/images-layout/blob-style-2-top-left.gif') top left no-repeat;
	}
	.blobStyle2 .topRight {
		width:100%;
		height:30px;
	}
	.blobStyle2 .blobBody {
		margin:0;
		padding:1em 0 1px 0;
		
		color:#fff;
		
		border:3px solid #fff;
		border-width:0 3px;
		background:url('/images-layout/blob-style-2-blob-body.gif') 50% 0 no-repeat #004167;
	}
		#headerContactUs {
			position:absolute;
			top:8px;
			margin:0;
			padding:0;
			
			width:100%;
			
			text-align:center;
			font-size:250%;
			font-family:Georgia, "Times New Roman", times, serif;
			font-weight:normal;
			color:#fff;
		}
		.blobStyle2 .blobBody ul {
			margin:0;
			padding:0;
			list-style:none;
		}
		.blobStyle2 .blobBody ul li {
			position:relative;
			clear:left;
			margin-left:10px;
			margin-bottom:.25em;
			padding-top:.75em;
			padding-left:2.75em;
			height:2em;
			font-size:115%;
		}
		.blobStyle2 .blobBody .contactMethod {
			position:absolute;
			top:-.15em;
			left:0;
			float:left;
			font-family:Georgia, "Times New Roman", times, serif;
			font-size:370%;
		}
		.blobStyle2 .blobBody .text1 {
			position:relative;
			display:block;
			font-size: 21px;
			padding-top: 4px;
		}
		.blobStyle2 .blobBody .text2 {
			position:relative;
			display:block;
			font-size: 21px;
			padding-top: 9px;
		}
		#contactMethodPhone {
			display:block;
			padding-top:7px;
			font-size:125%;
		}
		.blobStyle2 .blobBody ul li a{
			color:#fff;
		}
	.blobStyle2 .bottomLeft {
		background:url('/images-layout/blob-style-2-bottom-left.gif') top left no-repeat;
	}
	.blobStyle2 .bottomRight {
		width:100%;
		height:30px;
	}
	
.blobStyle3 {}
	.blobStyle3 .topRight h2, .blobStyle3 .topRight h3 {
		text-align:center;
	}
	.blobStyle3 .blobBody {
		text-align:center; 
	}
	.blobStyle3 .blobBody form {
		display:block;
		width:60%;
		margin:0 auto;
	}
	.blobStyle3 .blobBody form label {
		float:left;
		text-align:left;
		font-weight:bold;
		margin:.5em 0 0 0;
		width:60%;
	}
	
	.blobStyle3 .blobBody .buttonStyle1, .blobStyle3 .blobBody .buttonStyle1_ie6hover {
		margin:10px auto 0 auto;
	}


#applyOnline, #applyDownload {
	display:block;
	margin-left:8px;
	width:216px;
	font-family:Georgia, "Times New Roman", times, serif;
	font-size:120%;
	font-weight:normal;
	text-align:center;
}
#applyOnline {
	padding-top:18px;
	height:60px;
	color:#004167;
	background:transparent url('/images-layout/loan-application-bg2.gif') 50% 0 no-repeat;
}
#applyDownload {
	padding-top:30px;
	height:59px;
	color:#fff;
	background: transparent url('/images-layout/loan-application-bg2.gif') 50% -78px no-repeat;
}
	.applyButton:link, .applyButton:visited {
		display:block;
		margin:0 auto;
		padding-top:5px;
		width:186px;
		height:27px;
		color:#fff;
		text-decoration:none;
		background:transparent url('images-layout/button-style-3.gif') no-repeat;
	}
	.applyButton:active, .applyButton:hover {
		color:#fff;
		text-decoration:none;
		background:transparent url('images-layout/button-style-3.gif') 0 -32px no-repeat;
	}