/* CONTAINER DIV */
#financial-content-container 
{
	width:620px;
	float:left;
}

#financial-content-container-leftcol {
	float:left;
	width:305px;
}

* html #financial-content-container-leftcol {
	width:310px;
}

#financial-content-container-rightcol {float:right;width:310px;}

#financial-content {
	float:left;
	width:300px;
	padding-bottom:40px;
}

#financial-content-leftcol {
	float: left;
	width: 113px;
	height:62px;
}
#financial-content-leftcol img {margin-left: 9px;}

#financial-content-rightcol{
	float: left; width:185px; height:auto;
	background-image: url(../images/s_crumb_arrow.gif);
	background-repeat: no-repeat;
	background-position:0px -2px;
}

#financial-content-rightcol p {
	padding-top: 5px;
	margin: 0 0 0 15px;
}

#financial-snapshotline {
	background-image: url(../images/s_headingdevide.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 10px;
}
#financial-snapshotline2 {
	background-image: url(../images/s_headingdevide2.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 10px;
}

#financial-snapshottitle {
	padding-left: 16px;
	font-size: 13px;
	color: #274196;
	font-weight: bold;
	text-decoration:none;
}

#financial-content-container a{text-decoration: none;color:#333333;font-size:10px;font-weight:bold;}
#financial-content-container a:hover{color:#274196;}
#financial-content-container a:visited{color:#333333;}

/* td{background-image: url(../images/s_headingdevide.gif);
	background-position: bottom;
	background-repeat: repeat-x;}
*/

.financearea {
		background-color: #F2F2F2;
		padding: 14px;
	}
	
	.financearea .item {
		background-color: #fff;
		width: 633px;
		border: solid 1px #cbcbcb;
		margin-bottom: 9px;
	}
	
	.financearea .lastitem {
		margin-bottom: 0;
	}
	
	.financearea div.image,
	.financearea div.grid,
	.financearea div.arrow,
	.financearea div.intro {
		float: left;
	}
	
	.financearea div.image {
		width: 64px;
		height: 62px;
	}
	
	.financearea div.grid {
		background: url( ../images/s_block_grid.gif );
		width: 222px;
		height: 62px;
		border-right: solid 1px #F2F2F2;
	}
	
	.financearea div.intro {
		width: 240px;
		margin-left: 16px;
		font-size: 12px;
		margin-top: 5px;
	}
	
	.financearea div.arrow {
		background: url( ../images/S_block_arrow.gif ) no-repeat 0 15px;
		height: 62px;
		width: 32px;
		margin-left: 45px;
		text-indent: -6000px;
		overflow:hidden;
	}
	
	.financearea div.arrow a {
		height: 62px;
		width: 50px;
		display: block;
	}
	
	.financearea h1 {
		font-size: 20px;
		font-weight: normal;
		text-transform:uppercase;
		padding: 0;
		margin: 10px 0 0 10px;
	}
	
	.clrfix {
		clear: both;
		overflow: auto;
	} 
	
	img {
		border: 0;
	}
