@charset "utf-8";
/* CSS Document */

body  {
	/*background: #D2F2FF;*/
	background-color: rgb(237, 243, 248);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003399;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1024px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}

#header {
	height: 178px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #DDDDDD;
	background-image: url(../s-img/superiore.jpg);
	position: relative;
	padding: 0;
}

#smallMenu {
	list-style-type: none;
	position: absolute;
}

#smallMenu li a {
	font-weight:bold;
	text-decoration:none;
	
}

#smallMenu #homeMenu {
	position:absolute;
	top:15px;
	left:216px;
}

#smallMenu #contactMenu {
	position:absolute;
	top:15px;
	left:300px;
	width: 100px;
}

#smallMenu #searchMenu{
	position:absolute;
	top:15px;
	left:426px;
}

#side-a {
	float: left;
	width: 180px;
}

#side-b {
	float: right;
	width: 195px;
}
#side-a h3 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#content {
	float: left;
	width: 640px;
	padding-left: 5px;
}

#footer {
	clear: both;
	font-size: 10px;
	background-color: #E1E7EB;
	position: relative;
}

/* general styles */



.Corganisation {
	background-color: #FCBC17;
}

.CsciAct {
	background-color: #F7971E;
}

.Ceducation {
	background-color: #EC0014;
}

.Cpublications {
	background-color: #752385;
}

.Ccongress {
	background-color: #343399;
}


.Cservices {
	background-color: #aac80e;
}

.ifccBlue {
	background-color: #132d77;
	width:555px;
	color:#fff;
	margin-left:20px;
	font-size:14px;
	padding-left:15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;	
}


#wrapper #container #side-b div {
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	padding-top: 10px;
}
#banner div {
	position: absolute;
	left: 810px;
	top: 35px;
}

/* LIVELLI */

.firstLevel, .secondLevel, .thirdLevel {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.firstLevel a, .secondLevel a, .thirdLevel a  {
	text-decoration: none;	
}

/***************************************/

.titolo_bianco {
	color:#FFF;	
}

.imgLeftFloat {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
}

#articolo {
	width: 574px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#articolo h1 {
	display: block;
	color: #FFF;
	margin: 0px;
	padding-left: 20px;
	font-size: 18px;
}

#articolo p {
	text-align: justify;
}

.2emLeftMargin {
	margin-left:2em;
}

.photoCaption {
	font-size: 10px;	
}

/* PUBLICATIONS eNewsLetter */

.contributedBy {
	font-size: 12px;
}

.spacedList li{
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.ebLeftCol {
	width: 180px;	
}

#articolo .imgLeftFloat.ebLeftCol p {
	background-color: #FCBC17;
	text-align:left;
	padding: 2px;
}

.eb_address {
	font-size:10px;	
}

.gc2010 {
	padding-top: 10px;
	clear:both;
}