html{
	height:100%;
}

a{
	color:#c00;
	decoration: underline;
}

body{
	height:100%;
	text-align:center;
	background-color:#CCCCCC;
	font-size:100%;
	font-family: "Verdana", serif;
	color:#000;
	margin:0px;
	padding:0px;
	padding-top:102px;
	position:relative;
}
body.hide{
	overflow:hidden;
}
#framework {
	/*margin-top:102px;*/
	width:937px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:100%;
}

#header {
  display: none;
}

#column-one{
	width:260px;
	position:absolute;
	top:302px;
	left:205px;
	z-index:2;
	padding-bottom: 30px;
}
#column-two{
	width:260px;
	position:absolute;
	top:302px;
	left:471px;
	z-index:2;
}

#column-three{
	font-size:76%;
	width:200px;
	position:absolute;
	top:302px;
	left:737px;
	z-index:2;
	padding-bottom:30px;
}

#column-three div.case{
	width:200px;
	/*position:absolute;*/
	top:302px;
	left:737px;
	background-color:#FFD203;
	z-index:2;
	padding-bottom:30px;
	margin-bottom:6px;
}
#column-three div.yellow{
	background-color:#FFD203;
}
#column-three div.green{
  background-color:#79AB42;
}
#column-three div.green p{
  color: #000;
}

#column-three div.case p{
	margin-left:10px;
	margin-right:10px;
	font-size: 86%;
	line-height: 1.5em;
}
#mask	{	
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:black;
	z-index:4;
	opacity:.6;
	* filter: alpha(opacity=60);
	display:none;
}
body #framework #ria{
	display:block;
	position:absolute;
	top:0px;
	left:82px;
	width:760px;
	height:427px;
	background-color:#000;
	z-index:1;
}
body #ria #startRia,
body #ria #stopRia{
  margin-left: 150px;
}

body #ria{
	display:block;
	position:absolute;
	top:102px;
	left:243px;
/*	top:102px;
	left:50%;
	margin-left: -380px;
*/	width:760px;
	height:427px;
	background-color:#000;
	z-index:0;
	text-align:left;
}

#navigation{
	position:absolute;
	width:200px;
	z-index:1;
}
#navigation ul{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
#navigation ul li{
	display:block;
	cursor:hand;
}
#navigation ul li a{
	display:block;
	margin-top:6px;
	background-color:#fff;
	opacity:.8;
	* filter: alpha(opacity=80);
	height:1%;
	text-decoration:none;
	text-indent:-999em;
}
#navigation ul li a.mainNavItem{
  padding: 8px 10px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 90%;
  text-indent: 0em;
  text-decoration:underline;
  text-transform: uppercase;
/*  color: #F70000;*/
  color: #DD0000;
}
#navigation ul li ul{
	/*display:none;*/
}
#navigation ul li ul li{
	display:block;
	padding-top:5px;
	padding-bottom:6px;
	background-color:#fff;
	border-top:1px solid #000;
}
#navigation ul li ul li a{
	margin-top:0px;
	height:auto;
	color:#000;
	font-size:76%;
	text-decoration:none;
	text-indent:0;
	background:url(/2006/_images/nav-arrow.gif) 10px 6px #fff no-repeat;
}
/*
#navigation ul li ul li a:before{
  content: "›";
  font-size: 50%;
}*/
#navigation ul li ul li a span{
	margin-left:15px;
	display:block;
	font-size: 80%;
	text-decoration:none;
}

/* Backgrounds */
.bicycle {
  background: #CCCCCC url(../_images/bg_bicycle.jpg) center top no-repeat;
}
.water {
  background: #CCCCCC url(../_images/bg_water.jpg) center top no-repeat;
}
.office {
  background: #CCCCCC url(../_images/bg_office.jpg) center top no-repeat;
}
.windmills {
  background: #CCCCCC url(../_images/bg_windmills.jpg) center top no-repeat;
}
.factory {
  background: #CCCCCC url(../_images/bg_factory.jpg) center top no-repeat;
}

.h5 {
  font-weight: bold;
  font-size: 90%;
}
p.noFlashMessage {
  color: #fff;
  font-size: 80%;
  padding: 20px 0 0 160px;
}
.noFlashMessage a {
  display: block;
}

a.logoShell {
  display: block;
  text-indent: -1234em;
  position: absolute;
  left: 50%;
  top: 16px;
  margin-left: 406px;  
}
.bicycle .logoShell {
  width: 45px;
  height: 42px;
  background: url(../_images/logo_bike.gif) no-repeat;
}
.water .logoShell {
  width: 45px;
  height: 42px;
  background: url(../_images/logo_water.gif) no-repeat;
}
.office .logoShell {
  width: 45px;
  height: 42px;
  background: url(../_images/logo_office.gif) no-repeat;
}
.windmills .logoShell {
  width: 45px;
  height: 42px;
  background: url(../_images/logo_windmills.gif) no-repeat;
}
.factory .logoShell {
  width: 45px;
  height: 42px;
  background: url(../_images/logo_factory.gif) no-repeat;
}

.teaser p.homeIntro {
  color: #000;
  font-size: 70%;
  font-weight: normal;
  line-height: 1.5em;
}
.teaser .visual .head .head_inner p.occupation {
  color: #000;
  font-style: italic;
  font-family: "Verdana";
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/* Teaser */
.teaser{	
	cursor:hand;
	overflow:hidden;
	display:block;
	background-color:white;
	padding-bottom:12px;
	margin-bottom:6px;
	text-decoration:none;
	position:relative;
}
.teaser .visual {
	overflow:hidden;
	display:block;
	margin:0;
	position:relative;
	background-color:black;
}
/*
.teaser1 .visual{	
	height:208px;
}
*/
.teaser .visual img{
	position:relative;
   left:0px;
	top:0px;
	overflow:hidden;
	border:medium none;
	display:block;
}
.teaser .visual .head{	
	display:block;
	left:0px;
	bottom:0px;
	position:absolute;
}
#column-one .teaser .visual .head,
#column-two .teaser .visual .head{	
	width:260px;
}
#column-three .teaser .visual .head{
	width:200px;
}

.teaser #visual6 .head{	
	display:block;
	left:0px;
	bottom:0px;
	position:absolute;
/*	background-color:#fff; 
	opacity:0.9; 
	* filter: alpha(opacity=90); 
	width:100%;*/
}
.teaser .visual .head .color{	
	display:block;
	background-color:#fff;
	color:#FFFFFF;
	height:100%;
	opacity:0.9;
	* filter: alpha(opacity=90);
	position:absolute;
	width:100%;
	* top:0px;
}
.teaser .visual .head .head_inner{	
	display:block;
	padding:12px 20px 12px 14px;
	position:relative;
	z-index:	0;
} 
.teaser .visual .head .head_inner h3{
	position:relative;
	letter-spacing:-1px;
	float:none;
	margin:0pt;
	padding:0pt;
	font-style:italic;
	font-size:104%;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:110%;
	margin-bottom:-.2em;
}
#column-one .teaser .visual .head .head_inner h3,
#column-two .teaser .visual .head .head_inner h3,
#column-one .teaser .visual .head .head_inner h2,
#column-two .teaser .visual .head .head_inner h2{
	width:220px !important;
}
#column-three .teaser .visual .head .head_inner h3,
#column-three .teaser .visual .head .head_inner h2{
	width:160px !important;
}
.teaser .visual .head .head_inner h3 a{
	color:black;
	text-decoration:none;
}
.teaser .visual .head .head_inner h2{
/*	font-size:116%;
	font-weight:normal;*/
	font-size:106%;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:100%;
	margin:0pt;
	padding:0pt;
	width:220px !important;
	color:black;
	text-decoration:none;
/*	float: none;*/
}
.teaser .visual .head .head_inner p{
	background-color:transparent;
	float:none;
	letter-spacing:0px;
/*	font-weight:bold;*/
	font-weight:normal;
	font-family:"Arial", "Verdana", _sansserif;
	font-size:70%;/*11px*/
	text-decoration:underline;
	text-transform:uppercase;
	padding:0;
	padding-bottom:3px;
	margin:0;
/*	width:220px !important;*/
	color:#CC0000;	
}
.teaser .visual .head .head_inner p.textType{
  font-size: 65%;	
}
.teaser p{
	background-color:#fff;
	/*letter-spacing:-1px;*/
	font-weight:bold;
	font-size:96%;/*14px*/
	/*margin:12px 20px 0px 20px;*/
	/*padding:12px 20px 0px 20px;*/
	padding:24px 14px 24px 14px;
	margin:0;
	text-decoration:none;
}
.textType {
/*  font-size: 64%;*/
}
/* variant / modifying classes */

/* Border with dark mouseover */
a:hover .teaser .visual{
	border-top:2px solid white;
	border-right:2px solid white;
	border-left:2px solid white;
	border-bottom:none;
	overflow:hidden;
	position:relative;
}
a:hover .teaser .visual img{
   left:-2px;
	top:-2px;		
	overflow:hidden;
	opacity:0.6;
	* filter: alpha(opacity=60);	
}
#column-three a:hover .teaser .visual {
	overflow:hidden !important;
	margin-bottom:0px;
}
a:hover .teaser .visual .head{
	left:-2px;
}
#column-one a:hover .teaser .visual .head,
#column-two a:hover .teaser .visual .head{
	width:258px;
}
#column-three a:hover .teaser .visual .head{
	width:198px;
}
a:hover .teaser .visual .head .color{
	position:absolute;
	bottom:2px;	
}
a:hover .teaser .visual .head .head_inner{
	position:relative;
	bottom:2px;
}
a:hover .teaser .visual .head .head_inner h2,
a:hover .teaser .visual .head .head_inner p{
	width:212px;
	position:static;
}
a:hover .teaser p{
	position:relative;
	top:-2px;
	margin-bottom:-2px;
}

/* Big version */
.big{
	font-size:136%;
}
.big .visual{
	padding-bottom:54px;
}
.big .visual .head .head_inner{
	padding-top:4px;
	padding-bottom:4px;
}
.big .visual .head .head_inner p{
	font-size:104%; /*16px*/
}
.big .visual .head .head_inner h2{
	font-size:32px;
}
.big p{
	font-size:23px;
	font-weight:normal;	
}
/* RED P*/
p.red{
	color:#CC0000;
}

/* Headings / Quotes column three */
#deliver_h2{
	height:35px;
	width:200px;
	text-indent:-999em;
	display:block;
	background:url(../_images/column-three-h2.gif) no-repeat;
	margin:0;
	padding:0;
}
#deliver_p{
	text-indent:-999em;
	display:block;
	width:170px;
	height:109px;
	background:url(../_images/column-three-p.gif) no-repeat;	
}

/* article styles */
#column-one.article{	
	top:149px;
	width:525px;
}
#column-one.article .head{
	height:153px;
	color:#fff;
	padding-left:20px;
	position:relative;
}
#column-one.article .head .outer{
	bottom:0px;
	position:absolute;
}
#column-one.article .head .inner{
	margin-top:auto;
	position:relative;
}
#column-one.article .head h1{
	display:block;
	line-height:31px;
	font-size:32px;
	font-weight:normal;
	margin-bottom:23px;
	margin-top:0px;
}
#column-one.article .head p.prelude{
	display:block;
	font-family:"Arial";
	font-size:64%;
	text-transform:uppercase;
/*	font-weight:bold;*/
	background-color:transparent;
	text-decoration:underline;
	margin:0;
	margin-top:auto;
	margin-bottom: 6px;
}

#column-one.article p.intro,
#column-one.article ul.intro{
	background-color:#ccc;	
/*	padding:12px 20px 12px 20px;*/
	padding: 1em 20px;
	color:#C00;
	font-weight:bold;
	font-size: 80%;
	line-height: 1.6em;
	margin:0;
}

#column-one.article ul.intro li a{
  padding-left: 6px;
  font-size: 78%;
  background: url(../_images/intro-arrow.gif) 0 50% no-repeat;
}

#column-one.article .textbody{
	background-color:#fff;
/*	padding:12px 20px 12px 20px;*/
	padding: 1em 20px;
	margin-top:0px;
	font-size:12px;
}

#column-one.article .textbody p,
#column-one.article .textbody table {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 90%;
  line-height: 1.6em;
}

#column-one.article .textbody ul {
  margin-bottom: 1em;
}

#column-one.article .textbody ul li {
  margin-left: 14px;
  font-size: 90%;
  line-height: 1.6em;
  list-style-type: disc;
}

#column-one.article .textbody p.quote{
	color:#c00;
	font-size:24px;
}

#column-one.article .textbody .subtitle{
/*	color:#C00;*/
	font-weight:bold;
	font-size:90%;
	margin:0;
}

#column-one.article .textbody span.subsubtitle{
	color:#CC0000;
	display:inline !important;
	font-size:90%;
/*	font-weight:bold;*/
	text-decoration:underline;	
	text-transform:uppercase;
}
ul{
	margin:0px;
	padding:0px;
}

ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#column-three ul{
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
}

#column-three ul li{
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	list-style:none;
}

#column-three .teaser p.red{
  font-size: 80%;
  line-height: 1.5em;
}


table{width:485px;font-size:11px;color:#000;}
thead{text-align:left;font-weight:bold;}
tbody{text-align:left;}
td{border-bottom:1px solid #CC0000;}
td.content{text-indent:1em;}
table td.sum{color:#CC0000;text-align:right;text-indent:0em;}
table td.total{color:#CC0000;font-weight:bold;}