﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial,sans-serif;
    font-size: 0.8em;
}

#container
{
    margin: auto;
    width: 760px;
}

#header
{
    margin: 42px 0px 42px 0px;
    background-image: url('/images/header.jpg');
    background-repeat: no-repeat;
    text-indent: -1000em;
    height: 67px;
}

#header h1, #header p
{
    margin: 0px;
    padding: 0px;
}

#header ul
{
    list-style-type: none;
}

#nav
{
    background-color: #7D0049;
}

#nav ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
}

#nav li
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
    float: left;
}

#nav li.last
{
    border-right-style: none;
}

#nav a
{
    font-size: 1em;
    padding-top: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    width: 125px;
    display: block;
    height: 31px;
    text-align: center;
}

#content
{
    padding: 22px 0px 0px 30px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #929496;
    border-left-color: #929496;
    overflow:hidden;
}

#content h2
{
    font-size: 1.9em;
    padding: 0px 0px 17px 0px;
    margin: 0px;
    color: #7D0049;
}

#content p
{
    padding: 0px 0px 17px 0px;
    margin: 0px;
    font-size: 0.8em;
}

#content q
{
    padding: 0px 0px 17px 0px;
    margin: 0px;
    font-size: 0.8em;
    quotes: none;    
    font-weight: bold;
    color: #7D0049;
    display: block;
}

.openQuote
{
    padding: 0px 13px 0px 0px;
    background-image: url('/images/open_quote.jpg');
    background-repeat: no-repeat;
}

.closeQuote 
{
    padding: 0px 13px 0px 0px;
    background-image: url('/images/close_quote.jpg');
    background-repeat: no-repeat;
}

#aboutUsContent
{
    float: left;
    width: 355px;
}

.dropShadow
{
    background-position: right bottom;
    background-image: url('/images/drop_shadow.jpg');
    background-repeat: no-repeat;
}

.dropShadowTR
{
    background-position: right top;
    background-image: url('/images/drop_shadow_tr.jpg');
    background-repeat: no-repeat;
}

.dropShadowBL
{
    padding: 0px 10px 10px 0px;
    background-position: bottom left;
    background-image: url('/images/drop_shadow_bl.jpg');
    background-repeat: no-repeat;
}

.aboutUsBox
{
    width: 232px;
    float: right;
}

.innerAboutUsBox
{
    min-height: 93px;
    color: #ffffff;
}

.innerAboutUsBox h3
{
    padding: 8px 0px 5px 10px;
    margin: 0px;
    font-size: 0.85em;
}
.innerAboutUsBox p
{
    padding: 0px 20px 5px 10px !important;
    margin: 0px !important;
    font-size: 0.7em !important;
}

#professionalTrainingBox
{
    background-color: #7D0049;    
}

#contactTrainingBox
{
    background-color: #6a737b; 
}

#trainingContent 
{
    width: 438px;
}

#constructionBackground 
{
}

#constructionContent 
{
    width: 353px;
}

.pfiContent
{
    padding: 0px 30px 0px 0px;
    width: 170px;
    float: left;
}

#pdfBox
{
    padding: 0px;
    margin: 0px 0px 5px 0px;
    list-style-image: url('/images/pdf_icon.jpg');
}

#pdfBox li
{
    margin: 0px 0px 0px 48px;
    width: 96px;
    float: left;
}

.trainingBackground
{
    background-image: url('/images/training_bg.jpg');
    background-repeat: no-repeat;
    background-position: 517px 12px;
    min-height: 299px;
}

.pfiBackground
{
    background-image: url('/images/pfi_bg.jpg');
    background-repeat: no-repeat;
    background-position: 522px 11px;
    min-height: 296px;
}

.constructionBackground
{
    background-image: url('/images/construction_bg.jpg');
    background-repeat: no-repeat;
    background-position: 500px 8px;
    min-height: 295px;
}

.caseStudyBox
{
    margin: 0px 56px 0px 49px;
    float: left;
    width: 235px;
}

.innerCaseStudyBox
{
    border-style: solid;
    border-width: 1px;
    border-color: #6a737b;
    height: 114px;
    background-image: url('/images/casestudy_bg.jpg');
    background-repeat: no-repeat;
    background-position: 0px 25px;
}

.innerCaseStudyBox h3
{
    padding: 4px 0px 0px 25px;
    margin: 0px;
    background-color: #6a737b;
    color: #FFFFFF;
    height: 21px;
    font-size: 1em;
}
.innerCaseStudyBox p
{
    margin: 5px 0px 0px 116px !important;
}

#footer
{
    background-image: url('/images/footer.jpg');
    padding-top: 81px;
    background-repeat: no-repeat;
    color: #ffffff;
    background-color: #6A737B; 
    overflow: hidden;    
    height: 50px;
}

#footer p
{
    margin: 0px;    
}

#telephone
{
    padding: 15px 0px 0px 37px;
    font-weight: bold;
    font-size: 1.2em;
    width: 200px;   
    float: left;
}

#sitemap
{
    float: right;
    padding: 8px 10px 0px 0px;
}

#sitemap a
{
    font-size: 0.9em;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#sitemap a:hover
{
    text-decoration: underline;
}