.column4Normal {display: block;}
.column4Hidden {display: none;}

.infoWindow
{
	display: none; 
	width: 266px; 
	position: absolute; 
	bottom: 17px;
	left: 0px;
	z-index: 18;
}

.infoWindowContent
{
	background-image: url(images/infoWindowBg.png);
	background-position: left top;
	background-repeat: repeat;
	z-index: 18;
}

.infoWindowContent TD, .infoWindowContent P
{
	color: #5f5f5b;
	font-size: 12px;
	line-height: 18px;	
	z-index: 18;
}

.infoWindowContent A:Link, .infoWindowContent A:visited, .infoWindowContent P A:Link, .infoWindowContent P A:visited
{
	color: #5f5f5b;
	text-decoration: underline;	
}

.infoWindowContent A:hover, .infoWindowContent A:visited:hover
{
	color: #aadd1d;
	text-decoration: underline;	
}

.infoWindowBottom
{
	background-image: url(images/infoWindowBottom.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: left;
}

.infoWindowArrow
{
	background-image: url(images/infoWindowArrow.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.infoWindowDisclaimer
{
	position: absolute; 
	top: 15px;
	right: 32px; 
	z-index: 18;	
}

.infoWindowReadMore
{
	position: absolute;
	bottom: 20px;
	left: 39px; 
	z-index: 18;		
}

.frontPageEmployeeName
{
    position: relative; 
	top: 0px;
	left: 0px;
	font-size: 11px;
	padding-bottom: 5px;
}

.frontPageEmployeeName A:Link, .frontPageEmployeeName A:visited {text-decoration: none; line-height: 13px;}
.frontPageEmployeeName A:hover, .frontPageEmployeeName A:visited:hover {text-decoration: none; line-height: 13px; color: #aadd1d;}


.employeePictureCell
{
	width: 266px;
	height: 53px;
	overflow: hidden;
}

.infoWindowLink:link, .infoWindowLink:visited  {color: #5f5f5b; font-size: 12px;}
.infoWindowLink:hover, .infoWindowLink:visited:hover {color: #b3b2a0;}

.infoWindowReadMoreLink:link, .infoWindowReadMoreLink:visited  {color: #b3b2a0; font-size: 12px;}
.infoWindowReadMoreLink:hover, .infoWindowReadMoreLink:visited:hover {color: #b3b2a0;}


