﻿.Clear
{
	clear: both;
}

ul#Locations
{
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	list-style-type: none; 
	width: 100%;
}

ul#Locations li
{
	float: left; 
	width: 50%; 
	text-align: left;
}

span.LabelSection
{
	clear: both; 
	display: block;
	border-bottom: dotted 1px #424242; 
	font-weight: bold; 
	width: 350px;
	padding-top: 25px;
}

ul#Programs
{
	clear: both; 
	padding: 10px 0px 0px 0px; 
	margin: 0px; 
	list-style-type: none; 
	width: 100%;
}

ul#Programs li
{
	float: left; 
	width: 50%; 
	text-align: left;
}

div#ButtonSection
{
	clear: both; 
	padding-top: 25px; 
	width: 100%; 
	text-align: center;
}

ul#QuestionAndFind
{
	clear: both; 
	padding: 10px 0px 0px 0px; 
	margin: 0px; 
	list-style-type: none; 
	width: 100%;
}

ul#QuestionAndFind li
{
	float: left; 
	width: 50%; 
	text-align: left;
}

ul#QuestionAndFind li ul
{
	clear: both; 
	padding: 10px 0px 0px 0px; 
	margin: 0px; 
	list-style-type: none; 
	width: 100%;
}

ul#QuestionAndFind li ul li
{
	float: left; 
	width: 50%; 
	text-align: left;
}