@charset "UTF-8";

#flashContainer
{
	width: 680px;
	height: 460px;
	float: left;
	display: inline;
	margin-bottom: 35px;
}
#homeContentContainer
{
	width: 245px;
	float: left;
	display: inline;
	margin: 10px 0 0 15px;
}
#homeContentContainer h1
{
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #C04F0E;
	margin-bottom: 4px;
	padding: 5px 0 4px 0;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}
#homeContentContainer p
{
	font-size: 11px;
	line-height: 14px;
	color: #333;
	margin-bottom: 8px;
}
#homeContentContainer p.intro
{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #C04F0E;
	margin-bottom: 20px;
}
#homeContentContainer a
{
	color: #0977C4;
}
#homeContentContainer a.learnMore
{
	color: #C04F0E;
}
#tooltipContainer 
{
	margin-bottom: 8px;
}
.tooltip_one, .tooltip_two, .tooltip_three, .tooltip_four
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	line-height: 13px;
	text-transform: uppercase;
}
#homeContentContainer .tooltip_one a, #homeContentContainer .tooltip_two a, #homeContentContainer .tooltip_three a, #homeContentContainer .tooltip_four a
{
	color:#fff;
	text-decoration: none;
}
.tooltip_one, .tooltip_two, .tooltip_three, .tooltip_four
{
	text-align: center;
}
.tooltip_one {
	width:150px;
	height:19px;
	display:none;
	background: url(/images/tip-bg.gif) no-repeat -179px 0;
	padding:16px 0 0 0;
}
.tooltip_two {
	width:154px;
	height:19px;
	display:none;
	background: url(/images/tip-bg.gif) no-repeat -179px 0;
	padding:16px 0 0 0;
}
.tooltip_three {
	width:134px;
	height:19px;
	display:none;
	background: url(/images/tip-bg.gif) no-repeat -100px 0;
	padding:16px 0 0 0;
}
.tooltip_four {
	width:134px;
	height:19px;
	display:none;
	background: url(/images/tip-bg.gif) no-repeat -100px 0;
	padding:16px 0 0 0;
}


