﻿#contactus .wrapper-panel
{
    padding-bottom: 15px;
}
#contactus .contactus-image
{
    float:right;
    padding:0 15px;
    margin:0 0 0 0;
}
#contactus .phone,
#contactus .address,
#contactus .email
{
    float:right;
    text-align:right;
    padding-right:35px;    
}
#contactus .phone
{
    font-size:1.5em;
    width:220px;
    margin-bottom:20px;
}
#contactus .address
{
    width:150px;
}
#contactus .email
{
    width:250px;
    margin-bottom:20px; 
}
#contactus .phone-heading,
#contactus .address-heading,
#contactus .email-heading
{
    padding-left:15px;
    font-size:1.5em;    
    margin-bottom:60px;    
}
#contactus .phone-heading
{
    margin-top:40px;    
    margin-bottom:40px;    
}


