* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;	
}

a img {
	border: 0;	
}

body {
	background: url(../images/layouts/exp/bg.jpg) no-repeat top center;
}

h1 {
	color: #585858;
	font-size: 16px;
	margin-bottom: 16px;
	text-transform: lowercase;
}

h2 {
	color: #585858;
	font-size: 14px;
	margin-bottom: 16px;
	text-transform: lowercase;
}

p {
	color: #595959;
	line-height: 24px;
	margin-top: -8px;
	margin-bottom: 18px;
}

a {
	color: #7999a2;
	text-decoration: none;
	font-weight: bold;
}

a.orange {
	color: #cb7e30;
}

a:hover {
	color: #585858;
}

a.orange:hover {
	color: #716646;
}

a:active {
	color: #000;
}

ul {
	margin-left: 20px;
	margin-bottom: 20px;
	color: #595959;
}

li {
	line-height: 24px;
}

input, select {
	/*border: 1px solid black;*/	
}

#container {
	width: 985px;
	position: relative;
	margin: 0 auto;
}

#topoptions {
	text-align: right;
	padding-top: 10px;
	padding-right: 16px;
}

#topoptions a {
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}

input[type="text"] {
	height: 20px;
	line-height: 20px;
	padding-left: 2px;
}

#topoptions input {
	height: 20px;
	line-height: 20px;
	width: 183px;
	padding-left: 2px;
}

#topoptions a:hover {
	color: black;
}

#header {
	height: 91px;
	position: relative;
	z-index: 2;
}

#banner {
	height: 235px;
	/*background: url(../images/layouts/exp/bgHeader.jpg) no-repeat;*/
	position: relative;
	padding-bottom: 25px;
}

#main {
	background: url(../images/layouts/exp/bgContent2.jpg) repeat-y center top;
}

#main.home, #main.onecolumn {
	background: none;
}

#main.threecolumns {
	background: url(../images/layouts/exp/bgContent3.jpg) repeat-y center top;
}

#main.recruitment {
	background: url(../images/layouts/exp/bgContentRecruit2.jpg) repeat-y center top;
}

#main.recruitmentnomenu {
	background: url(../images/layouts/exp/bgContentNoMenu.jpg) repeat-y left top;
}

#leftcolumn {
	float: left;
	width: 210px;
}

#main.recruitment #leftcolumn {
	width: 240px;
}

#rightcolumn {
	float: right;
	width: 191px;
	padding: 7px 10px 7px 9px;
}

#main.recruitment #rightcolumn {
	width: 150px;
	padding-right: 15px;
}

#content {
	margin-left: 220px;
	padding: 7px 100px 7px 24px;
	font-size: 14px;
	zoom: 1;
	position: relative;
}

.threecolumns #content {
	margin-right: 210px;
	padding-right: 34px;
}

#main.recruitment #content {
	margin-left: 240px;
	margin-right: 170px;
}

.home #content {
	background-repeat: no-repeat;
	height: 178px;
	padding: 0;
	margin-left: 0;
}

.onecolumn #content {
	padding: 7px 30px;
	margin-left: 0;
	margin-right: 0;
}

#main.recruitmentnomenu #content {
	padding: 7px 30px;
	margin-left: 0;
}

#footer {
	padding-top: 35px;	
}

#footerExpertises {
	height: 24px;
	text-align: center;
	text-transform: lowercase;
	font-size: 12px;
	line-height: 24px;
	background-color: #585858;
}

.viewer #footer {
	background-color: #585858;
}

.viewer #footerExpertises {
	background-color: #4c4c4c;
}

#footerExpertises a {
	margin: 0 25px;
	color: #fff;
	font-weight: bold;
}

#footerExpertises a:hover {
	margin: 0 25px;
	color: #000;
}

.home #footerExpertises {
	background-color: white;
}

.home #footerExpertises a {
	color: #cc8117;
}

.home #footerExpertises a:hover {
	color: #585858;
}

#legal {
	height: 22px;
	padding: 10px 25px 10px 0;
	text-align: right;
	font-size: 10px;
	font-style: oblique;
	color: #585858;
	position: relative;
}

#legal a {
	color: #585858;
	font-weight: normal;	
}

#legal a:hover {
	color: #7999a2;	
}

.viewer #legal {
	color: #878787;	
}

.viewer #legal a {
	color: #878787;	
}

.viewer #legal a:hover {
	color: white;	
}

#projects h1 {
	color: #7999a2;	
}

#projects a:hover, #projects a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#projects img {
	margin-right: 15px;
	margin-bottom: 15px;
}

#rightcolumn ul {
	list-style-type: none;
	margin: 0;
}

#rightcolumn ul li {
	zoom: 1;
	padding-bottom: 9px;
	line-height: normal;
	*padding-bottom: 6px;
}

#rightcolumn ul li a {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
}

.clear {
	clear: both;	
}

/* Tabs */

div.tab {
	float: left;
	text-align: center;
	cursor: pointer;
}

div.tab .tableft {
	float: left;
	width: 11px;
	height: 24px;
	background: url(../images/layouts/exp/TabLeft.gif) no-repeat;
	border-bottom: 1px solid black;
}

div.tab .tabright {
	margin-left: 11px;
	padding-right: 11px;
	line-height: 24px;
	background: url(../images/layouts/exp/TabRight.gif) no-repeat top right;
	border-bottom: 1px solid black;
	font-weight: bold;
}

div.tabselected .tableft, div.tabselected .tabright {
	border-bottom: none;
}

div.tabselected .tableft {
	background-image: url(../images/layouts/exp/TabLeftSelected.gif);
	height: 25px;
}

div.tabselected .tabright {
	background-image: url(../images/layouts/exp/TabRightSelected.gif);
	padding-bottom: 1px;
}

/* Search Results table */

table.searchresults {
	margin-top: 20px;
}

table.searchresults td {
	padding: 5px;
}

table.searchresults tr.title td {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;
	background-color: #ced2d5;
	border-bottom: 3px double black;
	height: 28px;
	cursor: pointer;
}

table.searchresults tr.title td:hover {
	color: #595959;
}

table.searchresults tr.coloredrow td {
	background-color: #ced2d5;
}

.lowercase {
	text-transform: lowercase;	
}

table.exptable {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.exptable td {
	border: 1px solid #585858;
	color: #595959;
	padding: 2px;
}

table.exptable tr.tableheader td {
	font-weight: bold;
}

table.form td {
	padding: 5px;
}

table.form td label {
	font-size: 10pt;
}

table.form td input, table.form td select {
	width: 100%;
}

.tooltip {
	position: absolute;
	border: 2px solid #bd2512;
	background-color: #fdaba9;
	padding: 2px 5px;
	z-index: 10;
}