﻿/* Shire's Business Model */

.business_landing_item
{
    border-top: 1px solid #666;
    padding: 20px 0px 20px 0px;
}

.business_landing_item h3
{
    font-family: Georgia;
    font-size: 2em;
    font-weight: normal;
    color: #333;
}

.business_landing_item h4
{
    font-family: Georgia;
    font-size: 2em;
    font-weight: normal;
    padding-bottom: 10px;
}

.business_landing_item a
{
    font-family: Georgia;
    font-size: 1.5em;
    color: #0081c7;
    font-style: italic;
}
.business_landing_item a:hover
{
	color:#66b3dd;
}
