/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{height:100%}

body{
	height:100%;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
 background: #EAEAEA url("img/body.gif") repeat-x left top;
}
a:link, a:visited, a:hover {
	color: #529D35;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, input, form, label {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-family: Trebuchet MS , Arial, sans-serif;
}
h1{
	font-size: 160%;
	color: #333;
}
h2{
	font-size: 130%;
	color: #529D35;
}
h3{
	font-size: 110%;
	color: #529D35;
}
h4{
	font-size: 100%;
	font-weight: normal;
	color: #529D35;
}
ul{
	list-style-type: none;
	list-style-image: url("");
}
label{
	color: #666;
}
hr {
/* For Internet Explorer */
	height: 1px; 
	color: #C7C7C7; 
	border: none; 
	width:90% 
} 
html>body hr {
/* For Opera a   nd Gecko-based browsers */
	background-color: #C7C7C7; 
	border: 0px solid #C7C7C7;
} 			

/***********************************************/
/* MAIN Layout Divs                            */
/***********************************************/
table.main1 {	
	margin: 0px auto;	
	padding: 0px;
	width: 776px;
	height: 100%; 
}
td.middle {
	background:  url("img/table_main.gif") repeat-y left top;
 vertical-align:top;
	margin: 0px;
	padding: 0px;
	height: 90%;
}
td.top {
	margin: 0px;
	padding: 0px;
	height:38px;
}
td.bottom {
	background:  url("img/table.gif") repeat-y;
 vertical-align: middle;	
	margin: 0px;
	padding: 0px;
	height:25px;
}
td.bottom img {
	margin: 0px;
	padding: 0px;
}
#wrap {
	padding:0px 0px 0px 8px;
	margin: 0px;
	background:   url("img/ombra-topL.gif") no-repeat left top;	
}
#page{
	padding:0px 16px 0px 8px;
	margin: 0px;
 background:   url("img/ombra-topR.gif") no-repeat right top;
}

/***********************************************/
/* MASTHEAD                                    */
/***********************************************/

#masthead{
 position: relative;
		font-size:80%;
	margin: 0;
	padding:0;	
	height: 133px;
	background: #FFFFFF url("img/smoke.jpg") no-repeat left top;
}
#siteLogo{
 position:absolute; 
	width:285px; 
	z-index:2; 
	top: 85px;
	left:459px;
}

/***********************************************/
/* TOP-NAV and IMG                             */
/***********************************************/
#globalNav{
	/*font-family: Trebuchet MS , Arial, sans-serif;*/ 
	border-top:3px solid #FFF;
	background-color:#BDEF29;
	height:16px;
	margin: 0;
	padding: 0;
	padding-left:20px;
	/*white-space: nowrap;
	'normal' reset to line-wrap */
}
#globalNav a {
	font-size: 80%;
}
#globalNav ul{
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#globalNav ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0px;
}
#globalNav ul li a:link, #globalNav ul li a:visited, #globalNav ul li a:hover {
	width: 70px;
	padding: 0;
	margin: 0;
	color: #333;
	text-decoration: none;
	display: block;
	text-align: center;
}
#globalNav ul li a:hover{
	background: #529D35;
	color: #FFF;
	text-decoration: none;
}
#globalNav li#active a{
	background: #529D35;
	color: #FFF;
	cursor:default;
}
#globalNav ul li a.larger:link, #globalNav ul li a.larger:visited, #globalNav ul li a.larger:hover {
	width: 85px;
}

/***********************************************/
/* BREADCRUMB                                  */
/***********************************************/
#breadCrumbOut{
 font-size:0.85em;
	/*font-size: 80%;*/
	padding: 0;
	margin: 0;
	margin-top:10px;	
	line-height:22px;
}
#breadCrumbOut a{
color: #333;
text-decoration: none;
}
#breadCrumbOut a:hover{
text-decoration: underline;
}
.breadLeft{
}
.breadRight{
}

/***********************************************/
/* CONTENT                                     */
/***********************************************/
#content{
	font-size:80%;
	float:left;
	width: 515px;
	margin: 0px 0px 50px 0px;
	padding: 30px 5px 0px 20px;
}
#content ul {list-style:  url("img/ul_ie.gif")}
html>body #content ul {list-style:  url("img/ul.gif")}

/*************** #pageName styles **************/

#pageName{
 background: url("img/title1.gif") no-repeat 0px 4px;
	padding: 0px 0px 0px 18px;
	margin:0;
 line-height: normal;
}
.paginazione {}

/************** .feature .story styles ********/

.feature{
	padding: 0px;
	margin:0px;
}
.feature h2 {
  margin-top: 0.8em/* !important*/;
  margin-bottom: 0.5em/* !important*/;
}
.feature h3 { 
  margin-top: 0.7em/* !important*/;
  margin-bottom: 0/* !important*/;
}
.feature ul {
  margin-bottom: 1.4em/* !important*/;
}
.feature li {
  margin-bottom: 0.35em/* !important*/;
}
.story{
/*clear: both; DA NON USARE con html/body/table-height:100% */
	padding: 0px;
	margin:0px;
}
.story h2 {}
.story h3 {	
	/*line-height: 1.3em !important;*/
  margin-top: 0.7em !important;
  margin-bottom: 0 !important;
}

/***********************************************/
/*SEARCH                                       */
/***********************************************/
#search{
	margin:0px;
	padding: 5px 0px 5px 7px;
}
#search label{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}
#search input {
  vertical-align: middle;
}
#search input.ricerca {
  width: 136px;
  border: 1px solid #999;
}

/***********************************************/
/*NAVBAR and Component                         */
/***********************************************/
#navBar{
	font-size: 80%;	
	margin: 0px 0px 0px 550px; /*rialzo img di destra per attaccarlo alla barra cetrale grigia*/
	padding: 30px 0px 0px 0px;	
	word-spacing: normal; 
	
}
#navBar ul a:link, #navBar ul a:visited {display: block; text-decoration:none; color:#333}
#navBar ul a:hover {display: block; text-decoration:none}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #F5F5F5;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** .sectionLinks styles ***********/
#navBar .sectionLinks{
 /*margin-top:20px*//*Se sopra c'è il motore di ricerca*/
	margin: 0px;
	margin-top:32px;
	padding: 0px 10px 0px 2px;
}
#navBar .sectionLinks li{
 font-size: 0.95em;
	font-family: Trebuchet MS , Arial, sans-serif;
	line-height: 24px;
	background: url("img/li_bttm.gif") repeat-x left 28px;	
}
#navBar .sectionLinks h3{
	padding:4px 0px 3px 10px;
	margin-top:17px;
 /*text-transform: uppercase;*/
	display:block;
	/*background-color:#E6EFDC;*/
}
#navBar .sectionLinks a:link, #navBar .sectionLinks a:visited{
	padding: 8px 0px 1px 17px;
	color:#666;
 voice-family: "\"}\""; 
 voice-family:inherit;
	/*width: auto;*/
	background:   url("img/nav_ul1.gif") 7px 17px no-repeat;
}

#navBar .sectionLinks a:hover{
	padding: 8px 0px 1px 17px;
	background: url("img/nav_ul.gif") 7px 17px no-repeat;
	color:#529D35;
}

#navBar .sectionLinks li#active_nav{
	background: url("img/li_bttm_ov.gif") repeat-x left 11px;
}
#navBar .sectionLinks li#active_nav a{
 font-weight:bold;
 color:#529D35;	
 cursor:default;
	background: url("img/nav_ul.gif") 7px 17px no-repeat;
}
#navBar .sectionLinks li a.not_active:hover{
 color:#666;	
 cursor:default;
	background: url("img/nav_ul1.gif") 7px 17px no-repeat;
}
/* fix for browsers that don't need the hack 
html>body #navBar .sectionLinks a:link, #navBar .sectionLinks a:visited, #navBar .sectionLinks a:hover {border-top:1px solid #E0EED4;}
html>body #navBar .sectionLinks a.actuator:link, #navBar .sectionLinks a.actuator:visited, #navBar .sectionLinks a.actuator:hover {border-top:none;}*/

/*********** #headlines styles *****************/
#headlines{
	height:auto; 
	padding:0;
	margin:40px 10px 0px 2px;;
}
#headlines h3{
	margin:0 0 4px 0; 
	padding:0 0 0 22px; 
	display:block;
	height:18px; 
	font-size:14px;
	font-weight:bold;
	color:#999;/*#e2e2e2*/
	border:1px solid #e2e2e2;	
	background: #FFF url("img/title_news.gif") 6px 4px no-repeat;
}
#headlines ul{
	margin:0; 
	padding:10px 5px 15px 8px;
	background-color:#EAEAEA;	
	border:1px solid #e2e2e2;
}
#navBar #headlines ul li{
 border-bottom:none;
 font-size: 0.95em;
	font-family: Trebuchet MS , Arial, sans-serif;
	line-height: 20px;
	background-image:none;	
}
#navBar #headlines ul li a:link, #navBar #headlines ul li a:visited{
	padding: 0px 0px 0px 10px;
	color:#666;
	background: url("img/nav_ul1.gif") 0px 7px no-repeat;
}
#navBar #headlines ul li a:hover{
	padding: 0px 0px 0px 10px;
	background: url("img/nav_ul.gif") 0px 7px no-repeat;
	color:#529D35;
}

/***********************************************/
/* SITE INFO                                   */
/***********************************************/
#siteInfo{
	background-color:#E2E2E2;
	height:16px;
	line-height:16px;
	padding:0px;
	padding-right:10px;
	margin:0px 16px 18px 16px;
margin:0px 16px 3px 16px;
 font-size:70%;	
	text-align:center;
	color:#999999;
}
#siteInfo a{
color: #333;
text-decoration: none;
}
#siteInfo a:hover{
text-decoration: underline;
}
#siteInfo span{
margin-left:20px;
/*color:#fff;
font-weight:bold;*/
}
.legale{text-align:center;margin-bottom:5px;font-size:70%;color:#bbb}
/***********************************************/
/* MIX                                         */
/***********************************************/
.white {color: #FFF;}
.black {color: #333;}
.darkgrey{color: #999;}
.grey{color: #E2E2E2;}
.darkgreen{color: #529D35;}
.lightgreen {color: #BDEF29;}

.floatleft{
	float: left;
}
.floatright{
	float: right;	
}
.spacer {
	clear: both;
	font-size:1px;
}
html>body #spacer{margin-top: -1px; font-size:1px;}

.stopFloat {
  display: block;
  clear: both;
  float: none;
  height: 0px;/*1px*/
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;	
}
.skip{display:none;}
/*div {border: 1px solid blue}
div div {border: 1px solid orange}
div div div{border: 1px solid lightblue}*/

/*#navBar{border: 1px solid lightgreen;}
#content{border: 1px solid pink;}
#breadCrumbOut{border: 1px solid #ccc;}
#page{border-bottom: 1px solid red}
#wrap{border-bottom: 1px solid yellow}
#globalNav{border-bottom: 1px solid blue}
#masthead{border-bottom: 1px solid orange}*/