﻿body
{
    font-family: 'Calibri';
    font-size: small;
}

a:link
{
    font-weight: bold;
    color: #6F8396;
    text-decoration: none;
}
a:visited
{
    font-weight: bold;
    color: #6F8396;
    text-decoration: none;
}

/*** Headings ***/

h1
{
    visibility: hidden;
    margin: 0px;
    padding:0px;
}

h3
{
    color: #6F8396;
    font-weight: normal;
    text-align: center;
    margin: 0px 0px 15px 0px;
}

h2
{
    font-weight: normal;
    font-size: x-large;
    padding: 0px 0px 10px 35px;
    margin: 0px;
}

.SideHeadings
{
    font-weight: normal;
    font-size: x-large;
    margin: 0px 0px 15px 0px;
}


/*** Layout ***/

#MainDiv
{
}

#HeaderDiv
{
    width: 980px;
    height: 382px;
    margin: auto;
}

#HomeImageDiv
{
    float: left;
}

#StepsDiv
{
    width: 380px;
    height: 382px;
    float: left;
    display: block;
}

#ContentDiv
{
    width: 980px;
    padding-top: 30px;
    margin: auto;
}

#BlurbDiv
{
    width: 599px;
}


/*** Steps ***/
.Steps
{
    margin: 0px 10px 8px 10px;
    padding: 5px 10px 10px 10px;
}

#Step1
{
    background-image: url(../Images/Step1.png);
    height: 191px;
}
#DescriptionTextBox
{
    height: 35px;
    width: 330px;
    margin-bottom: 7px;
    margin-top: 2px;
}
.SubmitEnquiryButton
{
    margin-right: 5px;
    background-image: url(../Images/EnquiryButton.png);
}
.EmailTextBox
{
    margin-left: 5px;
    margin-bottom: 4px;
    margin-top: 2px;
}

#Step2
{
    background-image: url(../Images/Step2.png);
    height: 60px;
}

#Step3
{
    background-image: url(../Images/Step3.png);
    height: 70px;
}

/*** Portfolio ***/
#PortfolioDiv
{
    width: 380px;
    padding-left: 15px;
    border-left: solid 1px #6F8396;
}

/*** Contact ***/
#ContactDiv
{
    margin-top: 20px;
    text-align: center;
}

/*** Footer ***/

#FooterDiv
{
    background-image: url(../Images/Footer.png);
    width: 980px;
    height: 35px;
    text-align: center;
    margin: 20px auto auto auto;
}


#FooterTable
{
    width: 100%;
    height: 35px;
}
