﻿body 
{
    margin:0px;
    padding:50px 0px 0px 0px;
    font-family: Helvetica, Verdana,Arial;
    color:#6d6d6d;
    background-color:White;
    text-align:center;
}
body 
{
    margin:0px;
    padding:50px 0px 0px 0px;
    font-family: Helvetica, Verdana,Arial;
    color:#6d6d6d;
    background-color:White;
	text-align: -moz-center; 
}

#Top
{
    vertical-align:middle;
    font-size:12px;
    line-height:21px;
    font-weight:normal;
    width:800px;
    height:350px;
    text-align:left;
}

.h4
{
    font-size:12px;
}
.BlueHeader
{
    color:#3399cc;
    font-size:30px;
}
.GrayHeader
{
    color:#6d6d6d;
    font-size:30px;
}
#Bottom
{
    margin:0px 0px 0px 0px;
    text-align:center;
    font-size:18px;
    vertical-align:bottom;
    width:800px;
}
a
{
    text-decoration:none;
}
a.Gray
{
    color:#6d6d6d;
}
a.SmallGray
{
    color:#6d6d6d;
}
a.Blue
{
    color:#3399cc;
    font-weight:bold;
}

.Text
{
	background-color:#b2dded;
	border-width:0;
	color:Black;
	width:300px;
}

/*
.tableBorder
{
	border-collapse:collapse;
	border-bottom-style:inset;
	border-right-style:inset;
	
}*/

.HoverPic{
position: relative;
z-index: 0;
}

.HoverPic:hover{
background-color: transparent;
z-index: 50;
}

.HoverPic span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.HoverPic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.HoverPic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 160px; /*position where enlarged image should offset horizontally */
}



/* Pop*/

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
/*background:#000000;
border:1px solid #cecece;*/
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:400px;
width:656px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:30px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:20px;
line-height:20px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:bolder;
display:block;
/*My code starts*/
cursor: pointer;  
/*My code ends*/
}