﻿body 
{
    background: #000000;
    font: Verdana, Helvetica, sans-serif 20px;
    color: #1a97ff;
}
p 
{
    font:  Verdana, Helvetica, sans-serif 20px;
    color: #1a97ff;
}
h1 
{
    font: bold 42px "Palatino Linotype", Palatino, serif;
    color: #ffffff;
    margin: 10px 10px 0px 10px;
}
h2 
{
    font-size: 24px;
    color: #1a97ff;
    margin: 10px 10px 0px 10px;
}
a:link 
{
    color: #9e9e9e;
    font: bold 20px Verdana, Helvetica, sans-serif;
}
a:visited 
{
    color: #6c6c6c;
    font: bold 20px Verdana, Helvetica, sans-serif;
}
a:hover 
{
    color: #ffffff;
    font: bold 20px Verdana, Helvetica, sans-serif;
}
a:active 
{
    color: #50c5ff;
    font: bold 20px Verdana, Helvetica, sans-serif;
}
/* Page Background */

#pageWrapper 
{
    position: absolute;
    min-width: 950px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /*overflow: auto;*/
}
#pageBg 
{
    position: absolute;
    background: url("404bg.jpg") repeat-x;
    height: 579px;
    top: 0px;
    left: 0px;
    min-width: 950px;
    width: 100%;
}
/* RIGHT-ALIGNED, 90% WIDTH, FLOATED RIGHT WRAPPER*/
#left 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10%;
    height: auto;
}
#right 
{
    position: absolute;
    top: 0px;
    left: 10%;
    min-width: 950px;
    width: 90%;
    height: auto !important;
}

/* TOP HEADER AREA*/

#logo 
{
    position: absolute;
    top: 40px;
    left: 0px;
    width: 312px;
    height: 82px;
    z-index: 200;
}
a.logo 
{
    background: url("logo.png") no-repeat 0px 0px;
    display: block;
    text-decoration: none;
    width: 312px;
    height: 82px;
}
a:hover.logo 
{
     background-position: 0px -82px;
     text-decoration: none;
}
#navBg
{
    position: absolute;
    width: 100%;
    height: 64px;
    top: 60px;
    left: 392px;
    background: url("navBg.png") repeat-x;
    z-index: 100;
}

#navBar 
{
    margin-top: 15px;
    width: 615px;
    height: 20px;
    white-space: nowrap;
    list-style-type: none;
}
#navBar li 
{
    display: inline;
    float: left;
}
#navBar li a 
{
    text-decoration: none;
    color: #ffffff;
    font: normal 14px Verdana, Helvetica, sans-serif;
    float: left;
}
#navBar li a:hover 
{
    color: #1a97ff;
}
#content 
{
    position: absolute;
    margin: 140px 0px 60px 0px;
    width: 935px;
    height: auto !important;
    border: solid 2px #50c5ff;
    overflow: hidden;
}
#image
{
    position: relative;
    float: right;
    width: 367px;
    height: 367px !important;
    margin-top: 20px;
    margin-right: 20px;
    background: url("404.png") no-repeat;
}
#copyTop 
{
    position: relative;
    float: left;
    width: 480px;
    height: 480px;
    height: auto !important;
    margin-top: 40px;
    margin-left: 20px;
}
#copyBottom
{
    position: relative;
    float: left;
    width: 895px;
    height: auto !important;
    margin-left: 20px;
    margin-top: -40px;
}
#search 
{
    position: relative;
}
.clearField 
{
    width: 170px;
    height: 16px;
    margin-left: 5px;
    color: #d6d6d6;
    font: bold italic 14px "Palatino Linotype", palatino, Helvetica, serif;
}
.clearFieldActive 
{
    color: #000000;
    font: 14px "Palatino Linotype", palatino, Helvetica, serif;
}
.searchBtn
{
    width: 23px;
    height: 23px;
    background: url("SearchBtn.png") no-repeat 0px 0px;
    text-decoration: none;
    display: inline-block;
}
.searchBtn:hover 
{
    background-position: -23px 0px;
    text-decoration: none;
}
