/* CSS Document */
* {
	font-family: Tahoma, "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0;
	color: #003366; /*#34669A;*/
}

html, body {
	height: 100%;
}


/* INDEX PAGE LAYOUT */

.index_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
	background-color:#FFF;
}

#index_header {	
	/*background-color: #336699;
	border-bottom: 3px solid #FFD405;*/
	height: 10px;
}

#index_content {	
	text-align: center;
	margin-left:20%;
	margin-right:20%;
	background-color: #FFF;
}

#skip_intro {	
	display:block;
	margin-top:100px;
	padding:10px 0px;
	text-align:center;
}

#skip_intro  a {	
	font-size:1.1em;
	font-weight:bolder;
	color:#999999;
}

.index_footer{
	/*border-top: 3px solid #FFD405;
	background-color: #009933;*/
	height: 142px; /* .push must be the same height as .footer */
	clear: both;
}

.push {
	clear: both; /* .push must be the same height as .footer */
}


/* GENERIC PAGE LAYOUT */

#header { 
	background:url(../imgs/bg_header.png) no-repeat top right;
	height:150px;
	text-align: left; /* For IE, see above */
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	width:974px;
}

#cont-top
{
	margin:auto;
	width:971px;
	height:25px;
	margin-top:15px;
	margin-bottom:15px;
	z-index:3;
}

#container {
	/*background:url(../imgs/back.png) repeat-y top right;*/
	padding: 0;
	text-align: left; /* For IE, see above */
	margin:auto;
	width:971px;
	z-index:1;
}

#left { 
	float:left;
	width:176px;
	z-index:100;
	margin-top:0px; 
	/*border: 1px solid #000; /*DEBUG*/
}

#center {
	/*background:url(../imgs/back_top.png) no-repeat top left;*/
	-webkit-border-top-left-radius: 25px; /* for safari, google chrome */ 
	-moz-border-radius-topleft: 25px; /* for mozilla firefox */
	border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px; /* for safari, google chrome */ 
	-moz-border-radius-bottomleft: 25px; /* for mozilla firefox */
	border-bottom-left-radius: 25px;
	margin-left:230px;	
	z-index:100;
}

#cont-center-img {
	-webkit-border-top-left-radius: 20px; /* for safari, google chrome */ 
	-moz-border-radius-topleft: 20px; /* for mozilla firefox */
	border-top-left-radius: 20px;
	border-top:5px solid #CCC;
	border-left:5px solid #CCC;
	height:200px;
	margin-bottom:10px;
}

#cont-center {
	-webkit-border-bottom-left-radius: 20px; /* for safari, google chrome */ 
	-moz-border-radius-bottomleft: 20px; /* for mozilla firefox */
	border-bottom-left-radius: 20px;
	border-left:5px solid #CCC;
	border-bottom:5px solid #CCC;
	padding:20px 20px 20px 20px;
	text-align:justify;
}

#cont-bot
{
	/*background:url(../imgs/back_bot.png) no-repeat top right;
	height:24px;*/
	margin:auto;
	width:971px;
	margin-bottom:30px;
}

#footer { 
	clear:both;
	margin:auto;
	padding: 18px 0px;
	background:url(../imgs/bg_footer.png) repeat-x top left;
}

#youarehere
{
	float:right;
	width:711px;
	text-align:left;
	margin-left:230px;
	padding:0px;
	margin-right:30px;
	/*border: 1px solid #000; /*DEBUG*/
}

#youarehere a {
	color: #34669A;
	font-weight:bold;
	text-decoration:underline;
	padding:0 5px 0 5px;
}

#copyright_div {	
	padding:0;
	margin:auto;
	width:971px;
}

#copyright_left {
	float:left;
	margin-left:230px;
	width:480px;
	font-weight:bold;
}

#copyright_right {	
	margin-left:730px;	
	text-align:right;
}

#logo_oversee {
	border:0;
}

/* MENU ORIZZONTALE */

.nav {
	background:url(../imgs/bg_menu.png) repeat-x top left;
	margin:auto;
	width:974px;
	height: 30px;
	/*border: 1px solid #000; /*DEBUG*/	
}

.nav ul {
	list-style: none;
	margin:0;
	padding-left:35px;
}

.nav ul li {
	display: inline;
}

.nav ul li a {
	float: left;
	color: #34669A;
	text-decoration: none;
	font-weight:bold;
	margin: 0;
	display: block;
	padding: 5px 25px;
}

.nav ul li.page_item a {
	background:url(../imgs/bg_menu.png) repeat-x top left;
}

.nav ul li.current-page_item a {
	/*background-color:#F16723;*/
	color: #F16723;
	font-weight:bold;
}

.nav ul li a:hover {
	background:#F16723;
	color: #FFF;
	font-weight:bold;
}


/* MENU VERTICALE */

#vertical_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	color: #F16723;
}

#vertical_nav li {
	margin: 0;
}

#vertical_nav li a{
	display: block;
	padding: 3px;
	text-decoration: none;
	width: 100%;
	text-align:right;
}

html>body #vertical_nav li a{ /*Non IE6 width*/
	width: auto;
}

#vertical_nav li a:hover{
	border-right: 5px solid #F16723;
}

#vertical_nav li a.selected{
	color: #F16723;
	font-weight:bold;
}

/* GENERIC */

.nobordo {	
	border: none;
}

h1 {
	font-weight:bold;
	font-size:1.5em;
	padding-bottom:20px;
}

h2  {
	color:#F16723;
	font-weight:bold;
	font-size:1em;
	padding-bottom:5px;
	text-transform:uppercase;
}

#top_logo {	
	float:left;
	width:370px;
	margin-top:5px;
	margin-right:20px;	
}

#top_news {
	float:right;
	margin-top:5px;
	margin-right:25px;	
	vertical-align:bottom;
}

/*
#top_news tr td{
	padding:10px;	
}

.top_news_title {
	color:#34669A;
	font-weight:bold;
	padding-bottom:5px;
}

.top_news_link {
	color:#F16723;
}
*/

.testo {
	padding-bottom:10px;
	background-color:transparent;
}

.testo_right {
	padding-bottom:10px;
}

.testo_right p {
	text-align:right;
}

p {
	padding-bottom:8px;
	text-align:justify;
}

.title_link  a, .title_link  a:visited {
	color:#F16723;
	font-weight:bold;
	font-size:1em;
	padding-bottom:5px;
	text-transform:uppercase;
}.vert_menu {
	color: #F00;
}

