/*
	Styles applied to the home page.
*/
TABLE.blocks
{
	border-collapse			: collapse;
	border-spacing			: 0;
	margin-bottom			: 16px;
	width					: 100%;
}

TD.block
{
	color					: white;
	font-size				: 90%;
	font-weight				: bold;
	height					: 130px;
	padding-top				: 9px;
	padding-bottom			: 0px;
	padding-left			: 10px;
	padding-right			: 12px;
	text-align				: left;
	vertical-align			: top;
	width					: 350px;
}

TD.block_property
{
	background				: url( "../images/block - property.png" ) top left no-repeat white;
}


TD.block_commercial
{
	background				: url( "../images/block - commercial.png" ) top left no-repeat white;
}

TD.block_litigation
{
	background				: url( "../images/block - litigation.png" ) top left no-repeat white;
}

TD.block_executries
{
	background				: url( "../images/block - private client.png" ) top left no-repeat white;
}

DIV.block_links
{
	color					: white;
	font-weight				: normal;
	line-height				: 140%;
	margin-left				: 16px;
	margin-top				: 2px;
}

A.block_links
{
	color					: white;
	text-decoration			: underline;
}

A.block_links:visited
{
	color					: white;
	text-decoration			: underline;
}

A.block_links:hover
{
	color					: yellow;
	text-decoration			: underline;
}
