/* =====================================================================		landing.css========================================================================   	Author: James Dacosta   	Date:	22/10/08------------------------------------------------------------------------	Comments------------------------------------------------------------------------   	   	Styles for landing pages    	   	========================================================================*//* about styles */	.block, .block .actionLink, .blockImg {		border:1px solid #250480;	}	.block .actionLink span { 		background-color: #250480; 		background-image: url(../img/misc/purple_circle_arrow.png);	}	.block .cut {		background: url(../img/misc/purple_cutoff.png) top right no-repeat;	}.listContent{			background-image: url(../img/subsection/about/dots.gif);		background-position:50% 50%;		background-repeat:repeat-x;		_display:inline-block;		#display:inline-block;			}	.moreLinkPrinter {			color:#FFF;  		border:1px solid #250480;	}	.moreLinkPrinter span{		background-color:#250480;		background-image: url(../img/misc/purple_circle_arrow.png);			}	.moreLink span{		background-color:#250480;		background-image: url(../img/misc/purple_circle_arrow.png);			}	.moreLink a {			color:#FFF; 		border:1px solid #250480;	}
