﻿body 
{
    background: url(images/bg-lines.jpg) repeat;
    height:100%;
    margin:0;
    padding:0;
    font-family:Arial;
    color:#999999;
    font-size:12px;
}

a, a:visited
{
    color:#cccccc;
    text-decoration:none;
    -moz-outline:none;
}

#leftBox a, #midBox a
{
    text-shadow:#000000 1px 1px;   
}

a:hover
{
    color:#0a94b9;
}

#outerWrap
{
    left:50%;
    margin-left:-810px;
    position:absolute;
    width:1620px;
    height:336px;
    top:0;
    background: url(images/over-bg.png) no-repeat;
    z-index:9999;
}

#mainWrap
{
    width:961px;
    margin:0 auto;
    height:100%;
}

#header
{
    background: url(images/header.jpg) no-repeat;
    height:361px;
    width:961px;
    margin:0;
    padding:0;
}

#flash
{
    width:961px;
    height:540px;
    margin:0;
    padding:0;
}

#footer
{
    background: url(images/footer.jpg) no-repeat;
    height:285px;
    width:961px;
    padding:0;
    margin:0;
}

#footWrap
{
    height:187px;
    padding:78px 20px 20px;
    position:relative;
    width:921px;
}

#leftBox
{
    background:url(images/foot-left-box.png) no-repeat;
    float:left;
    height:187px;
    width:293px;
    margin-right:21px;
}

#leftBox p
{
    line-height:24px;
    margin:40px 0 0 150px;   
}

#midBox
{
    background:url(images/foot-middle-box.png) no-repeat;
    float:left;
    height:187px;
    width:293px;
    margin-right:21px;
}

#midBox p
{
    line-height:24px;
    margin:55px 0 0 160px;   
}

#rightBox
{
    background:url(images/foot-right-box.png) no-repeat;
    float:left;
    height:187px;
    width:293px;
}

#rightBox p
{
    margin:28px 0 0 140px;   
}



/* Foot Styles */

.arrows
{
    font-size:9px;
}

/*  Inner Pages  */