/*STILI GENERALI*/
.titolo {
	font-size: 14px;
	line-height: 30px;
	width: 450px;
	height: 30px;
	background-color: #AAB4BD;
	text-indent: 15px;
	float: left;
	clear: none;
	margin-top: 20px;
	}
/*navigazione secondaria all'interno delle varie sezioni del sito*/
#secnav {
	height: auto;
	width: 175px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #FBFBF9;
}
/*stile per la navigazione interna*/
#logo {
	height: 90px;
	background-image: url(../images/logo.gif);
	background-position: center center;
	background-repeat: no-repeat;

}
#secnav li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
.imglogo {
	background-position: center center;
	margin-top: 15px;
}
/*fine stile navigazione interna*/

/*Stili SEZIONE*/
.indirizzo {
	font-size: 9px;
	padding-top: 25px;
	padding-left: 55px;
}
/*Componenti CD e lista Presidenti*/
.nome {
	font-size: 14px;
	line-height: 30px;
	float: left;
	width: 220px;
	font-weight: bold;
	margin-left: 35px;
	height: 30px;
	clear: left;
	margin-bottom: 10px;
}
.carica {
	font-size: 14px;
	line-height: 30px;
	float: left;
	width: 150px;
	margin-left: 15px;
	height: 30px;
	margin-bottom: 10px;
}
.data {
	font-size: 14px;
	line-height: 30px;
	float: right;
	width: 150px;
	margin-right: 10px;
	height: 30px;
	clear: right;
	margin-bottom: 10px;
}
/*fine*/

.note {
	font-size: 10px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	clear: left;
	height: auto;
	width: auto;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: auto;
	height: 100px;
}

.hoverbox li
{
	border-color: #AAB4BD;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	padding: 5px;
	position: relative;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 75px;
	background-color: #AAB4BD;
}

.hoverbox .preview
{
	border-color: #000;
	width: auto;
	height: 275px;
}
#slider {
	height: 100px;
	width: 400px;
	margin-right: 150px;
	margin-left: 150px;
	margin-top: 50px;
	float: right;
}
