* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Verdana', serif;
	font-size: 95%;
	background-color:#b4d8bc;
	margin: 0;
	padding: 0;
	color: #727272;
	text-shadow: 0 0px, 1px 1px #ffffff;
}
.action {
	color:#335494;
	background-color:transparent;
}
h1 {
	padding: 50px 0 0 0;
	color:#2b8940;
	background-color:transparent;
	font-size: 3em;
	font-weight: bold;
	text-decoration: none;
	line-height: 85%;
}
h1 a {
	color:#2b8940;
	font-weight: normal;
	text-decoration: none;
	line-height: 40%;
}
h2 {
	color: #727272;
	font-size: 2.142857142857143em; /* 30px/14px */
	font-weight: normal;
	line-height:170%;
}
h3
 {
	color: #335494;
	font-size: 1.4em; /* 24px/14px */
	font-weight: normal;
	margin-bottom:1%;
}
h3 a {
	color:#335494;
	background-color:transparent;
	font-size: 1.0em; /* 24px/14px */
	font-weight: normal;
	text-decoration: none;
	line-height: 30%;
}
a img { 
	border: none;
}
a {
	color: #335494;
	text-decoration: underline; 
}
a:hover, a:active, a:focus { 
	color: #b4d8bc;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
p {
	line-height: 130%;
}
.wrapper {
	background: url(../images/headerBackground.jpg) repeat-x left top;
}
.wrapperBody {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #dfdfdf;
}
header {
	text-align: center;
}
.slider {
	border: 1px solid #dfdfdf;
	padding: 01.04166666666667%;
}
header, section {
	padding: 0 6.25%; /* 60px/960px  */
}
section {
	margin: 20px 0;
}
.box1sx {
	float: left;
	width: 43.66666666666667%; /* 400px/960px */
	text-align: center;
	border: 1px solid #dfdfdf;
	padding: 01.04166666666667%;
}
.box2dx {
	float: right;
	width: 43.66666666666667%; /* 400px/960px */
	text-align: center;
	border: 1px solid #dfdfdf;
	padding: 01.04166666666667%;
}
.linkbox, .secondContent {
	padding-top:10px;
}
section li {
	list-style: none;
	border: 1px solid #dfdfdf;
	padding: 01.04166666666667%;
	display: inline;
	width: 100%; /* 220px/960px */
	float:left;
	margin-right: 11.999999999999%;
	margin-top:2%;
}
section li img{
	border: 1px solid #dfdfdf;
	float:left;
	margin-right:2%;
}
.lastBlock {
	margin-right:0;
}
.button {
	padding: 20px 0 10px 0;
	text-align:right;
}
.button a {
	color: #ffffff;
	background:#e65a00;
	padding:4px 14px;
	text-decoration:none;
	border-radius: 10px;
	border-bottom: 2px solid #730033;
	text-shadow: none;
}
.button a:hover {
	background:#335494;
	color:#ffffff;
	text-shadow: none;
}
footer {
	width: 960px;
	margin: 0 auto;
}
footer ul {
	padding: 20px 0;
	text-align:center;
}
footer li {
	display: block;
	padding: 0 1%;
}
footer ul li p {
	color: #000;
}
.clearfloat { 
	clear: both;
	height: 0;
	line-height: 0px;
}
#form {
	margin-top:5%;
}
#form h4
{
	color:#03a917;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	line-height:1.4em;
	font-weight:bold;
	margin-bottom:3%;
	padding:0px;
}
#mappa {
	float:right;
}
nav {
	width:960px;
	margin: 0 auto;
	padding:20px 0;
	text-align:center;
}
nav li {
	display: inline;
	list-style: none;
	padding:1px;
}
nav li a {
	font-size:1.285714285714286em;
	display:inline;
	color:#ffffff;
	text-shadow: none;
	line-height:1.8em;
	padding:4px 14px;
	text-decoration:none;
	border-radius: 10px;
	text-shadow: 0 0px, 1px 1px #7f7c7d;
}
nav li a:hover {
	background:#b4d8bc;
	color:#325494;
	text-shadow: none;
}
#copy {
	font-size:10px;
	color:#6c8fa8;
	background-color:transparent;
	float:right;
	margin-top:25px;
}
#copy a {
	color:#1468a4;
	background-color:transparent;
}
#copy a:hover {
	color:#6c8fa8;
	background-color:transparent;
}
/*********************************Begin Media Queries****************************************/
/* for 960px or less */
@media screen and (max-width: 960px) {
	.wrapperBody, nav, footer {
		width:93.75%; /* 960px/1024px  */
		margin:0 auto;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	section li {
		list-style: none;
		border: 1px solid #dfdfdf;
		padding: 01.04166666666667%;
		display: block;
		width: auto;
		float: none;
		margin: 0 0 20px 0;
	}
	.infoPic {
		float:left;
		padding: 0 20px 10px 0;
	}
	h1{
		font-size: 2.5em;
	}
	h1 a {
		font-size: 2em;
	}
	h3
	 {
		color: #335494;
		font-size: 1.4em; /* 24px/14px */
		font-weight: normal;
		margin-bottom:1%;
	}
	h3 a {
		color:#335494;
		background-color:transparent;
		font-size: 1.0em; /* 24px/14px */
		font-weight: normal;
		text-decoration: none;
		line-height: 30%;
	}
	nav li {
		display: block;
		list-style: none;
		padding:1px;
	}
	nav li a {
		font-size:1.1em;
		display:block;
		color:#ffffff;
		text-shadow: none;
		padding:2px 7px;
		text-decoration:none;
		border-radius: 5px;
		text-shadow: 0 0px, 1px 1px #7f7c7d;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	.infoPic {
		float: none;
		text-align:center;
		padding: 0 20px 10px 0;
	}		
	.box1sx {
		float: none;
		width: auto;
		margin-bottom:20px;
	}
	.box2dx {
		float: none;
		width: auto;
	}
	h1{
		font-size: 1.7em;
		line-height:95%;
	}
	h1 a {
		font-size: 1.7em;
	}
	h2 {
	color: #727272;
	font-size: 1.142857142857143em; /* 30px/14px */
	font-weight: normal;
	line-height:170%;
	}
	h3
	 {
		color: #335494;
		font-size: 1.1em; /* 24px/14px */
		font-weight: normal;
		margin-bottom:1%;
	}
	h3 a {
		color:#335494;
		background-color:transparent;
		font-size: 1.0em; /* 24px/14px */
		font-weight: normal;
		text-decoration: none;
		line-height: 30%;
	}
	nav li {
		display: block;
		list-style: none;
		padding:1px;
	}
	nav li a {
		font-size:1.0em;
		display:block;
		color:#ffffff;
		text-shadow: none;
		padding:2px 7px;
		text-decoration:none;
		border-radius: 7px;
		text-shadow: 0 0px, 1px 1px #7f7c7d;
	}
}
/*********************************End Media Queries****************************************/