@charset "UTF-8";


body {
	font-family:geneva, Helvetica, sans-serif, Trebuchet MS, Arial;
	font-size:12px;
	/*background-color:#5C735C;*/
	background:url(../images/layout/bg_pattern.gif);
	
	text-decoration:none;
	color:#000;
  	text-align: left;


}

a:link {  text-decoration: none; color: #000; font-weight:bolder; }
a:active { text-decoration: none; color: #000; font-weight:bolder; }
a:visited { text-decoration: none; color: #000; font-weight:bolder; }
a:hover { text-decoration: none; color: #fff; background-color: #000; font-weight:bolder; }

h2{
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 24px;
}

h3{
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 20px;
	margin: 0 0 0 0px;
	padding:0 5px 0 5px;
}

#news_date{
	font-size:9px;
	font-weight:bold;
	margin:0 5px 0 5px;
	padding-top:10px;
	color:#630;
}

#news{
	padding:0 5px 5px 5px;
	margin:0;
}

.wrapper{
	width: 800px; 
	height: 550px; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-top: -275px; 
	margin-left: -400px; 
	/*position:relative;
	width: 800px;
	height: 550px;
	margin:auto;
	text-align:left;*/
}

ul#features {

	padding: 0;
	margin: 0 0 0 0;
	clear: both;
	top: 200px;
	z-index: 1000;
}

ul#features li.selector {
	height: 15px;
	width: 300px;
	list-style: none;
	cursor: pointer;

}



#content ul#features li.selector h3{
	padding: 0px 0 0 0px;
	margin: 0 0 0 0px;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
	color: #333;
}


ul#features li.selector:hover,
ul#features li.selector.sfhover  {
	cursor: default;
	.margin: 0 0 -3px 0;

}



ul#features li.selector div{
	display: none;
	position: absolute;
	background: #fff;
	background-color:#FFF;
	top: 590px;
	z-index: 100000;
	color: #333;
	padding:0 10px 0 10px;
}

ul#features li:hover div,
ul#features li.sfhover div {
	display: block;
}
