body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
color: #000;
background-color:white;
margin: 0;
padding: 0;
border:0;
height:100%;
top:0;
}

/* ============================= HOME
*/
#main {
text-align:center;
width: 800px;
border: 1px solid #566;
padding: 0;
margin: 0 auto;
}

#separatore {
background: #ffdf4c;
border: 1px solid silver;
height: 20px;
}

#home {
margin:0;
height:100%;
text-align: center;
}

#homeT {
margin:30px auto ;
width: 500px;
background: #666;
color: white;
padding: 0;
}

#Htabs {
border-bottom: 1px solid silver;
text-align:center;
height: 36px;
margin: 0;
background: url(/img/tab_bottom.gif) repeat-x bottom;
background: #e2f3f6;
width: 100%;
}

#Htabs td a {
background: #8FCDD9;
font-size: 90%;
font-weight: bold;
padding: 2px 20px;
margin: -5px;
color: #333;
text-decoration: none;
border: 1px solid #333;
white-space: nowrap;
}

#Htabs a:hover {
color: #CC3300;
}

.counter {
font-size: 15px;
padding: 3px;
margin-left: 1px;
background: #c9d5d5;
}
/* ========================== GENERAL
*/
h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #0066CC;
margin: 0  0 20px;
}

h2, h3 {
font-size:120%;
color: #666 !important;
}

h4 {
color: #666;
}

h4.contacts {
color: #33C;
margin-top: 20px;
font-size: 1.5em;
}

h3.alto, h3 a {
margin-top:55px;
color: #666;
}

h3 {
margin-top:25px;
}

p, div, span {
font-size: 96%;
font-family: verdana,arial,helvetica,sans-serif;
}

a {
color: blue;
}

cite {
font-size: 11px;
}

ol li {
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 1px dashed silver;
}

/* ===================================== CLASSEs
*/
.divider {
border-bottom:1px dashed silver;
padding-bottom: 15px;
margin-bottom:20px;
}


#container {
margin:0;
height:100%;
}

#header {
margin: 0;
border-bottom: 1px solid #333333;
background: #e2f3f6;
height: 80px;
text-align: left;
}


#central {
margin-left: 160px;
margin-right:5px;
margin-bottom: 30px;
padding: 0 10px 10px 10px;
min-width: 600px;
height: 100%;
min-height: 380px;
}

hr.hide {
visibility:hidden;
clear: left;
}

hr.headers {
display:none;
}

.separator {
border:1px dashed silver;
height: 1px;
margin-bottom:20px;
}

img {
border: 0;
}

.dataC 
{
font-size: 11px;
font-style: italic;
color:#666;
}

.T {
vertical-align: top;
}

.B {
font-weight: bold;
}

/* ==================================== NEWS
*/

h5.Tnews {
	color : #666;
	line-height : 1.1em;
	margin: 5px 0;
	font-size: 12px;
}

.news {
	color: black;
	background : white;
	border-bottom: 1px dotted silver;
	padding-bottom: 20px;
	margin: 0 10px;
	font-size: 12px;
}

.news a {
text-decoration: none;
color: black;
}

.news a:hover {
color: red;
}

/* ========== MENU NAVIGAZIONE SINISTRA (livello 1) ========= */

.livello1
{
display:none
}

.livello2
{
display:none
}

/* ======== SUBMENU nav sinistra =========*/

/* ******  LI 1 ****** */


ul.menu1 li
{
display: list-item;
list-style: none;
position: relative;
padding: 0;
margin-left: -30px;
margin-bottom: 0;
voice-family: "\"}\"";
voice-family: inherit;
border:1px solid #ffdf4c;
}

ul.menu1 li a {
display: block;
padding: 3px 2px 3px 0;
margin:0;
line-height: 1.0em;
color: #000;
text-decoration: none;
font-weight: bold;
font-size: 90%;
border: 1px solid #ffdf4c;
}

ul.menu1 li a:hover { color: red; }

/* ****** UL 2 ****** */
ul.menu1 li ul {
display: block;
position: relative;
margin: 0;
padding-left: 10px;
}

/* ****** LI 2 ****** */

ul.menu1 li ul li
{
	margin: 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	display: list-item;
	list-style: none;
	position: relative;
	border: none;
}

ul.menu1 li ul li a
{
	display: block;
	margin: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 95%;
	padding: 0;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

/* FIME SUBMENU */


/* =======TABs======= */
#navtab {
display:none
}

#navtab ul, #navtab li {
display: inline;
margin: 10px 0;
padding: 0;
list-style-type: none !important;
float: left;
}

#navtab a {
float: left;
background: #8FCDD9;
font-size: 90%;
font-weight: bold;
padding: 2px 15px;
margin: 0 2px;
color: #333;
text-decoration: none;
border: 1px solid #333;
white-space: nowrap;
border-bottom: 1px solid #333;
}

#navtab a:hover {
color: #CC3300;
}

/* TAB ATTIVO */
#navtab a.attivo {
border-bottom: 1px solid white;
background: white !important;
color: #CC3300;
}


/* FINE TABs */


/* ======= FOOTER =========*/
#foot {
text-align: left;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
margin-top: 30px;
margin-right: 2px;
padding: 5px 20px 5px 5px;
border-top: 1px solid #333;
}

#foot a {
color: #066;
text-decoration:none;
}

#foot a:hover {
color: #666;
}

#validate
{
display:none
}

ul {
list-style-type:none;
}

#central ul li {
line-height:20px;
}

li.titolo {
font-weight: bold;
color:#666;
padding: 10px 0;
}

.C {
text-align: center;
margin: 0 auto;
}

.L {
text-align: left;
margin: 0 auto;
}

.R {
text-align: right;
margin: 0 auto;
}

.yB {
font-weight: bold;
color: #ffdf4c;
}

/* **** TABs SUBMENU **** */

#submenu { 
margin: -20px 0 5px; 
background-color: #fff;
}

#submenu a {
text-decoration: none;
font-size: 11px; 
font-weight: normal;
white-space: nowrap;
line-height: 2em;
padding: 2px 5px;
}

/* ========================== NEWS-EVENTS
*/
div#error
{
	color: gray;
	text-align: center;
	font: 12px verdana,sans-serif;
margin-bottom: 30px;
}

.articoli { 
margin: 10px; 
}

.articoli p { margin-top: 5px; }

.contatto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #900;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

blockquote.notes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 10px 10px 3px;
	border: 1px dashed red;
	width: 350px;
}


.newsFoto {
float: right;
margin: 10px;
}

/* ==========================  GALLERIA  IMMAGINI 
*/

.thumbnailFloatBox { 
	margin-bottom: 50px;
	text-align: center;
	clear: both;
}

.thumbContainer { 
	text-align: center;
	float: left; 
	width: 150px; 
	height: 100px; 
	padding: 2px; 
	margin: 10px; 
	border: 1px solid #ccc; 
	display: block;
}

