@import url(fonts.css);
/*************** classi generali */
a img, img, form, fieldset {
  border: medium none;
}
html * {
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 22px;
}
h2, h3 {
  padding: 10px 0 5px;
  color: #003a70;
}
h3 {
  color: #003a70 !important;
  font-size: 26pt;
  margin-top: 97px;
  font-size: 40pt;
  line-height: 60px;
}
.h3_mini {
  font-size: 18pt !important;
  text-transform: uppercase;
}
h4 {
  font-size: 13px;
  margin: 5px 0;
}
a, input[type="submit"], h3, form span {
  color: #576067;
}
.email {
  font-size: 10px;
}
/*************** */
body {
  color: #5a6066;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 0.8em;
  text-align: justify;
  line-height: 1.42857;
}
#language {
  background: none repeat scroll 0 0 #fff;
  padding: 5px;
  text-align: right;
}
ul.language {
  display: inline;
  padding: 2px;
}
ul.language li {
  display: inline;
  padding: 2px;
}
#header {
  background: none repeat scroll 0 0 #003a70;
  width: 100%;
  height: 76px;
  padding-top: 4px;
}
#logo {
  background-image: url("../images/nh_logo.png");
  background-repeat: no-repeat;
  height: 50px;
  margin-top: 20px;
}
.container {
  margin: auto;
  max-width: 100%;
  min-width: 980px;
  width: 980px;
  position: relative;
}
.slider-wrapper {
  position: relative;
}
#benvenuto {
  left: 80px;
  position: absolute;
  top: 70px;
  z-index: 1000;
}
.red {
  color: red;
  font-size: 9pt;
}
/*************** CONTENT */
#content {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}
#inner_content {}
#left_box, #center_box, #right_box {
  float: left;
  width: 75%;
}
#center_box, #right_box {
  width: 24% !important;
}
h4 {
  background: url("../images/dotBlue.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  color: #003a70;
  font-family: GothamMediumRegular;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 10px 7px 10px 0;
  min-height: 50px;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.tabs_content {
  background-color: #fff;
  clear: both;
  margin: auto;
  opacity: 0.9;
  width: 179px;
}
.inside_box {
  margin-top: 115px;
}
#text {
  float: left;
  width: 67%;
}
#content div a {
  background: url("../images/icon.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
  color: #428bca;
  text-decoration: none;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  line-height: 21px;
}
/*************** LOGIN */
legend {
  display: none;
}
label {
  display: block;
}
input {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #d8d7d7;
  border-radius: 5px;
  padding: 1px;
  width: 150px;
  margin: 5px 0;
}
input[type=submit] {
  cursor: pointer;
  width: auto;
  font-weight: bold;
  border: none;
}
input[type=submit], .bottone {
  margin-bottom: 10px;
  background-color: #003a70;
  border: 0 none;
  color: #fff !important;
  font-weight: lighter;
  letter-spacing: 1px;
  padding: 5px 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
}
/*************** FOOTER */
#footer {
  float: right;
  margin-right: 15px;
  padding-top: 20px;
  margin-bottom: 30px;
}
#copy {
  float: right;
  margin-top: 20px;
}
hr {
  border-image: none;
  border-style: dashed none none;
  border-width: 1px 0 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.logo-j {
  vertical-align: middle;
}