/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html,body{
    margin:0px;
	padding-top:10px;
}

body{
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.25;
	BACKGROUND: url(bg.gif) #F8F3E7 repeat;
	background-attachment:scroll;
	COLOR: #3e4c5b;
	top:10px;
}

a{
	color: #5E852D;
	text-decoration: none;
}

a:link{
	color: #5E852D;
	text-decoration: none;
}

a:visited{
	color: #5E852D;
	text-decoration: none;
}

a:hover{
	color: #5E852D;
	text-decoration: underline;
}

h1{
 font-size: 100%;
 color: #E48C20;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 100%;
 color: #E48C20;
 margin: 0px;
 padding: 0px;
}

h3{
 font-size: 110%;
 color: #E48C20;
 margin: 0px;
 padding: 0px;
}

h4{
 font-size: 100%;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 70%;
 color: #E48C20;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 90%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
div#container{
	position:relative;
    width:949px;
	margin: 0 auto;
	text-align: left;
	border:2px solid #E7E2C8;
	background: url(bg_container.jpg) repeat-x;
	background-color:#FFFFFF;
	padding-left:8px;
}
#masthead{
	width:100%;
	padding: 0px 0px 0px 0px;
	/*border-bottom: 4px solid #8CBA2B;*/
}

#masthead #slogan{
	margin-bottom:5px;
}

#girasole{
	left:222px;
	top:15px;
	z-index:10;
	position:absolute;
}

#globalNav{
	float: left;
	width: 235px;
	margin: 181px 0px 145px 0px;
}

#navbar{
	border-left: 1px solid #7FB737;
	background: url(navbar_bottom.gif) bottom #90C63B no-repeat;
	padding: 0px 0px 65px 0px;
}

#mailing{
	width:97%;
	margin-top:40px;
}

#mTop{
	height:70px;
	min-height:70px;
	border-bottom:2px dashed #B9B9B9;
}

#mailing img {
	float:left;
	margin-left:20px;
}
#mBot{width:211px;margin-top:20px;}
#mBot font{font-size:80%;}

.navbarTop{
	height:25px;
	min-height:25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	font-size:92%;
	color:#999999;
}

#headlines{
  	float:right;
	width: 15%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	display:none;
}

#content{
	float: left;
  	width: 705px;
}

/***********************************************/
/* Menu Page List                                 */
/***********************************************/
.pagelist {
	float:right;
	list-style-type: none;
	margin: 15px 10px 10px 10px;
	padding: 0px;
	width: 170px;
	border: 1px solid #81B734;
}

.pagelist li a {
	background: #E9F0E1 url(arrow.gif) no-repeat 2px center;
	font-size:80%;
	color: #7FB737;
	display: block;
	width: auto;
	padding: 2px 2px 2px 15px;
	text-decoration: none;
	border-bottom: 1px solid #81B734;
}

* html .pagelist li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 160px;
}

.pagelist li a:visited, .pagelist li a:active{
	color: #7FB737;
}

.pagelist li a:hover{
	background-color:#FFFFFF;
	background-image:url(arrow.gif);
	text-decoration: none;
}

	
/***********************************************/
/* Components                                  */
/***********************************************/
#logo{
	position:absolute;
	z-index:10;
	left:30px;
	top:19px;
}

#flagLang{
	text-align:right;
	margin-top:4px;
	margin-right:5px;
	display:none;
	
}

#setFontSize {
	text-align:right;
	margin-bottom:0px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	text-align:left;
	line-height:150%;
	border-left: 1px solid #7FB737;
	background: url(bg_barra.gif) repeat-x;
}

.feature h1{
	padding: 0px 0px 2px 0px;
	text-align: left;
}

.feature h2{
	padding: 10px 0px 5px 0px;
	text-align: left;
}

.feature h3{
	font-size:180%;
	padding: 15px 0px 10px 0px;
	color:#E48C20;
	text-align: left;
}

.url {
	font-size:90%;
	font-weight:bold;
	padding-left:18px;
	background:url(link.gif) no-repeat 0px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear:both;
	background: url(siteInfo.gif) top no-repeat;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 3px 10px 10px 10px;
	margin-right:8px;
	position:relative;
}

#write{
	position:absolute;
	top:-115px;
	left:1px;/*per FF*/
	background-color:#F1E9D4;
	height:110px;
	min-height:110px;
	width:227px;
}

#contact{
	padding:10px;
	color:#CC6600;
}
/*********** #globalNav link styles ***********/

#globalNav ul a:link, #globalNav ul a:visited {display: block;}
#globalNav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#globalNav li {border-bottom: 0px solid #7FB737;}

/* fix for browsers that don't need the hack */
html>body #globalNav li {
	border-bottom: 0px solid #7FB737;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #7FB737;
	font-size: 70%;
	font-weight:bold;
}

#sectionLinks h3{
	padding: 5px 0px 5px 10px;
	background-color:#7FB737;
	color:#FFFFFF;
	font-size: 110%;
}


#sectionLinks a:link, #sectionLinks a:visited{
	display: block;
	border-top: 1px solid #7FB737;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	line-height:20px;
	color:#FFFFFF;
}

#sectionLinks a:hover{
	background-color: #A2CF5B;
}

.submenu a:link, .submenu a:visited{
	font-size:90%;
	font-weight:normal;
	text-indent:10px;
	background:url(arrow.gif) no-repeat 8px #E9F0E1;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	line-height:15px;
}

#sectionLinks .submenu a:hover{
	background:url(arrow.gif) no-repeat 8px #FFFFFF;
	border-right:4px solid #8CBA2B;
	
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 10px 20px 10px;
	font-size:65%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/************** #accessibilità styles **************/
#portal-colophon{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 5px 10px;
	margin-top:0px;
	display:none;
}

/************** #admedia **************/
#admedia{
	float: none;
	font-size: 75%;
	color: #666666;
    margin: 0em 0em 2em 0em;
    padding: 0.5em 0em 1em 1em;
    text-align: left;
	text-decoration: none
}

#admedia img{
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
}

/************** news list **************/
#content-news h1 {
    margin-bottom: 1em;
}

.newsItem {
    margin-bottom: 1em;
    border-bottom: 1px solid #8cacbb;
}

.newsContent {
    padding: 0 1em 1em 1em;
}

.newsContent ul,
.newsContent li {
    display: block; 
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.newsAbout {
    display: block;
    color: #76797c;
    font-size: 85%;
    padding: 0;
    margin-top: 0;
    list-style: none;
    list-style-image: none;
    float: right;
    text-align: right;
}

.newsAbout li {
    display: inline;
}

.newsFooter {
    
}

.newsFooter li {
    display: inline;
    margin: 0 1em 0 0;
}



