
/******************************/
/* From header.php originally */
/******************************/
body
{
    background-color: White;
    margin: 0 0 0 0;
    color: #000;
    font-family: Arial Black, Baskerville Old Face, Times New Roman;
    letter-spacing: -1px;
}

@font-face
{
    font-family: "Baskerville Old Face";
    src: url(Baskerville Old Face);
}

@font-face
{
    font-family: "Arial Black";
    src: url(Arial Black);
}

/*.titlebar table
{
    color: #fff;
    border: 0;
    height:100;
}*/


/****************************/
/* Things for the Title Bar */
/****************************/

.titlebar
{
    background-color: #000;
    height: 100px;
}

.titlebar br
{
    line-height: 30px;
}

.headerlink, .headercurrentloc
{
    font-family: Arial Black,Sans-Serif;
    font-size: 24px;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 15px 0px 15px;
}

.headerlink
{
    color: #fff;
}

#contactpic
{
    height: 45px;
    width: 55px;
    float: right; /*padding-bottom:15px;     padding-right:30px;*/
    margin-right: 20px;
    margin-top: -4px;
}

.headerlink:hover, .headercurrentloc
{
    color: #999;
    text-decoration: none; /*padding-top: 20px;*/
}

.logopic
{
    padding: -4px 0 0 0; /*float: left;*/
}

/****************************/
/* Things for the Footer    */
/****************************/

a.footer, span.footerleft
{
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 5px;
    padding-left: 10px;
    color: #333;
}

span.footerleft
{
    letter-spacing: 2px;
}

a.footer
{
    color: Red;
    letter-spacing: 6px;
}

div.footer
{
    font-size: 11px;
    text-align: right;
}

div.footerleft
{
    font-size: 11px;
    text-align: left;
    margin-left: 3px;
}

p, li
{
    font-family: Arial, Georgia, Baskerville Old Face, Times New Roman;
    font-size: 10pt;
    text-align: justify;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
}

p
{
    line-height: 14pt;
    margin-bottom: 1em;
}

li
{
    /*line-height: 22px;*/
    margin-left: 20px;
    margin-bottom: 5pt;
}

.entry
{
    line-height: 22px;
    font-family: Arial, Georgia, Baskerville Old Face, Times New Roman;
    font-size: 15px;
    text-align: justify;
    color: #000;
    letter-spacing: 1px;
}

h1
{
    font-family: Helvetica, Georgia, Arial Black, Arial;
    font-size: 28px;
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
}

h2
{
    font-family: Helvetica, Georgia, Arial Black, Arial;
    font-size: 22px;
    color: #000;
    margin-top: 1em;
    margin-bottom: .5em;
    text-transform: capitalize;
}

h3
{
    font-family: Helvetica, Georgia, Arial Black, Arial;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}

a
{
    color: #e70524;
    text-decoration: none;
}

a:hover
{
    color: #999;
}

img.watchbutton
{
    /*text-align: right;     padding: 8px 0 0 0;     width: 93px;*/
}

.whatwedo img
{
    height:105px;
}

.brandingblurb
{
    font-size: 20px; /*was 22*/
    font-family: Arial Black, Arial;
    line-height: 26px;
    padding: 0 0 11px 0;
    letter-spacing: -1px;
    text-align: left;
    margin: -2px 0 0 12px;
}


div.dottedtop
{
    border-top: 1px dotted #999;
    padding: 8px 0 8px 0;
}

