@charset "UTF-8";
/* @override http://www.sio2011.org/stile.css */


/* generali */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #285d85;
	color: #FFFFFF;
}
.menu a, .menu a:visited, #content_plus a, #content_plus a:visited {
	text-decoration: none;
	color: #ffffff;
}
.menu a:hover, #content_plus a:hover {
	color: #000000;
}
a, a:visited {
	text-decoration: none;
	color: #4595d0;
}
a:hover {
	color: #4595d0;
	text-decoration: underline;
}
.menu a.current {
	color: #f9ed31;
}
h1 {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}
h2 {
	color: #f9ed31;
	font-size: 12px;
	line-height: 15px;
}
h2.grey {
	color: #1d4360;
}
h3 {
	color: #4595d0;
	font-size: 12px;
	line-height: 15px;
}
h4 {
	color: #4595d0;
	font-size: 14px;
	line-height: 15px;
}
span.ita {
	font-style: italic;
}
hr {
	float: left;
	border: none;
	border-top: dotted 1px #ffffff;
	width: 900px;
	margin-top: 20px;
	height: 1px;
}
#wrapper {
	margin: 20px auto;
	width: 900px;
}
/* menu e tendina */

.menu {
	width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	height: 72px;
	float:left;
}
.menu li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
	margin-bottom: 6px;
}
.menu li ul {
	margin-top: 20px;
	display: none;
}
.menu li:hover ul {
	display: block;
}
.menu li li {
	float: none;
	padding: 8px 20px;
	background: rgb(30, 70, 100); /* The Fallback */
	background: rgba(30, 70, 100, 0.8);
}
.menu ul ul hr {
	border-top: solid 1px #ffffff;
	width: 90%;
	margin: 0 5px;
	height: 1px;
}
.contributi ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.contributi li {
	margin-right: 10px;
	list-style-type: none;
	font-weight: bold;
	border: 1px solid silver;
	width: 100px;
	padding: 5px;
	margin-bottom: 3px;
	background-color: #285d85;
	color: #f8ed2f;
	display: block;
}
.contributi li a, .contributi li a:visited, .contributi li a:active {
	color: white;
}
.contributi li a:hover {
	color: black;
	text-decoration: underline;
}
/* contenuto */

#content {
	background: #fff url(img/header.jpg) no-repeat top center;
	padding: 280px 30px 30px 30px;
	width: 840px;
	color: #1d4360;
	/*box-shadow: 3px 3px 3px #193a53;*/
	-webkit-box-shadow: 3px 3px 3px #193a53;
	-moz-box-shadow: 3px 3px 3px #193a53;
	float: left;
	margin-bottom: 20px;
}
.home #content {
	width: 900px;
	padding: 0;
	background: #fff none;
	height: 431px;
}
#content_plus {
	width: 900px;
	margin-top: 20px;
}
#content_plus a {
	text-decoration: underline;
}
#content_plus a:hover {
	text-decoration: none;
}
#content hr {
	width: 840px;
	border-color: #1d4360;
	margin-top: 5px;
}
.mappa {
	width: 840px;
}
.articolo {
	width: 210px;
	float: left;
	padding-right: 20px;
}
.articolo2 {
	width: 220px;
	float: left;
	padding-right: 20px;
}
.articolo3 {
	width: 200px;
	float: left;
	padding-right: 20px;
}
.articolo4 {
	width: 190px;
	float: left;
	padding-right: 20px;
}
#footer {
	float: left;
	width: 900px;
	text-align: left;
	margin-top: 20px;
	display: block;
	height: 60px;
	font-family: Verdana, Geneva, sans-serif;
}
#content form table tbody tr td {
	padding: 5px;
}

#banner {
	height: 56px;
	width: 200px;
	float: left;
	background-color: #FFF;
}
