.homePanelItemTitle{
    padding-left: 0px;
    font-size: small;
    line-height: 14px;
    color: #555555;
    font-weight: bold;
}

.homePanelSet{
    float: left;
}

.homePanelItemText{
    padding-left: 0px;
    font-size: x-small;
    line-height: 14px;
    color: #555555;
}

.homePanelItemText a
{
    color: #9900ff;
    text-decoration: underline;
    font-weight: bold;
}

.homePanelItemText a:hover
{
    color: #9900ff;
    text-decoration: underline;
    font-weight: bold;
}

.homePanelItemText a:visited
{
    color: #095AA6;
    text-decoration: underline;
}

.homeLeftPanelContainer{
    width:260px;
    float:left
}

.homeLeftPanelNoImage{
    float:left;
    padding-top:6px;
    padding-left:3px;
}

.homeLeftPanelImage{
    width:90px;
    float:left;
    padding-top:6px;
}

.homeLeftPanelText{
    width:160px;
    float:left;
    padding-top:6px;
    padding-left:3px;
}


.homeRightPanelContainer{
    width:260px;
    float:left;
    padding-left:6px;
}

.homeRightPanelNoImage{
    float:left;
    padding-top:6px;
}

.homeRightPanelImage{
   width:90px;
   float:left;
   padding-top:6px;
}

.homeRightPanelText{
    width:160px;
    float:left;
    padding-top:6px;
    padding-left:3px;
}

/**** Airedale ***/

.homeContentContainer{
    font-family: Verdana;
    font-size: x-small;
    width: 530px;
}

.homeImage img{
    width: 465px;
    align: middle;
}

.homeContent{
    width: 485px;
    line-height: 1.4em;
    margin-top: 6px;
}

.homeContent a{
    color: #392D83;
    text-decoration: none;
}

.homeContent a:hover{
    color: #392D83;
    text-decoration: underline;
}

.homeContent a:visited{
    color: #392D83;
    text-decoration: none;
}

.homeFeatureContainer{

    background-color: #E2E3D4;
    font-family: Verdana;
    color: #000000;
    width: 465px;
    margin-bottom: 15px;
    padding: 10px;
    display: inline;
    float: left;
}

.homeFeatureContainer a{
    color: #392D83;
    text-decoration: none;
}

.homeFeatureContainer a:hover{
    color: #392D83;
    text-decoration: underline;
}

.homeFeatureContainer a:visited{
    color: #392D83;
    text-decoration: none;
}

.homeFeatureTitle{
    font-size: large;
    color: #392D83;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-left: 5px;
}

.homeFeature{
    vertical-align: top;
    padding-bottom: 15px;
    float: left;
}


.homeFeatureSubTitle{
    font-size: small;
    font-weight: bold;
    color: #392D83;
    text-transform: uppercase;
    vertical-align: top;
    padding-bottom: 5px;
}

.homeFeatureImage{
    width: 180px;
    text-align: center;
    vertical-align: middle;
    float: left;
    border: 0;
    display: block;
}

.homeFeatureImage img{
   vertical-align: middle;
}

.homeFeatureText{
    vertical-align: top;
    font-size: x-small;
    padding: 2px;
}

.homeFeatureContent{
	float: right;
    width: 275px;
}