/* ************************************************** LANDING PAGE STYLES ****************************** */
.home div#main {
	margin: 0;
  background-color: #AC9954;
  background-image: url(/imgD/landing_bkg_main.jpg);
}
div#maincontent {
  overflow: hidden;
  width: 370px;
  margin: 0;
  padding: 10px 340px 12px 30px;
  background-repeat: no-repeat;
  background-position: right top;
}
#maincontent h2 {
  margin: 0;
  padding: 0 0 5px 0;
  color: #613501;
  font-size: 24px;
  text-align: left;
  line-height: 1em;
}
#maincontent p {
  margin: 0;
  padding: 0 0 1.2em 0;
  color: #fff;
  text-align: left;
}
div#callouts {
  overflow: hidden;
  width: 740px;
  margin: 0;
  padding: 0 0 12px 0;
  background-image: url(/imgD/landing_bkg_callouts.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  border-top: solid 3px #B89F69;
}
#callouts ul {
  width: 740px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#callouts li {
  float: left;
  margin: 0;
  padding: 0;
}
#callouts a {
  float: left;
  text-decoration: none;
}
#callouts img {
  float: left;
  border: none;
}
div#news {
  overflow: hidden;
  width: 740px;
  padding: 10px 0 0 0;
  background-image: url(/imgD/landing_bkg_featurednews.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#news a {
  color: #ffffff;
}
#news div.featured {
  width: 230px;
  float: left;
  margin: 0;
  padding: 0 0 0 30px;
  text-align: left;
  color: #fff;
}
#news div.featured p.photo {
  padding: .5em 0 1em 0;
}
#news div.featured p.photo img {
  border: solid 2px #613501;
}
#news div.featured h2 {
  margin: 0;
  padding: 0 0 5px 0;
  color: #613501;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1em;
}
#news div.featured p {
  margin: 0;
  padding: 0 0 1.2em 0;
  color: #fff;
  text-align: left;
}
#news div.recentnews {
  width: 430px;
  float: right;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: left;
  color: #fff;
}
#news div.recentnews h2 {
  margin: 0;
  padding: 0 0 5px 0;
  color: #613501;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1em;
}
#news div.recentnews p {
  margin: 0;
  padding: 0 0 1.2em 0;
  color: #fff;
  text-align: left;
}
#news div.recentnews .morelink a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}

/*  ------ latest news (marquee) ------ */
#headlines {
	background-color:#b89f69;
	padding: 5px 24px 3px 24px;
	height: 17px;
    text-align: left;
}
#headlines-title {
    position:relative;
	float: left;
    display: block;
	font-size: 12px;
	line-height: 15px;
    text-align: left;
	font-weight: bold;
	text-transform:uppercase;
	width: 80px;
    margin: 0;
}
#slideshow {
    position:relative;
    float: left;
    list-style: none;
    display: block;
    width: 600px;
    overflow: hidden;
}

#slideshow li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    list-style: none;
    text-align: left;
    background: #b89f69;
	font-size: 12px;
	line-height: 15px;
	color:#333333;
    margin: 0;
    width: 600px;
    overflow: hidden;
}
#slideshow li a, #slideshow li a:hover, #slideshow li a:active, #slideshow li a:link, #slideshow li a:visited {
	color:#333333;
	text-decoration: underline;
}
#slideshow li.active { z-index:10; }
#slideshow li.last-active { z-index:9; }


