﻿/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
	line-height:16px;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS RESET */

/* GENERAL */
.clear
{
	clear: both;
	height: 0px;
	font-size: 0.1em;
}
a
{
	color: #177ba0;
}
a.link
{
	color: #177ba0;
	text-decoration: none;
}
a.link img 
{
	float: none;
	vertical-align: middle;
}

a:HOVER.link
{
	text-decoration: underline;
}
/* GENERAL */

body
{
	background-color: #2c3337;
	text-align: center;
	font-family: GillSanStd, Trebuchet MS, Tahoma, Geneva, Verdana, Arial, Times New Roman;
	color: #FFFFFF;
}

div#main
{
	text-align: left;
	margin: 0px auto;
	width: 850px;
	background-image: url('images/background_shadow.png');
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px 8px;
}

div#main div.motto
{
	background-image: url('images/motto.png');
	height: 40px;
	background-position: center 29px;
	background-repeat: no-repeat;
	background-color: #2C3337;
	padding-top: 20px;
}

div#header_left
{
	background-image: url('images/header_left.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 587px;
	height: 90px;
	float: left;
}

div.main_sezione div#header_left
{
	background-image: url('images/header.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 850px;
	height: 90px;
	float: none;
}

div#header_right
{
	background-image: url('images/header_right.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 263px;
	height: 90px;
	float: left;
}
div#prefooter
{
	background-image: url('images/background_footer.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 866px;
	height: 15px;
	text-align: left;
	margin: 0px auto;
}
a.logo
{
	display: block;
	height: 90px;
	width: 226px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
div.main_sezione div#header_left a.logo
{
	background-image: url('images/logo_sezione.png');
}

div#header_right h1
{
	font-size: 17px;
	color: #7f7e7f;
	font-weight: bold;
	text-transform: uppercase;
	margin: 50px 0px 0px 30px;
}

div#boxFlash
{
	width: 587px;
	height: 350px;
	float: left;
}

div#boxListaLaboratorio
{
	width: 263px;
	height: 350px;
	background-image: url('images/background_laboratorio.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
}
div#boxListaLaboratorio ul
{
	margin: 0px 25px; 
}
div#boxListaLaboratorio ul li
{
	margin: 5px 0px 20px;
}
div#boxListaLaboratorio ul li h1
{
	font-size: 14px;
	color: #177ba0;
	font-weight: bold;
	margin: 0px 0px 5px;
}
div#boxListaLaboratorio ul li p
{
	font-family: Tahoma, Trebuchet MS, Geneva, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height:16px;
	text-align:justify;
}

div#boxListaLaboratorio ul li a.arrow
{
	display: block;
	height: 12px;
	width: 16px;
	background-image: url('images/arrow.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 5px;
}

div#boxMenu
{
	display: block;
	height: 35px;
	width: 851px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-image: url('images/menu_background.png');
}
div#boxMenu div
{
	height: 35px;
	width: 851px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('images/menu_background_left.png');
}
div#boxMenu div ul#menu
{
	height: 35px;
	width: 851px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('images/menu_background_right.png');
}

ul#menu li
{
	display: block;
	float: left;
	height: 35px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('images/menu_separator.png');
}

ul#menu li a
{
	display: block;
	height: 35px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 2px;
}
ul#menu li a.selected
{
	background-image: url('images/menu_background_hover.png');
	background-repeat: repeat-x;
	background-position: left top;
}
ul#menu li a:HOVER
{
	text-decoration: underline;
}

ul#menu li a span
{
	padding: 10px 15px 0px;
	display: block;
}

div#container
{
	background-color: #2C3337;
	background-image: url('images/border_column_right.png');
	background-position: 586px 0px;
	background-repeat: repeat-y;
	display: inline-block;
	font-family: Tahoma, Trebuchet MS, Geneva, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}

div#content, div#content_press
{
	padding: 20px 20px;
	line-height:16px;
	text-align:justify;
	font-family: Tahoma, Trebuchet MS, Geneva, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
div#content_press
{
	background-color: #2C3337;
}
div#container div#content,
div#container div#content_press
{
	padding: 20px 40px;
	width: 507px;
	float: left;
}

div#content_press .press_category
{
	float:left;
	margin: 0px 10px;
	width: 245px;
}

div#content_press .press_category ul li h2
{
	font-family: Trebuchet MS, Geneva, Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom:7px;
}
div#content_press .press_category ul li h2 a
{
	font-size: 11px;
}
div#content_press .press_category ul li h2 a:HOVER
{
	text-decoration: none;
}

div#sidebar
{
	width: 263px;
	float: left;
}

div#sidebar div.backbutton
{
	height: 19px;
	background-color: #373d41;
	margin-bottom: 1px;
}
div#sidebar div.backbutton a
{
	display: block;
	margin-left: 20px;
	padding-top: 3px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
div#sidebar div.backbutton a span
{
	color: #177BA0;
}
div#sidebar div.backbutton a:HOVER span
{
	text-decoration: underline;
}

div#sidebar ul li
{
	display: block;
	background-image: url('images/sidebar_bkg.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	margin-bottom: 1px;
}
div#sidebar ul li a
{
	margin-left: 20px;
	padding-top: 1px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}
div#sidebar ul li a:HOVER
{
	text-decoration: underline;
}


div#content h1.title,
div#content_press h1.title

{
	font-size: 17px;
	color: #7f7e7f;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-family: GillSanStd,Trebuchet MS,Tahoma,Geneva,Verdana,Arial,Times New Roman;
	margin-bottom: 10px;
}

div#content h2.subtitle,
div#content_press h2.subtitle

{
	font-size: 14px;
	color: #7f7e7f;
	font-weight: bold;
	text-align: left;
	font-family: GillSanStd,Trebuchet MS,Tahoma,Geneva,Verdana,Arial,Times New Roman;
	margin-bottom: 10px;
}

div#content div.immagineCenter
{
	text-align: center;
	padding: 20px;
}

div#boxListaNews
{
	background-color: #2c3337;
	padding: 20px 0px;
	line-height:16px;
}

ul#ListaNews li
{
	float: left;
	display: block;
	width: 253px;
	margin: 0px 15px !important;
	margin: 0px 12px;
}
ul#ListaNews li img
{
	float: left;
	margin: 0px 10px 10px 0px;
}
ul#ListaNews li a img
{
	float: none;
	margin: 0px;
	padding: 0px;
}

ul#ListaNews li h1
{
	margin-bottom: 5px;
	font-size: 14px;
	color: #177ba0;
	font-weight: bold;
}

ul#ListaNews li p
{
	font-family: Tahoma, Trebuchet MS, Geneva, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}

div#boxInfo
{
	border-top: 1px solid #12495e;
	padding: 20px 20px 10px;
}

div#boxInfo h2
{
	font-family: Verdana, Tahoma, Trebuchet MS, Geneva, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

div#boxInfo p
{
	font-family: Verdana, Tahoma, Trebuchet MS, Geneva, Arial;
	font-size: 11px;
	color: #FFFFFF;
	margin: 4px 0px;
}

div#boxInfo p.site a
{
	font-family: Verdana, Tahoma, Trebuchet MS, Geneva, Arial;
	font-size: 11px;
	color: #FFFFFF;
}

div#footer
{
	text-align: left;
	margin: 0px auto;
	width: 850px;
}
div#boxFooter
{
	padding: 10px 20px;
}
div#boxFooter div.menu
{
	float: left;
	font-family: Verdana, Tahoma, Trebuchet MS, Geneva, Arial;
	font-size: 11px;
}
div#boxFooter div.menu ul li
{
	display: inline;
}
div#boxFooter div.credits
{
	float: right;
}
div#boxFooter div.credits a
{
	width: 35px;
	height: 20px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('images/mu.png');
}

ul.elenco_copioni li
{
	margin: 10px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #00485b;
}
ul.elenco_copioni li h2
{
	font-family: Trebuchet MS, Geneva, Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
ul.elenco_copioni li h2 a
{
	font-size: 11px;
}
ul.elenco_copioni li h2 a:HOVER
{
	text-decoration: none;
}
ul.elenco_copioni li p
{
	font-family: Trebuchet MS, Geneva, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #adadad;
	line-height: 16px;
}
div.breadcrumbs
{
	margin: 0px 0px 15px;
}

div .risorseCollegate
{
	margin-top: 15px;
}

div .risorseCollegate .articleItem
{
	padding: 8px 0px;
	border-top: 1px solid #00485B;
}

div .risorseCollegate .articleItem h2
{
	font-family:Trebuchet MS,Geneva,Tahoma,Verdana,Arial;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
div .risorseCollegate .articleItem h2 a
{
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
}
div .risorseCollegate .articleItem h2 a:hover
{
	text-decoration: underline;
}

img.arrow 
{
	vertical-align: middle;
}

.articleItem .newsThumb 
{
	width: 168px;
	text-align: center;
	height: 168px;
	float: left;
}
