html {
	height:100%;
	margin-bottom:1px;
}

body {
	padding: 2.571em 0;
}

div.border {
	border-right:1px solid #000;
/*	margin-right: 11px;*/
	}

h1 {
	text-align:center;
	padding-bottom: 0.25em;
	margin-bottom:0.25em;
}

body.c-pages h1 {
	text-align:left;
	border-bottom: 1px solid #000;
	margin-top:-1px;
	padding-bottom: 0.5em;
	margin-bottom:0.5em;
}

a,
a:link {
	color: #000;
}

a img {
  border: 0;
}


#content a,
#content a:link,
#menu a,
#menu a:link {
	text-decoration:none;
	border-bottom: 1px solid #000;
}

a:hover,
a:focus,
a:active,
#menu .active a {
	color: #FF7300;
}

#content a:hover,
#content a:focus,
#content a:active,
#menu a:hover,
#menu a:focus,
#menu a:active,
#menu .active a {
	border-bottom: 1px solid #FF7300;
}

#menu .social-media a,
#menu .social-media a:hover,
#menu .social-media a:focus,
#menu .social-media a:active {
  border-bottom: 0;
}

#menu a.facebook {
  border-bottom: 0;
}


#menu .active a,
#menu .active a:hover,
#menu .active a:focus,
#menu .active a:active {
	cursor: default;
}

#page {
	position:relative;
}

#header {
	margin-bottom: 3.857em;
}

#content {
	position:relative;
}

#header a {
	border-bottom: none;
}

#menu {
	padding-top: 3.286em;
}

#menu div.box {
	padding:15px;
	background: transparent url(img/menu_bg.png) no-repeat top left;
}

#offline {
	border-left: 1px solid #000;
	margin-left: -13px;
	padding-left: 11px;
}

div.project {
	border-top: 1px solid #000;
	padding-top:9px;
}

div.project img {
	display:block;
	margin-bottom:0.75em;
}

div.project p, 
div.project ul,
div.project ol {
	margin-bottom:0.75em;
}


div.project dl {
	display:block;
	margin:0 0 0.75em;
}

div.project dt {
	display:block;
	float:left;
	width:4em;
	font-weight:bold;
	text-align:right;
	margin:0;
	padding:0;
}

div.project dd {
	display:block;
	margin: 0 0 0 4.5em;
	padding:0;
}


#content div.project a.thickbox,
#content div.project a.externalLink {
	display:block;
	position:relative;
	line-height:1em;
	font-size:1em;
	border-bottom:none;
}

div.project a img.badge {
	position:absolute;
	display:block;
	width:16px;
	height:16px;
	top:0px;
	left:0px;
}

.menu {
	list-style: none;
	margin-left:0;
}

#menu .menu a {
	font-weight:bold;
	border:none;
}

.teammember {float: left; width: 315px; padding-right: 30px; height: 140px; overflow: hidden; position: relative; margin: 10px 0;}
.teammember img {display: block; float: left; position: absolute; bottom: 0; left: 0; }
.teammember .memberinfo {position: absolute; bottom: 0; left: 120px; padding-right: 20px;}
.teammember .memberinfo .name {font-weight: bold;}
.teammember .memberinfo  p {margin-bottom: 0;}

