﻿

#Logo{
  display:none;
}

#HomeLogo{
  position:absolute;
  top:70px;
  left:50px;
  display:block;
}

#ContentWrapper{
  background:url(../images/content-wrapper-home-bg.jpg) no-repeat;
  margin-bottom:0;
}

.cwTop{
  display:none;
}

.cwBottom{
  display:none;
}

#Content{
  margin:18px 17px 0px 15px;
  position:relative;
  padding:6px;
  color:#702804;
  height:177px;
}

#Content img{
  max-height:163px;
}

.contentPhoto
{
  border:2px solid #4B037D;
  background-color:#ffffff;
  float:left;
  margin:0 12px 0 0;
  position:relative;

}

.newsTab{
  position:absolute;
  bottom:0px;
  left:0;
  background:url(../images/news-tab.gif) no-repeat;
  width:73px;
  height:29px;
}

#Pods{
  padding:0 0 0 8px;
  margin:0;
  clear:both;
}

.pod, .lastPod{
  background:url(../images/pods-border.jpg) no-repeat;
  width:165px;
  height:231px;
  float:left;
  margin:0 13px 0 0;
  padding:13px 32px 0 17px;
  position:relative;
}

.lastPod{
  margin:0;
  background:url(../images/pods.jpg) no-repeat;
  width:162px;
  padding:13px 24px 0 17px;
}

.pod img, .lastPod img{
  border:2px solid #4B037D;
}

.pod a, .lastPod a{
  text-decoration:none;
  color:#702804;
}

.pod a:hover, .lastPod a:hover{
  text-decoration:underline;
}