﻿/* General */

body
{
    background: url('Images/GradientBackground.gif') repeat-x #DEE9F6;
    font-family: Verdana, Arial;
    font-size: 12px;
    margin-top: 5px;
}

h3
{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

h4
{
    background: url('Images/Line.gif') repeat-x 0 14px;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
    width: 100%;
}

table.collapse
{
    border-collapse: collapse;
}

div.gradientHeaderLarge
{
    background: url('Images/GradientHeaderBackgroundLarge.png');
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    padding: 5px 0 0 7px;
    text-decoration: underline;
    vertical-align: middle;
}

p.list
{
    margin: 0 0 8px 0;
    padding: 0;
}

/* Headers and Footers */

td.header
{
    background: url('Images/Banner.jpg');
    height: 83px;
    width: 800px;
}

td.headerMenuTopLine
{
    background: url('Images/TopMenuBackground.gif');
    height: 20px;
    padding: 0 15px 0 0;
    text-align: right;
}

td.headerMenuBottomLine
{
    background: url('Images/BottomMenuBackground.gif');
    height: 20px;
    padding: 0 15px 0 0;
    text-align: right;
}

a.headerMenuTopLine
{
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
}

a.headerMenuBottomLine
{
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}

td.footer
{
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 615px;
}

/* Home Page */

td.hpHeader
{
    background: url('Images/BannerHome.jpg');
    font-size: 10px;
    font-weight: bold;
    height: 15px;
    padding: 152px 0 0 4px;
    text-align: left;
    vertical-align: top;
    width: 800px;
}

td.hpMiddleTop
{
    padding: 20px;
    vertical-align: top;
    width: 34%;
}

td.hpRightTop
{
    background: url('Images/Home.jpg') no-repeat center;
    width: 33%;
}

td.hpMiddleBottom
{
    background: url('Images/MicrosoftCertifiedPartner.gif') no-repeat center;
}

div.hpWebSystem
{
    background: url('Images/FeaturedWebSystemBackground.gif') no-repeat center #FFFFFF;
    cursor: pointer;
    height: 187px;
    margin: auto;
    padding: 55px 20px 0 20px;
    text-align: justify;
    width: 203px;
}

div.hpWindowsApp
{
    background: #FFFFFF url('Images/FeaturedWindowsApplicationBackground.gif') no-repeat center;
    cursor: pointer; 
    height: 187px;
    margin: auto;
    padding: 55px 20px 0 20px;
    text-align: justify;
    width: 203px;          
}

div.hpWebsite
{
    background: #FFFFFF url('Images/FeaturedWebsiteBackground.gif') no-repeat center;
    cursor: pointer;
    height: 187px;
    margin: auto;
    padding: 55px 20px 0 20px;
    text-align: justify;
    width: 203px;
}

td.hpLinkColumn
{
    text-align: center;
    width: 33%;
}

a.hpMiddleLink
{
    font-size: 13px;
} 