/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #848e56;
	color: #000000;
	font: 11px Verdana,Arial,Helvetica,Sans-Serif;
	padding: 30px 0 0 0;
}
.hide {
	display: none;
}
.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
	font-size: 10px !important; /*per Firefox*/
	font-size: 1px; /*per Explorer*/
}
a{
	color: #666633;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font: 11px Verdana,Arial,Helvetica,Sans-Serif;
	padding: 2px;
}
input.btn{
	background: #666666;
	border: 0;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px;
}
select{
	padding: 0;
}
ul li{
	list-style: none;
}

ol {
	margin-left:30px;
}

/*=== Layout ===*/
.page{
	margin: 0 auto;
	width: 980px;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) #ffffff no-repeat top right;
}
/*- Logo -*/
#header h4 {
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	height: 58px;
	width: 300px;
}
#header h4 a {
	display: block;
	height: 58px;
	width: 300px;
}
#header h4 a:hover {
	text-decoration: none;
}
/*- Navigation -*/
#header ul {
	float: right;
	margin: 0 10px -1px 0;
}
#header li {
	background: url(../images/topmenu-sep.gif) no-repeat right center;
	float: left;
}
#header li.last {
	background: none;
}
#header li a:link, #header li a:visited {
	text-transform: capitalize;
	color: #000000;
	display: block;
	padding: 22px 15px 22px 15px;
}
#header li a:hover, #header li.active a {
	/*background: url(../images/topmenu-active.gif) no-repeat bottom;*/
	text-decoration: none;
	background-color: #efefd7;
}
.actualpage {
	/*background: url(../images/topmenu-active.gif) no-repeat bottom;*/
	text-decoration: none;
}
.menu-overlay {
	display: none;
	position: absolute;
	width: 200px;
}
.menu-overlay ul {
	float: none !important;
}
.menu-overlay ul li {
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}
.menu-overlay ul li a:link, .menu-overlay ul li a:visited {
	height: auto;
	*height: 20px;
	_height: 1px;
	background-color: #efefd7;
	padding: 15px 25px 0 15px !important;
}
.menu-overlay ul li a:hover, .menu-overlay ul li a:focus {
	text-decoration: underline !important;
}
.bottom-overlay {
	background-image: url(../images/bottom-overlay.gif) !important;
	background-repeat: no-repeat;
	background-position: right top;
	border: 0 !important;
}

/*=== Search ===*/
#search{
	float: right;
	height: 30px;
	padding: 15px 0 0;
	width: 200px;
}
#search input{
	background: #efefd7;
	border: 0;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 0 5px;
	width: 150px;
}
#search .btn{
	border: 0;
	font-weight: bold;
	padding: 0;
	width: auto;
}
/*=== Home Title ===*/
#title{
	background: #000000;
	height: 285px;
	overflow: hidden;
}
.flash{
	float: left;
	width: 736px;
	/*
	background-image: url(../images/flash-placeholder.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 180px;
	text-align: right;
	*/
	width: 736px;	
	height: 125px;
}
#title .spacer{
	float: right;
	font-size: 10px;
	padding: 10px;
	width: 220px;
	line-height: 15px;
}
#title h2 {
	color: #ffffff;
	font-size: 11px;
	padding: 0 0 10px;
}
#title h3, #title a{
	color: #f4ed8b;
	font-size: 10px;
	margin-bottom: 5px;
}
#title p{
	color: #cccccc;
	line-height: 14px;
	padding: 0 0 10px;
}
/*=== Subpage Heading Pictures ===*/
.hdr h2{
	display: none;
}
/*- Specific Headers -*/
#headerint {
	height: 103px;
	overflow: hidden;
}
/*=== Featured ===*/
#featured{
	background-image: url(../images/featured-bgr.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 10px;
	padding-left: 4px;
	height: auto !important;
	height: 1px;
	background-color: #171717;
}
#featured .spacer{
	float: left;
	padding: 0 12px 0 12px;
	width: 220px;
	height: 150px;
	background-image: url(../images/spacer_dot.gif);
	background-repeat: repeat-y;
	background-position: right;	
}
#featured h3 {
	font-size: 10px;
	line-height: 29px;
	padding: 0 0 15px;
}
#featured p {
	color: #cccccc;
	padding: 0 0 10px;
}
#featured img.fr {
	margin: 0 0 0 10px;
	border: 3px solid #000;
}
/*=== Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) #ffffff repeat-x top;
	border-bottom: 12px solid #717a4a;
	height: 1%;
}
#col-bg{
	background: url(../images/col-bg.gif) repeat-y right;
	height: 1%;
	border-bottom: 1px solid #fff;
}
/*--- Left Column ---*/
#leftcol{	
	float: left;
	padding: 0 15px 0 15px;
	font-size: 10px;
	width: 218px;
}
#leftcol h2, #leftcol p{
	font-size: 10px;
	padding: 0 0 5px;
}
#leftcol p{
	font-size: 10px;
	padding: 0 0 10px;
}
#leftcolint {
	float: left;
	margin: 40px 0 0 0;
	padding-left: 15px;
	width: 170px;
}
#leftcolint h2, #leftcolint p{
	font-size: 10px;
	padding: 0 0 5px;
}
#leftcolint p{
	font-size: 10px;
	padding: 0 0 10px;
}
/*--- Center Column ---*/
#centercol {
	background-image: url(../images/spacer_dot.gif);
	background-position: left;
	background-repeat: repeat-y;
	float: left;
	line-height: 16px;
	padding: 50px 15px 15px 15px;
	width: 455px;
}
#centercol a {
	text-decoration: underline;
}
#centercol h1{
	font-size: 15px;
	background: url(../images/hl-dot.gif) repeat-x bottom;
	padding-bottom:5px;
	margin: 0 0 15px 0;
	color:#000000;
}
#centercol h2 {
	font-size: 14px;
	padding: 0 0 20px;
}
#centercol h3 {
	clear: both;
	font-size: 11px;
	padding: 0 0 15px;
	background: url(../images/hl-dot.gif) repeat-x bottom;
}
#centercol p{
	padding: 0 0 10px;
}
#centercolint {
	float: left;
	line-height: 16px;
	margin: 0 0 0 25px;
	padding: 50px 0 30px 0;
	width: 545px;
}
#centercolint a{
	text-decoration: underline;
}
#centercolint  {
	list-style: disc !important;
}
#centercolint h1{
	font-size: 16px;
	background: url(../images/hl-dot.gif) repeat-x bottom;
	padding-bottom:5px;
	margin:0 0 10px 0;
	color:#000000;
}
#centercolint h2{
	font-size: 13px;
	padding: 0 0 20px;
	font-family:Georgia, Helvetica, Times;
}
#centercolint a h2{
	text-decoration: underline;
}
#centercolint h3{
	clear: both;
	font-size: 12px;
	padding: 0 0 5px;
	margin:10px 0 8px 0;
	background: url(../images/hl-dot.gif) repeat-x bottom;
}
#centercolint p{
	padding: 0 0 10px;
}
/*--- Right Column ---*/
#rightcol{
	background: #e9e6bb;
	float: right;
	color: #000000;
	padding: 0 0 10px;
	width: 245px;
}
#rightcol a {
	color: #000000;
	text-decoration: underline;
}
#rightcol h2 {
	background: #d8d5aa;
	border-bottom: 1px solid #f0eed2;
	border-top: 1px solid #cccc99;
	clear: both;
	font-size: 10px;
	line-height: 30px;
	margin: 0 0 3px;
	padding: 0 0 0 15px;
}
#rightcol p {
	font-size: 10px;
	padding: 5px 13px 15px;
}
.paddx {
	padding-left: 5px;
}
#rightcolint {
	background: #e9e6bb;
	color: #333333;
	float: right;
	width: 200px;
}
#rightcolint a {
	color: #333333;
}
#rightcolint h2 {
	background: #d8d5aa;
	border-bottom: 1px solid #f0eed2;
	border-top: 1px solid #cccc99;
	clear: both;
	font-size: 11px;
	line-height: 30px;
	margin: 0 0 3px;
	padding: 0 0 0 15px;
}
#rightcolint p {
	font-size: 10px;
	padding: 5px 13px 15px;
}
/*--- Sub Columns ---*/
.col{
	width: 45%;
}
#centercol .col h3{
	padding: 0;
}
/*=== Styling Boxes ===*/
/*=== Navigation Path ===*/
#path{
	background: #111111;
	color: #848e56;
	height: 34px;
	line-height: 34px;
}
#path a:link, #path a:visited {
	color: #848e56;
	text-transform: capitalize !important;
}
#path p {
	padding: 0 0 0 15px;
}
#path span.attivo {
	font-weight: bold;
	text-transform: capitalize !important;
}
#path p span.attivo {
	font-weight: bold;
	text-transform: capitalize !important;
}
/*=== Paging ===*/
.paging{
	color: #d2cd77;
	text-align: right;
}
.paging a, .paging em {
	color: #000000;
	font-style: normal;
	text-decoration: none !important;
}
/*=== Styling Forms ===*/
/*- Form1 -*/
.form1 div{
	line-height: 16px;
	margin: 0 0 10px 0;
}
.form1 label{
	float: left;
	width: 185px;
}
.form1 input, .form1 select{
	margin: 0 6px 0 0;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	padding: 0 0 15px 0;
}
.list1 li{
	background: url(../images/hl-dot.gif) repeat-x bottom;
	line-height: 21px;
}
.list1 li a:hover{
	color: #333333;
	text-decoration: none;
}
li.indentato {
	padding-left: 5px;
}
/*- List2 -*/
.list2 {
	padding: 0 13px 10px;
}
.list2 li {
	background: url(../images/hl-dot2.gif) repeat-x bottom;
	line-height: 20px;
	padding: 3px 0;
}
.list2 li.last {
	background: none;
}
.list2 li a {
	background: url(../images/ico-list2.gif) no-repeat 0 8px;
	color: #454545;
	display: block;
	padding: 0 0 0 13px;
}
.list2 li a:hover {
	color: #000000;
	text-decoration: none;
}
/*- List3 -*/
.list3 {
	height: 1%;
	padding: 10px 13px 15px;
}
.list3 li {
	background: url(../images/ico-list3.gif) no-repeat left;
	background-position: 0 4px;
	font-size: 10px;
	padding: 0 0 7px 10px;
	line-height: 10px;
}
.list3 li a {
	color: #000000;
}
.list3 li a:hover {
	color: #333333;
	text-decoration: none;
}
/*- List4 -*/
.list4 {
	padding: 0 0 15px 0;
}
.list4 li {
	background: url(../images/ico-list4.gif) no-repeat 0 9px;
	padding: 0 0 0 10px;
}

.list5 li {
	list-style-type:square !important;
	margin-left:40px;
}
.list6 ul {
	margin-left:180px  !important;
}
.list6 li {
	list-style-type:square !important;
	padding-left:80px  !important;
}
/*=== Icon Buttons ===*/
.iconestatiche {
	text-align: center;
	padding: 5px 0 5px 0;
}
.iconestatiche img {
	display: block;
	float: left;
	padding: 0 7px;
	background: url(../images/vl-dot.gif) repeat-y right;
}
.iconestatiche img.last {
	background: none;
}
.icons{
	height: 27px;
	padding: 7px 0 5px;
}
.icons img{
	display: block;
	float: left;
	padding: 0 18px 0 0;
	background: url(../images/vl-dot.gif) repeat-y right;
}
.icons.sep.margindx img{
	margin-right: 5px !important;
	padding-right: 8px !important;
}
.icons img.last{
	background: none;
}
a.more{
	background: url(../images/ico-more.gif) no-repeat right;
	font-weight: bold;
	padding: 0 15px 0 0;
}
a.more2{
	color:#ffffff;
	font-weight: bold;
	padding: 0 15px 0 0;
}
#featured a.more{
	background: url(../images/ico-more2.gif) no-repeat right;
	color: #ffffff;
}
a.frecciona:link, a.frecciona:visited {
	background: url(../images/ico-more3.gif) no-repeat right;
	background-position: right;	
	display: block;
	padding-right: 15px;
}
/*=== Styling Thumbnails ===*/
.pic{
	background: #ededed;
	border: 1px solid #cccccc;
	display: block;
	margin: 5px 0 15px;
	padding: 10px;
}
.pic.fl{
	margin: 0 15px 15px 0;
}
.pic2{
	border: 1px solid #9a9a67;
	margin: 5px 10px;
}
/*=== Footer ===*/
#footer{
	clear: both;
	height: 90px;
	padding: 20px 0 0;
}
/*- Bottom Menu -*/
#footer ul{
	padding: 0 0 5px;
	text-align: center;
}
#footer li {
	border-right: 1px solid #d1cc77;
	display: inline;
	text-transform: capitalize;
}
#footer li.last{
	border: 0;
}
#footer li a {
	color: #000000;
	margin: 0 8px;
}
#footer p {
	/*background: url(../images/logo-ariadne.gif) no-repeat right;*/
	color: #323621;
	line-height: 40px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	/*width: 620px;*/
	text-align: center;
}
#footer p a { 
	color: #333;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	background: url(../images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 1px;
	margin: 8px 0;
	overflow: hidden;
}
.hl-zeromargin{
	background: url(../images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 1px;
	overflow: hidden;
	
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.capitalize {
	text-transform: capitalize !important;
}
.grassetto {
	font-weight: bold;
}
.paginazione {
	margin-top: 20px;
	text-align: center;
}
.listaright {
	float: right; 
	width: 290px;
}
.box-survey {
}
.box-survey label {
	font-weight: bold;
	display: block;
}
.box-survey .campo {
	border: 1px solid #D8D5AA;
	margin-bottom: 10px;
	width: 236px;
}
.errore {
	font-weight: bold;
	color: #ff0000;
}
.submit {
	margin-top: 10px;
}
.submit input {
	padding: 2px;
	background-color: #E9E6BB;
	border: 1px solid #D8D5AA !important;
}
.nobordo {
	border: 0 !important;
}
/* MAPPA DEL SITO */
ul.mappa1 * { padding: 0; margin: 0 !important; text-transform: uppercase; list-style: none !important; padding-left: 0px; }
ul.mappa1 li { padding-top: 12px; padding-bottom: 12px; border-bottom: 1px dashed #ccc; }
ul.mappa1 li a:link, ul.mappa1 li a:visited { display: block; padding: 5px; font-weight: bold; text-decoration: none; text-transform: capitalize;   }
ul.mappa1 li a:hover { background-color: #ebebeb; border: 0; }
ul.mappa2 * { padding: 0; margin: 0 !important; text-transform: none; padding-left: 30px; }
ul.mappa2 li { padding: 0; margin: 0 !important; border: 0; }
ul.mappa2 li a:link, ul.mappa2 li a:visited { display: inline; font-weight: normal; text-decoration: none; text-transform: capitalize;   }
ul.mappa2 li a:hover { background-color: transparent; text-decoration: underline; }
ul.mappa3 * { padding: 0; margin: 0 !important; padding-left: 20px; }
ul.mappa3 li { padding: 0; margin: 0 !important; border: 0; }
ul.mappa3 li a:link, ul.mappa3 li a:visited { display: inline; font-weight: normal; text-decoration: none; text-transform: capitalize;   }
ul.mappa3 li a:hover { background-color: transparent; text-decoration: underline; }
/* FINE MAPPA DEL SITO */
.code {
	display: block;
	background-color: #faf9e7;
	border:1px dashed #7d6023;
	font-family:"Courier New", Courier, mono;
	padding: 5px;
	margin:10px;
	width: 500px;
	/*height: 30px; */
	overflow-x:auto;
}
dl {margin-left:10px;
	margin-bottom:5px;}
dd {margin-left:15px;}
.intro {
	display:block;
	background-color:#faf9e7;
	border-bottom: 1px solid #dddddd;
	margin-bottom:10px;
	padding: 5px;
}
/* inizio document category 1 */
.docicon{
	width: 20px;
	vertical-align: top;
}
.docdate{
	width: 250px;
	text-align: center;
	
	vertical-align: top;
}
.sfondodoc{
	padding-bottom:10px;
	background-color: #faf9e7;
}
h3.zeromargin{
	clear: both;
	font-size: 12px;
	padding: 0 0 5px;
	margin:0!important;
	background: url(../images/hl-dot.gif) repeat-x bottom;
}
/*  fine document category 1 */

/*risultati ricerca google*/
.gs-result{margin:10px 0 14px 0;}
.gs-title {
	text-transform:capitalize;
	color:#666633 !important;
}
.gs-title a b{
   color:#666633 !important;
}
.gs-snippet{margin:3px 0 3px 0;}
.gs-visibleUrl-short{display:none;}
.gs-watermark{ display:none;}
.gsc-cursor-page {
  display:inline;
  margin-right:10px;
  padding-right:10px;	
  border-right:1px solid #D2CD77;
  cursor:pointer;
}
.gsc-cursor-box {
  padding:6px 0 6px 0;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  text-align:right;
}
.gsc-cursor {
  display:inline; 
}
.gsc-cursor-current-page {
  font-weight:bold;
}

/* ricerca */
.italic { font-style: italic; }
.search-info { color:#AFAAA4; margin-top: 2px; }
.risultati-g { padding: 10px 0; }
.singolo { margin-bottom: 5px; }
.bold { font-weight: bold; }
.no-res { font-weight: bold; margin: 20px 10px; }
.type { font-size: 73%; color: #666633; }

/* generiche */
.nopadding { padding:0 !important; }
/* fine generiche */
.captcha{
	width: 245px;
}