﻿html {
    font-size: 16px;
}

body {
/*/    font-family: Arial,Helvetica,Sans-serif;
    font-size: small;
    color: #000000;
    text-align: center;
    min-width: 800px;
    background-color: #A5A2A5;
    */
    padding-top: 50px;
}

a {
    text-decoration: none;
    color: #ff6900;
}

    a:hover {
        text-decoration: underline;
    }

#frame {
    width: 747px;
    text-align: left;
    margin: 0 auto;
    background-color: #fff;
}


.darktext {
    color: #5D5653;
}

.graytext {
    color: #948A84;
}

.bold {
    font-weight: bold;
}

a.partnerlink {
    color: #948A84;
    text-decoration: none;
}

    a.partnerlink:hover {
        color: #5D5653;
        text-decoration: none;
    }

.footerlinks {
    text-align: center;
}

    .footerlinks a {
        color: #fff;
        margin-right: 10px;
        font-size: 11px;
    }

#contactinfo {
    text-align: center;
    font-weight: bold;
    font-size: 7pt;
    /*    color: #fff; */
    margin: 10px 0 0;
}

#privacy {
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 7pt;
    color: #999;
}

    #privacy a {
        color: #fff;
    }

.topgradient {
    width: 747px;
    height: 32px;
    background-image: url(../images/topbargradient_background.gif);
    margin: 0px;
    background-repeat: repeat-y;
}

.contentarea {
    padding: 20px;
}

.resetMessage {
    margin: 20px 0 0 70px;
    text-align: left;
    width: 550px;
    font-size: 9pt;
    color: #990000;
    border: solid 1px gray;
    padding: 5px;
}

    .resetMessage a {
        color: #990000;
    }

h1.title {
    font-size: 13pt;
}

h2.subtitle {
    font-size: 10pt;
    clear: both;
}

img.feature {
    float: left;
}

/* *********** Basic Slideshow styles **************** */

#slideshow {
    position: relative;
    height: 190px;
}

    #slideshow img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        cursor: pointer;
    }

        #slideshow img.active {
            z-index: 10;
        }

        #slideshow img.last-active {
            z-index: 9;
        }

/* *********** END Basic Slideshow styles **************** */

#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
    background-color: #030303;
    background-color: rgba(3, 3, 3, 0.6);
    text-align:center;
    z-index: 100;
}

#lightbox #content {
    margin: 50px auto 0 auto;
}

#lightbox iframe {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
}

