.LeftColumn
{
    float:left;
    width:176px;
}

.RightColumn
{
    float:left;
    width:402px;
}
.InnerColumn
{
    float:left;
    width:201px;
}

.homeFirstContent img, .homeSecondaryContent img
{
    padding-bottom:-3px;
}

.HomeFirstTitle
{
    background-image: url('../images/CTA_Bg.gif');
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
    padding:8px 0 0px 18px;
    line-height:18px;
	
}

.HomeFirstSubTitle
{
    background-image: url('../images/CTA_Bg.gif');
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #eee092;
	text-transform: uppercase;
    padding:0px 0 2px 18px;

}

.HomeFirstText
{    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
    padding:8px 10px 0px 18px;
    background-color:#8b3821;
}

a.HomeFirstLink
{
	background-image:url('../images/redBtn_Static.png');
	background-position:22px 0px;
	background-repeat: no-repeat;
	
	display: block;
	width:164px;
	height:45px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eee092;
	text-decoration: none;
	text-transform:uppercase;
	text-align:right;
	padding:13px 0px 0px 0px;
	line-height:11px;
	cursor:pointer;
	margin-left:-10px;
}

a:hover.HomeFirstLink
{
	background-image:url('../images/redBtn_Over.png');
	text-decoration: none;
}

.HomeFirstBtnText
{
    padding-right: 42px;
}

.HomeSecondaryTitle
{
    background-image: url('../images/SideBarLightYellow_Bg.png');
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00746b;
	text-transform: uppercase;
	padding:0px 0 8px 18px;
	line-height:18px;
}

.HomeSecondarySubTitle
{
    background-image: url('../images/SideBarLightYellow_Bg.png');
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005952;
	text-transform: uppercase;
	padding:4px 0 0px 18px;
}
.HomeSecondaryText
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
    padding:6px 10px 0px 18px;
}

a.HomeSecondaryLink
{
	background-image:url('../images/yellowBtn_Static.png');
	background-repeat: no-repeat;
	background-position:10px 0px;
	display: block;
	width:144px;
	height:43px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005952;
	text-decoration: none;
	text-transform:uppercase;
	text-align:right;
	padding:15px 0px 0px 0px;
	line-height:11px;
	cursor:pointer;
}

a:hover.HomeSecondaryLink
{
	background-image:url('../images/yellowBtn_Over.png');
	text-decoration: none;
}

.HomeSecondaryBtnText
{
    padding-right:34px;
}
