.l1{
            display: block;
            margin-right:10px;  
            width:100%;  
            padding:8px;        

    }

.parentDiv{
    padding: 3%;
    border:1px solid blue;
    margin-top:20px;
    height: 95%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(237, 224, 255);
    width:85%;
    
}

.dvpanel{
    
    border:1px solid blue;            
    background-color: rgb(245, 240, 255);
    height:95%;
    width:60%;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 2%;
    box-shadow:  0 0 15px  rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 15px  rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 15px  rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 15px  rgba(0,0,0,0.6);
}
.RoundedBox
{
    padding-left:18px;
    min-width:90%;
    max-width:90%;
    height:85px;
    line-height: 90px;
    top: 50%;
    border: solid 1px #555;
    background-color: rgb(243, 240, 245);
    box-shadow:  0 0 10px  rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);            
}
#TH{
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3em;    
}
    .pic{
        text-align:center;
        margin-bottom: 5%;
    }
    .clsPic{
        max-width: 30%;
        height:auto;
        border-radius: 5%;
        background-color: rgb(237, 218, 255);
        box-shadow:  0 0 10px  rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
    }
    .title{
        margin-top: 20px;
        min-width: 100%;
        text-align: center;
        font-size: 25px;
    }
    .hideMe{
        display: none;
    }
    .showMe{
        display: block;
    }
    .menu{
        color: rgb(124, 54, 190);
        font-weight: bold;
    }
    .menu:hover{
    text-decoration: underline;
    cursor: pointer;
    }
    #contactTitle{
        text-decoration: underline;
        font-weight: bold
    }
    .contactLabel{
        display: block;
        float: left;
    }
    .contactContent{
        display:inline-block;
        clear: both;
    }
    #dvPageContact{
        margin-bottom: 10px;
    }
    #map{             
        height: 400px;
        width: 90%;
        background-color: rgb(228, 228, 228);
        border: 1px solid gray;
    }
    .clsMap{
        margin-top: 80px;
        width: 100%;
    }
    .mapDiv{
        width: 100%;
    }
    .spnLabel{
        margin-top: 10px;
        margin-right: 25px;
    }
    .dvRow{
        margin-top: 10px;             
        float: left;
        width: 100%;
    }
    .dvContent{
    float: left;
    clear: right;
    }
    .fLeft{
    float: left;
    }
    .leftCol{
    float: left; 
    margin-right: 20px;   
    margin-top: 10px;
    }
    .rightCol{
        float: left;
        clear: right;
        margin-top: 10px;
}
.mapParent{
    margin-top: 40px;
    height: 85%;
    width: 100%;
}
.contactRow{
    margin-top: 5px;
}
.centerContactInfo{
    display: block;
    margin: auto;    
    width: 80%;
    height:90%;
}
.mainPage{
    display: block;
    padding-left: 5%;
    padding-right: 5%;
}

    
         