/* =Reset default browser CSS. 
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Body 
-------------------------------------------------------------- */

html, body {
	margin: 0;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #434343;
	background: url(images/page_bg.jpg) repeat-x;
	
}


body>#wrapper{ /* hack div altezza 100% */
    height: auto;
    min-height: 100%;
} 


h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 28px;
	font-family:Verdana, Geneva, sans-serif;
	color: #0083D7;
	margin-top: 20px;
	margin-bottom: 20px;

}

h2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif !important;
}

h3 {
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #06F
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #F00;
}


sup {
	vertical-align: super;
}


a:hover {
	text-decoration: underline;
}



img.alignleft {
	float: left;
	margin-right: 10px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}


/* =Contenitore Wrapper 
-------------------------------------------------------------- */

#wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;	
	/*border: 1px solid #F00;*/
}

/* =Pagina 
-------------------------------------------------------------- */


#page {
	width:1090px;
	min-height:300px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 5px #b8b8b8;
	-webkit-box-shadow:0 0 5px #b8b8b8;
	box-shadow: 0 0 5px #b8b8b8;
}


/* =Testata Header 
-------------------------------------------------------------- */

#header {
	width: 1090px;
	height: 180px;
	padding-top: 30px;
	/*border: 1px solid #F00;*/
}

/* =Contents 
-------------------------------------------------------------- */

#content {
	width: 1090px; /*880*/
	padding: 0px;
	/*border: 1px solid #F00;*/
}

#content-two-column {
	padding: 0px;
    /*border: 1px solid #F00;*/
}

#column-sx {
	float:left;
	width: 245px; /*302*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	min-height:50px;
	/*border: 1px solid red;*/
}

#column-dx {
	float:left;
	width: 790px;/*622*/
	padding-left: 20px;
	margin-bottom: 30px;
    min-height:500px;
	/*border: 1px solid red;*/
	
}


#content-top-line {
	background-color: #d6f5f4;
	border-top-width: 16px;
	border-top-style: solid;
	border-top-color: #29bbca;
	margin-bottom:20px;
	/*border: 1px solid #F00;*/
}

.post {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;	/*border: 1px solid #F00;*/
}

.post .title {
	margin: 0px;
	color: #C00;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom:10px;
}

.post h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0083D7;
}

.post .title img {
	vertical-align:middle;
}

.post .meta {
	border-top: 1px solid #CCC2A9;
	border-bottom: 1px solid #CCC2A9;
	padding: 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}


.post .entry-top {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.post .entry {
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.post .entry-list img {
	width:10%;
}

.post table td{height: 30px; vertical-align: middle;}

.post li{
	
	list-style-position:inside;
	li}
	
.line{width:100%; height: 1px; background-color:#ccc; margin-top: 20px;}

#content-line-separator {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #29bbca;	
}


/* = menu */

.headmenu{
	width: 210px;
	background-color: #c5d7f3; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	height: 30px;
	}

.headmenu p{
	font-size: 15px;
	font-weight: bold;
	color: #02379f;
	margin-left: 5px;
	padding-top: 5px;
}

ul#navmenu-v,ul#navmenu-v li,ul#navmenu-v ul {
 width: 211px; /* Menu Width */
 margin:0;
 padding:0;
 list-style: none;
}

ul#navmenu-v li { float: left; position: relative;  width: 100%; }
ul#navmenu-v li.iehover { z-index: 1000; /* IE z-index bugfix */ }

ul#navmenu-v ul {
	
 display: none;
 position: absolute;
 top: 0;
 left: 211px;
 z-index: 9999;
}

/* Root Menu */
ul#navmenu-v a {
 border-top: 1px solid #FFF;
 border-right: 1px solid #FFF;
 padding: 6px;
 display: block;
 background: #E8F1FB;
 color: #666;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 text-transform:uppercase;
 text-decoration: none;
 height: 1%;
}


/* Root Menu Hover Persistence */
ul#navmenu-v a:hover,ul#navmenu-v li:hover a,ul#navmenu-v li.iehover a {
 background: #BCD7F3;
 color: #02379F;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a,ul#navmenu-v li.iehover li a {
 float: none;
 background: #BCD7F3;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover,ul#navmenu-v li:hover li:hover a,ul#navmenu-v li.iehover li a:hover,ul#navmenu-v li.iehover li.iehover a {
 background: #83B6E9;
}

/* 3rd Menu */
ul#navmenu-v li:hover li:hover li a,ul#navmenu-v li.iehover li.iehover li a {
 background: #83B6E9;
 color: #FFF;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-v li:hover li:hover li a:hover,ul#navmenu-v li:hover li:hover li:hover a,ul#navmenu-v li.iehover li.iehover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover a {
 background: #4F97DF;
 color: #FFF;
}

/* 4th Menu */
ul#navmenu-v li:hover li:hover li:hover li a,ul#navmenu-v li.iehover li.iehover li.iehover li a {
 background: #4F97DF;
 color: #FFF;
}

/* 4th Menu Hover */
ul#navmenu-v li:hover li:hover li:hover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover li a:hover {
 background: #2476C8;
 color: #FFF;
}

/* Hover Function - Do Not Move */
ul#navmenu-v li:hover ul ul,ul#navmenu-v li:hover ul ul ul,ul#navmenu-v li.iehover ul ul,ul#navmenu-v li.iehover ul ul ul { display: none; }
ul#navmenu-v li:hover ul,ul#navmenu-v ul li:hover ul,ul#navmenu-v ul ul li:hover ul,ul#navmenu-v li.iehover ul,ul#navmenu-v ul li.iehover ul,ul#navmenu-v ul ul li.iehover ul { display: block; }



/* =slide
---------------------------------*/
#slide-contents{width: 720px;}

.title-page h1{font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0083D7;}

/*= NEWS
----------------*/


.headnews{
	width: 230px;
	text-align: center;
	background-color: #0083D7; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	min-height: 30px;
	margin-top: -20px;
	}
	

.headnews h1{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
}

.headnews a{
	color: #fff;
}

.news{
	width: 230px;
	height: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-color: #E8F1FB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: top;
	display: inline;
}
.newss{
	width: 230px;
	height: 15px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	padding-bottom: 20px;
	background-color: #fff;
	vertical-align: top;
	display: inline;
}
.imghome img{
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
h1.titlenews{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0083D7;
	margin-top: 20px;
	margin-bottom: -20px;
	padding: 0;
	}



.news p{margin: 5px 15px 5px 15px;}
.news em{margin: 5px 15px 5px 15px;}




/* =Footer 
-------------------------------------------------------------- */

#footer {
	width: 1090px;
	height: 35px;
	margin: 0px auto 0px auto;
	background-color: #c5d7f3;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;

}

#footer p {
	margin: 0;
	vertical-align:middle;
	font-size: 11px;
	text-align: center;
	color: #02379f;
	padding-top:10px;
	padding-left:0px;
	padding-bottom:20px;
}

#footer a {
	color: #02379f;
	text-decoration: none;
}

#footer a:hover {
	color: #02379f;
	text-decoration: underline;
}

.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover {
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#528EFF;
	margin-bottom: 30px;
}
.page-footer {
	margin:2em;
	text-align:center;
	text-decoration:none;
	color:#528EFF;
}

.aria  {padding-left: 20px; margin-top: 60px; position: absolute;}
.aria .wpcf7-form-control-wrap input {width: 230px; margin-bottom: 10px;}
.landing{font-size: 13px; font-family:Verdana, Geneva, sans-serif}
.descrizione2{line-height: 22px;}