/* CSS Document */
.Phone {font-family:Tahoma; font-size:26px; font-style:normal; color:#cc0000; font-weight:bold; text-decoration:none}
.PhoneTop {font-family:Tahoma; font-size:26px; font-style:normal; color:#FFFFFF; font-weight:bold; text-decoration:none}
.FormText {font-family:Tahoma; font-size:12px; font-style:normal; color:#000000; font-weight:normal; text-decoration:none}
.BoldText {font-family:Tahoma; font-size:12px; font-style:normal; color:#000000; font-weight:bold; text-decoration:none}

.Heading {font-family:Arial; font-size:26px; font-style:normal; color:#cc0000; font-weight:bold; text-decoration:none}
.SubHeading {font-family:Arial; font-size:22px; font-style:normal; color:#5c9fc5; font-weight:bold; text-decoration:none}

/*Privacy Policy*/
#Privacy .TextNormal {font-family:Tahoma; font-size:12px; color:#000000; font-weight:normal; text-decoration:none}

#Header .Links {font-family:Tahoma; font-size:11px; color:#FFFFFF; font-weight:normal; text-decoration:none}
#Header a {font-family:Tahoma; font-size:11px; color:#000000; font-weight:normal; text-decoration:none}
#Header a:hover {font-family:Tahoma; font-size:11px; color:#FFFFFF; font-weight:normal; text-decoration:none}
/*Footer*/
#Footer .RightText {font-family:Tahoma; font-size:11px; color:#333333; font-weight:normal; text-decoration:none}
#Footer .Copyrights {font-family:Tahoma; font-size:10px; color:#000000; font-weight:normal; text-decoration:none}
#Footer .Links {font-family:Tahoma; font-size:11px; color:#000000; font-weight:normal; text-decoration:none}
#Footer a {font-family:Tahoma; font-size:11px; color:#bababa; font-weight:normal; text-decoration:none}
#Footer a:hover {font-family:Tahoma; font-size:11px; color:#e4e4e4; font-weight:normal; text-decoration:none}

#TopLinks .Links {font-family:Tahoma; font-size:11px; color:#000000; font-weight:normal; text-decoration:none}
#TopLinks a {font-family:Tahoma; font-size:11px; color:#11639f; font-weight:normal; text-decoration:none}
#TopLinks a:hover {font-family:Tahoma; font-size:11px; color:#000000; font-weight:normal; text-decoration:none}

.thumbnail, .thumbnail400{
position: relative;
z-index: 0;
}

.thumbnail:hover, .thumbnail400:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span, .thumbnail400 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img, .thumbnail400 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -180;
left: -300px; /*position where enlarged image should offset horizontally */

}


.thumbnail400:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -180;
left: -487px; /*position where enlarged image should offset horizontally */

}
