/* General styles */
body {
	margin:				0;
	padding:			0;
	font-family:		verdana, arial, helvetica;
	font-size:			10px;
	color:				#333333;
}

a {
	color: 				#666666;	
}

a:hover {
	text-decoration:	underline;
}

h1 {
	margin:				0;
	padding:			0;
	color:				#333366;
	font-size:			16px;
	position:			absolute;
	z-index:			2;
}

h1 span {
	display:			none;
}

h2 {
	font-family:		Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:		normal;
}

h2 span {
	display:			none;
}

h3 {
	font-family:		Lucida Sans Unicode, Lucida Grande, sans-serif;	
	font-size:			13px;
	color:				#333366;
}

h4 {
	color:				#999999;
	font-size:			11px;
}

div.clear {
	clear:				both;
	font-size:			1px;
	line-height:		1px;
	overflow:			hidden;
	he\ight:			0px;
}

div#main {
	width:				100%;
}

a img {
	border:				none;
}

div.contentArea {
	width:				740px;
}

div.mainFrontPage div.contentArea {
	width:				100%;
}

/* IE-specific hack */
* html div#main {
	/* mac hide \*/
	height: 100%;
	/* end mac hide*/
}

div#top {
	height:				88px;
	background:			url(/images/logoZoomed.gif) #ffffff bottom right no-repeat;
	margin:				0;
	padding:			0;
}

img#randomTopImage {
	height:				88px;
	position:			absolute;
	right:				0;
	z-index:			1;
}

img#randomContentImage {
	float:				right;
}

/* Shared menu styles */

#menu,
#menu ul {
	list-style:			none;
	padding:			0;
	margin:				0;	
}

#menu span {
	display:			none;
}

#menu img {
	border:				none;
}

div.textModule {
	margin:				15px 0;
}

/* Top menu */

#menu {
	height:				13px;
	width:				100%;
	background:			#999999;
}

#menu li.level1Item {
	float:				left;
	margin:				0;
}

#menu li.level1Item a.level1Link {
	display:			block;
}

/* Menu drop downs */
#menu ul {
	position:			absolute;
	margin-left:		18px;
	display:			none;
	z-index:			999;
}

#menu li.level2Item {
	display:			inline;
}

div.column1,
div.column2,
div.column3 {
	float:				left;
}

/* Content pages */

div.column1 {
	width:				162px;
}

div.column2 {
	padding:			35px 0 20px 0;
	width:				400px;
	line-height:		140%;
}

h2 {
	margin:				0 0 10px 0;
	font-size:			29px;
	color:				#333366;
}

h2{
	display:			block;
}

div#decorativeImageFooter {
	width:				134px;
	height:				25px;
}

div.mainTextPage a.linkWithIcon {
	margin-left:		0;
}

div.consultantDetailsWrapper {
	margin-top:			20px;
}

div.consultantDetailsWrapper h4,
div.consultantDetailsWrapper h5 {
	color:				#333333;
	margin:				0;
		font-size:			10px;
}

div.consultantDetailsWrapper h5 {
	font-weight:		normal;
}

div.consultantDetailsWrapper img {
	float: 				left;
	border:				solid 1px #c0c0c0;
}

ul.consultants {
	margin:				0;
	padding:			0;
	list-style:			none;
	margin:				10px 0;
}

* html .consultantDetailsTextWrapper p{ /* IE 3px jog hack*/
	height: 			1%;
}

div.consultantDetailsWrapper div.consultantDetailsTextWrapper {
	margin-left:		190px;
}

select.jobDrop {
	margin:				13px 0;
}

ul.jobList {
	list-style:			none;
	padding:			15px 0 0 0;
	margin:				0;
}

ul.jobList li {
	margin:				0 0 15px 0;
}

ul.jobList a {
	font-weight:		bold;
}

div.jobDetailsWrapper {
	margin-top:			20px;
}

form.contactForm {
	margin:				20px 0;
}

form.contactForm p.error,
form.contactForm p.success {
	margin:				15px 0;
}

form.contactForm p.error {
	color:				red;
}

form.contactForm p.success {
	color:				green;
}

form.contactForm h4 {
	margin:				30px 0 10px 0 ;
}

form.contactForm p {
	margin:				0 0 5px 0;
}

form.contactForm input.text {
	border:				solid 1px black;
	padding:			2px;
	font-size:			11px;
}

form.contactForm p.checkboxWrapper label,
form.contactForm p.radioButtonsWrapper label {
	display:			block;
}

form.contactForm p.checkboxWrapper label.forText,
form.contactForm p.radioButtonsWrapper label.forText {
	display:			inline;
}

form.contactForm p.checkboxWrapper input.text,
form.contactForm p.radioButtonsWrapper input.text {
	width:				200px;
}

div.companyInfoWrapper label {
	display: 			block;
	float:				left;
	width:				100px;
	padding:			2px 0;
}

form.contactForm input.button {
	background:			#ffffff;
	border:				none;
	font-size:			10px;
	font-family:		verdana, arial, helvetica, sans-serif;
	font-weight:		bold;
	color:				#666666;
	margin:				20px 15px 0 0;
	padding:			0;
}

ul.officeList {
	list-style:			none;
	margin:				0 0 25px 0;
	padding:			0;
	width:				500px;
}

ul.officeList li.office {
	display:			block;
	float:				left;
	width:				140px;
	margin:				0 17px 0 0;
}

ul.officeList li.last {
	width:				1%;
	clear:				both;
}

a.iconLink {
	line-height:		26px;
	padding:			6px 0 6px 0;
	margin:				0 8px 0 0;
	background-repeat:	no-repeat;
	text-decoration:	none;
}

a.iconLink:hover {
	text-decoration:	underline;
}

a.withIcon img {
	margin:				0 3px 0 0;
}

/* Frontpage */
div.mainFrontPage div.column1 {
	width:				376px;
}

div.mainFrontPage a.iconLink {
	margin-left:		8px;
}

div.mainFrontPage div.column2 {
	padding-top:		0;
	width:				362px;
	position:			relative;
}

img.topImg {
	display:			block;
}

div.frontPage h2 {
	margin-left:		6px;
	color:				#212562;
	font-size:			18px;
}

div#frontpageTopWrapper {
	border-bottom: 		solid 1px #333333;
}

div#frontpageTop {
	width:				744px;
	margin:				0;
}

div#languageChooserWrapper {
	position:			absolute;
	top:				4px;
	right:				0;
	ri/ght:				3px;
	color:				#666666;
	font-family: 		arial, verdana, helvetica, sans-serif;
	line-height:		10px;
}

div#languageChooserWrapper span {
	margin-top:			3px;
	float:				left;
}

img.languageFlag {
	width:				16px;
	height:				11px;
	margin:				1px 3px -1px 0;
}

div.frontpageTeaserWrapper {
	margin:				7px 0 10px 0;
	background:			url(/images/frontpageTeaserBg.gif) no-repeat;
	padding:			13px 0 0 0;
}

div.frontpageTeaserWrapper a {
	text-decoration:	none;
}

div.frontpageTeaserWrapper a:hover {
	color:				#333333;
	text-decoration:	underline;
}

div.frontpageTeaserWrapper div.frontpageTeaserTextWrapper {
	border-style:		solid;
	border-color:		#cccccc;
	height:				96px;
	background-repeat:	no-repeat;
}

div.frontpageTeaser1Wrapper {
	width:				366px;
}

div.frontpageTeaserWrapper p {
	margin:				10px 5px 0 164px;
	line-height:		110%;
}

div.frontpageTeaser1Wrapper div.frontpageTeaserTextWrapper {
	border-width:		1px 0 1px 0;
}

div.frontpageTeaser2Wrapper {
	width:				362px;
}

div.frontpageTeaser2Wrapper div.frontpageTeaserTextWrapper {
	border-width:		1px 2px 1px 1px;
}

table.testimonials th,
table.testimonials td {
	font-size:			10px;
	verical-align:			top;
}

table.testimonials th {
	font-weight:		bold;
	text-align:			left;
}

table.testimonials td {
	padding:			5px 5px 0 0;
	margin:				5px 0 30px 0;
}

h3.testimonialHeader {
	font-family:		verdana, arial, helvetica, sans-serif;
	color:				#666666;
	font-size:			16px;
	font-weight:		bold;
	margin:				30px 0 0 0;
}

p.testimonialText {
	margin-top:			5px;
}

ul.news {
	list-style:			none;
	margin:				0;
	padding:			0;
}

ul.news span.title {
	font-weight:		bold;
}

h3.newsHeader {
	font-family:		verdana, arial, helvetica, sans-serif;
	color:				#333333;
	font-size:			10px;
	margin:				10px 0 2px 0;
}

span.newsDate {
	display:			block;
	margin:				0 0 3px 0;
}

p.back {
	margin-top:			25px;
}

div.testimonialsPage div.column2 {
	width:				500px;
}

div.mainFrontPage div.column1 div.imageWithLinkModuleWrapper {
	margin:				12px 0 12px 8px;
}

div.imageWithLinkModuleWrapper a.imageWithLinkModuleLink {
	text-decoration:	none;
}

div.imageWithLinkModuleWrapper a.imageWithLinkModuleLink:hover {
	text-decoration:	underline;
}

div.mainFrontPage div.column1 div.imageWithLinkModuleWrapper {
	width:				358px;
}

div.mainFrontPage div.column2 div.imageWithLinkModuleWrapper {
	width:				362px;
}

div.mainFrontPage div.imageWithLinkModuleWrapper img {
	border:				none;
	vertical-align:		middle;
}


