﻿*
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    font-family: 'Segoe UI';
    text-decoration: none;
}
.hidden
{
    visibility: hidden;
}
html, body
{
    height: 100%;
}
body
{
    background-color: #000;
    color: #000;
    min-width: 800px;    
}
#wrap
{
    background-color: #fff;
    width: 95%;
    margin-left: auto;
    margin-right: auto;    
}
#header
{
    height: 60px;
    width: 100%;
    background-color: #000;
    background-image: url(Objectware2.png);
    background-repeat: no-repeat;
    text-indent: -9000px;
}
#menu
{
    min-width: 800px;
    width: 100%;
    height: 30px;
    background-image: url(TaskBar.png);
}
#menu ul
{
    height: 30px;
    font-size: small;
    font-weight: normal;
    padding-left: 16px;
}

#menu ul li
{
    float: left;
    height: 30px;
    width: 158px;
    background-image: url(MenuTab.png);
    background-repeat: no-repeat;
    margin-left: 8px;
}
#menu ul li.active
{
    background-image: url(MenuTabActive.png);
}
#menu ul li:hover
{
    background-image: url(MenuTabHover.png);
}
#menu ul li.active:hover
{
    background-image: url(MenuTabActiveHover.png);
}
#menu ul li a
{
    display: block;
    height: 30px;
    background-position: 8px center;
    background-repeat: no-repeat;
    line-height: 28px;
    text-indent: 36px;
    color: #fff;
    text-decoration: none;
}
#menu ul li.home a
{
    background-image: url(Home.png);
}
#menu ul li.services a
{
    background-image: url(Services.png);
}
#menu ul li.contact a
{
    background-image: url(Contact.png);
}
#menu ul li.about a
{
    background-image: url(About.png);
}
#center
{
    clear: both;
    position: relative;
    background-image: url(LeftPanelBackground.png);
    background-repeat: repeat-y;
    background-position: left;
}
#leftMenu
{
    height: 500px;
    width: 198px;
    background-image: url(LeftPanel.png);
    background-position: bottom;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    top: 0;
    bottom: 0;
}
#leftMenu ul
{
    padding: 8px;
    padding-top: 16px;
    font-size: small;
}
#leftMenu ul li
{
    background-image: url(Shield.png);
    background-position: left;
    background-repeat: no-repeat;
    text-indent: 24px;
    margin-bottom: 4px;
}
#leftMenu ul li a
{
    color: #fff;
}
#content
{
    overflow: hidden;
    position: relative;
    padding: 8px 24px 8px 24px;
}
#content .title
{
    color: #5E5B99;
    font-weight: lighter;
    font-size: larger;
    margin-top: 16px;
    margin-bottom: 32px;
}
#content .box
{
    border-top: solid 1px #CCCCCC;
    padding-left: 24px;
    font-size: small;
    margin-bottom: 32px;
    padding-top: 24px;
    position: relative;
    background-position: right 24px;
    background-repeat: no-repeat;
    clear: both;
}
#content .box .caption
{
    position: absolute;
    top: -1em;
    left: 0px;
    background-color: #fff;
    padding-right: 2px;
}
#content .box .row
{
    margin-top: 4px;
}
#content .box dt
{
    clear: left;
    float: left;
    width: 150px;
    margin-top: 4px;
}

#content .box dd
{
    margin-top: 4px;
    width: auto;
    clear: right;
    margin-left: 150px;
}
#footer
{
    clear: both;
    height: 30px;
    background-image: url(TaskBar.png);
    width: 100%;
}








/* page specific */
#content .box.contact
{
    background-image: url(ContactLarge.png1);
    height: 80px;
}
#content .box.address
{
    background-image: url(House.png1);
    height: 80px;
}
#content .box.spokenmises
{
    background-image: url(SpokenMises.jpg);
    min-height: 180px;
    padding-right: 260px;
    text-align: justify;
}
#content .box.speechr
{
    background-image: url(SpeechR.jpg);
    min-height: 180px;
    padding-right: 260px;
    text-align: justify;

}
