/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}
#ViewerNote {
	padding: 5px;
	background-image: url(../caseStudy_clip_image001.gif);
}


body {
	height: 100%;
	text-align: center;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
	min-width: 850px;
	padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */
	behavior: url("csshover3.htc");
}


/* Header */

#header {
	height: 120px;
	position: relative;
	border-top: 4px solid #480A00;
	border-bottom: 1px solid #CF492E;
	background-image: url(../img/head_bg1.png);
	width: 990px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
/* Menu */
#nav {
	width: 990px;
	display: inherit;
	height: 40px;
	background-color: #333;
}

.cleaning-box { 
min-height: 1px;
}
#menu {
	width: 90%;
	margin: 0 auto;
	background: #4A4A4A url('../img/menu-bg.gif') repeat-x 0 0;
	float: left;
	z-index: 100;
}
#PrivMenu {
	width: 90%;
	background: #4A4A4A url('../img/menu-bg.gif') repeat-x 0 0;
	float: left;
}




#menu li {
	display: inline;
	list-style-type: none;
	float: left;
	z-index: 10;
}

#menu li.first a {
margin-left: 1.6em;
display: inline;
}

#menu li a {
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 33px;
	margin: 0 0.5em;
	padding: 0 1em;
}

#menu li a:hover {
	text-decoration: underline;
	z-index: 4;
}

#menu li a.active {
font-weight: bold;
color: #FFC6BB;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
	
}
ul li {
	position: relative;
	float: left;
	z-index: 10;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #343434;
}
li ul {
	position: absolute;
	top: 30px;
	display: none;
	right: auto;
	left: 5px;
}


#listItem {
	background-image: url(../img/listItem.gif);
	background-position: left 20%;
	width: 300px;
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type: circle;
	list-style-image: url(../img/h3-bg.gif);
}


ul li a:hover {
	background-color: #252525;
	z-index: 4;
}

li:hover ul, li.over ul { display: block; }

a:link, a:visited {
	color: #8B0019;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
#wrapper #content-box #content-box-in .content-box-left .content-box-right-in dl li  a{
	list-style-type: none;
	list-style-image: url(../img/listItem.gif);
}


a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}


/* Paragraphs, headings, ... */

p {
	line-height: 1.4;
	margin-bottom: 7px;
	z-index: 0;
	font-size: 11px;
}

p.text-content:first-letter {
	font-size: 1.4em;
	font-weight: bold;
	line-height: .9;
	color: #202020;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	margin: 12px 0 0 90px;
	width: 55%;
	padding: 14px 0 5px 150px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}

h2 {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding-left: 14px;
	margin: 12px 0 0 -40px;
}

h3 {
	color: #3D3D3D;
	letter-spacing: 1px;
	background: url('../img/h3-bg.gif') no-repeat 0 50%;
	padding-left: 35px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Calibri;
	font-size: 18px;
}

h4 {
	font-size: 1em;
	background-color: #8B0019;
	color: #FFFFFF;
	letter-spacing: 1px;
	border: 2px solid #FFFFFF;
	margin-top: 7px;
	padding: 6px 10px;
}

ul {
list-style-type: none; 
}


/* Site wrapper */

#wrapper {
	width: 990px;
	margin: 0 auto 80px auto;
	position: relative;
	background-color: #FFFFFF;
	display: table; /* margin-bottom for FF   (?) */
	text-align: left;
}

#header-n3d {
	position: absolute;
	top: 6px;
	right: 0px;
	width: 114px;
	height: 111px;
	background-image: url(../img/Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header table {
	width: 990px;
	height: 120px;
}

#header-unesco {
	position: absolute;
	top: 13px;
	right: 870px;
	width: 100px;
	height: 88px;
}
#i3dlo_logo {
	height: 40px;
	width: 10%;
	background-color: #333;
	clear: left;
	float: left;
	margin-left: 0px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Content boxes */

#content-box {
	width: 100%;
	color: #151515;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}

#content-box-in {
width: 100%;
}
#content_italicText {
	color: #8B0019;
	font-size: 11px;
}
.content-box-mid {
	float: left;
	width: 400px;
	margin-bottom: 4em;
	z-index: 0;
}
.content-box-left {
	float: left;
	width: 250px;
	margin-bottom: 4em;
	background-color: #FFF2EF;
	margin-left: 10px;
}
#quote {
	color: #FFF;
	background-color: #FFFFFF;
	height: 120px;
	text-align: center;
	font-size: 14px;
	background-image: url(../img/quote3.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: 300;
}

.content-box-right {
	float: left;
	width: 270px;
	margin-bottom: 4em;
	clear: right;
	margin-right: 5px;
	text-align: inherit;
}

#column-right-bottom {
	background: #DBF3FF url('../img/column-right-bottom.gif') no-repeat 0 0;
	width: 220px;
	height: 20px;
}

.content-box-left-in {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 1cm;
}



.content-box-right-in {
margin: 0.4em 1.6em 0 0.8em;
}

dt {
font-size: 0.9em;
font-weight: bold;
}

dd {
line-height: 1.4;
margin-bottom: 12px;
}

dd.heading, dd.heading a, dd.heading a:visited {
margin-bottom: 1px;
color: #D15900;
font-weight: bold;
}

address {
line-height: 1.5;
margin-bottom: 7px;
}


/* Footer */

#footer {
	background-color: #740012;
	color: white;
	width: 990px;
	height: 50px;
	font-size: 0.9em;
	border-bottom: 2px solid #3F0800;
	float: left;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer a, #footer a:visited {
font-weight: normal;
color: white;
}

#footer p.left, #footer p.right {
width: 400px;
display: inline;
margin-bottom: 0;
line-height: 30px;
}

#footer a.b, #footer a.b a:visited {
font-weight: bold !important;
}

#footer p.left {
float: left;
text-align: left;
margin-left: 15px;
}

#footer p.right {
float: right;
text-align: right;
margin-right: 15px;
}
.content-box-License {
	float: left;
	width: 600px;
	margin-bottom: 4em;
	margin-left: 0px;
	clear: both;
	padding-left: 190px;
}
td {
	padding-left: 10px;
	padding-right: 5px;
}
.content-box-leftPriv table tr td {
	background-color: #333;
	color: #CCC;
	font-size: 10px;
}

.content-box-contact {
	float: left;
	width: 600px;
	margin-bottom: 4em;
	margin-left: 0px;
	padding-left: 250px;
}
#table_col1 {
	padding: 10px;
	text-align: center;
}

.content-box-midSmall {
	float: left;
	width: 35%;
	margin-bottom: 4em;
}
#table_col3 {
	vertical-align: top;
	padding-top: 35px;
}

.content-box-rightBigger {
	float: right;
	width: 35%;
	margin-bottom: 4em;
	clear: none;
	margin-right: 5px;
	text-align: inherit;
}
.content-box-leftNEW {
	float: left;
	width: 25%;
	margin-bottom: 4em;
	background-color: #FFF;
	margin-left: 10px;
}
.content-box-leftCopy {
	float: left;
	width: 225px;
	margin-bottom: 4em;
	background-color: #FFF2EF;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.content-box-midBig {
	float: left;
	width: 90%;
	margin-bottom: 4em;
}

#list_table {
	width: 650px;
}
#list_table2 {
	width: 650px;
}
#listItem2 {
	background-image: url(../img/listItem.gif);
	background-position: left 20%;
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type: circle;
	list-style-image: url(../img/h3-bg.gif);
}
select {
	z-index: 0;
}
#menu_priority {
	z-index: 200;
}
#form_priority {
	z-index: 0;
}
.content-box-midBigCopy {
	float: left;
	width: 60%;
	margin-bottom: 4em;
}
.content-box-midBigCopy .content-box-left-in p li ul{
	list-style-type: disc;
}

#case_blu_paragraph {
	background-color: #FFF;
	height: 110px;
	width: 600px;
	background-image: url(../caseStudy_clip_image001.gif);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
.content-box-midBigCopy2 {
	float: left;
	width: 70%;
	margin-bottom: 4em;
}
#navPriv {
	width: 2600px;
	display: inherit;
}
#menuPriv {
	width: 10%;
	float: left;
	z-index: 100;
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
	background-color: #333;
}
.content-box-leftPriv {
	float: left;
	width: 25%;
	margin-bottom: 4em;
	background-color: #333;
	margin-left: 0px;
	height: 700px;
}
#Privheader {
	height: 120px;
	position: relative;
	background-image: url(../img/head_green.png);
	width: 990px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #480A00;
	border-bottom-color: #0F0;
}
#Privfooter {
	background-color: #666;
	color: white;
	width: 990px;
	height: 30px;
	font-size: 0.9em;
	border-bottom: 2px solid #3F0800;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Priv_h3 {
	color: #3D3D3D;
	letter-spacing: 1px;
	padding-left: 35px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Calibri;
	font-size: 18px;
	background-image: url(../img/h3-bgPriv.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#Priv_aLink {
	color: #090;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

.content-box-leftNEWPriv {
	float: left;
	width: 25%;
	margin-bottom: 4em;
	background-color: #333;
	margin-left: 10px;
	height: 9000px;
}
.content-box-midBigPriv {
	float: left;
	width: 70%;
	margin-bottom: 4em;
}
#header p {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
}
#PrivMenu li {
	display: inline;
	list-style-type: none;
	float: left;
	z-index: 10;
}
#PrivMenu li a {
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 33px;
	margin: 0 0.5em;
	padding: 0 1em;
}
