@charset "utf-8";
/* CSS Document */

div#map h2
{
	color: #0078C0;
	font-size: 1.33em;
	border: 0;
	margin: 0;
}

.directions-form
{
	border-top: 1px dashed #999;
	margin-top: 4px;
	padding-top: 2px;
}

.directions-form label
{
	height: 18px;
	line-height: 18px;
}

.directions-form input.button
{
	height: 23px;
}

.directions-form input.textbox
{
	height: 18px;
	width: 70px;
}


/* branches */
/*******************************************************************************/
#branchlist ul
{
	list-style:none;
	margin:0 5px 5px 0;
	padding:0;
	float:left;
}

#branchlist ul li
{
	margin-bottom:2px;
	float: left;
}

#branchlist ul li a:link,
#branchlist ul li a:visited
{
	display: block;
	width: 150px;
	padding: 2px 5px 2px 4px;
	margin-right: 2px;
	color:#FFF !important;
	background:#282884;
}

#branchlist ul li a:hover
{
	color: #282884 !important;
	text-decoration: none !important;
	background:#B3B4EF;
}

#branchlist ul li a:active
{
	
}

