﻿.tdColour
{
background-color:#DEDEDE;
}
.tdLeft
    {
        text-align:left ;
    }
    
 .tdRight
    {
        text-align :right ;
    }
  .td50
    {
        width:50%;
    }
  .td25
    {
        width :25%;
    } 
  .td10
    {
        width :10%;
    } 
  .td9
    {
        width :9%;
    }    
  .tdpx30
    {
        width:44px;
    }
    .td100
    {
      width:100%  
    }  
 .tableWidth100
    {
        width :100%
    }
    
 .tableHight100
    {
        height :100px;
    }
  .tableHight50
    {
        height :50px;
    }
  .tableHight200
    {
        height :200px;
    }
  .tableWidth100
    {
        width :100%;
    }  
          
    
 .HeadingFont
    {
        font-family:Sans-Serif;
    }
 .fontBold
    {
        font-weight:500;
    } 
 .fontWhite
 {
  color:White ;   
 }
    
 .fontColourGray
    {
        color:#C0C0C0;
    } 
 .fontColourDarkblue
    {
        color:#6392D4 ;
        font-size:18px;
        font-family: Fantasy  ;
    } 
    
    .fontWarmGreyArial
    {
        color :#EFEFFB;
        font-family :Arial;
    }

 .fontColourAqua
    {
        color :Aqua;
    }
  .fontColourWhite
    {
        color:White ;
    }
  .fontColourAquaGrey
    {
        color :#77BFC7;
    }    
    
 .tdBackgroundColourBlack
    {
        background-color:Black;
    }
  .tdBackgroundColourWhite
  {
      background-color:White;
  }    
    
 .borderNone
    {
        border-style :none ;
        border :0;
    }
  .borderWidthNone
    {
        border-width:0;
    }
    
  .borderLineBottom
    {
        border-bottom:1px solid #C0C0C0 ;
    }   
    
 .tdHight40
    {
        height :40px;
    } 
    
 .paddingLeft20
    {
        padding-left:20px;
    }
  
  .paddingRight20
    {
        padding-right:20px;
    }
    
.fontSize13
    {
        font-size:13px;
    }
 .fontSize17
    {
        font-size:17px;
    }
    
    
    
      

.fontSize16
    {
        font-size:16;
    }
        
 .fontSize25
    {
        font-size:25px;
    }
    
 .fontSize28
    {
        font-size:28px;
    }
    
 .tdPadding
 {
  padding:20px 20px 20px 20px;   
 }
 
 .WebLinkAqua
    {
        text-decoration:none;
        color :#77BFC7;
    }
    
   .WebLinkBlack
        {
            text-decoration:none;
            color :Black ;
        }
    .WebLinkWhite
        {
            text-decoration:none;
            padding:5px;
            margin :1px;
            background-color:#525252; 
        } 
     .WhiteText
        {
            color :White ;
        }         
   
    a:link
    {
        text-decoration:none;
    }
    a:visited
    {
        text-decoration:none;
    }  
      
    .hoverAquaGrey:hover
        {
            color :#77BFC7;
        }
     
   .hoverDisapear:hover
    {
      color:Orange;
    } 
  .hoverTest:hover
    {
    background:#6b0c36;
    text-decoration:underline;
     
    } 
    .ulLeft
        {
            left :-9999;
        }
        
     .DropRelativePosition
        {
           
            position:relative ;
           right:10px;
           top:5px;
           list-style:none;
        }
     
     
     
     .Drop ul
        {
            display :none;
            
            
        }
        
        .DropShow:hover ul
            {
                display:block ;
                position:absolute;
                top:18px;
             padding:8px;
             margin:0px;
             list-style-type:none;
             left:5px;
             background-color:White;
             color:White;
             border-radius:10px;
             -moz-border-radius:10px;
             text-decoration:none;
             
              
               
               
            }
       
        
        .MenuDropLi    
            {
                width:200px;
                
            }  
            
         .MenuDropFont li
            {
                font-size:12px;
            } 
            
   .MenuSpace
    {
       height:10px;
       padding:0px;
       margin:0px;
       background-color:White;
       
    } 
    
    .liPadding
        {
            padding:5px;
        } 
        
        .divFloatRight
            {
                float :right ;
            }
            
            .ContactDiv1
                {
                    float:left ;
                    
                    width: 50%;
                   
                }
        .ContactDiv2
            {
               float:left;
              
                width :10%;
               
            } 
            
            .ContactDiv3
            {
                clear:both;
            } 
            
        .divFloatLeft
            {
                float :left ;
            }
         .divFloatRight
            {
                float:right ;
            }
            
            .tdMargin
            {
                margin :3px;
            }
            
            .divPadding
            {
               padding-right:5px;
            } 
            
             .ArialFont
        {
            font-family :Arial ;
        }
         
         .borderSize 
         {
            border-style:solid; 
      border-width:20px; 
      border-color:White  ; 
         } 
         
         .TDColour
         {
             background-color:#EFF5FB;
             padding :10px;
         }                         
         
        .GoogleMapDiv
        {
             
              width    : 625px;
              height   : 360px;
              overflow : hidden;
              position : relative;
              overflow :auto;
              
        }
        
        .GoogleMapiframe
        {
            position : absolute;
            top      : -100px;
            left     : -100px;
            width    : 625px;
            height   : 360px;
        }
        
        .GoogleImage
        {
            position :absolute;
            top      : -20px;
            left     : -60px;
            width    : 725px;
            height   : 460px;
        }