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

