/* Master Font Def
-------------------------- */
body,td,font { font-family:verdana,arial,helvetica,sans-serif; color:#262626; }

/* td's
------------------------- */
td { vertical-align:top }

/* images
---------------------------------------- */
img { border:0px; }

/* TEXT
---------------------*/
.text { font-size:80%; line-height:1.5em; }

.HeaderLinks { font-size: 11pt; font-weight:bold; }


/* TEXT SMALL 
---------------------*/
.textSmall { font-size:71%; }


/* HEADERS
--------------------*/
.header1 { font-size:160%; }


/* Anchors
---------------------- */
a:link 		{ color:#4C6C99; }
a:visited 	{ color:#4C6C99; }
a:hover		{ color:#4C6C99; text-decoration:none; }
a:active	{ color:#4C6C99; }

/* NAV
--------------------*/
.nav            { font-size:71%; color:#FFFFFF; text-decoration:none; }
a.nav:link 	{ color:#FFFFFF; }
a.nav:visited 	{ color:#FFFFFF; }
a.nav:hover	{ color:#FFFFFF; text-decoration:underline; }
a.nav:active	{ color:#FFFFFF; }

.navCell { padding:2px 5px 3px 0px; }

.navWhite		{ text-decoration:none; }
a.navWhite:link 	{ color:#FFFFFF; }
a.navWhite:visited 	{ color:#FFFFFF; }
a.navWhite:hover	{ color:#FFFFFF; text-decoration:underline; }
a.navWhite:active	{ color:#FFFFFF; }

/* Other Links
---------------------- */
.other                  { font-size: 80%; }
a.other:link 		{ color:#4C6C99; }
a.other:visited 	{ color:#4C6C99; }
a.other:hover		{ color:#4C6C99; text-decoration:none; }
a.other:active	        { color:#4C6C99; }


/* Business Card
------------------------*/
.businesscard{
position: relative;
z-index: 0;
}
 
.businesscard:hover{
background-color: transparent;
z-index: 50;
}
 
.businesscard 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;
}
 
.businesscard span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
 
.businesscard:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -215px; /*position where enlarged image should offset horizontally */
 
}