﻿body
{    
    margin-top:0px;
}
#boundry
{
    width:70%;
    margin:auto;
    height:100%;
}
#headerimage
{
    top:5px;
    background-image: url('../pic/dunitech_tech_acedemy1.JPG');
    background-repeat: no-repeat;    
    width:354px;
    height:135px;
    float:left;
}
#bodypart
{
    width:100%;
    height:100%;
}
#content
{
    font-family: Arial;
    color: #666666;
    font-size: medium;
    border-bottom: 1px Solid Black;
    border-left: 1px Solid Black;
    border-right: 1px Solid Black;
    padding: 5px 8px 5px 8px;
}
#content h1
{
    color:Teal;
    font-size:x-large;
}
#content span
{
    color:Teal;
    font-size:medium;
    font-weight:bold;
    
}
#content b
{
    margin-left:10px;
    color:Black;
    font-size:small;
}
#content ul li
{
    margin-left:0px;
    color:Black;
    font-size:small;
    font-weight:bold;
    
}
#content ol li
{
    margin-left: 10px;
    color: #666666;
    font-size: small;
    font-weight: normal;
    margin-left: 20px;
}
#content p
{
    font-size:small;
    text-align:justify;
    margin-top:5px;
}
#content p:first-letter
{
    text-transform:uppercase;
    font-size:large;
}
.login
{
    border: 0px Hidden Transparent;
    color: White;
    float: right;
    font-size: x-small;
    margin-top:0px;
    background-color:Maroon;
    
    margin-right: 10px;
    cursor: pointer;
    position:relative;
    z-index:300;
}  
#footer
{
    padding-top:5px;
    padding-bottom:5px;
    font-family: Arial;
    margin-top: 20px;
    width: 100%;
    height: auto;
    background-color: #000000;
    font-size:x-small;
    color: #C0C0C0;
    border-radius:5px;
    moz-border-radius:5px;
}
#footer center a
{
    color: #CCCCCC;        
    text-decoration:none;
}
.request_a_call
{
    position:fixed;
    right:0px;
    bottom:0px;
}

#mainmaneu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: linear-gradient(#444, #222);
    overflow: hidden;
    display: flex;
    border-top-left-radius: 5px;
    font-family:Arial !important;
}

    #mainmaneu .menu li {
        float: left;
        border-right: 1px solid #555;
        position: relative; font-size:.75rem
    }

        #mainmaneu .menu li:last-child {
            border-right: none;
        }

        #mainmaneu .menu li a {
            display: block;
            padding: 8px 20px;
            text-decoration: none;
            color: white;
            font-weight:normal;
            background: linear-gradient(to bottom, #3e3e3e 0%, #2c2c2c 100%);
            transition: background 0.3s;
        }

            #mainmaneu .menu li a:hover {
                background: #555;
            }

        #mainmaneu .menu li.active a {
            background: #111;
            color: #b6ff00;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }
