/*Mods for language specific items*/
/*allow for longer words in German*/
/* home page */
.inactive.line-top-level h2, .inactive.line-top-level h2 a{
	font-size:13px;
}
.line-top-level h2, .line-top-level h2 a{
	font-size:16px;
	-moz-transition: font-size 0.2s, color 0.2s, opacity 0.2s; /* Germany loves Firefox */
	-webkit-transition: font-size 0.2s, color 0.2s, opacity 0.2s;
	-ms-transition: font-size 0.2s, color 0.2s, opacity 0.2s; /* IE10 */
	-o-transition: font-size 0.2s, color 0.2s, opacity 0.2s;
	height:22px;
}
.line-top-level a{
	font-size:12px;
	*font-size:11px;
}
#home-line-chooser h2{
	margin: 0 6px 1px;
}
ul.three-wide li{
	width:31%;
}
/* home page END */

/* Generic */
#colLeft, 
#colRight { 
	width: 220px;
	}
.banner-content-strapline{
	padding-bottom:24px;
	padding-top:10px;
	}

#post-intro-contact,#post-intro-nav-downloads,#post-intro-nav-TOC{
	font-size:14px;
	}
#youAreHere	{
	margin-right:24px;
	width:225px;
	}	
	
.introPara .htmlInner {
	font-size:13px;
	}
	
#page21023  .introPara 
{
	background-position: top right;
}
#page20997  .introPara 
{
	background-position: top right;
}		
/* GenericEND */
