﻿body 
{
    background-image: url(../images/background.png);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

td
{
    border-style: none;
    border-width: 1px;
    border-color: Green;
}

.imageLink
{
    border-style: none;
}

td.border
{
    height: 41px;
    background-image: url(../images/border.png);
    width: 100%;
}

td.content
{
    width: 732px;
}

td.address
{
    text-align: right;
    vertical-align: bottom;
    color: #c80400;
    padding-right: 5px;
    padding-bottom: 5px;
    font-family: Helvetica;
}

div.content
{
    width: 732px;
    height: 675px;
    background-color: White;
    border-style: solid;
    border-width: 2px;
    border-color: #f4d8e5;
}

hr.separator
{
    color: #f4d8e5;
}

td.links
{
    border-top: solid;
    border-top-width: 2px;
    border-top-color: #f4d8e5;
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #f4d8e5;
}

td.link
{
    border-right: solid;
    border-right-width: 2px;
    border-right-color: #f4d8e5;
}    

img.linkHere
{
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #990033;
}    

div.frontImage
{
    width: 300px;
    height: 250px;
    border-style: none;
    border-color: Black;
}

td.hours
{
    padding-left: 10px;
    font-family: Helvetica;
    font-size: 13pt;
    font-weight: bold;
    color: #467ecd;
    text-align: center;
    vertical-align: middle;
}    

.text
{
    font-family: Helvetica;
    font-size: 13pt;
    color: #467ecd;
}
    
p.text
{
    font-family: Helvetica;
    font-size: 13pt;
    color: #467ecd;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 15px;
}

td.signature
{
    padding-left: 10px;
    font-family: Helvetica;
    font-size: 13pt;
    color: #467ecd;
}

span.name
{
    font-style: italic;
}  

div.map
{
    width: 400px; 
    height: 415px; 
    border-style: solid; 
    border-width: 1px; 
    border-color: #f4d8e5;   
}

td.directions
{
    font-family: Helvetica;
    font-size: 10pt;
    color: #467ecd;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;    
}

p.directionText
{
    padding-top: 0px;
    margin-top: 2px;
}

span.address
{
    font-weight: bold;
}

span.directionHeader
{
    text-decoration: underline;
    font-weight: bold;
}

span.header
{
    text-decoration: underline;
    font-weight: bold;
}

td.contactUsImage
{
    width: 400px; 
    height: 450px; 
}    