/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(immagini/liniettabody.gif);
	background-repeat: repeat-x;
}

a{
	color: #000000; font-weight:bold;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 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: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(immagini/barralta.gif);
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(immagini/riga-menu.jpg);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F39712;
	border-bottom-color: #F39712;
	background-repeat: repeat-x;
}

#headlines{
	float:right;
	width: 15%;
	padding-right: 10px;
	background-image: url(immagini/riga-menu.jpg);
	text-align: center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F29919;
	border-left-color: #F29919;
	right: 5px;
	font-weight: normal;
	background-repeat: repeat-x;
}
.headlines a {
	font-weight: normal;
}

#content{
	float: left;
	width: 55%;
	text-align: justify;
	margin-top: 40px;
	padding-left: 2%;
}
#content a{
	text-decoration: underline;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #000099;
}

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

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


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

.feature{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
	
}

.feature h3{
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 70%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	background-color: #F89025;
	margin-top: 20px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#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 #EEE;}

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


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-top-color: #FFFF00;
	padding-top: 10px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F7F732;
}

#sectionLinks a:hover{
	background-color: #F7F732;
	color: #FF0000;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	text-decoration: underline;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	text-decoration: none;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	text-decoration: underline;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
	text-align: center;
}

#advert img{ text-align:center;
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	font-style: italic;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}







div#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(immagini/barralta.gif);
	color: #000000;
	height: 105px;
	width: 850px;
	vertical-align: super;
	line-height: 20px;
	text-align: right;
	background-color: #EC57B5;
}
div#container {
	width:850px;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	
}
#fondo {
	position: relative;
	bottom: 1px;
}

div#content1 {
	width: 20%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 70%;
	white-space: normal;
	float: left;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	background-image: url(immagini/riga-menu.jpg);
	background-repeat: repeat-x;
	color: #FF0000;
	top: 5%;
	margin-top: 5%;
}
p {
}


p#titolini {
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	background-color: #F39207;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
div#content2 {
	width: 25%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	visibility: visible;
	border-color: #D085C0;
	border-top-width: 1px;
	border-top-color: #D085C0;
	border-top-style: solid;
	border-right-color: #D085C0;
	border-bottom-color: #D085C0;
	border-left-color: #D085C0;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 70%;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px;
	top: 5%;
}
p#titolini2 {
	background-color:#D085C0;
	border-bottom-color: #D085C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
}
div#content3 {
	width: 59%;
	text-align: justify;
	font-family: Arial;
	visibility: visible;
	border-top-width: 0px;
	border-top-style: none;
	font-size: 70%;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #F177C4;
	margin-top: 5%;
	max-width: 59%;
	float: left;
}

div#content4 {
	width: 20%;
	font-family: Arial;
	color: #000000;
	float: right;
	border-color: #F7990D;
	border-style: solid;
	font-size: 70%;
	background-repeat: repeat-x;
	left: 2%;
	background-color: #FFFFFF;
	background-image: url(immagini/riga-menu.jpg);
	max-width: 22%;
	line-height: 90%;
	text-align: center;
	font-style: normal;
	margin-top: 5%;
}
div#content5 {
	width: 30%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	visibility: visible;
	border-color: #D085C0;
	border-top-width: 1px;
	border-top-color: #D085C0;
	border-top-style: solid;
	border-right-color: #D085C0;
	border-bottom-color: #D085C0;
	border-left-color: #D085C0;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 80%;
	background-image: url(../immagini/loogotras.persfpndo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	top: 10%;
}
div#content6 {

	width: 258px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	top: 394px;
	position: absolute;
	visibility: visible;
	left: 0px;
	border-color: #F7990D;
	border-top-width: 1px;
	border-top-color: #F7990D;
	border-top-style: solid;
	border-right-color: #F7990D;
	border-bottom-color: #F7990D;
	border-left-color: #F7990D;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 12px;
	background-image: url(../immagini/loogotras.persfpndo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#header form {
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-top: 4px;
	vertical-align: text-bottom;
}
	
div#header form strong {
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 25px;
	padding-top: 4px;
	color: #FFFFFF;
}
#inputmailing {
	padding-bottom: 5px;
}
p {
	padding-left: 3px;
}
#banner {
	position: absolute;
	left: 450px;
	top: 520px;
	height: 104px;
}
p#titolini h1 {
	background-color:#F7990D;
	border-bottom-color: #F7990D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	font-size: 50%;
}
.h1small {
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	font-size: 100%;
	font-style: italic;
}
.h1small2 {
	background-color:#D085C0;
	border-bottom-color: #D085C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 5px;
}
.titoliattivita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0000CC;
	text-align: center;
	font-weight: bold;
	background-color: #FFCC66;
}

strong {
	color: #9D1009;
}
#cellaperlink {
	border: thin solid #F29208;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 4px;
	padding-left: 10px;
}
cellaperlink a {
	background-color: #FFFF00;
}
#cellaperlink a {
	background-color: #FFFF00;
}
a:link {
	text-decoration: none;
}


.Stile5 {
	color: #FF1C1C;
	border-top-style: none;
	width: 100%;
	border-right-style: none;
	border-left-style: none;
}
.Stile8 {font-size: 80%}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
}
a:active {
	text-decoration: none;
}
.immaglinksenzatra {
}

.Stile9 {color: #FFFFFF}
.paragrafinolista {
	vertical-align: sub;
}

.cellaperlink {

	border: thin solid #F29208; 
	text-align:left;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 4px;
	padding-left: 10px;
}
.titolini {
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	background-color: #F39207;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
}
.form {
	text-align: right;
}
.elenco1 {
	list-style-position: outset;
	list-style-image: url(mail.gif);
	list-style-type: square;
}
div#content3nohome {
	width: 80%;
	text-align: justify;
	font-family: Arial;
	position: relative;
	visibility: visible;
	font-size: 70%;
	background-repeat: no-repeat;
	background-position: right bottom;
	top: 2%;
	float: left;
	left: 3%;
	max-width: 55%;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
r {
	color: #FF0000;
}
.listadoc {
	list-style-type: circle;
	list-style-image: url(immagini/piccolodoc.gif);
	line-height: 25pt;
}
#navBar .relatedLinks div {
	text-decoration: none;
}

