/* import global style definitions */

@import url("_global.css");

@media screen {

	/* altering to inherited global style definitions */

	#content h1,
	#content h2.h1-style {
		background: url(/_design/scopri-projects-abroad/arrow-yellow-big.gif) no-repeat scroll left top;
	}

	/* current section style definitions */

	#content  img {
		margin: 4px 0px 4px 8px;
		border: 1px solid #FEC422;
		clear: right;
		float: right;
	}

	#content blockquote {
		margin: 40px 40px 20px 40px;
		padding: 30px 30px 20px 20px;
		color: #568476;
		background: url(/_design/scopri-projects-abroad/bg-quotes.jpg) no-repeat scroll left top;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		line-height: 18px;
	}

	#content blockquote span {
		margin: 15px 0px 0px 0px;
		font-style: normal;
		display: block;
	}

	#content .office-address {
		padding: 10px 20px 20px 20px;
	}

	#content .office-address  p {
		margin: 0px;
		padding: 10px 0px 0px 10px;
	}

	#content .office-address  a {
		font-weight: normal;
	}

	#content .office-address strong {
		clear: both;
		display: block;
	}

	#content #country-office .office-address {
		width: 356px;
		height: 260px;
		margin: 0px 10px 0px 0px; 
		padding: 0px;
		background: url(/_design/scopri-projects-abroad/bg-offices.jpg) no-repeat scroll left top;
		float: left;
	}

		#content #country-office .office-address strong {
			padding: 10px;
		}

		#content #country-office .office-address em {
			padding: 0px 0px 0px 10px;
		}
	
	table.history {
		width: 100%;
	}
	
	table.history td {
		padding: 10px 5px;
		margin: 0px;
		float: none;
		vertical-align: top;
	}
	
	table.history td.year {
		text-align: center;
		width: 60px;
	}
}

@media print {



}
