@charset "utf-8";
/* CSS Document */

html {
	width:100%;
}
body {
	width:100%;
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:0.9em;
	background:#fff;
	cursor:default;
}

.container {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

.topSlogan {
	width:100%;
	text-align:center;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
}
.topSlogan img {
	 vertical-align:middle;
}
.topSlogan h1 {
	font-size:16px;
	text-align:left;
	display:inline-block;
	margin-left:5px;
	vertical-align:middle;
}
.topSlogan h1 b {
	display:block;
	color:#E07226;
}

.website {
	float:left;
	width:50%;
	background-position:bottom left;
	background-repeat:no-repeat;
	height:434px;
}
.website h2 {
	font-size:1em;
	color:#666;
	font-weight:bold;
	padding:4px;
	background-color:#EBEBEB;
	margin-top:0;
	text-align:center;
}
.website h2 a {
	text-decoration:none;
	color:inherit;
}
.website h2 a:hover {
	text-decoration:underline;
}
.website .content {
	margin:20px;
	text-align:center;
}
.website img {
	border:none;
}
.website.studies {
	background-color:#E1DEEB;
	background-position:right bottom;
}
.website.studies .content {
	float:left;
	width:255px;
}
.website.consulting .content {
	float:right;
	width:237px;
}
.website .languages {
	margin-top:15px;
}
.website .language {
	float:left;
	width:60px;
	color:#000;
}
.website .language a {
	font-size:0.7em;
	color:#000;
	text-decoration:none;
}
.website .language img {
	height:auto;
}

.keywords {
	text-align:left;
	line-height:15px;
}
.keywords li {
	margin-top:10px;
	list-style-image:url(/pictures/design/bullet-arrow.png);
}
.keywords a {
	color:inherit;
	font-weight:inherit;
	text-decoration:none;
}
.keywords a:hover {
	text-decoration:underline;
}
.studies .keywords {
	font-weight:bold;
}
.studies .keywords ul {
	padding-left:15px;
}

.bigLink {
	float:left;
	width:100%;
	height:50px;
	text-align:center;
	border-top:thick solid #5e4f7d;
	background:url(../pictures/design/logo_arbo.jpg) bottom;
}
.bigLink a {
	font-size:1.4em;
	font-weight:bold;
	color:#5E4F7D;
	text-decoration:underline;
	margin-top:10px;
	display:block;
}
.bigLink a:hover {
	text-decoration:none;
}

.blueBox {
	float:left;
	width:100%;
	background-color:#E7E7E7;
	padding-bottom:20px;
	font-size:0.7em;
}
.blueBox h2 {
	padding-top:12px;
	padding-bottom:12px;
	color:#FFFFFF;
	background-color:#5E4F7D;
	font-size:14px;
	width:100%;
	text-align:center;
	border-top:thick solid #D9A937;
	margin-top:0;
}
.blueBox h3 {
	margin-left:10px;
	font-size:0.9em;
}
.blueBox a {
	margin-left:40px;
	display:list-item;
	list-style-image:url(../pictures/design/arrow.gif);
	color:#5E4F7D;
	text-decoration:none;
	font-size:1.2em;
}
.blueBox .date {
	color:#999966;
	margin-left:40px;
	margin-top:15px;
	display:list-item;
	list-style-image:url(../pictures/design/arrow.gif);
}
.blueBox h3 {
	
}
.blueBox .text {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	font-size:0.9em;
}
.blueBox .text a {
	display:inline;
	margin-left:0px;
	font-size:0.7em;
}
.blueBox table {
	width:100%;
}

.copyrightIndex {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#E7E7E7;
	color:#C14B23;
	width:100%;
	font-size:0.7em;
}
