﻿body { 
	background: #f7f7f7;
	font-size: .9em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #484848;
	text-shadow: 0 1px 0 #fff;
	line-height: 120%; 
}	
			
h1 {
	font-size: 1.4em;
	line-height: 130%;
}
			
a {
	color: #4a71aa;
}
			
a:hover	{
	color: #85af4d;
}
						
div.header	{
	width: 600px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}
			
	div.header img.logo {
		width: 143px;
		text-align: center;
	}			
							
div.section	{ 
	width: 600px; 
	background: #fff; 
	margin: 30px auto 0 auto;
	padding: 20px;
	border: 1px solid #b7b7ba;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
}
						
	div.section ul.branch-list {
		list-style-type: square;
	}
				
	div.section ul.branch-list li	{
		margin-bottom: 5px;
	}
				
	div.section ul.branch-list li em	{
		font-style: normal;
	}	
			
p.footer {
	font-size: 0.8em;
	text-align: center;
	padding-top: 20px;
}

.hidden { 
    display: none;
}
