/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: verdana,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding:0;
	font-size: 11px;
	color: #666;
}

.clr {
	clear:both;
	}

#wrapper {
	width:960px;
	margin:0 auto;
	}
	
.logo {
	width:180px;
	height: 125px;
	}
	
.lang {
	width:180px;
	padding-top:105px;
	height: 15px;
	text-align:left;
	color:#666;
	}
	
.lang a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#active_language a {
	color:#000;
	}

#jflanguageselection {
	float:left !important;
	margin:0 !important;
	}

#left {
	width:180px;
	min-height:180px;
	float:left;
	}
	
#right {
	width:180px;
	min-height:180px;
	float:right;
	}
	
#content {
	width:560px;
	margin-left:20px;
	margin-top: 135px;
	float:left;
	}
	
.moduletable_landscape h3 {
	background:#717758;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	width:170px;
	height:35px;
	line-height:35px;
	color:#FFF;
	margin-bottom:2px;
	}
	
.moduletable_landscape ul {
	padding:0;
	margin:0;
	list-style:none;
	}
	
.moduletable_landscape a {
	background:#FFF;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	width:168px;
	height:33px;
	line-height:35px;
	color:#717758;
	border:1px solid #717758;
	margin-bottom:2px;
	list-style:none;
	display:inline-block;
	}
	
.moduletable_landscape li li a {
	background:#FFF;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	width:148px;
	height:33px;
	line-height:35px;
	color:#717758;
	border:1px solid #717758;
	margin-bottom:2px;
	list-style:none;
	display:inline-block;
	margin-left:10px;
	}
	
.moduletable_landscape a:hover {
	background:#EFEFEF;
	color:#717758;
	}
	
.moduletable_landscape li a {
	text-decoration:none;
	color:#717758;
	}
	
.moduletable_engineering h3 {
	background:#666;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	width:170px;
	height:35px;
	line-height:35px;
	color:#FFF;
	margin-bottom:2px;
	}
	
.moduletable_engineering ul {
	padding:0;
	margin:0;
	list-style:none;
	}
	
.moduletable_engineering a {
	background:#FFF;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	width:168px;
	height:33px;
	line-height:35px;
	color:#666;
	border:1px solid #666;
	margin-bottom:2px;
	list-style:none;
	display:inline-block;
	}
	
.moduletable_engineering li li a {
	background:#FFF;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	width:148px;
	height:33px;
	line-height:35px;
	color:#666;
	border:1px solid #666;
	margin-bottom:2px;
	list-style:none;
	display:inline-block;
	margin-left:10px;
	}
	
.moduletable_engineering a:hover {
	background:#EFEFEF;
	}
	
.moduletable_engineering li a {
	text-decoration:none;
	color:#666;
	}
	
li.active a {
	background:#CCC;
	color:#000;
	}
	
.contentheading {
	font-size:11px;
	font-weight:bold;
	color:#717758;
	}
	
.home-blue a {
	display: inline-block;
	padding:10px;
	color: #FFF;
	background:#3B5998;
	text-decoration:none;
	}
	
.home-landscape {}

.home-engineering {}
	
.home-landscape a, a.home-landscape {
	display: inline-block;
	color: #717758;
	text-decoration:none;
	font-weight:bold;
	line-height:1.2em;
	}
	
.home-landscape a:hover, a.home-landscape:hover {
	color: #000;
	}
	
.home-engineering a, a.home-engineering {
	display: inline-block;
	color: #666;
	text-decoration:none;
	font-weight:bold;
	line-height:1.2em;
	}
	
.home-engineering a:hover, a.home-engineering:hover {
	color: #000;
	}
	
#component-contact td {
	padding-bottom:10px;
	}

td {
	vertical-align:top;
	}