/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}


caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

body {
	/* For breathing room between content and viewport. */
	margin:10px;
	font-size:12px;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* bottom margin based on font size. */
	margin: 0 0 1em;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

/*dl dd {
	margin-left: 1em;
}
*/

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #ccc;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}html {
	text-align:center;
	background:#d1dfec url(gfx/sprites/gradients.jpg) repeat-x 0 0;
}

body {
	padding:0 0 80px;
	font-family:'Lucida Grande',arial,helvetica;
	color:#666;
	/*background:url(gfx/backgrounds/body.png) repeat-x left bottom;*/
}

h1 {
	margin:-97px -29px 0.8em;
	padding:0 29px;
	height:77px;
	background:url(gfx/sprites/backgrounds-v2.png) no-repeat 0 0;
	font:normal 18px/80px 'Lucida Grande',arial,helvetica;
	color:#38434e;
}

h2, h3 {
	color:#e09032;
	font-size:15px;
}

#index-page h1 {
	position:absolute;
	left:-999em;
}

p,li {
	line-height:1.8;
}

p img {
	float:left;
	margin:3px 20px 0 0;
}

li strong,
p strong {
	font-size:13px;
	color:#E09032;
}

img.left {
	float:left;
	margin:4px 30px 10px 0;
}

img.right {
	float:right;
	margin:4px 0 10px 30px;
}

a,
li a strong,
p a strong {
	outline:0;
	color:#406F95;
	text-decoration:none;
}

input.text {
	border:0;
	background:transparent;
	font-size:14px;
	font-weight:normal;
	color:#333;
}

a:hover {
	text-decoration:underline;
}

.intro {
	font-size:14px;
}

ul.pagination {
	padding:20px 0 0;
	text-align:center;
	font-size:11px;
}
	
	ul.pagination li {
		display:inline;
		padding:0;
		background-image:none!important;
	}
	
	ul.pagination li.prev:before {
		content:'« ';
	}
	
	ul.pagination li.next:after {
		content:' »';
	}
	
	ul.pagination li.pages {
		padding:0 10px;
	}

p.more a {
	display:block;
	width:85px;
	height:17px;
	background:url(gfx/sprites/links_sv.png) no-repeat 0 -400px;
	text-indent:-999em;
}

.en p.more a {
	width:104px;
	background-image:url(gfx/sprites/links_en.png);
}

ul.nav-content {
	clear:both;
}

	
	
div.item {
	position:relative;
	margin:0 -24px;
	padding:25px 24px 10px;
	background:url(gfx/sprites/backgrounds-v2.png) no-repeat 0 100%;
}

#ams-section div.item {
	background-image:none;
	padding-top:10px;
}

.box {
	width:230px;
	margin:0 0;
	padding:0 0 44px;
	background:url(gfx/sprites/box-v2.png) no-repeat -229px 100%;
}
	.box .inner {
		display:block;
		padding:34px 34px 1px;
		background:url(gfx/sprites/box-v2.png) no-repeat 0 0;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}#wrapper {
	width:852px;
	margin:0 auto;
	text-align:left;
}

#header {
	position:relative;
	float:left;
	width:100%;
	padding:20px 0;
	z-index:300; /* Fixing IE z-index bug */
}
	
#index-page #header {
	padding:20px 0 207px;
	background:url(gfx/index-banner_sv-v2.jpg) no-repeat 0 100%;
}

#index-page.en #header {
	background-image:url(gfx/index-banner_en-v2.jpg);
}

	p#logo {
		float:left;
		width:auto;
		margin:0;
		padding:0 0 25px 30px;
		line-height:1;
	}

	ul#nav {
		position:relative;
		float:right;
		height:30px;
		margin:38px 0 0;
		padding:0 10px 0 0;
		z-index:200; /* Fixing IE z-index bug */
	}

		ul#nav li {
			position:relative;
			float:left;
			width:auto;
			height:15px;
			list-style:none;
			margin:0 12px;
			padding:15px 0 0;
			line-height:1;
		}
			
			ul#nav li div.nav-sub {
				display:none;
				position:absolute;
				left:-17px;
				top:25px;
				width:184px;
				padding:0 0 27px;
				background:url(gfx/sprites/dropdown-menu.png) no-repeat 100% 100%;
				z-index:100;
			}
			
				ul#nav li div.nav-sub div.inner {
					padding:27px 27px 0;
					background:url(gfx/sprites/dropdown-menu.png) no-repeat 0 0;				
				}
				
					ul#nav li div.nav-sub ul {
						float:none;
						height:auto;
						margin:0;
						padding:0;
						font-size:11px;
					}

						ul#nav li div.nav-sub li {
							float:none;
							height:auto;
							margin:0;
							padding:0;
						}
						
							ul#nav li div.nav-sub li a {
								padding:5px 0;
								text-indent:0;
								background:none!important; /* Prevent ul#nav background from showing up in dropdown nav */
							}
								
								ul#nav li div.nav-sub li a:hover {
									text-decoration:none;
								}
							
			
		
		
		#index-page ul#nav li.home,
		#coworkers-section ul#nav li.cow,
		#news-section ul#nav li.news,
		#employers-section ul#nav li.emp,
		#participants-section ul#nav li.par,
		#careers-section ul#nav li.car,
		#contact-section ul#nav li.con {
			background:url(gfx/sprites/icons-v2.png) no-repeat 50% 0;
		}
		
			ul#nav li a {
				display:block;
				height:100%;
				text-indent:-999em;
				cursor:pointer;
			}
	
				ul#nav li a span.hover {
					position:absolute;
					bottom:0;
					left:0;
					width:100%;
					height:15px;
				}
				
					ul#nav li li a span.hover {
						height:auto;
						top:5px;
						background:#f9f5eb;
						background-image:none!important;
						color:#E09032;
					}
					
			ul#nav li a,
			ul#nav li a span.hover {
				background:url(gfx/sprites/nav_sv-v4.png) no-repeat 0 0;
			}
	
			.en ul#nav li a,
			.en ul#nav li a span.hover {
				background-image:url(gfx/sprites/nav_en-v4.png);
			}
		
			/***** Home *****/
			
			ul#nav li.home a {
				width:31px;
				background-position:0 -100px;
			}
		
			.en ul#nav li.home a { width:41px; }
			
			.js-off ul#nav li.home a:hover,
			ul#nav li.home a span.hover { background-position:0 0;}
						
			/***** Coworkers *****/
			
			ul#nav li.cow a {
				width:94px;
				background-position:-200px -100px;
			}
			
			.en ul#nav li.cow a { width:83px; }
	
			.js-off ul#nav li.cow a:hover,
			ul#nav li.cow a span.hover { background-position:-200px 0;}
			
			/***** Employers *****/
			
			ul#nav li.emp a {
				width:145px;
				background-position:-400px -100px;
			}
			
			.en ul#nav li.emp a { width:102px; }
	
			.js-off ul#nav li.emp a:hover,
			ul#nav li.emp a span.hover {background-position:-400px 0;}
			
			/***** Participants *****/
			
			ul#nav li.par a {
				width:113px;
				background-position:-600px -100px;
			}
			
			.en ul#nav li.par a { width:127px; }
	
			.js-off ul#nav li.par a:hover,
			ul#nav li.par a span.hover {background-position:-600px 0;}
			
			/***** Small nav items *****/
			
			ul#nav li.news,
			ul#nav li.car,
			ul#nav li.con,
			ul#nav li.log {
				position:absolute;
				top:-50px;
				left:0;
				height:10px;
				margin:0;
			}
			
				ul#nav li.news span.hover,
				ul#nav li.car span.hover,
				ul#nav li.con span.hover,
				ul#nav li.log span.hover {
					height:10px;
				}
			
			ul#nav li.news { left:135px; }
			.en ul#nav li.news { left:145px; }
			
			ul#nav li.car { left:191px; }
			.en ul#nav li.car { left:188px; }

			ul#nav li.con { left:277px; }
			.en ul#nav li.con { left:246px; }
			
			ul#nav li.log { left:15px; }
			.en ul#nav li.log { left:40px; }
			
			/***** News *****/
			
			ul#nav li.news a {
				width:37px;
				background-position:-800px -100px;
			}
			
			.en ul#nav li.news a { width:24px; }
	
			.js-off ul#nav li.news a:hover,
			ul#nav li.news a span.hover { background-position:-800px 0; }
			
			/***** Careers *****/
			
			ul#nav li.car a {
				width:66px;
				background-position:-900px -100px;
			}
			
			.en  ul#nav li.car a { width:39px; }
	
			.js-off  ul#nav li.car a:hover,
			ul#nav li.car a span.hover {background-position:-900px 0;}
       		
			/***** Contact *****/

			ul#nav li.con a {
				width:38px;
				background-position:-1000px -100px;
			}
			
			.en ul#nav li.con a { width:38px; }
	
			.js-off ul#nav li.con a:hover,
			ul#nav li.con a span.hover {background-position:-1000px 0;}
			
			/***** Login *****/

			ul#nav li.log a {
				width:103px;
				background-position:-1100px -100px;
			}
			
			.en ul#nav li.log a { width:85px; }
	
			.js-off ul#nav li.log a:hover,
			ul#nav li.log a span.hover {background-position:-1100px 0;}
						
	
	ul#nav-lang {
		position:absolute;
		top:20px;
		right:20px;
		float:left;
		width:auto;
		list-style:none;
		margin:0;
		font-size:10px;
		border-radius:10px;
	}
	
		ul#nav-lang li {
			float:left;
			width:auto;
			line-height:1;
			
		}
		
			ul#nav-lang li a {
				padding:6px 10px;
				border-right:1px solid #d4e1ed;
				background:#e7eef5;
				color:#406f95;
			}
		
		.sv ul#nav-lang li.sv a,
		.en ul#nav-lang li.en a {
			background:#c2cfda;
		}
		
		ul#nav-lang li.en a {
			border:0;
			-moz-border-radius:0 10px 10px 0;
			-webkit-border-radius:0 10px 10px 0;
		}
		
		ul#nav-lang li.sv a {
			-moz-border-radius:10px 0 0 10px;
			-webkit-border-radius:10px 0 0 10px;
		}
		
		ul#nav-lang li a:hover {
			background:#e09032;
			text-decoration:none;
			color:#fff;
		}
		
		.sv ul#nav-lang li.sv a:hover,
		.en ul#nav-lang li.en a:hover {
			color:#406f95;
		}


#header #login {
	display:none;
	position:absolute;
	left:315px;
	top:40px;
	z-index:700;
}

.en #header #login {
	left:365px;
}

		
#content {
	position:relative;
	clear:both;
	float:left;
	width:850px;
	background:url(gfx/sprites/background-content.png) no-repeat 0 100%;
	margin:54px 0 20px;
}

	#content ul {
		margin:0 0 1em 15px;
		list-style:none;
	}

		#content ul li {
			background:url(gfx/arrow-orng.png) no-repeat 0 6px;
			padding:0 0 8px 30px;
		}


#index-page #content {
	z-index:300; /* IE Crap */
}

	#content div.content-inner {
		float:left;
		width:790px;
		padding:20px 30px;
	}
	


#content.inner-top {
	margin-top:0;
	padding:20px 0 0;
	background-position:-852px 0;
}
	
	#content.inner-top div.content-inner {
		padding:10px 30px 20px;
		background:url(gfx/sprites/background-content.png) no-repeat 0 100%;
	}
	

#index-page #content {
	margin-top:0;
}
	
#main {
	float:left;
	width:570px;
	padding: 0 0;	
}


#sub {
	position:absolute;
	top:-50px;
	right:30px;
	float:right;
	width:230px;
	margin:0 -10px 0 0;
}

#index-page #sub {
	position:absolute;
	top:-50px;
	right:30px;
}

	#sub div.nav-sub {

	}
	
		#sub div.nav-sub a {
			color:#406f95;
		}
		
		#sub div.nav-sub ul {
			margin:0;
			list-style:none;
		}
		
			#sub div.nav-sub ul li {
				padding:0;
				line-height:1;
				background-image:none;
			}
		
				#sub div.nav-sub ul li a {
					position:relative;
					display:block;
					padding:5px 0;
				}
	
				#sub div.nav-sub li.sel a {
					font-weight:bold;
				}

				body.js-on #sub div.nav-sub li a:hover {
					/*text-decoration:none;*/
				}
			
					#sub div.nav-sub li a span.hover {
						top:5px;
						left:0;
						position:absolute;
						color:#E09032;
						line-height:1;
					}

					#sub div.nav-sub li.sel a span {
						padding:0 17px 0 0;
						background:url(gfx/sprites/icons-v2.png) no-repeat 100% 4px;
					}

				
			
		
#footer {
	clear:both;
	width:850px;
	margin:0 0 40px;
	font-size:10px;
	text-align:center;
}

	#footer ul#nav-catch {
		
		font-weight:bold;
		
	}
	
		#footer ul#nav-catch li {
			display:inline;
		}
		
			#footer ul#nav-catch li a {
				padding:0 5px;
			}
			
	#footer p.copyright {
		color:#666;
	}#about {
	margin:-20px -23px 20px;
	padding:20px 255px 0 65px;
	background:#f7f7f7 url(gfx/sprites/icons-v2.png) no-repeat 20px -1975px;
	border-bottom:1px solid #e5e5e5;
	color:#38434e;
}

	#about p {
		font-size:14px;
		line-height:2;
	}

	#ams {
	
}
	#ams div.item {
		clear:both;
		width:560px;
	}
	
	#ams p img {
		float:none;
		margin:0;
	}

	#ams #facts ul {
		list-style:none;
		margin:0;
	}
	
	#ams #facts li strong {
		
		padding-right:6px;
	}
	
	#ams h3 {
		font-size:12px;
	}
	
	#ams #geo {

	}

	#ams #geo div {
		float:left;
		width:250px;
		padding:0 30px 0 0;
	}

	#ams #geo div#map {
		float:left;
		width:530px;
		height:250px;
		padding:0;
		margin:0 0 20px;
	}#career-contact {
	font-size:15px;
}body.js-off #category-filter {
	display:none;
}

	#category-filter ul.togglers {
		margin:0 0 12px!important;
	}
	
	#category-filter ul.togglers li:before {
		content:'» ';
	}
	
		#category-filter ul.togglers a {
			display:inline!important;
			font-size:11px;
		}
		
		#category-filter ul.togglers a:hover {
			text-decoration:underline;
		}

	
#category-filter ul.categories {
	font-size:14px;
}

	#category-filter ul.categories li {
		line-height:1;
		padding:0;
	}

	#category-filter ul.categories li a {
		padding:5px 0 5px 23px!important;
		background:url(gfx/sprites/inputs.png) no-repeat 0 -93px;
	}
	
	#category-filter ul.categories li a.sel {
		background-position:0 -193px;
	}
	body.js-off #city-filter {
	display:none;
}

	#city-filter ul.togglers {
		margin:0 0 20px;
	}
	
	#city-filter ul.togglers li:before {
		content:'» ';
	}
	
		#city-filter ul.checkers a {
			font-size:11px;
			text-decoration:underline;
		}
		
		#city-filter ul.checkers a:hover {
			font-size:11px;
			text-decoration:underline;
		}

	
#city-filter ul.cities {
	font-size:14px;
}

	#city-filter ul.cities li {
		line-height:1;
		padding:0 0 12px;
	}

	#city-filter ul.cities li a {
		padding:0 0 0 23px;
		background:url(gfx/sprites/inputs.png) no-repeat 0 -98px;
	}
	
	#city-filter ul.cities li a.sel {
		background-position:0 -198px;
	}
	#coach-entry {
	position:relative;
	z-index:400;
}

	#coach-entry h3 {
		height:56px;
		background:url(gfx/sprites/headers_sv-v3.png) no-repeat 0 -200px;
		text-indent:-999em;
	}
	
	.en #coach-entry h3 {
		height:36px;
		background-image:url(gfx/sprites/headers_en-v3.png)
	}
	
	#coach-entry p {
		margin:0;
	}
	
	#coach-entry a {
		display:block;
		height:37px;
		text-indent:-999em;
		background:url(gfx/sprites/links_sv.png) no-repeat 0 0;
	}
	
	.en #coach-entry a {
		background-image:url(gfx/sprites/links_en.png);
	}
	
	#coaches {
	
}
	
	#coaches div.item {
		float:left;
		width:470px;
		padding-left:120px;
	}
	
		#coaches div.item h2 span {
			color:#777;
		}
	
		#coaches div.item img {
			float:left;
			margin:-45px 0 0 -104px;
		}
	
		#coaches dl {
			float:left;
			width:auto;
		}

			#coaches dl * {
				float:left;
			
				line-height:20px;
			}
	
			#coaches dl dt {
				clear:left;
				padding:0 6px 0 0;
				font-size:10px;
				line-height:22px;
				text-transform:uppercase;
			}#contact-section #content div.content-inner {
	position:relative;
	padding-bottom:7px;
	
}

#contact-section div.box {
	position:absolute;
	right:20px;
	top:-45px;
	z-index:100;
	font-size:11px;
}
#counseling {
	width:590px;
	padding:0 200px 0 0;
	background:url(gfx/backgrounds/directions.jpg) no-repeat 95% 30px;
}#coworkers {
	
}
	
	#coworkers div.compact {
		width:550px!important;
		margin:0;
		padding:10px 0 5px 0!important;
		background:none;
		border-bottom:1px solid #ddd;
	}
	
	#coworkers div.compact * {
		display:none;
	}
	
	#coworkers div.compact h2 {
		display:block;
	}
	
	body.js-on #coworkers div.item h2 {
		cursor:pointer;
	}
	
	#coworkers div.item {
		position:relative;
		float:left;
		width:470px;
		padding-left:120px;
	}
	
		#coworkers div.item h2 {
			margin:0 0 6px;
		}
		
		#coworkers div.item strong {
			color:#666;
		}
		
		#coworkers div.item p.position span {
			padding:2px;
		}
		
		#coworkers div.item p.position span.highlight {
			background:#ffc;
			border:1px solid #fc9;
		}
			
		#coworkers div.item img {
			position:absolute;
			left:20px;
			top:25px;
		}
	
		#coworkers dl {
			float:left;
			width:auto;
		}

			#coworkers dl * {
				float:left;
			
				line-height:20px;
			}
	
			#coworkers dl dt {
				clear:left;
				padding:0 6px 0 0;
				font-size:10px;
				line-height:22px;
				text-transform:uppercase;
			}body#for_employers.services #nav-sub li.services a,
body#for_employers.method #nav-sub li.method a {
	font-weight:bold;
}#foundations {
	float:left;
	width:840px;
	margin-left:-25px;
}

	#foundations div.item {
		float:left;
		width:370px;
		margin:0 0 25px 25px;
		padding:20px 10px 10px 0;
	}
	
	#foundations div.item h2 {
		margin:0 0 6px;
	}
	
		#foundations div.item h2 a {
			display:block;
			padding:0 0 0 35px;
			background:url(gfx/sprites/icons-v2.png) no-repeat -100px 0;
			line-height:32px;
		}
		
		#foundations div.first h2 a { background-position:0 0; }
		#foundations div.scnd h2 a { background-position:0 -500px; }
		#foundations div.third h2 a{ background-position:0 -1000px; }
		#foundations div.last h2 a { background-position:0 -1500px; }
	

	#foundations div.item p {
		padding:0 0 0;
	}
	#four04-page #content h2 {
	font-size:20px;
}

#four04-page #content p {
	padding-right:130px;
}

#four04-page #footer {
	position:relative;
	top:-90px;
	padding:80px 0 0;
	background:url(gfx/404-note.png) no-repeat 97% 0;
}html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 3000;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 10000;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('gfx/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 3000;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('gfx/fancybox/fancy_loading.gif') no-repeat;
	z-index: 3500;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9000;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 10000;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 10000;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('gfx/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 18100;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 11100; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 11200; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('gfx/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('gfx/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 7000;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 7000;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('gfx/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('gfx/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('gfx/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('gfx/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('gfx/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('gfx/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('gfx/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('gfx/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 10000;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(gfx/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(gfx/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(gfx/fancybox/fancy_title_right.png) repeat-x;
}#login {
}

#login.box .inner {
	background-position:100% 0;
}
	
	#login h3 {
		height:18px;
		text-indent:-999em;
		background:url(gfx/sprites/headers_sv-v3.png) no-repeat 0 -400px;
	}
	
	.en #login h3 {
		background-image:url(gfx/sprites/headers_en-v3.png);
	}

	
	
	#login p {
		margin:0;
		color:#677F9A;
		font-size:11px;
		line-height:1;
		font-weight:bold;
	}
	
	#login input.text {
		width:160px;
		height:26px;
		margin:5px 0 8px;
		padding:6px 0 0;
		line-height:1;
		text-indent:5px;
		background:url(gfx/sprites/inputs.png) no-repeat 0 0;
	}
	
	#login input#submit-login {
		display:block;
		width:100%;
		height:37px;
		margin:20px 0 8px;
		background:url(gfx/sprites/links_sv.png) no-repeat 0 -200px;
		border:0;
		text-indent:-999em;
		font-size:0;
		line-height:0;
	}
	
	
	.en #login input#submit-login {
		background-image:url(gfx/sprites/links_en.png);
	}
	#map {
	width:839px;
	height:400px;
	margin:-12px -23px 0;
}

	#map p.loading {
		padding:20px;
	}#method {
	
}

	#method ul {
		float:left;
		width:100%;
		margin:0 0 20px;
	}

		#method ul li {
			float:left;
			width:230px;
			margin:0 20px 0 0;
			padding:15px 0 15px 35px;
			background:url(gfx/sprites/numbers.png) no-repeat -1000px 0;
			border-bottom:1px solid #ddd;
			font-weight:bold;
		}
	
		#method ul li.s1 { background-position:0 15px; }
		#method ul li.s2 { background-position:0 -485px; }
		#method ul li.s3 { background-position:0 -985px; }
		#method ul li.s4 { background-position:0 -1485px; }
		#method ul li.s5 { background-position:0 -1985px; }
		#method ul li.s6 { background-position:0 -2485px; }#nav-dropdown {
	
}#news-entries {
	
}
	
	#news-entries h3 {
		height:17px;
		margin:0 0 8px;
		background:url(gfx/sprites/headers_sv-v3.png) no-repeat 0 0;
		text-indent:-999em;
	}
	
	.en #news-entries h3 {
		background-image:url(gfx/sprites/headers_en-v3.png);
	}
	
	#news-entries ul {
		margin:0 -3px;
		list-style:none;
	}
	
		#news-entries ul li {
			padding:5px 3px;
			background-image:none;
			border-bottom:1px solid #ddd;
			line-height:1.6;
		}
		
			#news-entries li a {
				
				font-weight:bold;
			}
			
			#news-entries li a:hover {
				text-decoration:underline;
			}
			
				#news-entries li a span {
					padding:0 6px 0 0;
					color:#38434e;
					font-size:10px;
					font-weight:normal;
				}#news {
	
}

	
		#news p.date {
			position:absolute;
			right:-204px;
			top:-15px;
			color:#406f95;
			font:normal 22px/1 Georgia,'Times New Roman';
			text-align:center;
		}#personal-coaching {
	padding:10px 0 0;
}
	
	#personal-coaching h2 {
		margin:0 0 30px;
		font-size:20px;
	}
	
	#personal-coaching p {
		clear:both;
		line-height:1.9;
	}
		
		#personal-coaching img {
			margin-bottom:20px;
		}
	
		#personal-coaching img.pic-1 {
			margin:-50px 0 0 20px;
		}
		
		#personal-coaching img.pic-2 {
			margin:-20px 70px 30px 0;
		}
		
		#personal-coaching img.pic-3 {
			margin-top:-30px;
			margin-bottom:10px;
		}
		
		#personal-coaching img.pic-4 {
			margin-top:-20px;
		}
	
	
	
	#three-steps {
	
}

	#three-steps p.process-overview a:hover {
		text-decoration:none;
	}
	
		#three-steps p.process-overview a img {
			float:none;
			margin:10px 0;
		}#visitor-types {
	position:relative;
	float:left;
	width:560px;
	padding:0 22px 40px;
	margin:0 -22px 80px;
	background:url(gfx/sprites/backgrounds-v2.png) no-repeat 0 100%;
	font-size:12px;
}

	#visitor-types div {
		float:left;
		width:258px;
	}
	
		#visitor-types div img {
			float:left;
			margin:6px 10px 5px 0;
		}
	
	#visitor-types div.participants {
		float:right;
	}
	
	#visitor-types p.more a {
		left:22px;
		bottom:20px;
		position:absolute;
	}
		
		#visitor-types div.participants p.more a {
			left:324px;
		}
