@import url(../css/milkbox/milkbox.css);
div#newsShell {
  background: #fff url('/images/design/stripe.gif') top left repeat-y;
}
div#newsLeft {
  width: 330px;
  background: #87ba6f;
  padding: 20px;
  float: left;
}

div#newsRight {
  width: 580px;
  padding: 15px;
  float: left;
  background: #fff url("/images/design/patternback.jpg") top left repeat-x;
}

div.newsStoryContainer {
  border: solid 1px #779967; border-width: 0 0 1px 0;
  padding: 8px 0;
}
div.newsStory {
  background: #779967;
  color: #fff;
  padding: .5em;
}
div#newsPhotos {
  float: left;
  border-left: solid 1px #87ba6f;
  height: 52px;
}
div#newsBodyCopy {
  clear: both;
}
div#newsBodyCopyText {
  margin-top: 40px;
}
div.newsPhotoThumb {
  margin: 0 5px;
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: solid 1px #87ba6f;
}

.newsRightPhot {
  float: right;
  clear: right;
/*  padding: 10px;*/
  margin: 0 10px 10px 10px;
}
.newsLeftPhot {
  float: left;
  clear: left;
/*  padding: 10px; */
  margin: 10px 10px 10px 0;
}
#newsBodyHeader {
  margin: 10px 0;
}
a.newsphot { font-size: 8pt; color: #000 !important; border: none; text-decoration: none; }
.newsThumb { display: block; margin: none !important; margin-top: 2px;}
.expander { vertical-align: middle; }
.photoCap { background: #eee; font-size: 8pt; }
