﻿body 
{
    color: #ffffff;
    background-color: Black;
}

#upperLogo
{
    background-image: url('images/upperLogo.jpg');
    background-repeat: no-repeat;
    width: 297px;
    height: 158px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.menuButtons
{
cursor: hand;    
}

#menuHome
{
    background-image: url('images/menu-home.jpg');
    background-repeat: no-repeat;
    width: 65px;
    height: 17px;
    position: absolute;
    top: 70px;
    left: 325px;
}    

#menuHome:hover
{
    background-image: url('images/menu-home-over.jpg');
    background-repeat: no-repeat;
    width: 65px;
    height: 17px;
    position: absolute;
    top: 70px;
    left: 325px;
}    

#menuFAQ
{
    background-image: url('images/menu-FAQ.jpg');
    background-repeat: no-repeat;
    width: 62px;
    height: 22px;
    position: absolute;
    top: 70px;
    left: 475px;
}    

#menuFAQ:hover
{
    background-image: url('images/menu-FAQ-over.jpg');
    background-repeat: no-repeat;
    width: 62px;
    height: 22px;
    position: absolute;
    top: 70px;
    left: 475px;
}    

#menuContact
{
    background-image: url('images/menu-contact.jpg');
    background-repeat: no-repeat;
    width: 131px;
    height: 17px;
    position: absolute;
    top: 70px;
    left: 625px;
}    

#menuContact:hover
{
    background-image: url('images/menu-contact-over.jpg');
    background-repeat: no-repeat;
    width: 131px;
    height: 17px;
    position: absolute;
    top: 70px;
    left: 625px;
}    

#menuAbout
{
    background-image: url('images/menu-about.jpg');
    background-repeat: no-repeat;
    width: 135px;
    height: 18px;
    position: absolute;
    top: 100px;
    left: 350px;
}    

#menuAbout:hover
{
    background-image: url('images/menu-about-over.jpg');
    background-repeat: no-repeat;
    width: 135px;
    height: 18px;
    position: absolute;
    top: 100px;
    left: 350px;
}    


#menuServices
{
    background-image: url('images/menu-Services.jpg');
    background-repeat: no-repeat;
    width: 151px;
    height: 17px;
    position: absolute;
    top: 101px;
    left: 530px;
}    

#menuServices:hover
{
    background-image: url('images/menu-Services-over.jpg');
    background-repeat: no-repeat;
    width: 151px;
    height: 17px;
    position: absolute;
    top: 101px;
    left: 530px;
}    

#contentDiv
{
    width: 740px;
    position: absolute;
    top: 155px;
    left: 20px;
    font-family: Times New Roman;
    line-height: 26px;
    font-size: 16px;
}

#homePage
{
    background-image: url('images/homePage.jpg');
    background-repeat: no-repeat;
    width: 717px;
    height: 328px;
    position: absolute;
    top: 150px;
    left: 0px;
    z-index: 0;
}

#homeMenuAbout
{
    background-image: url('images/menu-about.jpg');
    background-repeat: no-repeat;
    width: 135px;
    height: 18px;
    position: absolute;
    top: 100px;
    left: 145px;
}    

#homeMenuAbout:hover
{
    background-image: url('images/menu-about-over.jpg');
    background-repeat: no-repeat;
    width: 135px;
    height: 18px;
    position: absolute;
    top: 100px;
    left: 145px;
}    

#homeMenuFAQ
{
    background-image: url('images/menu-FAQ.jpg');
    background-repeat: no-repeat;
    width: 62px;
    height: 22px;
    position: absolute;
    top: 135px;
    left: 290px;
    z-index: 999;
}    

#homeMenuFAQ:hover
{
    background-image: url('images/menu-FAQ-over.jpg');
    background-repeat: no-repeat;
    width: 62px;
    height: 22px;
    position: absolute;
    top: 135px;
    left: 290px;
    z-index: 999;
}    

#homeMenuServices
{
    background-image: url('images/menu-Services.jpg');
    background-repeat: no-repeat;
    width: 151px;
    height: 17px;
    position: absolute;
    top: 170px;
    left: 362px;
    z-index: 999;
}    

#homeMenuServices:hover
{
    background-image: url('images/menu-Services-over.jpg');
    background-repeat: no-repeat;
    width: 151px;
    height: 17px;
    position: absolute;
    top: 170px;
    left: 362px;
    z-index: 999;
}    

#homeMenuContact
{
    background-image: url('images/menu-contact.jpg');
    background-repeat: no-repeat;
    width: 131px;
    height: 17px;
    position: absolute;
    top: 205px;
    left: 523px;
    z-index: 999;
}    

#homeMenuContact:hover
{
    background-image: url('images/menu-contact-over.jpg');
    background-repeat: no-repeat;
    width: 131px;
    height: 17px;
    position: absolute;
    top: 205px;
    left: 523px;
    z-index: 999;
}    
