/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html,body{
	font-family: "Trebuchet MS","Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color : #333333;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-color: #EAEFF3;
	
}

#container{
	margin: 0 auto;
	text-align: left;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
	color:#000090;
	
}

a:hover{
	text-decoration: none;
	color:#FF9900;
	
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color : #334d55;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

h2{
 font: bold 114% Arial,sans-serif;
color : #006699;
 margin: 0px;
 padding: 0px;
 background-color: #FFFFFF;
}

h3{
 font: bold 100% Arial,sans-serif;
color : #334d55;
 margin: 0px;
 padding: 0px;
 letter-spacing: 0.2em;

}

h4{
	font:  105% Arial,sans-serif;
	color : #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	letter-spacing: 0.2em;
}

h5{
	font: bold 120% Arial,sans-serif;
	color : #E85C00;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h5 a:link, h5 a:visited , h5 a:hover{
	color : #E85C00;
}
h5 a:hover{
	color : #E73A01;
}

ul{
	list-style-type: circle;
	color: #1B4356;
	font-size: 100%;
	font-weight: lighter;
	list-style-image: url(IMAGES/punto.gif);
}

li {
	margin-bottom: 0.5em;
	
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#fix_left{
	position:relative;
	width:300px;
	float: left;
}
#fix_right{
	position:relative;
	width:200px;
	float: right;
	text-align: center;
}
#headLogo {
	float: left;
	width:50%;
	padding: 10px;
	font-size: 70%;
	color: #333333;
	position: relative;
}

#testo {
	float: left;
	width:30%;
	padding: 20px 10px 10px 20px;
	font-size: 70%;
	color: #333333;
	position: relative;
	border-right-color: #666666;
	border-right-style: dashed;
	border-right-width: 1px;
	letter-spacing: 0.2em;
}
#pageNav{
	float: left;
	width:20%;
	font-size: 70%;
	color: #333333;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageNav ul{
	list-style-type: circle;
	font-size: 100%;
	font-weight: lighter;
	padding-top: 20px;
}

#pageNav li {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #dee4da 1px solid;
	line-height: 1.9em;

}

#pageNav li a{
	text-decoration: none;
	color:#000066;
	list-style-image: url(IMAGES/punto.gif);
	display: block;
	MARGIN: -5px 0px 0px -10px;
	
}

#pageNav li a:hover{
	text-decoration: none;
	color:#FF6600;
	list-style-image: url(IMAGES/puntoHover.gif);
	background-color: #DFE7EC;
	
}

/************* Contents **************************/

#content{
	float: left;
	width:60%;
	padding: 20px 10px 10px 20px;
	font-size: 70%;
	color: #333333;
	position: relative;
	border-right-color: #666666;
	border-right-style: dashed;
	border-right-width: 1px;
	letter-spacing: 0.2em;
	min-height:400px;

}
#content img{
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border:0px;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990066;
}

#pageName a {
	display:inline
}

/************* Extras **************************/

#extra{
	width: 170px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: right;
}



/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #006633;
	font-weight: normal;
}



/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

.searchLung {
	width: 110px;
}

.searchForm{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	color: #009933;
	border-bottom: solid #cccccc 1px;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
}

#breadCrumb a{
	color: #006600;
	background-color: #FFFFFF;

}

#breadCrumb a:hover{
	color: #006600;
	text-decoration: underline;
	background-color: #FFFFFF;

}


/************** feature styles *****************/

.feature{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;
	width: 95%;
}

.feature h3 {
	font-size: 110%;
	padding-top: 10px;
}

.feature img{
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.feature p {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.feature p#evid {
	font-weight: bold;
	text-align: center;
}

.feature ul {
	list-style-type: disc;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	line-height: 1.6;

}

div.clearer{clear: left}


/*************** story styles ******************/

.story {
	min-height: 50px;
	height: 50px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.story h3{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	padding: 0px 2px 5px 2px;
}

.story p {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-size: 75%;
	line-height: 1.66;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

td.storyRight{
	padding: 10px;
	border-left-style: dotted;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
td.storyLeftBottom{
	padding: 10px;
}

td.storyRightBottom{
	padding: 10px;
	border-left-style: dotted;
}
td.story3col{
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}


/************** siteInfo styles ****************/

#siteInfoShiny{
	clear: both;
	border-top: 1px solid #cccccc;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
}

/************ sectionLinks styles **************/

#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(Immagini/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	background-color: #B3CCB6;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-image: url(Immagini/sctnav_selected.gif);
	font-weight: bold;
	text-decoration: none;
}


/************* searchLinks styles **************/

#searchLinks{
	border-bottom: 1px solid #cccccc;
	color: #000000;
	background-color: #F5F7F7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 1px;
}

#searchLinks h3{
	padding: 10px 0px 2px 0px;
	font-weight: bold;
	font-size: 110%;
	color: #000000;
	background-color: #F5f7f7;
}

#searchLinks a{
	display: block; 
}
/**************** Search Button *****************/
#searchLinks button {
	background-image: url(Immagini/btn_search.gif);
	width: 45px;
	height: 20px;
	background-position: center center;
	background-color: #F5f7f7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/**************** advert styles *****************/

#advert{
	margin: 15px 2px 0px 2px;
	text-align: center;
	padding: 3px;
}

#advert img{
	display: block;
	padding-bottom: 5px;
	text-align: center;
}

/********************* end **********************/

/**************** validator styles *****************/

#validw3c{
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 20px;
}

#validw3c img{
	text-align: center;
	padding-right: 10px;
}

/********************* end **********************/

