@charset "UTF-8";
/* CSS Document */


.hide-element {display: none;}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#FFF;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body {
	background: #FFF;
	overflow-x: hidden;
	height: 4400px;
	color: #000;
	font-family: "museo-slab", Arial, Helvetica, "sans-serif;";
	-webkit-text-size-adjust: none;
	margin-top: 0px;
}





h1 {
	color: #000;
	font-size:60px;
	font-family: "museo-slab", Arial, Helvetica, "sans-serif;";
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#000;
		}
img { 
	display:block;
	}
p {
	margin:1em 0;
	}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}





#wrapper header.showatstart {
	background-color: #FFF;
	height: 250px;
	padding: 20px;
	position:relative;
	z-index:100;
	width:100%;
}

#wrapper header.lockedatstart {
	background-color: #FFF;
	height: 85px;
	padding: 20px;
	top:-165;
	position:fixed;
	z-index:1;
	width:100%;
}

#wrapper header.hiddenlock {
	height: 116px;
	position:fixed;
	display:none;
	
}
#wrapper header .logosmall, #wrapper header .logobig{
	float: left;
	width: 520px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper header .logosmall {
	display:none;
	margin-top: 0px;
}
#wrapper header.showatstart nav {
	float: left;
	padding: 0px;
	margin-top: 165px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper header.lockedatstart nav {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper header nav.locked {
	
	margin-top: 0px;
}
#wrapper header nav ul li a {
	font-family: "museo-slab", Arial, Helvetica, "sans-serif;";
	font-weight:100;
	text-transform: uppercase;
	margin: 0px;
	padding: 1px;
	font-size: 13px;
	color: #555;
	display:block;
	width:347px;
}
#wrapper header nav ul li {
	padding-left: 70px;
}
#wrapper header nav ul li a:hover {
	background-color: #EBF390;
	
}
#wrapper header nav ul li:hover {
	background-image: url(../images/indicator.gif);
	background-position: left center;
	background-repeat: no-repeat;
}


#wrapper #sections {
	position: relative;
	z-index: 11;
	margin-left: 20px;
	margin-right: 20px;
	top:0px;
}

#wrapper #about-us {
	
	height: 800px;
	z-index: 30;
	position: relative;
	width: 100%;
	top: 0px;
	background-color:#EBF390;
}

#wrapper #what-we-do {
	
	height: 800px;
	z-index: 30;
	position: relative;
	width: 100%;
	top: 0px;
	background-color:#C0F1A0;
}

#wrapper #how-we-do-it {
	
	height: 800px;
	z-index: 30;
	position: relative;
	width: 100%;
	top: 0px;
	background-color:#8CEFD0;
}
#wrapper #what-were-proud-of {
	
	height: 800px;
	z-index: 30;
	position: relative;
	width: 100%;
	top: 0px;
	background-color:#96EDF0;
}

#wrapper #who-we-are {
	
	height: 800px;
	z-index: 30;
	position: relative;
	width: 100%;
	top: 0px;
	background-color:#ADE1F8;
}

#wrapper #contact-us {
	z-index: 30;
	position: relative;
	width: 100%;
	top: 0px;
	background-color:#fff;
}




#wrapper #sections .graphwrap {
	
	border-bottom-width: 6px;
	
	border-bottom-style: solid;
	
	border-bottom-color: #555;
	float: left;
	width: 550px;
	margin-right: 27px;
	padding-top: 15px;
	padding-left: 15px;
	height:779px;
}

#wrapper #sections .contentwrap {
	
	border-bottom-width: 6px;
	
	border-bottom-style: solid;
	
	border-bottom-color: #555;
	float: left;
	width: 322px;
	margin-right: 0px;
	height: 779px;
	padding-top: 15px;
	padding-right: 25px;
}

#wrapper #sections #about-us .graphwrap {
	
	border-top-width: 6px;
	
	border-top-style: solid;
	
	border-top-color: #555;
	
	height:773px;
}

#wrapper #sections #about-us .contentwrap {
	
	border-top-width: 6px;
	
	border-top-style: solid;
	
	border-top-color: #555;
	height: 773px;
}

#wrapper #sections #contact-us .graphwrap {
	
	
	border-bottom-style: none;
	
	
	
	height:auto;
}

#wrapper #sections #contact-us  .contentwrap {
	
	border-bottom-style: none;
	
	
	height: auto;
}







#wrapper #sections .graphwrap h2 {
	font-weight: 100;
	font-size: 30px;
	text-transform: uppercase;
	color: #555;
	margin-bottom:20px;
	
}
#wrapper #sections  .graphwrap img {
	margin-left: 75px;
}
#wrapper #sections .contentwrap p {
	font-family: Arial, Helvetica, "sans-serif;";
	color: #555;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height:120%;
}



#wrapper #sections .contentwrap a {
	
	color: #555;
	text-decoration: underline;
}

#wrapper #sections .contentwrap p strong{
	font-weight: bold;
}

#wrapper #sections #about-us .contentwrap .scrolldown {
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#wrapper #sections .contentwrap ul {
	color: #555;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 120%;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, "sans-serif;";
}

#wrapper #sections .contentwrap ul li{

	margin-bottom: 10px;
}
#wrapper #sections #who-we-are .graphwrap img {
	float: right;
	margin-right: 10px;
	margin-top: -50px;
}
.leadingpopout {
	width: 800px;
	float: left;
	margin: 0px;
	padding: 0px;
	
}

.leadingpopout .column1{
	width: 380px;
	float:left;
		padding:10px;
		margin: 0px;
	
}

.leadingpopout .column2{
	width: 380px;
	float:right;
	padding:10px;
	margin: 0px;
}

.leadingpopout .column2 img{
	width: 100%;
	height: auto;
	margin-top:40px;
}


.leadingpopout p {
	font-family: Arial, Helvetica, "sans-serif;";
	color: #555;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height:120%;
}
.leadingpopout p strong{
	font-weight: bold;
}

#wrapper #sections #who-we-are .graphwrap .imprint {
	position:absolute;
	bottom:100px;
	left:-60px;
	font-family: Arial, Helvetica, "sans-serif;";
	color: #555;
	font-size: 9px;
	/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#wrapper #sections #who-we-are .graphwrap .imprint a{
	
	color: #555;
	text-decoration:underline;
}
