.locations_content {
	min-height:					511px;
}
.locations_background1 {
	background-image:			url('../img/locations/background_page1.jpg');
	background-position:		top right;
	background-repeat:			no-repeat;
}
.locations_background2 {
	background-image:			url('../img/locations/background_rest_pages.jpg');
	background-position:		top right;
	background-repeat:			no-repeat;
}
.locations_reduced_content {
	padding-top:				10px;
	padding-left:				20px;
	width:						530px;
}
.locations_less_reduced_content {
	padding-top:				10px;
	padding-left:				20px;
	width:						739px;
}

/* This is for Page 5 */
.rounded_h1 span {
	font-weight:				normal;
	float:						right;
	margin-top:					-8px;
}

/* Location Counter */
.location_counter{
	background-image:			url('../img/locations/background_for_counter.png');
	background-position:		top right;
	background-repeat:			no-repeat;
	width: 						438px;
	height: 					60px;
}
.location_counter_number{
	margin: 					0px;
	color:						white;
	font-size: 					44px;
	line-height: 				44px;
	padding-left:				18px;
	padding-top: 				7px;
}

.location_counter_number_3digits{
	margin: 					0px;
	color:						white;
	font-size: 					44px;
	line-height: 				44px;
	padding-left:				5px;
	padding-top: 				7px;
}



/* Data boxes */
.locations_reduced_content .left {
	width:						290px;
	/* float:						left; */
}
.locations_reduced_content .left span {
	padding-top:				3px;
	padding-bottom:				3px;
}
.locations_reduced_content .right {
	width:						220px;
	/* float:						right; */
	/* padding-right:				5px; */
}
.operation_hours {
	/* position:					absolute; */
	width:						220px;
	margin-left:				-25px;
	padding:					10px;
	background-color:			white;
	z-index:					2;
}
.info_box {
	position:					absolute;
	margin-top:					-25px;
	margin-left:				20px;
	width:						180px;
	height:						100px;
	z-index:					1;
	background-color:			#d8d8d8;
	overflow:					hidden;
	padding-left:				10px;
	padding-right:				5px;
	padding-top:				20px;
	padding-bottom:				5px;
}
.state_heading {
	/* background-color:			#7e7d7d; */
	background-color:			#B10008;
	
	color:						white;
	font-weight:				bold;
	font-size:					11pt;
	margin-bottom:				10px;
}

.city_heading {
	background-color:			#7e7d7d;
	color:						white;
	font-weight:				bold;
	font-size:					11pt;
	margin-bottom:				10px;
}


.status_heading {
	background-color:			#7e7d7d;
	color:						white;
	font-weight:				bold;
	font-size:					11pt;
	margin-bottom:				10px;
	width: 						345px;
	float: 						right;
	margin-right:				10px;
}


.bar_heading_subtext {
	color:						white;
	font-weight:				normal;
	font-size:					13px;
	float: 						right;
	padding-right: 				10px;
}

.bar_heading_subtext a{
	color:						white;
	font-weight:				normal;
	font-size:					13px;
	text-decoration: 			underline;
}
.bar_heading_subtext a:hover{
	text-decoration: 			underline;
}

