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

#phonespell-faqs h6 {
    font-size: 12pt;
    line-height: 14pt;
}

/* ------------------- FAQ Numbers ------------------- */
#faqContent{
	clear:both;
	padding:45px 20px;
	margin: 0 50px;
	border-top:thin solid gray;
	font:Verdana, Geneva, sans-serif;
	font-size:13pt;

}

.psOne, .psTwo, .psThree, .psFour {
	float:left;
	background-position: left top;
	background-repeat:no-repeat;
	height:47px;
	margin:30px 10px 0 0;
	padding:14px 0 0 48px;
	text-align: left;	
}
.onOne, .onTwo, .onThree, .onFour {
	float:left;
	background-position: left top;
	background-repeat:no-repeat;
	height:47px;
	margin:30px 10px 0 0;
	padding:14px 0 0 48px;
	text-align: left;	
}
.psOne {
	background-image:url(../images/numbers_01off.jpg);
	width:160px;}
.psTwo {
	background-image:url(../images/numbers_02off.jpg);
	width:180px;
	}
.psThree {
	background-image:url(../images/numbers_03off.jpg);
	width:180px;}
.psFour {
	background-image:url(../images/numbers_04off.jpg);
	width:50px;}	
	
.onOne {
	background-image:url(../images/numbers_01.png);
	width:160px;}
.onTwo {
	background-image:url(../images/numbers_02.png);
	width:180px;
	}
.onThree {
	background-image:url(../images/numbers_03.png);
	width:180px;}
.onFour {
	background-image:url(../images/numbers_04.png);
	width:50px;}
	
