﻿@charset "UTF-8";
/* CSS Document */

* {
margin:0; /* zero out margin */
padding:0; /* zero out padding */
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-color:  #eeeeee;
	background-image: url(../../images/white-line.png);
	background-repeat: repeat-x;
	height: 100%;
	overflow: inherit; /* triggers 100% height in Opera 9.5 */
	padding-top:0px;
}

#wrapper {
	background: none repeat scroll 0 0 #194725;
	padding: 0;
	width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /*  0 auto -175px; the bottom margin is the negative value of the footer's height */
    padding-bottom: 20px;
}

* html #wrapper { 
height:100%; /* IE6 treats height as min-height */
}

#header {
	/*height: 175px;*/
	padding: 0;
	width: 1024px;
	margin:auto;
	line-height:1.5;
	padding:10px 0px;
}

#content {
	background: none repeat scroll 0 0 #194725;
	width: 1024px;
	min-height: 760px;
	/*height: 760px;*/
	padding-bottom: 20px; /*70px; 175px;*/
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

#content a{
    text-decoration: underline;
}

#footer {
	background:#CACACA;
	background-image:url(../../images/grey-line.png);
	background-repeat:repeat-x;
	width:100%;
	position: relative;
	/* margin: -175px auto 0 ;  negative value of footer height 
	height: 175px; */
	min-height: 175px;
	color:#666;
	bottom:0; left:0
	}
	
	
#footertext {
	/*background: none repeat scroll 0 0 #CACACA;*/
	width: 1024px;
	margin: 0 auto 0;
	padding: 0px; /* 0 0 20px;*/
}


	
	
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#left {
	float: left;
	width: 450px;
	height: auto;
	margin-top: 15px;/*25px;*/
	/*margin-left: 30px;*/
	color: #FFF;
	padding-bottom:10px
}

#right {
	float: right;
	width: 493px; /*503px*/
	height: 100%;
	margin-top: 15px;/*25px;*/
	margin-right: 25px;
	margin-left:10px;
}

.map {
	float:right;
	padding-right:20px;
	padding-left:20px;
	padding-top:15px;
}

.logoFoot {
	padding-top:5px;
	padding-bottom:5px;
}


.link {
	text-decoration:none;
	color:#FFF;
}

.linkgrey {
	text-decoration:none;
	color:#666 !important;
}

.text {
	width:1024px;
	text-align:left;
	/*margin-left:30px;*/
	margin-top:20px;
	padding-bottom:20px;
	padding-top:15px;
	line-height:18px;
	margin-bottom:0px;
}

.copyright {
	font-size:10px;
	width:1024px;
	text-align:left;
	/*margin: 0px 0px 0px 30px;*/
	margin:0PX;
}
	
#navigation, #navigationRHS {
	float: left;
	list-style: none;
	margin-left: 0px;
	margin-top: 10px; /*15px;*/
	margin-bottom: 90px; /*170px;*/
	margin-right: 100px;
	padding: 0;
	width: 300px;
	/*background-color: #194725;*/
	background:transparent;
}
	
#navigation ul, #navigationRHS ul {margin:0px; padding:0px;}
#navigation li, #navigationRHS li {list-style: none;} 

ul.top-level {background:transparent;/*background:#194725;*/}
ul.top-level li {text-decoration:none;
}

#navigation a, #navigationRHS a
{
    background:transparent;
	/*background: #194725;*/
	color: #ccc;
	display: block;
	margin: 0;
	padding: 7px 10px;
	text-decoration:none
}
#navigation a:hover, #navigationRHS a:hover
{     
	background: #bd9f5e left center no-repeat;
	color: #fff;
	padding-bottom: 7px;
	}

#navigation li:hover, #navigationRHS li:hover {
	position: relative;
	background-color: #C8A058; /* background-color: #C8A058;*/
}

ul.sub-level {
    display: none;
}
li:hover .sub-level 
{
    background:transparent;
	/*background: #999;*/
	border: none;
	border-width: 2px;
	display: block;
	position: absolute;
	left: 300px;
	top: 0px;
	text-decoration: none;
}
ul.sub-level li {
    border: none;
    float:left;
    width:200px;
}

/*Seconda Level*/
#navigation .sub-level, #navigationRHS .sub-level
{
    background:transparent;
   /* background: #999;*/
}

/*Third Level*/
#navigation .sub-level .sub-level,
#navigationRHS .sub-level .sub-level {
    background: #09C;
}

/*RESET STYLES*/
li:hover .sub-level .sub-level {
	display:none;
}
.sub-level li:hover .sub-level {
	display:block;
}

.head,
.menu,
#globalnav,
#bread,
.foot{display:none;}

html,
.docOuter, 
.doc, 
.template{background: transparent;}

.oneColTemplate .main,
.doc,
.docOuter{width: 100%;min-width:1068px;}
.main{float: none; padding:0px;}
.breadcrumb .inner {padding:0px;}

#header p { margin:0px; line-height:1.5;}
a, a:link, a:visited {color: #ffffff; }

#logo{clear:both;}
#logo p{margin:0;}
.bottomLHS, .bottomRHS { clear:both; }
.pdfhover { background-color:white;}

p{ font-size:14px; line-height:18px; margin:15px 0px;}
