﻿body
{
    margin: 0px 0px 0px 0px;
}

.Seperator
{
}

.SlideText
{
    font-family: Verdana;
    font-size: 15px;
    color: Gray;
    line-height: 24px;
}

.ContactFormText
{
    font-family: Arial;
    font-size: 13px;
    color: #646566;
    font-weight: lighter;
}

h1
{
    font-size:10px;
    font-weight:normal;
}

h2
{
     font-size:10px;
    font-weight:normal;   
}

.ContactFormValidation
{
    width: 306px;
    background-color: #88C6F2;
    color: White;
    font-size: 13px;
    font-family: Arial;
}

.ContactFormLabels
{
    color: Gray;
    font-family: Arial;
    font-size: 14px;
}

.ContactFormTextBox
{
    margin-top: 5px;
    font-size: 18px;
    color: Gray;
    font-family: Arial;
}

.ContactAddressText
{
    font-size: 15px;
    color: Gray;
    font-family: Arial;
    line-height: 22px;
}

.ServicesKeyAreaText
{
    font-weight: bold;
}

.OrangeHeading
{
    font-family: Arial;
    font-size: 18px;
    color: #c2500a;
    font-weight: bold;
}
.BlackSubHeading
{
    font-family: Verdana;
    font-size: 13px;
    color: #1f2020;
    font-weight: bold;
    line-height: 25px;
}
.Text
{
    font-family: Verdana;
    font-size: 11px;
    color: #494848;
    line-height: 16px;
}

.HomeBulletText
{
    font-family: Arial;
    font-size: 12px;
}

.FooterText
{
    font-family: Arial;
    color: White;
    font-size: 12px;
}

.PortfolioScreenShotDiv
{
    background-color: #e8e8e8;
    border: solid 1px #d9d9d9;
    width: 300px;
    height: 355px;
    position: relative;
}

.PortfolioProjectTitle
{
    font-family: Arial;
    font-weight: bold;
    color: #454242;
    position: absolute;
    top: 285px;
    left: 15px;
    font-size:20px;
}

.PortfolioProjectSubTitle
{
    font-family: Arial;
    font-weight: normal;
    color: #454242;
    position: absolute;
    top: 310px;
    left: 15px;
    font-size:14px;
    text-align:left;
    padding-right:5px;
}

.PortfolioProjectScreenShot
{
    position: absolute;
    top: 10px;
    left: 10px;
    border: solid 0px red;
    width: 278px;
    height: 271px;
}
