﻿.bigbutton
{
    float: left;
    width: 640px;
    height: 100px;
    padding-bottom: 10px;
    background: url(/Images/BigButtons/BigButton.gif) no-repeat;
}

.bigbutton a
{
    text-decoration: none;
    float: left;
    display: block;
    width: 640px;
    height: 100px;
}

.bigbutton a:hover
{
    text-decoration: none;
    float: left;
    display: block;
    width: 640px;
    height: 100px;
}

.bigbutton a span.title
{
    float: left;
    font-family: Arial, Verdana, "MS Sans Serif";
    font-size: 19px;
    font-weight: bold;
    padding-left: 100px;
    padding-top: 17px;
    width: 525px;
    color: #419c73;
    background-color: Transparent;
}

.bigbutton a span.description
{
    float: left;
    font-family: Arial, Verdana, "MS Sans Serif";
    font-size: 14px;
    color: #000000;
    padding-left: 100px;
    padding-top: 25px;
    width: 390px;
}