/* = Ekos Consulting CSS Document
-----------------------------------------------------------------------------*/

body{
	margin: 0px;
	text-align: left;
}	

#newsSection{
	position: relative;
	width: 484px;
	height: 65px;
	margin-bottom: 20px;
}

#newsSection a{
	display: block;
	width: 484px;
	height: 65px;
	color: #596D37;
	text-decoration: none;
	background:#FFF url(../images/news-bg.gif) scroll no-repeat top left;
}

#newsSection a #newsText{
	position: absolute;
	width: 370px;
	height: 41px;
	left: 12px;
	top: 12px;
	overflow: hidden;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #596D37;
	cursor: pointer;
}

#newsSection a:hover #newsText{
	color: #6C2868;
	text-decoration: none;
}

#newsSection a #newsButton{
	position: absolute;
	width: 80px;
	height: 53px;
	left: 398px;
	top: 6px;
	cursor: pointer;
	background-color: #FFFFFF;
}

#newsSection a:hover{
	background:#6C2868 url(../images/news-bg.gif) scroll no-repeat top left;
}

#newsSection2{
	position: relative;
	width: 484px;
	height: 65px;
	margin-bottom: 20px;
	background:#6C2868 url(../images/news-bg.gif) scroll no-repeat top left;
}

#newsText2{
	position: absolute;
	width: 370px;
	height: 41px;
	left: 12px;
	top: 12px;
	overflow: hidden;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #596D37;
	cursor: pointer;
}

#newsText2 a{
	color: #596D37;
	text-decoration: none;
}

#newsButton2{
	position: absolute;
	width: 80px;
	height: 53px;
	left: 398px;
	top: 6px;
	cursor: pointer;
	background-color: #FFFFFF;
}