﻿body
{
    font-family: Tahoma, Geneva, Verdana, Arial;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    background-color: white;
}
#Logo
{
    margin: 10px 0px 0px 20px;
}
.HeadingSketchUp
{
    font-size: 32px;
    color: #808080;
    z-index: 20;
    font-weight: bold;
}
.HeadingMaster
{
    font-size: 42px;
    color: #2159D6;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    z-index: 20;
}
.HeadingStrapline
{
    font-size: large;
    color: #808080;
    display: inline-block;
    margin: 20px 0px 0px 30px;
    padding-right: 20px;
}
#MenuBar
{
    background-image: url(../Images/MenuBackground.jpg);
    height: 24px;
    padding: 2px 0px 0px 0px;
    clear: left;
}
#MenuBar a
{
    margin: 0px 20px 0px 20px;
    color: White;
    text-decoration: none;
    width: 100%;
}
#MenuBar a:hover
{
    color: #EBBA00;
    font-weight: bold;
}
#HouseImage
{
    background-image: url(../Images/HouseImage.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 360px;
    height: 234px;
    z-index: 10;
}
#RightPanel
{
    float: right;
    width: 340px;
    padding: 80px 0px 10px 10px;
    color: #808080;
}
.SideHeading
{
    color: #2159D6;
    font-weight: bold;
    font-size: smaller;
    margin: 14px 0px 4px 0px;
    text-transform: capitalize;
}
#BodyContent
{
    padding: 10px 360px 10px 0px;
    color: Black;
    background-color: White;
}
.MainHeading
{
    color: #BA2F04;
    font-weight: bold;
    margin: 14px 0px 4px 0px;
    text-transform: capitalize;
    clear: left;
}
#Footer
{
    margin: 30px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    clear: both;
    width: 100%;
    color: Gray;
    text-align: center;
    font-size: x-small;
    background-repeat: repeat-x;
}
#Footer a
{
    color: Gray;
}
#Footer a:hover
{
    color: blue;
}
#Footer span
{
    padding: 0 6px 0 6px;
}