@charset "UTF-8";

@import url("reset.css");

html, body {
	height: 100%;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1  span, h2 span {
	display: none;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	margin-top: 0;
	margin-bottom: -6px;
	margin-left: 0px;
	position: relative;
	z-index: 2;
}
h1#logo  {
	background-image: url(../img/logo.gif);
	height: 120px;
	width: 150px;
}
h2 {
	color: #0071b9;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 25px;
	font-size: 14px;
	line-height: 20px;
}
p {
	line-height: 18px;
	margin-bottom: 8px;
}
a {
	color: #0071b9;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul#menu li a span {
	display: none;
}
ul#menu {
	margin-left: 5px;
	margin-top: 20px;
	float:left;
	margin-right: 30px;
}
ul#menu li {
	list-style-type: none;
	margin-bottom: 2px;
}
ul#menu li a {
	display: block;
	height: 25px;
	width: 200px;
}
ul#menu li a#home.selected   {
	background-position: 0px -25px;
}
ul#menu li a#home {
	background-image: url(../img/menu_home.gif);
	height: 25px;
	width: 200px;
	background-position: 0px 0px;
}
ul#menu li a#home:hover {
	background-position: 0px -25px;
}
ul#menu li a#filosofia {
	background-image: url(../img/menu_filosofia.gif);
	height: 25px;
	width: 200px;
	background-position: 0px 0px;
}
ul#menu li a#filosofia:hover {
	background-position: 0px -25px;
}
ul#menu li a#filosofia.selected   {
	background-position: 0px -25px;
}

ul#menu li a#novita {
	background-image: url(../img/menu_novita.gif);
	height: 25px;
	width: 200px;
	background-position: 0px 0px;
}
ul#menu li a#novita:hover {
	background-position: 0px -25px;
}
ul#menu li a#novita.selected   {
	background-position: 0px -25px;
}
ul#menu li a#rassegnastampa {
	background-image: url(../img/menu_rassegnastampa.gif);
	height: 25px;
	width: 200px;
	background-position: 0px 0px;
}
ul#menu li a#rassegnastampa:hover {
	background-position: 0px -25px;
}
ul#menu li a#rassegnastampa.selected   {
	background-position: 0px -25px;
}
ul#menu li a#lavori {
	background-image: url(../img/menu_lavori_in_corso.gif);
	height: 25px;
	width: 200px;
	background-position: 0px 0px;
}
ul#menu li a#lavori:hover {
	background-position: 0px -25px;
}
ul#menu li a#opere {
	background-image: url(../img/menu_opere.gif);
	height: 25px;
	width: 200px;
	background-position: 0px 0px;
}
ul#menu li a#opere:hover {
	background-position: 0px -25px;
}
ul#menu li a#opere.selected   {
	background-position: 0px -25px;
}
ul#menu li a#contatti {
	background-image: url(../img/menu_contatti.gif);
	height: 25px;
	width: 200px;
	background-position: 0px 0px;
}
ul#menu li a#contatti:hover {
	background-position: 0px -25px;
}
ul#menu li a#contatti.selected   {
	background-position: 0px -25px;
}
ul#menu li a#gruppodilavoro {
	background-image: url(../img/menu_gruppodilavoro.gif);
	height: 25px;
	width: 200px;
	background-position: 0px 0px;
}
ul#menu li a#gruppodilavoro:hover {
	background-position: 0px -25px;
}
ul#menu li a#gruppodilavoro.selected   {
	background-position: 0px -25px;
}
ul#menu li a#domande:hover {
	background-position: 0px -25px;
}

ul#menu li a#domande {
	background-image: url(../img/menu_domande.gif);
	height: 25px;
	width: 200px;
	background-position: 0px 0px;
}
ul#menu li a#domande:hover {
	background-position: 0px -25px;
}
#corpo{
	width: 580px;
	float:left;
	margin-bottom: 10px;
	}

/*home page*/

#aereo {
	height: 400px;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
h1#titoloHome {
	height: 40px;
	width: 670px;
	background-image: url(../img/orizzonte_dallalto.gif);
	margin-bottom: 20px;
}
h2#sottotitoloHome {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 35px;
	width: 580px;
	background-image: url(../img/sottotitoloHomePage.gif);
}
#imgRotator {
	background-color: #CCCCCC;
	height: 200px;
	width: 590px;
}
h1#newsHome {
	background-image: url(../img/news_home.gif);
	height: 20px;
	width: 120px;
	margin-top: 25px;
	margin-bottom: 20px;
}
div.newsEstratto {
	width: 270px;
	float: left;
	margin-right: 40px;
}

div.newsEstratto.secondaColonna  {
	margin-right: 0px;
}
div.newsEstratto p{
	height: 65px;
	overflow: hidden;
	line-height: 16px;
}
div.newsEstratto  strong {
	color: #0071b9;
}
div.newsEstratto  a {
	color: #0071b9;
	display: block;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	margin-top: 10px;
}
div.newsEstratto  a:hover {
	text-decoration: underline;
}
#footer, #push {
	height:6px; /* #push must be the same height as #footer */
	clear: both;
	}
#footer {
	background-color: #0071b9;
	width: 100%;
	position: relative;
	z-index: 1;	
}
/*filosofia*/
#biplanoUmano {
	height: 400px;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
h1#titoloFilosofia {
	height: 40px;
	width: 670px;
	background-image: url(../img/storia_idea.gif);
	margin-bottom: 20px;
}
h2#sottotitoloFilosofia {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 20px;
	width: 580px;
	background-image: url(../img/sottotitoloFilosofia.gif);
}
/*novita*/
#alberoNovita {
	height: 400px;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
h1#titoloNovita {
	height: 40px;
	width: 670px;
	background-image: url(../img/novita.gif);
	margin-bottom: 20px;
}
a.linkNovita {
	display: block;
	margin-top: 10px;
}
ul#elencoNews li {
	list-style-type: none;
	clear: left;
}
ul#elencoNews li img {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;	
}
ul#elencoNews  li  h2 {
	font-size: 13px;
	font-weight: normal;
	color: #0071b9;
	margin-bottom: 5px;
}
ul#elencoNews li p {
	line-height: 15px;
	margin-bottom: 10px;
}
ul#elencoNews li a {
	margin-bottom: 20px;
}
ul#pagineNews {
	margin-top: 25px;
	margin-left: 180px;
	clear: both;
}
ul#pagineNews li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
ul#pagineNews  li  a.pagSelected {
	background-color: #0066FF;
	color: #FFFFFF;
}
ul#pagineNews li a.pagSelected:hover {
	text-decoration: none;
}
a.indietroAllElenco {
	margin-top: 25px;
	display: block;
	font-size: 12px;
}
/*novita*/
#progettoBlu {
	height: 400px;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/*contatti*/
#progettoBlu {
	height: 400px;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
h1#titoloContatti {
	height: 40px;
	width: 670px;
	background-image: url(../img/contatti.gif);
	margin-bottom: 20px;
}
h2#sottotitoloContatti {
	margin-top: 40px;
}
#mappa {
	height: 400px;
	width: 700px;
}
/*gruppo di lavoro*/
#gruppoLavoro {
	height: 400px;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
h1#titoloGruppodilavoro {
	height: 40px;
	width: 670px;
	background-image: url(../img/gruppodilavoro.gif);
	margin-bottom: 20px;
}
h2#sottotitoloContatti {
	margin-top: 40px;
}
h1#titoloRassegnaStampa {
	height: 40px;
	width: 670px;
	background-image: url(../img/rassegnastampa.gif);
	margin-bottom: 20px;
}
#mappa {
	height: 400px;
	width: 700px;
}
.hidden{
display:none;
}#elencoGruppoLavoro {
	height: 420px;
	width: 700px;
}
/*opere*/
h1#titoloOpere {
	height: 40px;
	width: 670px;
	background-image: url(../img/opere.gif);
	margin-bottom: 20px;
}
#elencoOpere {
	height: 500px;
	width: 800px;
	margin-left: -30px;
}
#dettaglioOpere {
	height: 600px;
	width: 800px;
	margin-left: -30px;
}
.rassegnaStampa ul li {
	background-image: url(../img/icona_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: 0px 3px;
}
h1#titoloLavorincorso {
	height: 40px;
	width: 670px;
	background-image: url(../img/lavorincorso.gif);
	margin-bottom: 20px;
}

