/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  text-align: left;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color: #fff;
}

ul {
	margin-left: 15px;	
  	text-align: left;
}

FIELDSET {
	border: none;
	}

#wrapper {
  text-align: left;
}

#header {
  clear: both; 
}

#content { 
  width: 100%; 
  clear: both;
}

#header {
	text-align: left;
}


	
.flag {
	width :18px;
	height: 14px;
	border:none;
	
}

/** img ridimensionata a 240px */
#header_img{
	/*width: 71%;
	height: 71%;*/
	/*margin-left:5px;*/
	width: 239px;
	height: 81px;
	border: none;
}

.no_mobile{
	display: none;
}


/* ====== mainNav =======================*/
#nav {
	text-align: left;
	border-bottom: 2px solid #b0b0b0;
	padding-bottom: 5px;
}

#nav ul {
margin-left: 2px;
padding: 0;

/*	background: #479537 url(images/mainNavBg.gif) repeat-x; */
	list-style: none; 
	text-transform: uppercase;
}

#nav ul a.selected {
	color: black;
	font-weight: bold;
}

#nav ul a:hover {
	color: #333;
}



/** ====== HOME PAGE */

.home_left_item,.home_right_item {
	margin-top: 10px;
	margin-bottom: 5px;
}

.home_left_title, .home_left_title2, 
.home_right_title, .home_right_title2, .home_right_title3, 
.m_title, .m_title_nobackground, .m_title_nobackground_demo {
	font-size:medium;
	background: #479537 url(images/mainNavBg.gif) repeat-x;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 3px;
}

.m_title_nobackground, .m_title_nobackground_demo  {
	text-transform: uppercase;
}

.m_title_nobackground_demo{
	background:none ;
	background-color: navy;
	}


/** prima della sezione tirocini inserisco un separatore */
.home_right_title3{
	border-top: 1px solid #479537;
}

.home_left_content, .home_right_content, .m_content{
	padding-left: 3px;
}

.home_separator{
	margin-top:10px;
	margin-bottom:5px;
	border-top: 1px solid #479537;
	display: none;
}

#home_presentation {
	margin-top: 10px;
	margin-bottom: 20px;
}

/** =========== FOOTER =============*/
#w3cbrand{
display: none;
}

#wai{
	display: none;
}

#footer {
display: none;
}
/** footer per mobile*/
#footerM { 
margin-top: 3px; 
background: #479537;
}
#footerM a{
	text-decoration: none;
	color: #fff;
}

/** ==== contenuto altre pagine */
#content {
	text-align: left;
}

#content .item {

	margin-bottom: 25px;
}

/*
#content img{
	display: none;
}

*/

#content p {
	text-align: left;
}