/* main heading */
h1.faq {
	padding-left: 72px;
	display: block;
	height: 72px;
	
	padding-top: 12px;
	
	background: url(../images/icons/68x68px/faq.png);
	background-repeat: no-repeat;
	background-position: middle left;	
}


ul#faqs {
	list-style-type: none;
	margin-left: 0px;
}

ul#faqs li {

	background: url(../images/icons/22x22px/faq.png);
	background-repeat: no-repeat;
	background-position: top left;

	padding-left: 25px;
	padding-bottom: 16px;
	
	padding-top: 2px; /* adjust question to sit middle of faq icon */
	
	margin-bottom:18px;
}

p.question {
	font-size: 14px;
	font-weight: bold;
	
	margin-bottom: 0px;
}

a.get-in-touch {
	display: block;
	
	width: 182px;
	height: 72px; /* 47px; */
	
	margin-top: 16px;
	
	background-image: url(../images/links/get-in-touch-click-or-telephone.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	text-indent: -9999px;
}


.right {
	float: right;
}

