
/* ------------------------------------------ */
/* MAIN CONTENT */
/* ------------------------------------------ */



#headline {
	height: 280px;
 	 width:610px;
	overflow: hidden;
	position: relative;
	background-color:#333;
	border:1px solid #BFB8B8;
 
	}
	
	#headline a:hover {
	text-decoration:none;
	}
	
#headline .glidecontent {
	color: #E1E1E1;
	position: absolute;
	visibility: hidden;
	z-index: 0;
	}
#headline .teaser-image {
 	width: 495px;
	height: 280px;
	line-height: 0;
	position: relative;
	z-index: 0;
	}

#headline .teaser-image-small {
	left: 18px;
	width: 90px;
	height: 60px;
	line-height: 0;
	border:1px solid #BFB8B8;
	position: relative;
	z-index: 0;
	}
	
	
* html #headline .teaser-image {
	display: inline;
	}
#headline .teaser-main {
  left:0;
	top: 218px;
	width: 485px;
	height: 62px;
	position: absolute;
	}
#headline .teaser-main .overlay {
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;	
	position: absolute;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.7;
	filter:alpha(opacity=50);
	}
#headline .teaser-main .teaser-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	}
#headline .teaser-main .teaser-title {
	margin: 0 10px;
	padding: 5px 0 4px 0px;
	font-size:15px; font-family:"Trebuchet MS";	font-weight: bold;
	line-height: normal;
	position: relative; color:#33CC00;
	}
#headline .teaser-main .teaser-text {
	margin: 0 10px;
	position: relative;
	font-size:10px;
	text-transform:uppercase;
	font-weight:200;
	}
#headline .teaser-main .teaser-text p {
	margin: 0;
	}
#headline .teaser-main a:link,
#headline .teaser-main a:visited {
 
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
	color:#33CC00;
	}
#headline .teaser-main a:hover {
	color: #E1E1E1;
	text-decoration:underline;
	}
 
#headline .glidecontenttoggler { /* Style for DIV used to contain toggler links. */
 
	height:250px;
  right: 15px;
	font-weight:bold;
	width: 115px;
	color: #BD3D0A;
	font-size: 12px; 
	position: absolute;
	padding-right:2px;
	padding-top:5px;
	}
 
  
#headline .glidecontenttoggler a {
 
	padding:0px 0 4px 0;
	display: block;
	cursor: pointer;
	}
 
#headline .glidecontenttoggler img:hover {
	border:1px solid #000;

}
 
#headline .glidecontenttoggler .togglercontent {
	padding: 10px;
	font-weight: bold;
	border:none;
	}
	
	#headline .glidecontenttoggler .togglercontent a:hover {
text-decoration:none;
border:none;
 
	}
#headline .glidecontenttoggler .togglertitle {
	margin: -2px 0 0 15px;
	line-height: 1.2em;
	display: block;
	}
	
	
	
	
  .article
{
	background-color:#F8F5E8;
	border-bottom:2px solid #ECE8D7;
	border-right:2px solid #ECE8D7;
	line-height:19px;
	margin:15px 0 18px 0;
	padding:10px 5px 15px 10px;
}




