﻿#TopHalf
{
    background-image:url('../Images/Contact_Us.png');
}

#MainContent #Right
{
    height:350px;
}

#MainContent #Left
{
    height:350px;
}

#Footer
{
    margin-top:50px;
}


#MapAndText
{
    float:left; 
    width:550px; 
    margin:10px 0;
}

#ContactUs
{
    float:left; 
    border:solid 2px white; 
    margin:10px 0 20px 0; 
    padding:5px;
    width:350px;
}

#MapAndText #Map
{
    width:50%;
    height:304px;
    float:left;
    background-image:url('../Images/PLC_Map.png');
}

#MapAndText #Address
{
    width:49%;
    height:304px;
    float:left;
    padding:0 0 0 5px;
}

#Address p
{
    font-size:10pt;
    
}

#Address a
{
    color:White;
}

#Address a:hover
{
    text-decoration:underline overline;
}

label
{
    display: inline-block;
    line-height: 2.5;
    vertical-align: top;
    width: 145px;
    vertical-align:middle;
}

#ContactUs ul
{
    list-style:none;
    padding:5px;
    margin:0;
    list-style-image:none;    
}
