﻿/*
 * Special Section Formatting
 */

/*
 *  Headings
 */
.Individual h2,
.Individual h3
{
    color: rgb(132, 163, 153);
}
.Business h2,
.Business h3
{
    color: rgb(146, 55, 38);
}
.Companies h2,
.Companies h3
{
    color: rgb(204, 162, 90);
}

/*
 *  Links
 */
.Individual #Main a:hover 
{
    color: rgb(132, 163, 153) !important;
}
.Business #Main a:hover 
{
    color: rgb(146, 55, 38) !important;
}
.Companies #Main a:hover 
{
    color: rgb(204, 162, 90) !important;
}


.Individual #MoreLink,
.Individual .ForwardLink
{
    color: rgb(132, 163, 153) !important;
}
.Business #MoreLink, 
.Business .ForwardLink 
{
    color: rgb(146, 55, 38) !important;
}
.Companies #MoreLink,
.Companies .ForwardLink 
{
    color: rgb(204, 162, 90) !important;
}

.Individual #MoreLink 
{
    background-image: url(Images/Bullets/MoreButtonTealLight.png) !important;
}
.Individual #MoreLink:hover 
{
    background-image: url(Images/Bullets/MoreButtonTeal.png) !important;
}
.Business #MoreLink 
{
    background-image: url(Images/Bullets/MoreButtonRedLight.png) !important;
}
.Business #MoreLink:hover 
{
    background-image: url(Images/Bullets/MoreButtonRed.png) !important;
}
.Companies #MoreLink 
{
    background-image: url(Images/Bullets/MoreButtonGoldLight.png) !important;
}
.Companies #MoreLink:hover 
{
    background-image: url(Images/Bullets/MoreButtonGold.png) !important;
}

.Individual .ForwardLink 
{
    background-image: url(Images/Bullets/NodeBulletTealLight.png) !important;
}
.Individual .ForwardLink:hover 
{
    background-image: url(Images/Bullets/NodeBulletTeal.png) !important;
}
.Business .ForwardLink 
{
    background-image: url(Images/Bullets/NodeBulletRedLight.png) !important;
}
.Business .ForwardLink:hover 
{
    background-image: url(Images/Bullets/NodeBulletRed.png) !important;
}
.Companies .ForwardLink 
{
    background-image: url(Images/Bullets/NodeBulletGoldLight.png) !important;
}
.Companies .ForwardLink:hover 
{
    background-image: url(Images/Bullets/NodeBulletGold.png) !important;
}

