/*####################*/
/*#######reset##########*/
/*####################*/
/*Questa roba evita alcuni problemi di compatibilità cross-browser, non va toccata*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; font-style : normal; font-weight : normal;}

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var, dt, b
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; font-size : 100%; font-style : normal; font-weight : normal;}

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/*####################*/
/*#####-----struttura-----#####*/
/*####################*/

html,body{
	margin:0;
	padding:0;
	/*background: #cad9e3 url(../risorse/fondino_01body_sicme.gif) top center repeat-y;*/
	}

body {
	background: #fff url(../risorse/fondo_rame_body2.jpg) center 220px repeat-x;
	padding: 3em;
}
	
div#container {
	font-size: 82%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	width: 980px;
	margin:0 auto;
	padding: 0;
	background: #fff url(../risorse/fondino_container.png) repeat-y;
	}

div#header {
	height: 148px;
	background: #073d90 url(../risorse/elaborazione_banner.jpg) 0px 20px no-repeat;
	}


div#content{
	float:right;
	width:750px;
	background-color: transparent;
	}
	
div#navigation{
	float: left;
	width: 220px;
	background: transparent url(../risorse/logo-sicme_piccolo.gif) center 10px no-repeat;
	padding-top: 70px;
	}
	
div#footer{
	clear:both;
	width:100%;
	height: 3em;
	background: #073d90;
	}
	
div.margine{
	padding: 10px;
	}
	

/*######################*/
/*#####---menu secondario---#####*/
/*######################*/

div#navigation li{
	display: block;
	background-color: #cad9e3;
	font-variant: small-caps;
	margin-bottom: 0.3em;
	color: #073d90;
	font-weight: bold;
}

div#navigation a{
	text-decoration: none;
	color: #073d90;
	display: block;
	padding: 0.3em;
	}
	
div#navigation a:hover{
	color: #fff;
	}
	
div#navigation li:hover{
	background-color: #073d90;
	color: #fff;
	}

div#navigation a:active{
	color: #fff;
	}
	
div#navigation li:active{
	background-color: #073d90;
	color: #fff;
	}	
	
div#navigation a:focus{
	color: #fff;
	}
	
div#navigation li:focus{
	background-color: #073d90;
	color: #fff;
	}
	
div#navigation li.activelink a {
	background-color: #073d90;
	color: #fff;
	}

/*####################*/
/*#####------tipografia------#####*/
/*####################*/

.nascosto {
	display: none !important;
}

em {
	font-weight: bold;
	font-style: normal;
}

acronym {
	cursor:help;
}

abbr {
	cursor:help;
}

hr {color: #063c8e; margin: 2em 0em; clear: both;}

div#subheader h2 {
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 0.3em;
	background-color: #073d90;
}

div#content p {
	line-height: 1.6em;
	margin-bottom: 1em;
	text-align: justify;
}

div#content div.margine h2 {
	font-size: 2.6em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.4em;
	background-color: #073d90;
	display: block;
	width: 100%;
}

div#content span {
	padding: 0.4em;
	line-height: 2em
}

div#content h2 {
	clear: both;
}

div#content h3 {
	font-size: 1.8em;
	color: #073d90;
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-top: 1em;
	clear: both;
}

div#content h4 {
	font-size: 1.4em;
	color: #073d90;
	margin-bottom: 0.4em;
	margin-top: 1em;
	clear: both;
}

div#content ul {
	margin-bottom: 1em;
	margin-left: 2em;
	list-style-type: square;
	line-height: 1.6em;
}

div#content a{
	text-decoration: none;
	color: #073d90;
	font-weight: bold;
	}

div#content a:link{
	border-bottom: 1px solid #073d90;
	}
	
div#content a:hover{
	border-bottom: 1px solid #800000;
	}

div#content a:visited{
	border-bottom: 1px solid #646464;
	}

div#content a:active{
	border-bottom: 1px solid #800000;
	}
	
div#content img {margin-bottom: 1em;}
	
div#footer div.margine {background: #073d90;}
	
div#footer p{
	padding: 0.3em;
	text-align: center;
	color: #fff;
	background: #073d90;
	}
	
div#footer a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}

div#footer a:link{
	border-bottom: 1px solid #cad9e3;
	}
	
div#footer a:hover{
	border-bottom: 1px solid #800000;
	}

div#footer a:visited{
	border-bottom: 1px solid #646464;
	}

div#footer a:active{
	border-bottom: 1px solid #800000;
	}

table {border-collapse: collapse; border: 1px solid #cad9e3;}
caption {font-weight: bold; padding: 0.6em 0; background: #073d90; color: #fff; text-align: center;}
th, td {border: 1px solid #cad9e3; padding: 0.6em;}
th {background: #cad9e3; font-weight: bold;}
tr.alt td {background: #ECF1F6;}

b, strong {font-weight: bold;}

p.hero {font-size: 125%; color: #00398c;}

dl {margin: 1em 0; font-size: 110%;}
dt {font-weight: bold;}
dd {margin: 0 1.6em 1em 0;}

div.evidenza {background: #cad9e3; border-radius: 16px; padding: 0.6em;}
div.evidenza p {padding: 0.6em 0.6em 0 0.6em; text-align: center; font-weight: bold;}

iframe {margin: 0 auto 2em auto; display: block; width: 480px; height: 360px;}

div#content p.center {text-align: center; clear: both;}

div#content a.noborder {border-bottom: none; text-decoration: none;}

img.img_left {float: left; margin: 0 1em 1em 0;}

img.img_right {float: right; margin: 0 0 1em 1em;}

div.clear {clear: both;}