
/***************************************************
   HTML 
 ***************************************************/

body {
  margin: 0px;
  text-align: justify;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em;
 
}

h1 { color: #EBEBEB; clear: both;
padding: 5px 0 12px 10px; margin: 0; 
font-size: 3em; font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal; letter-spacing: -1.5px;
text-align: right; }

#text h1 {
  background: url(../images/h1_bg.jpg) no-repeat bottom center;
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  color: #56B600;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

p:first-letter {
  font-size: 1.2em;
}

#news p {
  padding: 8px;
}

a {
  color: #56B600;
}

a:hover {
  color: #326901;
  background-color: #DDD;
  margin:0;
  padding:0;
  border:none;


}
img{
margin:0;
padding:0;
border:none;
}
#news   a:hover,
#footer a:hover {
  background-color: #CCC;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(../images/li_bullet.gif);
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}




/***************************************************
Container
 ***************************************************/

#siteBox { background-color:#FFFFFF; width: 800px; float: left; }

#siteBoxindex { background-color:#ffffff; text-align: center; width: 400px; }

#siteBoxindexw3 { background-color:#ffffff; text-align: center; width: 400px; }


/***************************************************
   Header 
 ***************************************************/
/* -- Header definizioni -- */    
    
    

    #headerBox { float: left; width: 800px; height: 63px; font-size: 1.5em; font-weight: bold; background-color: transparent; background-repeat: repeat-x; background-attachment: scroll; background-position: left bottom; }

    #headerLeft {
      float: left;
      width: 209px;
      height: 63px;
      background: url(../images/layout1_01.gif) no-repeat left;
    }

    #headerRight { float: right; width: 501px; height: 63px; text-align: right; border-width: 0 0 0 0; }







#headerlogo 
{ background-image: url(../images/head.jpg); float: left; width: 800px; height: 98px; text-align: left; }

#headernaviga 
{ background: #727373; float: left; width: 800px; height: 16px; text-align: left; margin-bottom: 0.5em; }
#navigatesto { text-align: left; font-family: verdana, arial, sans-serif; font-size: 1em; color: #ffffff; padding-top: 0.2em; padding-left: 2em; }
/***************************************************
   Top Menu
 ***************************************************/
/***************************************************
   Colonna Sinistra

 ***************************************************/

#news {
  float: left;
  width: 175px;
  padding: 0 20px 0 0;
}
#news .blockimm { background: #ffffff; margin-bottom: 10px; }
#news .block {
  margin-bottom: 20px;
  background: #DDD url(../images/block_top.gif) no-repeat top center;
}

#news .block .bottom {
  height: 28px;
  background: #DDD url(../images/block_bottom.gif) no-repeat bottom center;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#news .links a:hover {
  background: #DDD url(../images/link_news.gif) no-repeat center center;
}

#news a img {
  border: 0px;
}





/***************************************************
   Colonna Destra

 ***************************************************/

#text { float: right; width: 500px; padding-right: 3em; }






/***************************************************
   Footer 
 ***************************************************/


#contatti 
{ background: #FFFFFF; float: left; width: 800px; height: 30px; text-align: left;}


/***************************************************
   Large <ul> Link 
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 500px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(../images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(../images/link_bottom.gif) no-repeat top center;
}




/***************************************************
   Classi Display
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

p.quote {
  float: right;
  text-align: right;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(../images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;

}

p.quote a { color: #666; font-weight: bold; text-decoration: none; }

p.quote a:hover {
  background: #EEE

}
p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}