﻿/*
574844
8a726b
*/

body 
{
    margin:0; padding:0;
    background-color: #8a726b;
    background-image:url('../Images/d_l.png');
    background-repeat:repeat-x;
    color:#fff;
    background-image:url('../Images/Blue-Circuit-Board(2).jpg');
    background-size:auto 100%;
    background-attachment:fixed;
}
            
h2 
{
    font-size:15pt; 
    font-weight:bold; 
    color: white; 
    text-shadow: black 0.1em 0.1em 0.2em
}
            
/*.text*/
div, p, td
{
    color:#fff;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    /*font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    */
    font-size:12pt;
    line-height:150%;
}

ul.navmenu
{
    margin:0;
    margin-top:10px;
    padding:0;
    list-style-type:none;
}
            
ul.navmenu li 
{
    width:200px;
}

ul.navmenu li a 
{
    display:block;
    /*width:200px;*/
    width:100%;
    padding:5px;
    /*height:35px;
    line-height:35px;
    padding-left:5px;*/
    margin:3px;
    border:1px solid #333;
                
    color:#fff;
    text-decoration:none;
    background-color:#3d3330;
}
            
ul.navmenu li a:hover 
{
    background-color:#8a726b;
    /*margin:20px;*/
}

ul.navmenu li.active
{
    /*margin:20px;*/
    /*width:220px;*/
    margin:20px 0px 20px 0px;
}

ul.navmenu li.active a
{
    background-color:#8a726b;
}
            
.shadow
{
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}          

a 
{
     font:inherit; 
     color: #9cf; 
     font-weight:bold;
     text-decoration:none;
}

a.w  
{
    color:#fff;
}

.ulink 
{
    text-decoration:none;
}

.ulink:hover  
{
    text-decoration: underline;
}

#header
{
    width:1000px; height:48px; line-height:48px; background-color:#333; color:#fff;
}

#footer 
{
    width:1020px; margin-left:auto; margin-right:auto; background-color:#333;
        text-align:center; padding-top:10px; padding-bottom:10px; margin-top:0px; margin-bottom:20px; font-size:10pt;
}

/*p.gap 
{
    padding:5px;
}
*/

.gap
{
    padding-top:1.0em;  /* was 1.5em; */
}

.stub
{
    display:block;
    width:29px;
    height:35px;
    background-image:url('../Images/menuStubRightOff.png');
    background-repeat:no-repeat;
}

.inv 
{
    display:none !important;
}

