﻿div.countryBox
{
    border: 1px solid #BFD3D7;
    padding: 10px;
    min-height: 270px;
}
div.countryBox h2
{
    margin-top: 0;
}
p.officeDetails
{
    display: block;
    padding: 0 20px;
    font-size: 70%;
}
div.column3
{
    width: 33%;
    float: left;
}
ul.contactLists
{
    display: block;
    padding: 10px;
    clear: both;
}
ul.contactLists li.region
{
    display: block;
    width: 50%;
    float: left;     
}
ul.contacts
{
    width: 80%;
    margin: 0 auto;
}
ul.contacts li
{
    clear: both;
    width: 100%;
    list-style: none;
    padding: 20px;
}
ul.contacts li.odd
{
    background-color: #F2F2F2;
}
ul.contacts li h3
{
    margin: 0 0 10px;
}
select.country
{
    list-style: none;
    margin: 10px 0 0;   
    display:block;
    clear: both;
}
div.cols
{
   width: 290px;
   margin: 10px 0 0;
   float:left;
   background-color: #F2F2F2;
}
div.right
{
   float:right;
}
div.inner
{
    padding: 10px;
}
div.inner h2
{
    margin-top: 0;    
}
div#contactDetails
{
    clear: both;   
}