/* ******************************************** */
/* ******************* Footer CSS ************* */
/* ******************************************** */

.footerDiv  {
            text-align: center;
            }
            
.footerContainerTbl     {
                        margin: 0 auto;
                        margin-bottom: 1em;
                        width: 50%;
                        
                        font-size: 1.2em;
                        color: #ffffff;
                        text-shadow: 1.3px 1.3px 2px #040404;
                        }
                        
.footerContainerTbl td  {
                        width: 50%;
                        }
                        
                        
            
.footerLogoContainerDivLeft                     {
                                                margin: 0 auto;
                                                width: 30%;
                                                float: right;
                                                margin-right: 1em;
                                                }
                                                
.footerLogoContainerDivRight                    {
                                                margin: 0 auto;
                                                width: 30%;
                                                float: left;
                                                margin-left: 1em;
                                                }
                                                
                                                
                    
.footerLogoImg          {
                        width: 100%;
                        border: solid 1px #4b4b4b;
                        border-radius: 5px;
                        }
                        
.footerLink             {
                        text-decoration: none;
                        outline: 0 none;
                        color: #ffffff;
                        }
                        
                        
.footerHr               {
                        color: #ffffff;
                        border-width: 1px;
                        opacity: 0.6;
                        width: 80%;
                        }














