/* BRANCH LOCATOR STYLES */

#map {
float:right;
width:425px;
margin:0;
padding:0;
}

#content_branchlocator {
float:right;
position:relative;
top:30px;
right:30px;
width:624px;
height:100%;
}

/*  Content  */
#content_branchlocator h1{
font-size:16px;
font-weight:normal;
color:#777;
padding:3px 5px;
margin:0;
border:1px solid #999;
text-transform:uppercase;
display:inline;
}
	
#content_branchlocator ul{
width:150px;
font-size:12px;
color:#777;
margin:0;
position:relative;
left:-20px;
top:-10px;
list-style:circle;
}	

#content_branchlocator ul li{
padding:0 0 5px 0;
}	

#content_branchlocator a{
color:#5c8727;
text-decoration:none;
border-bottom:1px dotted #5c8727;
}

#content_branchlocator a:hover{
color:#939d93;
text-decoration:none;
border-bottom:1px dotted #fff;
}

	
#content_branchlocator p {
font-size:12px;
line-height:18px;
height:100%;
margin:0;
padding:10px 0 20px 0;
}