body.nonHome #wrapper {
  float:none !important;
  margin: 0px auto 20px auto;
}
body.nonHome #outerWrapper
{
  min-height: 600px;
  background-color: Transparent;
}

#wrapper {
  min-height:600px;
}
#flashContainer
{
  /*position:relative;*/
  top:53px;
  left:0;
}
#bottomOuterContainer
{
	clear: both;
	float: left;
  background-color: #4e74a1;
  margin: 0px auto;
  padding: 0px;
  width: 990px;
  /*height: 214px;*/
	color: #fff;
}
#bottomOuterContainer #callouts
{
  padding: 0px;
  margin: 0px;
  background: none;
}
#bottomInnerContainer
{
}

#locationCallouts
{
	float: left;
	clear: left;
	width: 240px;
	padding: 0px 20px;
}

#locationList
{
	padding: 4px 0px 0px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  float: left;
  width: 694px;
}
#locationList table
{
  margin-top:10px;
  width: 690px;
}
#locationList table td, #locationList table th
{
	text-align: left;
	font-weight: normal;
  padding-bottom:10px;
  vertical-align:top;
}

#locationList li
{
	float: left;
	list-style: none;
}

#locationList ul li.state
{
	padding: 4px;
	width: 128px;
}

#locationList ul li.state ul li.school
{
	clear: left;
	padding: 0px 0px 0px 10px;
	line-height: 16px;
	width: 118px;
}

#locationList ul
{
	margin: 0px;
	padding: 4px 0px 0px;
}

/*
#locationList ul li:before
{
	content: "\00BB \0020";
}
*/

#locationList table a, #locationList table a:hover
{
  text-decoration:none;
  color:#fff;
}
.locationListHeader
{
  color:#c5d9b1;
  font-size:20px;
}
.stateHeader, .state
{
  color:#c5d9b1;
  font-size:14px;
  font-weight:bold;
}

.school, .school a
{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.school a:hover
{
	text-decoration: underline;
}






