@charset "utf-8";
body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3e3e3e;
}
/*Misc styling*/

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #e30055;
	padding: 0px;
	margin: 0px;
	display: inline;
}
h2 {
	font-size: 16px;
	display: block;
}
h3 {
	font-size: 20px;
	display: block;
}
h4 {
	font-size: 24px;
	display: block;
}
h5 {
	font-size: 28px;
	display: block;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3e3e3e;
	padding-right: 10px;
	padding-top: 20px;
}
.left-article p {
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
/*End of misc styling*/

/*Wrapper*/

#wrapper {
	width: 940px;
	margin: 0 auto 0 auto;
	padding-top: 30px;
}
/*Topbar*/

#wrapper #topbar {
	background-image: url(../images/topbar.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 940px;
}
#wrapper #topbar .logo {
	float: left;
	padding: 13px 0 0 30px;
}
/*Menu*/

/*End of menu*/

/*End of topbar*/

/*Featured Item*/
.new {
	position: absolute;
	top: -3px;
	right: 0px;
}

#slider #featureditem1 .itemdescription span, #slider #featureditem2 .itemdescription span, #slider #featureditem3 .itemdescription span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b9b9b9;
	padding-left: 10px;
}
#slider #featureditem1 .itemdescription, #slider #featureditem2 .itemdescription, #slider #featureditem3 .itemdescription {
	background-image: url(../images/itemdescription.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 825px;
	position:relative;
	top: 187px;
	padding: 16px 55px 0 60px;
}
#featureditem1 {
	background-image: url(../images/centers_map.png);
	background-repeat: no-repeat;
	height: 243px;
	width: 940px;
	height: 243px;
	margin-top: 30px;
}

#slider {
	height: 243px;
	width: 940px;
	overflow: hidden;
	padding-bottom: 30px;
}
/*End of featured item*/

/*Category*/

#categorywrap p, #categorywrap-blog p {
	padding: 10px 10px 0 5px;
}
#categorywrap {
	margin: 30px 0 30px 0;
	padding: 30px 0px 30px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b4b7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
#categorywrap-blog {
	margin: 0 0 30px 0;
	padding: 30px 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
.category {
	float: left;
	width: 940px;
}
.category-middle {
	float: left;
	width: 300px;
	margin: 0 20px 0 20px;
}
.category .header {
	text-decoration: none;
}
#categorywrap a, #categorywrap-blog a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #e30055;
	padding-left: 5px;
	margin-bottom: 10px;
	margin: 0px;
	display: inline;
	text-decoration: none;
}
#categorywrap a:hover, #categorywrap-blog a:hover {
	color: #E30055;
}
#categorywrap .view-all, #categorywrap-blog .view-all {
	background-image: url(../images/custom/viewall.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 250px;
	position: relative;
	top: 102px;
}
#categorywrap .view-all a, #categorywrap-blog .view-all a {
	display: block;
	height: 39px;
	width: 250px;
	line-height: 38px;
	text-align: center;
	padding: 0px;
}
#categorywrap .view-all a:hover, #categorywrap-blog .view-all a:hover {
	color: white;
}
#category-picture1 {
	background-image: url(../images/custom/catimage1.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 250px;
	margin-top: 0px;
	float: right;
}

/*End of category*/



/*End of menu*/

#footer {
	background-image: url(../images/custom/footer.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 50px;
	margin-bottom: 30px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #959595;
	text-transform:uppercase;
	margin-top: 30px;
}
#footer .info {
	float:left;
	padding: 17px 0 0 30px;
}
#footer .infonav {
	float:right;
	padding: 17px 60px 0 0;
}
#footer a {
	color: #959595;
}
#footer a:hover {
	color: #e30055;
}
/*End of footer*/

#introtext {
	margin: 30px 0 30px 0;
	padding: 0 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
#introtext-contact {
	margin: 30px 0 30px 0;
	padding: 0 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
	width: 666px;
	float: left;
}
#introtext p {
}
#content img {
	float: left;
	padding: 0 20px 20px 0;
}
#content .right {
	padding-right: 0px;
}
.subcategory {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b4b7;
	padding-left: 30px;
	float: right;
	width: 200px;
	margin-left: 40px;
}
.subcategory-contact {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b4b7;
	padding-left: 30px;
	float: right;
	width: 200px;
	margin: 30px 0 0 40px;
}
.subcategory li a {
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.subcategory-contact li a {
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-left: 2px;
	text-decoration: none;
	padding-top: 10px;
}
.subcategory ul, .subcategory-contact ul {
	margin-top: 10px;
}
.subcategory a:hover, .subcategory-contact a:hover {
	color: #e30055;
}
.portfolioitem ul li {
	float:left;
	padding: 0 20px 20px 0;
}
.portfolioitem .last {
	padding-right: 0px;
}
.name, .email {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
	width: 222px;
}
textarea {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
}
.map {
	float:right;
	padding: 12px 70px 0 0;
}
#contactform {
	width: 666px;
}
.button {
	background-image: url(../images/submitbutton.png);
	background-repeat:no-repeat;
	width: 74px;
	height: 23px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #e30055;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3e3e3e;
	text-transform:uppercase;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
}
#blognav, #portfolionav {
	float:right;
}
#blognav ul li {
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 50px;
}
#portfolionav ul li {
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 10px;
}
#blognav ul li a, #portfolionav ul li a {
	display: block;
	width: 44px;
	height: 19px;
	background-image: url(../images/blognav.png);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding-top: 4px;
}
#blognav ul li a:hover, #blognav .on a, #portfolionav ul li a:hover, #portfolionav .on a  {
	background-position: bottom;
}
#blognav .next a, #portfolionav .next a {
	width: 74px;
	background-image: url(../images/blognavnext.png);
}

.tooltip {
	display:none;
	background:transparent url(../images/custom/white_arrow.png) no-repeat;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	height:40px;
	width:102px;
	padding:15px;
	color:#000;	
}

.team-member {
	height: 140px;
	padding: 10px 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}

.team-member-top {
	height: 140px;
	margin-top: 30px;
	padding: 10px 0 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b4b7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}

.team-member-text {
	width: 500px;
	float: right;
	text-align:justify;
	padding-top: 10px;
}

.team-member-info {
	width: 290px;
	height: 130px;
	margin-left: 120px;
}

#full-team {
	background-image: url(../custom-images/full_team.png);
	background-repeat: no-repeat;
	height: 597px;
	width: 740px;
	position: relative;
	left: 100px;
}

.team-names {
	background-image: url(../images/custom/teamnames_bg.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 740px;
	position: relative;
	top: 558px;
}

.team-names span {
	display: block;
	height: 39px;
	width: 740px;
	line-height: 38px;
	text-align: center;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
}

.collaborating-center {
	height: auto;
	padding: 10px 0 30px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}

.collaborating-center-top {
	height: auto;
	margin-top: 30px;
	padding: 10px 0 30px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b4b7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}

.collaborating-center-text {
	width: 740px;
	float: right;
	text-align:justify;
}

.collaborating-center-country {
	width: 100px;
	height: auto;
	margin-left: 60px;
}

#map_country_button_england {
	position: relative;
	top: -148px;
	left: 198px;
	width: 10px;
}

#map_country_button_germany {
	position: relative;
	top: -155px;
	left: 260px;
	width: 10px;
}

#map_country_button_switzerland {
	position: relative;
	top: -133px;
	left: 260px;
	width: 10px;
}

#map_country_button_poland {
	position: relative;
	top: -175px;
	left: 335px;
	width: 10px;
}

.usz_bg_heading {
	width: 940px;
	height: 38px;
	margin-top: 30px;
}

#about_img_div1 {
	width: 470px;
	margin-top: 40px;
}

#about_img_div2 {
	width: 470px;
	margin-top: 40px;
	float: right;
}
