/*stili per il layout fisso*/
html,body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background-color: #d8d8d8;
	font: .7em verdana,arial,sans-serif;
	text-align: center;
}
div#container {
	width: 740px;
	margin: 10px auto;
    /*padding: 0 5px 0 5px;
	position: relative;*/
	background-color: #fff;
	text-align: left;
}

/*stili generici, su header e footer*/
.hidden {
	display: none;
}
img {
	border: 0;
}
a:link,a:visited,a:active,a:hover {
	color: #005a7d;
	text-decoration: underline;
}
div#pageHeader {
	height: 80px;
	color: #80ff00;
	background: #005a7d url(imgs/header.gif) no-repeat;
	border-bottom: 1px solid #fff;
}
div#pageFooter {
	height: 14px;
	background: #005a7d url(imgs/footer.gif) no-repeat;
	clear: both;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS",helvetica,sans-serif;
	color: #ff8000;
	/*letter-spacing: 1px;*/
}
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
blockquote 	{
	font: italic bold 1.2em "Trebuchet MS",helvetica,sans-serif;
	color: #004a66;
	background-color: #eee;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin: 10px;
	padding: 30px 10px 30px 10px;
	text-align: center;
}
acronym {
	cursor: help;
	border-bottom: #999 1px dashed;
}
div#PageContent {
	border-top: 3px solid #ff8000;
	border-bottom: 3px solid #ff8000;
	padding: 0px 10px 10px 10px;
}

/*stili per la navigazione*/
#navlist {
	padding: 3px 0px;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px "Trebuchet MS",helvetica,sans-serif;
	text-align: center;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
#navlist li a {
	padding: 3px 6px;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #eee;
	text-decoration: none;
}
#navlist li a:link {
	color: #448;
}
#navlist li a:visited {
	color: #667;
}
#navlist li a:hover {
	color: #fff;
	background-color: #336699;
	border-color: #227;
}
#navlist li a#current {
	background: #fff;
	border-bottom: 1px solid #fff;
}
#navlist li a:hover#current {
	color:#448;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

/*stili specifici per il layout*/
div#divBaseLinks {
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #005a7d;
	border-top: 1px solid #fff;
	padding: 0px 10px 0px 10px;
	text-align: center;
}
div#divBaseLinks a {
	color: #fff;
	text-decoration: none;
}
.enti_finanziatori {
	float: left;
	width: 25%;
	height: 8em;
	text-align: center;
	padding-bottom: 2em;
}
.certificazioni {
	float: left;
	width: 50%;
	height: 4em;
	text-align: center;
	padding-bottom: 2em;
}
.partnership {
	float: left;
	width: 100%;
	height: 4em;
	text-align: center;
	padding-bottom: 2em
}
.fotosede {
	float: right;
	width: 344px;
	height: 280px;
	padding: 0;
	margin: 10px 50px 0px 0px;
	background: url(imgs/sede.jpg) no-repeat;
}
div#mappa {
	float: right;
	width: 380px;
	height: 320px;
	padding: 0;
	margin-left: 10px;
}
.subHeader {
	color: #004a66;
	margin: 30px 0px 10px 0px;
	font: bold 1.4em "Trebuchet MS",helvetica,sans-serif;
	border-bottom: 1px solid #004a66;
}
.subHeader2 {
	color: #004a66;
	margin: 10px 0px 10px 0px;
	font: bold 1.2em "Trebuchet MS",helvetica,sans-serif;
}
.note {
	color: #800000;
	background-color: #fff0b7;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	border: 1px solid #ffb96c;
}
input,select,textarea {
	background-color: #eee;
	border: 1px solid #778;
	color: #333;
	font-size: 1em;
	display: block;
}
textarea {
	font: 1em verdana,arial,sans-serif;
}
input[type="text"]:focus,select:focus,textarea:focus {
	border: 1px solid #ff8000;
	background-color: #efe;
}
input[type="radio"],input[type="checkbox"] {
	border: 0;
	background-color: #fff;
}
input.inputError,textarea.inputError,select.inputError {
	background-color: #fff8ba;
	border: 1px solid #bb0000;
}
.required {
	color: #f00;
	font: bold 1em verdana,arial,sans-serif;
}
.shortcut {
	text-decoration: underline;
}
.fieldsethidden {
	border: none;
	margin: 0em 0em 1em 0em;
	padding: 0;
	overflow: auto;
}
fieldset {
	display: block;
	padding: 0em 1em 1em 1em;
	margin: 0em 0em 1em 0em;
	background-color: #fcfcfc;
	overflow: auto;
}
legend {
	font-weight: bold;
}
label {
	display: block;
	float: left;
	margin: .5em .5em 0em 0em;
}
fieldset.radiosesso {
	float: left;
	margin: .5em 0em 0em 0em;
}
fieldset.radiosesso input {
	float: left;
	width: auto;
}
fieldset.radio label {
	clear: both;
	width: 500px;
}
fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}
fieldset.specificatitolo {
	clear: both;
}
fieldset.specificatitolo label.rif {
	padding: 1.1em 0em 0em 0em;
}
fieldset.checkbox {
	margin: 1em 0em 1em;
}
fieldset.checkbox input {
	clear: both;
	float: left;
	width: auto;
}
fieldset.submit{
	clear: both;
	border: none;
}
fieldset.submit input {
	float: left;
}
fieldset.submit input[type="hidden"] {
	display: none;
}