#homeContainer{
  padding: 20px 10px 20px 10px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  overflow: hidden;
  height: auto;
}

#homeLeft{
  width: 496px;
  float: left;
}

#homeLeft h1{
  display: block;
  height: 17px;
  width: 478px;
  background-image: url(../../../images/homeH1.gif);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

#homeLeft h1 span{
  position: absolute;
  left: -9999px;  
}

#homeRight{
  width: 245px;
  float: right;
}

.homeGreyBox{
  background-color: #E9E9E9;
  padding: 10px;
  margin-bottom: 10px;
}

.homeGreyBox h2{
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #0094AB;
  margin: 0px;
}

.homeGreyBox h3{
  color: #0094AB;
  font-weight: normal;
  margin: 10px 0 0 0;
  font-size: 11px;
}

.homeGreyBox ul{
  list-style-position: outside;
  margin: 0;
  padding: 10px 0 0 15px;
  list-style-image: url(../../../images/chev.gif);
}

.homeGreyBox ul li{
  padding-bottom: 7px;  
}

.homeGreyBox ul li a{
  
}

#homeIntro{
  height: 140px;
}

#homeIntro p{
  font-size: 12px;
  margin-top: 5px;
}

#homeLinks{
  list-style-position: inside;
  list-style-image: url(../../../images/chev2.gif);
  margin: 0;
  padding: 0;
}

#homeLinks li{
  font-size: 11px; 
  float: left;
  width: 122px;
  line-height: 150%;
}

#homeLinks li a{
  color: #51B85C;
}

#homeMainImage{
  height: 270px;
  overflow: hidden;
  position: relative;
}

#homeMainImage .child{
  position: absolute;
}

#homeMainImage img{
  border: 0;
}

#homeThumbs{
  margin-top: 10px;
}

#homeThumbs img{
  border: 0;
  height: 161px;
  width: 243px;
  display: block;
  float: left;
}

#homeThumbs img.marginR{
  margin-right: 10px;
}

#homeThumbs img.marginB{
  margin-bottom: 10px;
}

.slideBulletInactive, .slideBulletActive {
  background-repeat:no-repeat;
  cursor:pointer;
  height:19px;
  position:absolute;
  width:19px;
  z-index: 1;
}
.slideBulletActive{
  background-color: #0094AB; 
  opacity: 0.2;
}

.slideBulletInactive{
  background-color: #E9E9E9;
  opacity: 0.2;
}

.slideBulletInactive:hover, .slideBulletActive:hover{
  opacity: 1;  
}

#homeTwitter{
  background-color: #E9E9E9;
}

.clear{
  clear: both;
}

#contentContainer{
  padding-bottom: 70px;
}

#socialNetworking{
  text-align: right;
  padding: 10px 0 0 0;  
}

#socialNetworking img{
  border: 0px;
}

a.bold{
  font-weight: bold;
}
