﻿#contactus
{
    margin-top:15px;
    clear:both;
}

#contactus #contact-details
{
    width:345px;
    float:left;
}

#contactus #contact-details #telephone, #contactus #contact-details #email, #contactus #contact-details #satellite
{
    border:1px solid #ccc;
    text-align:center;
    margin:auto;
    margin-bottom:12px;
    padding:10px;
}

#contactus #contact-details #telephone
{
    background-color:#f2f2f2;
}

#contactus #contact-details #email span
{
    color:#c0f;
    font-size:smaller;
    margin-bottom:12px;
    display:inline-block;
}

#contactus #contact-details #email a
{
    margin-bottom:12px;
    display:inline-block;
}

#contactus #contact-details #email img
{
    margin-bottom:12px;
    display:inline-block;
}

.description
{
    color:#306;
    font-weight:bold;
    margin:0;
    margin-bottom:6px;
}

.large
{
    font-weight:bold;
    font-size:230%;
    margin:0;
}

#contactus #map
{
    float:right;
    border:1px solid #ccc;
    width:600px;
    height:550px;
    margin-bottom:15px;
}

