@charset "UTF-8";
/* CSS Document */

li.branch h3
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	font-style:italic;
	color:#BD0000;
	text-transform: none;
	margin:0;
	list-style-type: none;
	}
	
p.digits
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#525152;
	text-transform: none;
	margin:0 5px 0 0;
	width:100px;
	float:left;
	}
	
p.address
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#525152;
	text-transform: none;
	margin:0;
	float:left;
	}
	

ul#offices
	{
	width:480px;
	margin:0 0 60px 0;
	}
	
li.branch
	{
	width:230px;
	float:left;
	margin:-10px 0px 20px;
	}
	
ul#info_on
	{
		clear:both;
	margin:100px 0 0 0;
	}
	
li.departments
	{
	margin:0 0 15px 0;
	list-style:inside disc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	}

span.dept_name a:link, span.dept_name a:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style: normal;
	color:#BD0000;
	text-transform: none;
	margin:0 0 0 3px;
	}
	
span.dept_name a:hover
	{
	color:#F46C6C;
	}
	
