/*--------- services.php, chiropractic.php, acupuncture.php ---------*/
.noList{
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
}

/*--------- chiropractic.php ---------*/
/* self clearing */
#treatmentList{
	*zoom: 1;
}

#treatmentList:after{
	display: block;
	content: " ";
	clear: left;
	height: 0px;
	visibility: hidden;
}
/* end self clearing */

#treatmentList li{
	float: left;
	display: block;
	width: 200px;
}

/*--------- newsletter.php ---------*/
#newsLetterList td{
	text-align: center;
}

.adobe{
	width: 16px;
	height: 16px;
	background: #fff url(../images/adobe.png) center center no-repeat;
}
