/* BEGIN styles for pop-over */

.pop-over {
	background-color: #fff;
	border:1px solid #EDEDD3;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	margin: 0 0 0 0;
	padding: 3px 5px 0px 7px;
	width: 650px;
	}
	
	.pop-over a {
		color:#003399;
		line-height: .82em;
		text-decoration: none;
	}
	
	.pop-over a:hover {
		color:#CC6600;
		text-decoration: underline;
		background-color:#F5F5E6;
	}
	
	.pop-over .category {
		margin:  0 0 .5em 0;
		padding: 0 0 0 0;
	}
	
	.pop-over strong.category-name {
		color: #CC6600;
		font-weight: bold;
		line-height:20px;
	}
	
	.pop-over .closeHover {
		float: right;
		margin-top: -2px;
		padding:0 0 0 0;
	}
	
	.pop-over .closeHover a:hover {
		background-color: #fff;
	}
	
	.pop-over .services td {
		border-top:1px dashed #999;
	}
	
	.pop-over ul {
		list-style-type: none;
		margin: .2em 0 0 0;
		padding: 0 0 0 0;
	}
	
	.pop-over li {
		padding: 0 0 4px 0;
	}
	
	.pop-over li a {
		display: block;
		line-height:.82em;
		padding: 2px;	
		width: 100%;
	}

/*	
	.pop-over li a:hover {
		background-color:#F5F5E6;
		color:#c60;
	}
*/

	.pop-over td {
		padding: 0px;
		vertical-align: top;
		width: 15%;
	}
	
	

/* END styles for pop-over */

/* BEGIN styles for site-directory */

.site-directory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-size: small;*/
}

.site-directory a {
	color:#003399;
	text-decoration: none;
}

.site-directory a:hover {
	color:#CC6600;
	text-decoration: underline;
}

.site-directory .category {
	margin: .5em 0 1em 1em;
	padding: 0 0 0 0;
}

.site-directory .category-name {
	color: #CC6600;
	display: block;
	font-weight: bold;
}

.site-directory ul {
	/* line-height: 1.5em; */
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	
.site-directory li {
	padding: 0 0 4px 0;
}

.site-directory td {
	padding: 6px;
	vertical-align: top;
	width: 25%;
}

.site-directory th {
	text-align: left;
}

.site-directory .directoryProducts td {
	border-bottom: 1px dashed #999;
}

.site-directory .directoryServices td {
	border-bottom: 1px dashed #999;
}

.site-directory .directoryLogos tr {
	text-align: center;
}

/* END styles for site-directory */