/* Colors
Newsback Green #527a45
Content grey #39403d
Greenheader #8abc72
Caption Green #6f9a5a */

a { color: #fff; }

div#mContentArea {
  background: #414042;
  color: #fff;
  position: relative;
}

div#leftBox {
  width: 330px;
  float: left;
  padding: 20px;
}

div#bringHeader { margin: 50px 0; }
img#globeImg { 
  margin-right: 5px;
  padding-top: 4px;
  display: inline-block;
  float: left;
}


div#rightBox {
  background: #426635;
  width: 610px;
  position: relative;
  display: block;
  float: right;
  min-height: 464px;
}

div#newsTicker {
  padding: 5px;
  color: #fff;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
div#newsLabel { float: left; }


div#photoCaption {
  padding: 10px;
  height: 35px;
  background: #99c183 url("/images/pages/home/bottominfobar.png") top right repeat-y;
}

div#photoCaptionText {
  overflow: hidden;
  white-space: nowrap;
}

div#photoBox,div#photoBoxInner {
  width: 610px;
  height: 372px;
  background-repeat: no-repeat;
}
div#photoBox { z-index: 100; }
div#photoBoxInner { z-index: 150; }

div#photoFrame { height: 376px; }

div#learnMoreLink {
  text-align: right;
  padding-top: 10px;
  font-size: 9pt;
}

div#learnMoreLink a {
  text-decoration: none;
}

div#littleEnder {
  background: #537946;
  height: 12px;
  clear: both;
}

p#newsStory {
  overflow: hidden;
  height: 22px;
  padding-left: 5px;
}
