﻿.callToAction
{
    clear: both;
    -ms-zoom: 1;
    zoom: 1;
    color:#0e2b8d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #eee url('cssImages/cta_map.png') right no-repeat;
}

.callToAction:before,
.callToAction:after {
    content: "";
    display: table;
}

.callToAction:after {
    clear: both;
}

.callToAction p
{
    float:left;
    padding:0;
}
.callToAction span
{
    float:right;
}

.sidebar .callToAction
{
    padding:8px 12px 4px;
    background: #eee;
}
.sidebar .callToAction p  
{
    margin:4px 0;
    padding:0 0 8px;
    float:none;
}
.sidebar .callToAction .callToActionBtn
{
}

.main .callToAction
{
    padding:14px 2px;
    float:none;
}
.main .callToAction p
{
    font-size:1.8em;
    margin-top:3px;
    padding-left:14px;
}
.main .callToAction .callToActionBtn
{
    float:right;
    font-size:1.2em;
    margin-top:0;
    padding-right:14px;
}


.home .buttonPanel .callToAction
{
    padding:14px 2px;
    float:none;
}
.home .buttonPanel .callToAction p
{
    font-size:1.8em;
    margin-top:3px;
    padding-left:14px;
}
.home .buttonPanel .callToActionBtn
{
    float:right;
    font-size:1.2em;
    margin-top:0;
    padding-right:14px;
}


​