ul#locations {
	margin:0;
	padding:0;
}

ul#locations li {
	list-style: none;
	background:none;
	margin:0;
	padding:0;
	position:relative;
}

ul#locations li.country p {
	display:none;
}

ul#locations li.country ul.country li.state p{
	display:block;
	font-size:20px;
	margin:0pt 0pt 10px;
	font-weight:bold;
}

ul#locations li.country ul.country li.state ul.state li.location p {
	font-size:12px;
	font-weight:normal;
	line-height:1.5;
}

ul#locations li.country ul.country li.state ul.state li.location p.company_name {
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	color:#E28C1A;
}
ul#locations li.country ul.country li.state ul.state li.location .locations_address {
	font-size: 12px;
}
img.location_image {
	position:absolute;
	top:0;
	right:0;
}
.view_locations_list a,
.view_locations_map a,
.view_locations_list a:visited,
.view_locations_map a:visited {
	display:none;
}
.view_locations_list a:hover,
.view_locations_map a:hover,
.view_locations_list a:active,
.view_locations_map a:active {
	background-color: #fff;
}
