/* CSS Document */

/* Home Page */
#homeOutline
{
	margin:0 auto;
	padding:0 20px;
	width:940px;
	border:1px solid #cccccc;
	background:#ffffff;
}
#homeTote 
{
	position:relative;
	float:right;
	margin-left:10px;
	padding:9px;
	width:195px;
	height:440px;
	background:#fbfcfe;
	border:1px solid #cccccc;
}
#homeTote .videoText
{
	margin-bottom:5px;
	padding:0 0 9px;
	height:48px;
	border-bottom:1px solid #cccccc;
	line-height:14px;
}
.homeSection
{
	position:relative;
	float:left;
	margin:19px 10px 19px 0;
	padding:12px;
	background:#f3f3f3;
	width:201px;
	height:210px;
	
}
.homeSectionNews
{
	margin:19px 0 0;
	padding:12px 0;
	background:#ffffff;
	line-height:14px;
	height:125px;
}
.homeSectionImage 
{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:3px solid #dadada;
}
.homeSectionColumnA, .homeSectionColumnB, .homeSectionColumnC
{
	padding-left:58px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	height:93px;
	border-bottom:1px solid #cccccc;
	margin-bottom:7px;
}
.homeSectionColumnA
{
	background:url(../Images/Home/im_icon_home_findings.jpg) no-repeat;
}
.homeSectionColumnB
{
	background:url(../Images/Home/im_icon_home_funding.jpg) no-repeat;
}
.homeSectionColumnC
{
	background:url(../Images/Home/im_icon_home_inhouse.jpg) no-repeat;
}
#akaLink
{
	margin:0 auto;
	padding:10px 20px;
	width:940px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#231f20;
}
