/* Home CSS Document */

#home_images{
  float: right;
  width: 720px;
  height: 330px;
}

/* UNIVERSAL LIST STYLES FOR FEATURES */
#home_images ul.main {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0;
	position: absolute;
	width: 720px;
	height: 330px;
}

#home_images li {
	list-style: none;
}

/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
#home_images ul.main li {
	display: none;
}
#home_images .main,
#home_images .feature {
	height:333px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	width: 720px;
	z-index: 1;
}

#home_images .main li {
	margin: 0;
	padding:0;
	position: absolute;
	visibility: visible;
	z-index: 1;
}

#home_images .main li.shown {
	z-index: 2;
	visibility: visible;
	position: relative;
}

#home_images .main li.shown a {
	z-index: 99;
}

#home_images .main a:hover {
	text-decoration: none;
	border: none;
}

#home_images .feature img {
	position:absolute;
	width: 100%;
}

#marquee {
	height: auto;
}


#marquee .home {
  float: left;
  padding: 5px 0;
  background: #355416;
  width: 940px;
  height: 190px;
  margin: 0 0 -9px;
}

#marquee .home  ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

#marquee .home li,
#marquee .home li a {
	list-style-type: none;
	float: left;
	width: 235px;
	height: 190px;
	background: none;
	border: none;
	margin: 0;
}

#marquee .home li a:hover {
	text-decoration: none;
}

#marquee .home h3 {
	background: none;
	margin: 8px 15px 3px;
	padding: 0;
	font-size: 27px;
	text-transform: none;
	background: none;
}

#marquee .home p {
	color: #e7e0c5;
	margin: 0 15px 0 10px;
	font-size: 18px;
}
