﻿html, body
{
    height: 95%;
}

img
{
    border: none;
}

.centered
{
    width: 768px;
    height: 384px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 42%;
    margin-left: -384px; /* Half the width of the DIV tag which is 50 pixels */
    margin-top: -192px; /* Half the height of the DIV tag which is also 50 pixels */
}

h1
{
    margin: 36px auto;
    font-family: Arial, Sans-Serif;
    font-size: 5em;
    font-weight: bold;
    letter-spacing: -0.08em;
    color: #cc0000;
}

h1 a
{
    color: #cc0000;
    text-decoration: none;
}

h1 a:visited
{
    color: #cc0000;
}

h2
{
    margin: 30px auto;
    font-family: Arial, Sans-Serif;
    font-size: 2.4em;
    font-weight: normal;
    letter-spacing: -0.1em;
    color: #999;
}

h3
{
    margin-top: 40px;
    margin-bottom: 8px;
    font-family: Arial, Sans-Serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #cc0000;
    text-align: left;
}

p
{
    margin: 0;
    font-family: Tahoma, Serif;
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: normal;
    color: #333;
}

p a
{
    color: #6666ff;
    text-decoration: none;
}

ul
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Tahoma, Serif;
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: normal;
    color: #333;
}

.logo
{
    display: block;
    margin: 30px auto;
    width: 236px;
    height: 95px;
    background-image: url(img/logo.jpg);
}

.moreinfo
{
    display: block;
    margin: 80px auto 0 auto;
    width: 200px;
    height: 50px;
    font-family: Arial, Sans-Serif;
    color: #000099;
    font-size: 1em;
    font-weight: bold;
}

.moreinfo a
{
    color: #6666ff;
    text-decoration: none;
}

.moreinfoframe
{
    display: block;
    width: 50%;
    margin: 50px auto;
    padding-bottom: 100px;
}

.locationintelligence
{
    color: #0064b0;
}
