﻿.leftColumn {
   width: 300px;
   float: left;
}

.centerColumn {
   width: 500px;
   float: left;
}

.rightColumn {
   width: 280px;
   float: left;
   padding: 10px;
   text-align: center;
}

.mainHighlightContainer {
   width: 490px;
   padding: 5px;
   height: 220px;
   background-color: White;
}

.highlightSpacer {
   width: 490px;
   height: 13px;
   padding: 0px 5px;
   background: White url('../images/layout/highlightSpacer.gif') no-repeat scroll 5px 0;
}

.highlightContainers {
   width: 490px;
   padding: 5px 5px;
   background-color: White;
   height: 80px;
}

.highlightBottomSpacer {
   width: 500px;
   height: 62px;
   background: Transparent url('../images/layout/highlightBottomSpacer.gif') no-repeat scroll 0 0;
}

.leftHighlight {
   width: 160px;
   height: 80px;
   float: left;
}

.centerHighlight {
   width: 160px;
   height: 80px;
   float: left;
   margin: 0px 5px;
}

.rightHighlight {
   width: 160px;
   height: 80px;
   float: left;
}

.highlightImgTop
{
   text-align: center;
   clear: both;
   padding: 20px 0px;
}

.highlightImgTop .textContainer
{
   text-align: left;
}

.highlightImgLeft
{
   text-align: left;
   clear: both;
   padding: 20px 0px;
}

.highlightImgLeft .textContainer
{
   text-align: left;
}

.textContainer .title
{
   font-family: Arial;
   font-size: 14px;
   font-weight: bold;
   color: #EC4211;
   padding-bottom: 10px;
}

.textContainer .body
{
   font-family: Arial;
   font-size: 11px;
   color: #666666;
}

.textContainer .link
{
   font-family: Arial;
   font-size: 11px;
}

.textContainer .link a
{
   text-decoration: none;
   color: #EC4211;
}