@charset "UTF-8";
/* CSS Document */

/*** ELENCO ***/
ul#elenco {
	margin:0;
	padding:0;
	width:665px;
}
ul#elenco li {
	list-style:none;
	width:665px;
	overflow:hidden;
	padding:15px 0;
	border-bottom:1px dotted #999;
	
}
ul#elenco li img {
	float:left;
	border:1px solid #999;
	padding:2px;
}
ul#elenco li div {
	width:470px;
	float:left;
	margin-left:15px;
}
ul#elenco li div h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:8px;
}
ul#elenco li div h3 a{
	text-decoration:none;
	color:#666;
}
ul#elenco li div h3 a:hover{
	color:#FF6600;
}

/*** ELENCO STRUTTURE***/
ul#elencoStrutture {
	margin:0;
	padding:0;
	width:665px;
}
ul#elencoStrutture li {
	list-style:none;
	width:665px;
	overflow:hidden;
	padding:15px 0;
	border-bottom:1px dotted #999;
	
}
ul#elencoStrutture li img {
	float:left;
	border:1px solid #999;
	padding:2px;
}
ul#elencoStrutture li div {
	width:470px;
	float:left;
	margin-left:15px;
}
ul#elencoStrutture li div h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:8px;
}
ul#elencoStrutture li div h3 a{
	text-decoration:none;
	color:#666;
}
ul#elencoStrutture li div h3 a:hover{
	color:#FF6600;
}

ul#elencoStrutture li div a.dettaglio {
	float:right;
	margin-top:10px;
}


/*** ELENCO NEWS EVENTi ***/
ul#elencoNews {
	margin:0;
	padding:0;
	width:665px;
}
ul#elencoNews li {
	list-style:none;
	width:665px;
	overflow:hidden;
	padding:15px 0;
	border-bottom:1px dotted #999;
	
}


ul#elencoNews li img {
	float:right;
	border:1px solid #999;
	padding:2px;
}
ul#elencoNews li div {
	width:450px;
	float:left;
	margin-right:15px;
}
ul#elencoNews li div h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:8px;
}
ul#elencoNews li div h3 a{
	text-decoration:none;
	color:#666;
}
ul#elencoNews li div h3 a:hover{
	color:#FF6600;
}

/*** ELENCO 2 COLONNE ***/
ul.elencoColumns {
	width:665px;
	overflow:hidden;
}
ul.elencoColumns li {
	float:left;
/*	display:block;*/
	list-style:none;
	width:310px;
	overflow:hidden;
	padding:10px 0;
	border-bottom:1px dotted #999;
	margin-right:20px;
	
}
ul.elencoColumns li img {
	float:left;
	padding:2px;
	border:1px solid #999;
	margin-right:15px;
}
ul#elencoColumns li div {
	float:left;
}
ul.elencoColumns li div h3{
	font-size:12px;
	margin-bottom:5px;
}
ul.elencoColumns li div h3 a{
	color:#666666;
}
ul.elencoColumns li div h3 a:hover{
	color:#FF6600;
	text-decoration:none;
}



/*** ELENCO PDF ***/

ul#pdf {
	width:425px;
}
ul#pdf li{
	border-bottom:1px dotted #CCC;
	list-style:none;
	background:url(../images/pdfIcon.gif) 0 0 no-repeat;
	line-height:30px;
	padding-left:35px;
}
ul#pdf li a {
	font-weight:bold;
}