/* below the fold container #################################### */


#belowTheFoldContainer {
color:#777777;
display:block;
height:200px;
left:0;
margin-top:20px;
padding:0 0 0 0px;
position:absolute;
text-align:left;
top:108%;
width:805px;
}
#belowTheFoldContainer a{
color: #777777;
font-size: 10px;
text-align: left;
text-decoration: none;
}

.belowTheFold {
	width: 100%;
	float: left;
	display: block;
}
.belowTheFold {
	width: 150px;
	float: left;
	display: block;
	height: 200px;
	margin-top: 20px;
}
.belowTheFold ul li {
	text-decoration: none;
	list-style: none;
}
.belowTheFold a, .belowTheFold a:link, .belowTheFold a:visited {
	color: #777777;
	text-decoration: none;
}
.belowTheFold a:hover {
	text-decoration: underline;
}


#slidingDiv {
    display: block;
	height:215px;
	padding:20px;
	margin-top:21px;
}

.bottomcontainer
{
  width:1003px;
  display: block;
  float:left;
}
.bottomcontainer .top
{ 
  float: left;
  width:100%;
  display: block;
  height: 34px;
  background-image: url(/templates/acla/images/topbar.jpg);
  background-repeat: no-repeat;
}
.bottomcontainer .top p
{
  margin: 5px 0px 0px 20px;
  font-family: Times;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #3e5a4b;
}
.bottomcontainer .middle
{ 
  float: left;
  width:100%;
  display: block;
  margin: -30px 0px 0px 5px;
}
.bottomcontainer .middle ul
{
  list-style-type: none;
  width: 20%;
  float: left;
  padding: 0px;
}
.bottomcontainer .middle li
{
  font-size: 10px;
  color: #222222;
  font-family: arial;
}
.bottomcontainer .middle li a
{
  font-size: 10px;
  color: #777777;
  font-family: arial;
  text-decoration: none;
}
.bottomcontainer .middle li h1
{
  font-size: 12px;
  color: #222222;
  font-family: arial;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}
.bottomcontainer .bottom
{ 
  float: left;
  width:100%;
  display: block;
  background-image: url(/templates/acla/images/bottombar.jpg);
  background-repeat: no-repeat;
  height: 30px
}

/* end of below the fold container #################################### */