@charset "UTF-8";
/* CSS Document */

/* STILI HOME PAGE */

#slide_home  {
width:918px;
margin:0 0 24px 0;}

#home_news {
width:258px;}

#nav_chi_h, #nav_cosa_h, #nav_collabora_h {
width:220px;
float:left;
/*background:#000;*/}

#nav_chi_h ul, #nav_cosa_h ul, #nav_collabora_h ul {
margin: 0;
padding: 0;
list-style-type: none;
	
} 

#nav_chi_h ul {
/*padding:18px 0 0 0;*/
background:url(../img/fil_nav_chi_h.jpg) 0 0 no-repeat;
height:180px;}

#nav_cosa_h ul {
/*padding:18px 0 0 0;*/
background:url(../img/fil_nav_cosa_h.jpg) 0 0 no-repeat;
height:180px;}

#nav_collabora_h ul {
/*padding:18px 0 0 0;*/
background:url(../img/fil_nav_collabora_h.jpg) 0 0 no-repeat;
height:180px;}

 #nav_chi_h li, #nav_cosa_h li, #nav_collabora_h li { 
	}

 #nav_chi_h a, #nav_cosa_h a, #nav_collabora_h a {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:1em;
	text-decoration: none;
	margin:0;
	height:24px;
	padding:12px 0 0 10px;
	display:block;
}

#nav_chi_h a:hover {
	font-weight:bold;
	background:url(../img/bg_chi.jpg) 1px 1px no-repeat;
}
#nav_cosa_h a:hover {
	font-weight:bold;
	background:url(../img/bg_cosa.jpg) 1px 1px no-repeat;
}
#nav_collabora_h a:hover {
	font-weight:bold;
	background:url(../img/bg_collabora.jpg) 1px 1px no-repeat;
}

#nav_chi_h li a {
color:#023d96;}

#nav_cosa_h li a {
color:#2d9400;
}

#nav_collabora_h li a {
color:#ff6600;
}/**/
	
#left_col_h {
	float:left;
	width:660px;
	margin:0;
	padding:0;
}

#home_news {
	float:left;
	background:url(../img/fil_nav_news_h.jpg) 0 0 no-repeat; 
	width:240px;
	height:160px;
	margin:0 0 0 0;
	padding:16px 0 0 10px;}

#home_news h1, h2 {
	font-size:0.725em;
	/*float:left;*/
	display:inline;
	margin:0;
	padding:0 0.5em 0 0;
	line-height:1em;	}

#home_news h2, #home_news h2 a:link { /* data */
	/*clear:both;*/
	display:inline;
	color:#FF0000;
	text-decoration:none;
}

#home_news h1, #home_news h1 a:link, #home_news h1 a:visited  { /* titolo */
	color:#38495a;
	text-decoration:none;
}

#home_news p { /* testo breve */
/*float:left;*/
	display:block;
	margin:0 0 1em 0;
	font-size:0.6875em;
	line-height:1.25em;
	color:#38495a;
	text-decoration:none;
}

#home_news h2 a:hover {color:#F00;
	text-decoration:underline;}

#home_news h1 a:hover,  #home_news p a:hover {
	color:#38495a;
	text-decoration:underline;}
	
