@charset "UTF-8";
/* CSS Document */

.service-block {
	position:relative;
	float:left;
	margin:0.65em;
	width:207px;
	margin-bottom:2em;
	font-size:9.5pt;
}

.service-block-sperator {
	position:relative;
	float:left;
	
	margin:0.25em;
	
	width:3px;
	height:100px;
}

.service-content-block h3 {
	padding:0;
	font-size:12pt;
	color:#d77620;
}

#services-panel {
	padding-left:1.75em;
	padding-right:1.75em;
}

.service-content-block {
	position:relative;
	float:left;
	line-height: 150%;
	min-height: 155px;
}

.content-container {
	background: url(/images/services-bkgrnd.png) top center no-repeat;
}

#ourservices-quote {
	position:relative;
	float:left;
	
	margin-top:35px;
	margin-left:35px;
	margin-bottom:25px;
	
	width:388px;
}

#ourservices-quote h2 {
	font-size:17pt;
	color:#0987c8;
}

#ourservices-quote .content-block {
	color:#888;
	font-size:14pt;
}

.learnmore-service {
	position:relative;
	float:left;
	
	margin-top:0.75em;
	
	text-align: center;
	padding-top: 6px;
	
	width:110px;
	height:34px;
	
	background: url(/images/btn-auburn-faded.png) no-repeat;
}

.learnmore-service a {
	color:#FFF;
	text-decoration: none;
}

