﻿body
{
	background-color: transparent;
	background-image: url(images/bkg_body.jpg);
	color: #5a5a5a;
	font-size: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a
{
	text-decoration: none;
}
#header
{
	position: relative;
	background-color: transparent;
	background-image: url(images/bkg_header.jpg);
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 135px;
}
#header a.contact
{
	position: absolute;
	top: 10px;
	left: 700px;
	color: #c02d4a;
	font-size: 14px;
	text-decoration: underline;
}
#menu ul
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 30px;
	list-style: none;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
#menu ul li
{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
#menu ul li a
{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	background-color: #555555; /*background-image: url(images/bkg_menu.jpg);*/
	color: #dddddd;
	font-weight: bold;
	border-right: solid 3px #333333;
}
#menu ul li a:hover, #menu ul li:hover a
{
	background-color: #888888;
	color: #ffffff;
	font-size: 13px;
}
#menu ul li.current a, #menu ul li.current a:hover
{
	color: #fed88f;
}
#menu ul li a.home
{
	width: 80px;
}
#menu ul li a.about
{
	width: 100px;
}
#menu ul li a.services
{
	width: 160px;
}
#menu ul li a.references
{
	width: 135px;
}
#menu ul li a.news
{
	width: 130px;
}
#menu ul li a.assessments
{
	width: 180px;
	border-right: none;
}
#contentWrapper
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
}
.content
{
	font-size: 14px;
	line-height: 18px;
}
.content ul li
{
	padding: 6px 0;
}
#headline
{
	color: #c02d4a;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: normal;
}
ul.services
{
	margin: 65px 0 0 30px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	width: 135px;
	white-space: nowrap;
}
ul.services li
{
	border-bottom: #c02d4a 1px solid;
	padding: 20px 0 1px 0;
}
ul.services li a
{
	color: #4a4a4a;
}
ul.services li a:hover
{
	color: #c02d4a;
}
#svcsTB
{
	position: relative;
	top: 80px;
	width: 450px;
	margin: 0 auto;
	border: solid 2px #c0c0c0;
	border-top-width: 3px;
	border-bottom-width: 3px;
}
#svcsTB td
{
	height: 24px;
	background-color: #444444;
	border: solid 1px #c0c0c0;
	border-top-style: none;
	border-bottom-style: none;
}
#svcsTB td a
{
	color: #dddddd;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
#svcsTB td a:hover
{
	color: #ffffff;
}
#svcOfferingHead
{
	margin:  50px auto 30px auto;
	width: 540px;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
}
#svcOfferingText
{
	width: 500px;
	margin: 0 auto;
	font-size: 14px;
}
.refText
{
	position: relative;
	width: 650px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: justify;
}
.refPerson
{
	border-bottom: solid 1px #fed88f;
	margin-bottom: 15px;
	padding-bottom: 35px;
	padding-top: 10px;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
#mediaList
{
	margin: 0 auto;
	width: 750px;
	font-size: 15px;
	font-style: italic;
}
#mediaList td
{
	height: 150px;
	line-height: 18px;
	padding: 0 15px;
}
#mediaList td a
{
	color: #5a5a5a;
}
#mediaList td img
{
	border: none;
	padding-bottom: 30px;
}
#mediaList td table
{
	width: 100%;
}
#instrumentList
{
	margin: 0 auto;
	font-size: 20px;
}
#instrumentList td a
{
	color: #5a5a5a;
}
#instrumentList td img
{
	border: none;
}
#instrumentList td sup
{
	font-size: 14px;
}
.whyText
{
	position: relative;
	width: 650px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: justify;
}
.whyText ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.whyText ul li
{
	margin: 20px 0;
	padding-bottom: 25px;
	border-bottom: solid 1px #fed88f;
}
#footer
{
	position: relative;
	width: 800px;
	height: 20px;
}
#copyright
{
	color: #000000;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 15px auto;
	text-align: center;
	white-space: nowrap;
	width: 800px;
}
