@charset "UTF-8";

#flashContainer
{
	width: 867px;
	height:238px;
	margin-bottom: 25px;
	background: url(../images/flasharea-upper-right-bg.gif) no-repeat right top;
}
#homeLeftColumn
{
	width: 275px;
	float: left;
}
#homeLeftColumn h1
{
	margin: 0 40px 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #285D90;
}
#homeLeftColumn p
{
	margin-right: 55px;
	font-size: 11px;
	line-height: 13px;
	color: #666;
	text-align: right;
}
#homeLeftColumn a
{
	color: #069;
	text-decoration: underline;
}
#homeRightColumn
{
	width: 579px;
	float: left;
	background: #F4F4F4 url(../images/home-buckets-bottom-bg.gif) no-repeat left bottom;
}
#homeRightColumn #contentBucketLeft
{
	width: 350px;
	float: left;
	display: inline;
	margin-left: 15px;
	padding: 5px 0 25px 0;
	background: url(../images/home-bucket-bg.gif) repeat-x 0 18px;
}
#homeRightColumn #contentBucketRight
{
	width: 184px;
	float: left;
	display: inline;
	margin-left: 15px;
	padding: 5px 0 25px 0;
	background: url(../images/home-bucket-bg.gif) repeat-x 0 18px;
}
#homeRightColumn #contentBucketLeft h1, #homeRightColumn #contentBucketRight h1
{
	margin: 0 0 10px 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #285D90;
}	
#homeRightColumn #contentBucketLeft p
{
	margin:0 15px 10px 12px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #DF5A31;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#homeRightColumn #contentBucketLeft p.noBorder
{
	border-bottom: none;
}
#homeRightColumn #contentBucketLeft a
{
	font-size: 12px;
	line-height: 18px;
	color: #DF5A31;
	text-decoration: none;
	font-variant: small-caps;
	white-space: nowrap;
}
#homeRightColumn #contentBucketRight img
{
	display: block;
	margin: 0 0 12px 12px;
}

