/* ======== DLP STYLING ========== */
/* revised 12-09-2013 */      
/***********************************************/

/* to avoid page shifting in FF */
/*html {height: 100%; margin-bottom: 1px;}*/  /* to avoid lateral shift in long-short pages - Firefox */  
html{
   overflow-y:scroll;
   overflow-x:auto;
}
/*html { min-height: 100%; margin-bottom: 1px; }*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
color: #005FA9;
text-decoration: none;
}
a:hover{text-decoration: underline;}

/************** header tag styles **************/

h1, h2, h3, h4, h5 {
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
margin:10px 20px 0px 20px;
font-weight:normal;
text-align:left;
}
p {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px ;
margin:10px 20px 0px 20px;
color:#000;
font-weight:normal;
}
.linkbar {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px ;
line-height:20px;
margin:20px 0px 0px 0px;
text-align:left;
}
h1{
font-size: 16px;
color:#1C5F1F;
font-weight:bold;
}
h2{
font-size: 16px;
color: #006699;
}
h3{
font-size:14px;
color: #025579;
font-weight:bold;
}
h4{
font: 10px  #c55;
color: #333333;
font-weight:bold;
}
h5{
font: 10px #c55;
color: #334d55;
}

/*************** list tag styles ***************/
ul {list-style-type: disc;}
ul ul {list-style-type: disc;}
ul ul ul {list-style-type: none;}

/********* form and related tag styles *********/
form {
margin: 0;
padding: 0;
}
label{
font: bold 1em Arial,sans-serif;
color: #334d55;
}
input{font-family: Arial,sans-serif;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead {
width:980px;
top: 15px;
margin:-4px auto;
position: relative;
height: 70px;
padding:0px;
vertical-align:center; 
z-index:0;
}
#masthead h1{
font-size: 18px;
margin-left:0;
color:#599900;
font-weight:normal;
}
#wrapperbig {
width:980px; 
/*top: 20px;*/
margin:-4px auto;
position:relative;
padding:0px;
vertical-align:center; 
background-color:#FFF;
border:2px solid #CCC;
border-radius:13px;
z-index:0;
}
#pageNav{
float: left;
width:220px;
/*top:130px;*/
padding: 0px;
background-color: #F5F7F7;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
font: small Arial,sans-serif;
border-radius:11px;
}
#content{
padding: 0px 10px 0px 0px;
margin:0px 0px 0px 220px;
border-left: 1px solid #ccd2d2;
}
#box700, #box500, #box250, #box380 {
position:relative;
margin:0 auto;
float:left;
display:block;
padding-top:25px;
}
#box700 {
	width:600px;
	text-align: justify;
	}
	#box500 {
	width:470px;
	text-align: justify;
	}

#box250 {width:250px;}
#box380 {
width:370px;
text-align:justify;
}

#tavola {
text-align:justify;
border-top: 1px solid #ccd2d2;
width:760px;
/*background-color:#dda;*/
position:relative;
margin:0 auto;
float:left;
display:block;
/*border-left: 1px solid #ccd2d2;*/
}
div.clear {clear:both;}

/************** FOOTER - ok ****************/
#siteInfo{
clear: both;
border-top: 1px solid #CCC;
font-size: small;
color: #CCC;
padding: 10px 10px 10px 10px;
margin-top: 0px;
}
#siteInfo img{
padding: 4px 4px 4px 20px;
vertical-align: middle;
}

/************ sectionLinks styles -BUTTONS - OK **************/
#sectionLinks{
margin: 0px;
padding: 0px;
}
#sectionLinks h3{
padding: 10px 0px 2px 10px;
border-bottom: 1px solid #cccccc;
}
#sectionLinks a:link, #sectionLinks a:visited {
display: block;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #cccccc;
background-image: url("../images/bg_nav.jpg");
font-weight: bold;
padding: 3px 0px 3px 10px;
color: #21536A;
}
#sectionLinks a:hover{
border-top: 1px solid #cccccc;
background-color: #DDEEFF;
background-image: none;
font-weight: bold;
text-decoration: none;
}
#sectionLinks p {
margin: 0px 0px 0px 0px;
}

/************* relatedLinks styles - under buttons - ok **************/
.relatedLinks{
margin: 0px;
padding: 0px 0px 10px 10px;
border-bottom: 1px solid #cccccc;
}
.relatedLinks h3{padding: 10px 0px 2px 0px;}
.relatedLinks a{display: block; }

/********************* background image **********************/
#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

li {font-size:12px;}
