/* La Scintilla by YYKK */

body { background-color:#FFFFFF;text-align:center;font-family:Arial;font-size: 11px;line-height: 1.5em; margin:0 auto; padding:0}
a:link, a:visited{color:#666666; }
a:hover {color:#999999;}
h1{color: #58792A;font-family:Georgia, Arial;font-size:15px; line-height:normal}
h2 {color: #FF309B;font-family:Georgia, Arial;font-size:15px; line-height:normal}
#wrapper {
	width:1000px;
	margin:auto;
	background-image: url(images/bg_shadow.jpg);
	background-repeat: repeat-y;
}
.line {border-top:1px solid #d6d5d7;}
.top{ text-align:center}
.top h1{ color:#4e67aa;font-family:Georgia, Arial;font-size:10px; line-height:normal}
#content {float:right;width:540px;margin-bottom:300px; padding: 10px;}
.box{padding-top:10px;padding-right:40px; padding-bottom:5px;padding-left:9px;width: 500px; height:143px; background-image: url(images/box.gif); background-repeat:no-repeat bottom left}
.box p{margin-left:20px;margin-right:20px; color:#4e67aa}
.box2{padding-top:10px;padding-right:40px; padding-bottom:5px;padding-left:15px;width: 500px; height:auto; background-image: url(images/box2.gif); background-repeat:no-repeat bottom left}
.box2 p{margin-left:20px;margin-right:20px; color:#4e67aa; border-bottom: 1px solid  #d6d5d7;}
.box3{padding-top:10px;padding-right:40px; padding-bottom:5px;padding-left:15px;width: 500px; height:auto; background-image: url(images/box3.gif); background-repeat:no-repeat bottom left}
.box3 p{margin-left:20px;margin-right:20px; color:#4e67aa; border-bottom: 1px solid  #d6d5d7;}
.box4{padding-top:10px;padding-right:40px; padding-bottom:5px;padding-left:15px;width: 500px; height:auto; background-image: url(images/box4.gif); background-repeat:no-repeat bottom left}
.box4 p{margin-left:20px;margin-right:20px; color:#4e67aa; border-bottom: 1px solid  #d6d5d7;}
.box5{padding-top:10px;padding-right:40px; padding-bottom:5px;padding-left:15px;width: 500px; height:auto; background-image: url(images/box5.gif); background-repeat:no-repeat bottom left}
.box5 p{margin-left:20px;margin-right:20px; color:#4e67aa; border-bottom: 1px solid  #d6d5d7;}
.box6{padding-top:10px;padding-right:40px; padding-bottom:5px;padding-left:15px;width: 500px; height:auto; background-image: url(images/box6.gif); background-repeat:no-repeat bottom left}
.box6 p{margin-left:20px;margin-right:20px; color:#4e67aa; border-bottom: 1px solid  #d6d5d7;}

/* ............................................................... Side nav */

#side_nav{float: left;width: 230px;text-align: left;font-size: 11px;margin-top:20px;}
#side{margin:0px;width: 230px;padding-left: 0px;list-style-type: none;border-top: 1px solid  #d6d5d7;}
#side a:link, #side a:visited {text-decoration: none;color:#8295C6;}
#side li{border-bottom: 1px solid  #d6d5d7; }
#side li a { display: block;padding: 5px 0px 5px 15px;text-decoration: none;}
#side li a:hover {background-color:#ecedee;text-decoration: none;color:#333333;}
* html #side li a {  /* make hover effect work in IE */width: 215px;}


/* ............................................................... footer */

.footer{color:#999999;margin-bottom:20px;}

/* ............................................................... indirizzo */
#indirizzo{float: left;width: 230px;text-align: left;font-size: 11px;margin-top:20px; background-image: url(images/box6.gif); background-repeat:no-repeat bottom left}
.indirizzo p{margin-left:20px;margin-right:20px; color:#4e67aa; border-bottom: 1px solid  #d6d5d7;}

/* ............................................................... treemenu */
	
.treeview ul{ 
margin: 0;
padding: 0;
}
.treeview a{ 
text-decoration: none; color:#8295C6;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	text-decoration: none;
	color:#8295C6;
	border-bottom: 1px solid  #d6d5d7;
	
}
.treeview li a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
display: block;padding: 5px 0px 5px 15px;text-decoration: none;}

.treeview li a:hover {background-color:#ecedee;text-decoration: none;color:#333333;}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
padding: 5px 0px 5px 15px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none;
padding: 3px 0px 3px 15px;/*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
