﻿body {
    background-color: #5e0c0c;
    background: #5e0c0c;
    width: 100%;
    height: 100%;
}

div {
float:left;
margin: 10px;
}

#MainLabel {
    color: #FFF;
    text-align: center;
    margin: 10px 0px 50px 0px;
    font-size: 40px;
    width: 1000px;
    text-shadow: 5px 5px 5px #000000;
}

#PrimaryMenu {
    width: 100%;
    text-align: center;
    color: #fff;
    height: 50px;
    font-size:15px;
    float:left;
}

    #PrimaryMenu #PrimaryUl {
        list-style:none;
        width:100%;
        height: 50px;
        line-height: 50px;
        margin:0 5%;
    }

        #PrimaryMenu #PrimaryUl .PrimaryLi {
            float:left;
            width: 150px;
            text-align:center;
            border-bottom:1px solid #fff;
        }

            #PrimaryMenu #PrimaryUl .PrimaryLi:hover {
                color: #5e0c0c;
                background-color:#fff;
                cursor:pointer;
                font-weight:bold;
            }

            #PrimaryMenu #PrimaryUl .PrimaryLi:hover .SecondaryUl{
                display:block;
            }

.SecondaryUl {
    display:none;
    z-index:1;
    width:150px;
    border:1px solid #fff;
    position:absolute;
    background-color:lightgrey;
    list-style:none;
    padding:0 18px;
}

    .SecondaryUl .SecondaryLi {
        float:left;
        width:150px;
    }

        .SecondaryUl .SecondaryLi a, .SecondaryUl .SecondaryLi a:link, .SecondaryUl .SecondaryLi a:visited {
            color: #5e0c0c;
            text-decoration: none;
            float:left;
        }

        .SecondaryUl .SecondaryLi a:hover {
            font-weight:bold;
            color:#000;
        }

.ParaText {
color:#fff;
font-size: 15px;
float:left;
margin: 10px 10%;
width:900px;

}

.ParaText .ParaCap {
float:left; 
font-size: 95px;
font-weight:bold;
display:block;
}

.ParaCopy {
    margin-top:10%;
    font-size:12px; 
}

.ContactWW {
    float:right;
    margin:10px 0;
}

    .ContactWW a {
        color:#fff;
        text-decoration:none;
    }

    .ContactWW a:hover {
        color: yellow;
    }