#container1 {
 height: 188px;
  background: #FFFFFF url('/images/design/homepage_header_bg.jpg') repeat-x 0px -4px;
  background-color: #CCCCCC;
  text-align: center;
}

#header {
  
  height: 188px;

  padding: 0px;
  
  text-align: left;
}

#logo {
  width: 980px;
  height: 173px;
  background: url('/images/design/homepage_rotation1.png') no-repeat;
  z-index: 0;
}

#logo img {
  border: 0 none;
}

#search {
  top: -23px;
}

#navigation {
  height: 25px;
  top: 189px;
}

#navigation li a {
  padding-top: .7em;
}

#navigation li ul {
  top: 25px;
}

#content * {
  margin-left: 0;
}

#newsfeed {
  margin-top: -1px;
}

#newsfeed .newsentry {
  height: 175px;
  max-height: 175px;

  border-top: 1px solid #CCCCCC;

  overflow: hidden;
}

#newsfeed .newsentry:first-child {
  border-top: 1px solid #000000;
}

#newsfeed .newsinfo {
  width: 125px;
  height: 175px;
  max-height: 175px;

  padding: 10px 0px;

  background: #FFFFFF url('/images/design/news-info-bg.png') repeat-y;
  border-right: 1px solid #CCCCCC;

  float: left;
}

#newsfeed .newsdate {
  color: #A61218;

  margin-bottom: 3px;
  padding-bottom: 3px;

  display: block;

  border-bottom: 1px solid #CCCCCC;

  font-size: 1.2em;
}

#newsfeed .newscategory {
  color: #333333;
}

#newsfeed .newssummary {
  width: 375px;
  height: 175px;
  max-height: 175px;

  padding: 10px 0px;

  float: right;

  overflow: auto;
}

#newsfeed .newssummary h2 {
  margin: 0px 0px .5em 0px;
  padding: 0px;

  color: #0B2D59;

  font-family: Arial, sans-serif;
  font-weight: bold;
}

#newsfeed .newssummary img {
  height: 50px;
  width: 50px;
 
  margin: .5em 20px 10px 10px;

  float: left;
}

#newsfeed .newssummary p {
  margin: 0px;
  padding: 0px;

  color: #666666;

  font-family: Arial, sans-serif;
}

#sidebar h2 {
  padding: 0 0 .25em 0;
}

#sidebar .sidegroup {
  padding: 0;

  border-top: 1px solid #000000;
}