﻿body {
    width: 1024px;
    margin: 0px auto;
    font-family: Calibri;
    font-size: 12pt;
    /*  background-image: url('Images/bgimg.jpg');*/
    background-color: rgb(51 51 51);
}

#header
{
    background-image:url('/Images/header.png');
    min-height:235px;
    max-width:1024px;
}

#menu
{
    width: 100%;
    background-color: #333333;
}

.menuItem
{
    color:White;
    margin:5px 15px;
}

.DivImgFul{
    min-width:100%;
    width:100%;
    background-color:white;

}

.homeText {
    color: #666666;
    vertical-align: top;
    text-align: justify;
    font-size: 13pt;
    line-height: 20pt;
    padding: 17px 25px 15px 15px;
    background-color: white;
    max-width: 668px;
}


.MembershipPhotoDiv
{
    width:135px;
    height:166px;
     max-width:135px;
    max-height:166px;
    display:inline-block;
   margin:16px;
       vertical-align: top;
   padding-bottom:100px;
}

.MembershipPhotoDiv img
{
    width:135px;
    height:166px;
     max-width:135px;
    max-height:166px;
 
}

.MembershipPhotoDiv1 img
{
    
     max-width:135px;
    max-height:166px;
   
 
}

.MembershipPhotoDiv1
{
    
    max-height:166px;
    display:inline-block;
   margin:16px;
   padding-bottom:100px;
       vertical-align: top;
}


.MembershipPhotoDiv d
{
    font-size:small;
    color:Gray;
}

.SlideDivHide
{
   display:none;
}

.SlideDiv
{
    min-width:100%;
    min-height:100%;
     width:100%;
    height:100%;
    left:0px;
    top:0px;
    background-color:Gray;
    position:absolute;
    z-index:9000;
    
}

