/*********************/
/* Home page         */
/*********************/

#featured-home
{
	position: relative;
	font-size: 90%;
	margin: 10px 0px 10px 10px;
	background-color: #304605;
	border: 1px solid #999;
	width: 598px;
	height: 235px;
	float: left;
}

#featured-home h3, #featured-podcast h3
{
	color: #fff;
	padding: 10px;
	margin: 0;
	font-size: 130%;
	background-color: #304605;
}

#home-big-plant
{
	width: 220px;
	height: 180px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

#home-big-plant span
{
	position: absolute;
	width: 220px;
	height: 20px;
	margin: 0px;
	left: 10px;
	top: 43px;
	background-color: #fff;
	overflow: hidden;
	opacity: .70;
	filter: alpha (opacity=70);
}

#home-big-plant p
{
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
}

div.home-featured-plant
{
	width: 110px;
	height: 85px;
	margin: 0px 0px 10px 10px;
	float: left;
	overflow: hidden;
}

a.home-featured-plant, img.home-featured-plant
{
	border: none;
}

#featured-podcast
{
	position: relative;
	font-size: 90%;
	margin: 0px 0px 10px 10px;
	background-color: #506811;
	border: 1px solid #999;
	width: 598px;
	float: left;
}

#featured-podcast h3 {
	margin-bottom: 10px;
}

#featured-podcast img {
	margin: 0px 0px 10px 10px;
	border: 1px solid #555;
}

#featured-podcast h4 {
	font-size: 100%;
	margin: 0px 0px 0px 20px;
}

#featured-podcast a {
	color: #fff;
}

#featured-podcast h3 a {
	border: none;
}

#featured-podcast p {
	color: #eee;
	margin-top: 0;
	margin-bottom: 5px;
}

#featured-podcast object {
	margin-left: 20px;
	margin-bottom: 5px;
}

#featured-podcast audio {
	margin-left: 20px;
	margin-bottom: 5px;
}

#latest-news
{
	margin: 10px;
	border-bottom: 1px solid #999;
	border-top: 1px  solid #ccc;
	clear: right;
	width: 600px; 
	height: 27px; 
	padding: 0;
	overflow: hidden; 
}

div.menu2, div.menu3
{
	float: left;
	width: 288px;
	height: 220px;
	margin-left: 10px;
	margin-bottom: 20px;
	border: solid 1px #7a7;
	font-size: 87%;
	overflow: hidden;
	/* background: url('/images/home-boxes.jpg') -580px 0px no-repeat; */
}
 
div.menu3
{
	/* background: url('/images/home-boxes.jpg') -290px 0px no-repeat; */
}

div.column2
{
	margin-left: 20px;
}

.menu2 h3, .menu3 h3, .menu h3
{
	width: 273px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial;
	color: #fff;
	margin: 0px;
	background-color: #82a81c;
	padding: 5px 5px 5px 10px;
	font-size: 100%;
}

.menu2 h3, .menu3 h3
{
	background-color: #506811;
	font-size: 130%;
}

.menu2 h4
{
	margin: 5px 10px 10px 10px;
}

.menu2 h3 a, .menu3 h3 a, .menu h3 a
{
	color: #fff;
	border: none;
}

.menu2 p, .menu3 p, .menu p
{
	margin: 5px 10px 5px 10px;
}

.home-question
{
	display: block;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
}

.home-article
{
	float: left;
	margin: 10px 10px 5px 10px;
	border: solid 5px #eee;
}

/* liScroll styles */

.tickercontainer
{
	/* the outer div with the black border */
	width: 600px; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

.tickercontainer .mask
{
	/* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 580px;
	overflow: hidden;
}

ul.newsticker
{
	/* that's your list */
	position: relative;
	left: 580px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li
{
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
}

ul.newsticker a
{
	white-space: nowrap;
	padding: 0;
	color: #050;
	font: bold 10px Verdana;
	margin: 0 20px 0 0;
}

ul.newsticker span
{
	margin: 0 10px 0 0;
}