html {  /*hack per scrollbar firefox - non rimuovere*/
overflow: -moz-scrollbars-vertical;
overflow: scroll;						
}

/*stili per il layout fluido*/
html,body{
	margin: 0;
	padding:0;
	background-image: url(../img/sfondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}

div#container{
    width: 960px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
  }  

/*stili generici, su header e footer*/
div#header{
height:10px;
}

h1,h2{margin: 0;padding:0}

h1{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
		padding-top: 4px;
	font-size: 12px;
	font-weight:bold;
	color: #990000;
}
    

h2{color: #69f;font-size: 1.5em}

p {
	font-size: 12px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}


a {
	COLOR:#AA3637;
}

div#footer{
font-size: 12px;
/*background-color: #eeeeee;*/
line-height: 20px;
clear:both;
text-align:center;
color: #000

}

div#footer a{
font: 12px Arial;
color: #000000;
text-decoration: underline;
}

/*stili specifici per il layout*/
div#navigation{
	float: left;
	width: 230px;
	\width:240px;
	w\idth:230px;
	padding: 1em 0 0 10px;
}

div#navigation h3{

	margin-top: 6px;
	margin-bottom: 6px;

}

div#extra{
	float: right;
	width: 290px;
	\width:300px;
	w\idth:290px;
	padding: 1em 5px;

}

div#extra4{
	float: left;
	width: 404px;
	height: 164px;
	font-size: 12px;

}

div#extra4 a{
	font-size: 12px;
	text-decoration: none;
}

	
div#extra4 li{
	height: 66px;
	color: #333333;
	text-align: left;
	font-size: 13px;
	margin: 0;
	float: left;

	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

div#extra3 {
	width: 207px;
	height:116px;
	padding:1px;
	float: left;
	}			
			
div#content{
	margin: 0 300px 0 224px;
	padding: 1em 1px;
	text-align: left;
	vertical-align: top;

}


div#content2{
	float: right;
	width: 716px;
	\width:726px;
	w\idth:716px;
	padding: 1em 1px;
	text-align: left;
	vertical-align: top;
}





/*stili per la sezione content*/
div#content div.textbox{
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
}
div#content div.textbox h2{
	color: #AA3637;
	font-size: 1.2em;
	padding: 4px;
	line-height: 22px;
	font-weight: bold;
}
div#content div.textbox h2{
	color: #AA3637;
	font-size: 1.2em;
	padding: 4px;
	line-height: 22px;
	font-weight: bold;
}
div#content div.textbox p{
	margin: 0;
	padding: 4px;

}

div#content div.textbox li{
	line-height: 18px;
	list-style-type: square;
	margin-left: -10px;
}




/*stili per la sezione content2*/
div#content2 div.textbox{
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	text-align: justify;
}
div#content2 div.textbox h2{
	color: #AA3637;
	font-size: 1.2em;
	padding: 4px;
	line-height: 22px;
	font-weight: bold;
}
div#content2 div.textbox p{
	margin: 0;
	padding: 4px;
	line-height: 18px;
}

div#content2 div.textbox li{
	line-height: 18px;
	list-style-type: square;
	margin-left: -10px;
	margin-right: 4px;
}


/*stili per la sezione extra*/
div#content2 div.newsbox{
	font-size: 11px;
	width:278px;
	margin-bottom: 16px;
	padding: 2px;
	margin-right: 2px;
	margin-left: 26px;
	border: 1px solid #CCCCCC;
}
div#content2 div.newsbox h2{
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #AA3637;
	line-height: 22px;
	padding-right: 4px;
	padding-left: 4px;
}

div#content2 div.newsbox h2 a {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #AA3637;
	line-height: 24px;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: underline;
}
div#content2 div.newsbox p{
	margin: 0;
	padding: 4px;

}





/*stili per la navigazione*/
div#navigation ul{margin: 0;padding: 0; list-style-type: none}
div#navigation li{margin: 0;padding: 0}
/*div#navigation a{color:#000000;}
div#navigation a:hover{color: #000000;}
div#navigation a#activelink{color: #000000;}*/
div#navigation p{font-size: 90%}

/*stili per la sezione extra*/
div#extra div.newsbox{
	font-size: 11px;
	margin-bottom: 20px;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #CCCCCC;
}
div#extra div.newsbox h2{
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #AA3637;
	line-height: 24px;
	padding-right: 4px;
	padding-left: 4px;
}

div#extra div.newsbox h2 a {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #AA3637;
	line-height: 24px;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: underline;
}

div#extra div.newsbox p{
	margin: 0;
	padding: 4px;

}


/*stili per la sezione extra*/
div#extra2 {
float:left;
font-size:12px;
width:210px;
}
div#extra2 a {
font-size:12px;
}
div#extra2 li {
color:#333333;
float:left;
font-size:13px;
margin:0;
padding:2px;
text-align:left;
}
div#extra2 div.newsbox{
	font-size: 11px;
	margin-bottom: 20px;
	padding: 2px;
	margin-right: 2px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
div#extra2 div.newsbox h2{
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #AA3637;
	line-height: 26px;
	padding-right: 4px;
	padding-left: 6px;
}

div#extra2 div.newsbox h2 a {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #AA3637;
	line-height: 24px;
	padding-right: 4px;
	padding-left: 0px;
	text-decoration: underline;
}

div#extra2 div.newsbox p{
	margin: 0;
	padding: 4px;

}


/*---- mappa sito ----*/


DIV#map {
	FONT-SIZE: 12px; MARGIN: 20px auto; WIDTH: 380px
}

DIV#map UL#mapList {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 1.5em; MARGIN: 0px; PADDING-TOP: 1em
}
DIV#map UL#mapList UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 1em; MARGIN: 0px; PADDING-TOP: 0.5em
}
DIV#map UL LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 20px; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 20px; PADDING-TOP: 0px; list-style-type: none;
}

DIV#map UL#mapList LI {
	FONT-SIZE: 12px; list-style-type: none;}
DIV#map UL#mapList LI UL LI {
	FONT-SIZE: 12px; BORDER-LEFT: 1px solid #666666; list-style-type: none;}
DIV#map UL#mapList LI UL LI UL LI {
	FONT-SIZE: 12px; BORDER-LEFT: #999999 1px solid; list-style-type: none;
}
DIV#map UL LI A {
	COLOR: #AA3637; TEXT-DECORATION: underline
}
DIV#map UL LI A:hover {
	COLOR: #AA3637; TEXT-DECORATION: underline
}




/*--- MENU ---- */

.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{
	font:bold 12px Arial;
	
	padding: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	background: url(../img/ul.gif) no-repeat center right; /*custom bullet list image*/
}

.arrowlistmenu .menuheader a {
font:bold 12px Arial;
color: #000000;
margin-bottom: 4px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-decoration: none;
text-align: left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
font:bold 10px Arial;
padding-bottom: 2px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li a{
font: 10px Arial;

padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: underline;
text-align: left;
background: url(../img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
}
/*
.arrowlistmenu ul li a:visited{
color: #D70000;
}

.arrowlistmenu ul li a:hover{
color: #D70000;
}
*/

.scelta{
color:#000000; 

}


/*-- testi e immagini --*/

.bordo-img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #000000;
}
.mappa-nav {
color:#666666;
font-size: 12px;
}
.testo-news {
	font-size: 12px;
}

.titolo-p {
	color:#990000;
	font-weight: bold;
	font-size: 12px;
	padding-bottom:4px;

}


/*----news sroll01---*/

#NewsTicker{
	width:280px;
	height:130px;
	margin:0 auto;
	
}
	#NewsTicker h1{
		padding:1px; margin:0; border:0;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#NewsVertical {
	width: 280px;
	height: 130px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller{
	padding:1px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 280px;
		height: 130px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 270px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 2px;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:4px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:4px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
		
		
		
		
/*----news sroll02---*/	
		
		
		#NewsTicker2{
	width:280px;
	height:130px;
	margin:0 auto;
	
}
	#NewsTicker2 h1{
		padding:1px; margin:0; border:0;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#NewsVertical2 {
	width: 280px;
	height: 130px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller2{
	padding:1px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont2{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical2 {
		width: 280px;
		height: 130px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical2 li {
		display: block;
		width: 270px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 2px;
		float: left;
	}
		#TickerVertical2 li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:4px;
		}
		#TickerVertical2 li .NewsTitle a:link,
		#TickerVertical2 li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:4px;
			text-decoration:none;
		}
		#TickerVertical2 li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical2 li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical2 li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
		
/*----news sroll03---*/		
		

		
		#NewsTicker3{
	width:280px;
	height:40px;
	margin:0 auto;
	
}
	#NewsTicker3 h1{
		padding:1px; margin:0; border:0;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#NewsVertical3 {
	width: 280px;
	height: 40px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller3{
	padding:1px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont3{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical3 {
		width: 280px;
		height: 40px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical3 li {
		display: block;
		width: 270px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 2px;
		float: left;
	}
		#TickerVertical3 li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:4px;
		}
		#TickerVertical3 li .NewsTitle a:link,
		#TickerVertical3 li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:4px;
			text-decoration:none;
		}
		#TickerVertical3 li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical3 li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical3 li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
		
		
		
		/*----news sroll04---*/	
		
		
		#NewsTicker4{
	width:210px;
	height:90px;
	margin:0 auto;
	
}
	#NewsTicker4 h1{
		padding:1px; margin:0; border:0;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#NewsVertical4 {
	width: 210px;
	height: 90px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller4 {
	padding:1px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont4{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical4 {
		width: 210px;
		height: 90px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical4 li {
		display: block;
		width: 200px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 2px;
		float: left;
	}
		#TickerVertical4 li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:4px;
		}
		#TickerVertical4 li .NewsTitle a:link,
		#TickerVertical4 li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:4px;
			text-decoration:none;
		}
		#TickerVertical4 li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical4 li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical4 li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
		
		
		
.poliformativi {
	background-image: url(../img/bg_poliformativi01.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 150px;
	width: 300px;
	padding-top: 25px;
	line-height: 20px;
}

.poliformativi2 {
	background-image: url(../img/bg_poliformativi02.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 150px;
	width: 300px;
	padding-top: 25px;
	vertical-align: text-top;
	line-height: 20px;
}



#contact-area {
	padding-top: 60px;
	margin-left: 18px;
	}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #424242;
}

#contact-area input.submit-button {
	width: 100px;	
	margin-left: 115px;
	background-color: #FFF;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
}

#boxfooter {color:#000000;
font:bold 12px Arial;
margin-bottom:4px;
text-decoration:none;
text-transform:uppercase;
}

.contact1 { background:url(../img/contatti-1.jpg) no-repeat;
			width: 252px;
			height: 546px;
			margin-left: -22px; }
			
			
/* form 1 */

	#form1{
		margin:1em 0;
		padding-top:10px;
		}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:260px;
		
		}		
	#form1 legend{display:none;}	
	#form1 p{
	margin-top: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0;
}	
	#form1 label{display:block; margin: 0; padding:0; text-align:left; width:55px; color: #a9373b; padding-top:5px; font-size: 11px; }	
	#form1 input, #form1 textarea{		
		width:152px;
		border:1px solid #ddd;
		background:#fff;
		padding:3px;
		}		
	#form1 textarea{
		height:90px;
		overflow:auto;
		}					
	#form1 p.submit{
		clear:both;
		background:url(../images/form1/form_bottom.gif) no-repeat 0 100%;
		padding:0 10px 20px 25px;
		margin:0;
		text-align:right;
		}	
	#form1 button{
		width:100px;	
		border: 2px solid #FFF;
		background: #aa3637;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}				
	
	#contenuti { float:left; margin: 15px 0px;}
	#field { border: 1px solid #CCC; width: 693px; margin-left:2px;
margin-right:2px;
padding:0.35em 0.625em 0.75em; f }
	#field h1 {
	background:url(../img/bg_h1.jpg) repeat;
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
}  
	#field span {
		background: url(../img/bg_span.gif) no-repeat;
	color:#262626;
	font-size: 14px;
	font-style: italic;
	padding-left:20px;
		}
	#field p {
		color:#262626;
		line-height: 18px;
		padding: 0 6px;
		text-align:justify;
		 margin-bottom: 15px;
		
		}

#dote-testo {
	width: 660px;
	float:right;
	background:url(../img/compasso.jpg) no-repeat top left;
	padding-left: 54px;
	padding-top:40px;
	}
#dote-testo h1 {
	font: Trebuchet MS, Arial, "Helvetica", sans-serif;
	border-bottom: 1px solid #990000;
	}	
#dote-testo h2 {
	color: #201d1d;
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
 	font-style: italic;
	background:url(../img/arrow-adword.jpg) no-repeat 5px 2px;
	padding-left:20px;
	margin-top: 25px;
	}
#dote-testo p {
	line-height: 18px;
	text-align: justify;
	}
#dote-testo ul, .lista-fondo { list-style-type: none;
margin-bottom: 10px;
	}
#dote-testo li { 
background:url(../img/bg_span2.gif) no-repeat 0 4px;
font-size: 12px;
padding-left: 15px;
height:40px;

}

.lista-fondo li { 
background:url(../img/bg_span2.gif) no-repeat 0 4px;
font-size: 12px;
padding-left: 15px;
line-height:22px;

}


#boxinfo { width: 664px;
height: 432px;
background:url(../img/boxinfo3.jpg) no-repeat;}

#sx {
	width: 198px;
	height:322px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	
	}
#sx p { color: #FFF; line-height: 30px; text-align: left;}

#dx { float: left; padding-top: 28px; padding-left:10px;}


/* form 1 */

	#form2{
		margin:0;
		padding:0;
		}
	#form2 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:260px;
		
		}		
	#form2 legend{display:none;}	
	#form2 p{
	margin-top: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0;
	line-height: normal;
	padding: 0;
}	
	#form2 label{display:block; margin: 0; padding:0; text-align:left; width:50px; color: #a9373b; padding-top:5px; font-size: 11px; }	
	#form2 input, #form2 textarea{		
		width:350px;
		border:1px solid #ddd;
		background:#fff;
		padding:3px;
		}		
	#form2 textarea{
		height:70px;
		overflow:auto;
		}					
	#form2 p.submit{
		width: 340px;
		clear:both;
		background:url(../images/form2/form_bottom.gif) no-repeat 0 100%;
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}	
	#form2 button{
		width:100px;	
		border: 1px solid #aa3637;
		background: #fff;
		color:#aa3637;
		cursor:pointer;
		text-align:center;
		padding: 2px 0;
	
		}			

.txtnews {
	float: left;
	}
.testobox {
	color: #000;
	text-align: justify;
	}
.data { font-size: 11px;
color: #999;
display:block;
	 padding-top:3px;
	}
hr {
	border-color:#D5D0BF -moz-use-text-color -moz-use-text-color; color:#D5D0BF; border-right:0 none; border-style:solid none none; border-width:1px 0 0; margin: 0px 0px 3px 0px; padding:0px;
	}
.link3 { text-decoration: none; }

.risu {color:#990000;
font-size:12px;
font-weight:bold;}

#invio {
	
	height:125px;
line-height:20px;}

#elenco { list-style-type:none;
margin-bottom:10px;}
#elenco li {
	background:url("../img/bg_span2.gif") no-repeat scroll 0 4px transparent;
font-size:12px;

padding-left:15px;
line-height:20px;
margin-bottom:10px;
	}
.overhidden{ overflow: hidden}
