.balloon
{
	position: absolute;
	display: none;
	z-index: 100;
	text-align: left;
}

.roundedbox
{
	background: url("../images/nt.gif") repeat;
	margin: 1em auto;
	margin-bottom: 0px;
	overflow-y: hidden;
}

	.header
	{
		color: #FFFFFF;
		float: left;
		font-size: 1.2em;
		font-weight: bold;
		margin-left: 5px;
	}
	
	.closeBar
	{
		float: right;
		text-align: right;
		margin-left: 10px;
		margin-bottom: 5px;		
		margin-right: 5px;
	}
	
	.closeBar .printButton
	{
		background: url("../images/printer.gif") no-repeat;
		float: left;
		width: 21px;
		height: 16px;
	}

	.closeBar .closeButton
	{
		background: url("../images/close.gif") no-repeat;
		margin-left: 5px;
		float: left;
		width: 18px;
		height: 18px;
	}

	.content
	{
		background: #000000;
		margin: 15px 7px;
	}

.balloonTip
{
	width: 39px;
	height: 18px;
	margin-left: 40px;
	margin-top: 10px;
	background: url("../images/tip.gif") no-repeat;
}

.branchListing
{
	clear: both;
	overflow: auto;
	margin-top: 5px;
	width: 100%;
}

.horizontalBar
{
	clear: both;
	width: 100%;
	border-top: 2px solid;
}

.branch
{
	padding-right: 10px;
	float: left;
}

	.branch .corporateOfficeBullet_noShadow
	{
		background: url("../images/star.png") no-repeat;
		float: left;
		width: 17px;
		height: 17px;
	}

	.branch .corporateOfficeBullet
	{
		/* Mozilla ignores MS image filters, workaround for IE 6 png transparency issue */
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="./images/star.png");

		display: inline-block;
		float: left;
		width: 22px;
		height: 21px;
	}

	/* IE ignores styles with [attributes], workaround for IE 6 png transparency issue. */
	.branch .corporateOfficeBullet[class]
	{
		background: url("../images/star.png") no-repeat;
	}
	
	.branch .branchLocation
	{
		color: #FFFFFF;
		float: left;
		padding-left: 5px;
		padding-bottom: 5px;
		font-size: 1.0em;
	}

	.branch .corporateBranchLocation
	{
		margin-left: 20px;
	}
	
	.branch .city
	{
		color: #FF6600;
		font-weight: bold;
	}
	
	.branch .branchLocation p
	{
		padding: 0;
	}
	
	.branch .secondaryInfo
	{
		margin-top: 15px;
	}
	
		.branch .secondaryInfo .arrowImage
		{
			background: url("../images/arrow_show.gif") no-repeat;
			float: left;
			height: 12px;
			width: 10px;
			padding-right: 2px;
		}

		
		.branch .secondaryInfo .branchLinks
		{
			line-height: 0.9em;
			margin-bottom: 5px;
		}

		.branch .secondaryInfo a
		{
			color: #ffffff;
			text-decoration: none;
		}

		.branch .secondaryInfo a:visited
		{
			color: #ffffff;
			text-decoration: none;
		}

		.branch .secondaryInfo a:hover
		{
			color: #ffffff;
			text-decoration: underline;
		}
		