﻿body 
{
	border:none;			
	margin-top:0px;
	overflow:auto; 
	margin-bottom:0px;
	height:100%;
}
.Contenttable
{
	margin-top:-2px;
	margin-bottom:0px;	
}
.leftBorder 
{
	background-image: url(Images\Background3.jpg); 	
	width:10%;
}
.rightBorder 
{
	background-image: url(Images\Background3.jpg); 	
	width:10%;
}
.ContactUscontent
{
	font-family :Trebuchet MS;
	font-style:normal;
	font-size:small;
	color:#3d3838; 	
	font-weight:bold ;  	  
}    
.tdbg { width:10%;height:100%; }
.content
    {
        font-family :Trebuchet MS;
        font-style:normal;
        font-size:small;
        color:#3d3838; 	
        width:700px;  
        text-align:left; 
    }    
.contentServices
    {
        font-family :Trebuchet MS;
        font-style:normal;
        font-size:small;
        color:#171958; 	 
        height:20px;
    }   
.contentheader
    {
        font-family :Trebuchet MS;
        font-style:normal;
        font-size:medium;
        color:#3d3838; 	 
        font-weight:bolder; 
        text-align:left ; 
    } 
.menuClass
{
	background-color:White;
	font-family :Trebuchet MS;
    font-style:normal;
    font-size:smaller;
    color:#14153c; 	 
    font-weight:bolder; 
    text-decoration:none;
    text-transform:capitalize;     
    text-align :center;
}   
.thumbnail
{
	
	z-index: 0;
	text-decoration:underline; 
	color:#171958;
	top:0px;
}

.thumbnail:hover
{
	position :relative;	
	background-color: transparent;
	z-index: 50;
	text-decoration:none;
}
.thumbnail span
{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 0px;
	left: -1000px;	
	border: none;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -190px;
	left: 20px; /*position where enlarged image should offset horizontally */
}


    