@media screen, projection {
	
	#content { padding-top: 15px; }

	#rightcol { position: relative; right: -2px; float: right; width: 228px; }
	#leftcol { position: relative; left: -2px; float: left; width: 612px; }
	
	p.viewall { font-size: 1.1em; background: url("../images/button-viewall.gif") top right no-repeat; line-height: 27px; text-align: center; position: absolute; top: 12px; width: 66px; height: 29px; }
	p.viewall a { display: block; width: 64px; height: 29px; }
	#leftcol p.viewall { right: 18px; }
	#rightcol p.viewall { right: 11px; }
	
	#leftcol #services { float: left; width: 100%; background: url("../images/bg-home-services.gif") repeat-y; }
	#leftcol #services h2 { text-indent: -999em; height: 50px; margin: 0; padding: 0; background: url("../images/bg-home-services-top.gif") top left no-repeat; }
	#leftcol #services-inner { float: left; width: 100%; background: transparent url("../images/bg-home-services-bottom.gif") bottom left no-repeat; padding-bottom: 20px; }
	#leftcol #services-inner div { clear: both; float: left; width: 551px; background: url("../images/bg-home-services-callout.gif") top left no-repeat; padding: 10px 42px 10px 19px; }
	#leftcol #services-inner div img { float: left; display: inline; }
	#leftcol #services-inner div h3 { font-family: arial, sans-serif; font-size: 1.4em; font-style: normal; font-weight: bold; letter-spacing: -1px; }
	#leftcol #services-inner div h3,
	#leftcol #services-inner div p { float: right; width: 269px; }
	
	#rightcol #news { background: url("../images/bg-home-news.gif") repeat-y; margin-bottom: 1.8em; }
	#rightcol #news h2 { text-indent: -999em; height: 50px; margin: 0; padding: 0; background: url("../images/bg-home-news-top.gif") top left no-repeat; }
	#rightcol #news ul { background: url("../images/bg-home-news-bottom.gif") bottom left no-repeat; list-style: none; margin: 0; padding: 0 0 12px 0; width: 100%; }
	#rightcol #news li { margin: 0 0 10px 0; padding: 0 15px; line-height: 1.5em; }

	#rightcol #events { background: url("../images/bg-home-events.gif") repeat-y; margin-bottom: 1.8em; }
	#rightcol #events h2 { text-indent: -999em; height: 50px; margin: 0; padding: 0; background: url("../images/bg-home-events-top.gif") top left no-repeat; }
	#rightcol #events ul { background: url("../images/bg-home-events-bottom.gif") bottom left no-repeat; list-style: none; margin: 0; padding: 0 0 12px 0; width: 100%; }
	#rightcol #events li { margin: 0 0 10px 0; padding: 0 15px; line-height: 1.5em; }
	
}

@media print {

}