@charset "utf-8";
/* CSS Document */

div#map h2
{
	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;
}


div.branch_details
{
	width:300px;
	float:left;
	margin-right:1px;
}

div.branch_details p
{
	padding:0 10px;
}

div.branch_details h3
{
	display:block;
	height:25px;
	padding:5px 0 0 7px;
	background:#38B5E1;
	background:url(/site/img/initial-header-bg.jpg) repeat-x #0099d7;
	color:#FFF;
	font-size:1.33em;
	margin-bottom:10px;
	clear:left;
}

div#map
{
	clear:left;
	margin-top:10px;
	border:1px solid #999;
	margin-bottom:10px;
}

div#branchlist ul
{
	list-style:none;
	margin:0;
}

div#branchlist ul li
{
	float:left;
}

div#branchlist ul li a:link,
div#branchlist ul li a:visited
{
	display:block;
	width:284px;
	margin-right:1px;
	background:url(/site/img/initial-header-bg.jpg) repeat-x #38B5E1;
	color:#FFF!important;
	height:20px;
	padding:3px 7px 0 10px;
	margin-bottom:10px;
}

div#branchlist ul li a:hover,
div#branchlist ul li a:active
{
	display:block;
	width:183px;
	margin-right:1px;
	background:#001F64;
	color:#FFF!important;
	height:20px;
	padding:3px 7px 0 10px;
	margin-bottom:10px;
}
