@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000000;
	background-color:#ffffff;
	font-size:0.8em;
	margin:0px;
	padding:0px;}
a { 
	color:#265288;
	text-decoration:underline;}
h1 {
	font-size:20pt;}
img {border:0px; }
.wrap { 
	width:1100px;
	margin:auto;
	text-align:left;
	overflow:hidden;}
.logo{
	padding:0 25px;}

.heading{
	color:#4a4644;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 30px;
	line-height:125px;
	height:125px;
	margin:0;}

.fltRight {
	float:right;}
.orange { 
	height:5px;
	background-color:#f58025;}
.left { 
	width:240px;
	background-color:#f4f1f0;
	float:left;
	padding-left:80px;
	font-family:arial narrow;
	padding-top:50px;
	padding-bottom:45px;
	font-family: 'News Cycle', sans-serif;
    min-height: 630px;}
.left a {
	color:#000000;
	text-decoration:underline; }
.left a:hover {
	color:#000000;
	text-decoration:underline; }
.left h2 {
    background-image: url(../images/bg-h2.png);
    border-bottom: 1px solid #F58025;
	font-weight: bold;
    height: 15px;
	font-size: 1em;
    margin: 0px;
    padding-bottom: 15px;
    padding-top: 5px;
    width: 240px;}
.left ul { 
	margin:20px 0px 0px 15px;
	padding:0px;
	list-style-type:circle;}
.left li {
	margin-bottom:8px; }
.center {
	float:left;
	width:auto;
 	padding: 30px 40px 10px 40px;
 	width:400px;
	border-right: 1px solid #dddddd;
    min-height: 685px;}
.center h2 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding-top: 5px;}
.center li{
	list-style: none;}
.right {
    float: left;
    padding-left: 20px;
    width: 260px;}
.right h2 {
	font-size:14px;
	margin:0px;
	padding:0px;
	padding-top:30px; }
.right h2:first-of-type { padding-top:60px; }
.right input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }
input[type="text"],
.right input[type="password"]  {background-color:#FAFAFA;border: 1px solid #dddddd;height: 25px;width:200px;}
input[type="submit"],
input[type="button"] {
	background-color: #275389 !important;
    color: #FFFFFF;
    cursor: pointer;
    height: 28px;
	margin-top:0px;
	border:0px; }
.right ul {
    margin: 5px 0 10px;
    padding: 0px;
}.right li {list-style-type:none;padding-bottom:5px; }
.right p{padding:0;margin:5px 0;}
.right form p{margin:15px 0;}
fieldset {border:0px; margin:0px;padding:0px;}
form { width:100%;margin:0px;padding:0px;}
.footer { 
	width: 100%;
	background-color: #eff0f1;
	border-top: 1px solid #dddddd;}
.warning {font-size:10px; }
.red {color: #ff0000; font-weight:bold; }
/* form contatti */
#formContainer {
  overflow: hidden;
  padding: 16px 16px 12px;
  width: auto;}
  
#formContainer .formRow {
  float: none;
  padding: 0px;
  clear: both;}
  
.formRow label {
  display: block;
  float: left;
  padding: 3px 0 15px 0;
  width: 100px;}
  
.formRow input {
  color: #666666;
  float: left;
   margin:0px 5px 15px 30px;
  width: 220px;}
  
.formRow #comments {
  margin-bottom: 0px;
  width: 220px;
  margin-left:30px;
  height:70px;}
/* fine form */

.bg{
	background-color:#ebf1de;
	border:3px solid #d7e4bd;
	padding:5px;
	margin-bottom: 15px;}
	
.button{
	display: block;
	background-color: #00b050;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	font-size:1.5em;
	font-weight: lighter;
	padding:5px 0;}
	