/* START content list of main classes & id's in this stylesheet
	.pod
	.callToAction
END content list */



/* START .pod */
	#mainContent .pod { background: transparent url(/template-images/abc/layout/bg/pod/top.png) no-repeat left top; width: 388px; overflow: hidden; }
		#mainContent .pod .pContent { width: 168px; padding: 13px; float: left; }
			#mainContent .pod h3 { color: #677F2B; }

	#mainContent .pod .pFooter { background: transparent url(/template-images/abc/layout/bg/pod/bottom.png) no-repeat left top; width: 398px; height: 8px; display: block; clear: both; }
/* END .pod */






/* START .CTA */
#subContent .callToAction { background: transparent url(/template-images/abc/CTA/dash.png) repeat-x bottom left; padding: 20px 10px; }

	#subContent .callToAction a { color: #C95406; font-weight: bold; font-size: 1.2em; padding-left: 22px; }
		#subContent .callToAction a:hover { text-decoration: underline; }
	
		#subContent .callToAction.CTA_phone a { background: transparent url(/template-images/abc/CTA/callus.png) no-repeat center left; }
		#subContent .callToAction.CTA_email a { background: transparent url(/template-images/abc/CTA/emailus.png) no-repeat center left; }
		#subContent .callToAction.CTA_download a { background: transparent url(/template-images/abc/CTA/download.png) no-repeat center left; }

	#subContent .CTA_last { background: transparent; }


/* END .CTA */