﻿
#BodyContainer #MainContainer
{
  margin: 0;
  padding: 0 0 20px 0;
  width: 750px;
  float: left;
}

#TopContainer
{
  width: 950px;
}

#BodyContainer
{
  background-image: url('body-container-background.png');
  background-repeat: no-repeat;
  background-position: center top;
  width: 954px;
  padding: 5px 13px 5px 13px;
  margin: 0 auto;
}

#FlashBanner
{
  padding-bottom: 10px;
}

.boxBackground
{
  background-image: url('box-background.png');
  width: 240px;
  height: 275px;
  float: left;
  margin-left: 5px;
}

.boxBackground img
{
  border: 0;
  width: 230px;
  height: 230px;
}

.boxBackground h3
{
  margin: 0;
  padding: 0 15px 0 0;
  width: 215px;
  height: 30px;
  display: block;
  text-align: right;
}



.boxBackground h3 a
{
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
}

 #BodyContainer #SideContainer h3 a {
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
 }

.boxBackground h3 a
{
  color: #fff;
}


#BodyContainer #SideContainer h3 a
{
  color: #CE3828;
}

.boxBackground h3 a:hover
{
  text-decoration: underline;
}

.firstBox h3
{
  background-color: #E67634;
}

.secondBox h3
{
  background-color: #FFCC00;
}

.thirdBox h3
{
  background-color: #88AE44;
}

.forthBox h3
{
  background-color: #CE3828;
}

#BodyFooter .socialMediaIcons {
  display: none;
  visibility: hidden;
}