body {
	background: #DDDDDD;
	font-family: "Arial", sans-serif;
	font-size: medium;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	width: 100%;
	top: 0;
}

a { color: inherit; }

h1, h2, h3, h4, h5 {
	font-family: "Agency FB", verdana, helvetica, sans-serif;
	font-size: xx-large;
}

article#art_display { 
	margin: 0;
	padding: 0;
	width: 100%;
}

article#art_documents {
	background: #fff;
	margin: 0;
	min-height: 600px;
	padding: 1.5em;
	text-align: justify;
}

article#art_group {
	padding: 1.5em;
	background: #333333; /* rgba(0,188,212,0.5);*/
	margin: 0;
}

article#art_group h2 {
	color: rgba(0,188,212, 1);
}

article#art_media {
	background: #fff;
	margin: 0;
	min-height: 600px;
	padding: 1.5em;
	text-align: justify;
}

article#art_project {
	background: #fff;
	margin: 0;
	padding: 1.5em;
	text-align: justify;
}

article#art_references {
	background: #fff;
	margin: 0;
	min-height: 600px;
	padding: 1.5em;
	text-align: justify;
}

article header {
	text-align: center;
}

article h2 {
	margin: 0;
}

footer {
	color: #ffffff;
	background: #333333;
	font-size: small;
	margin-top: 55px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;

	-webkit-box-shadow: inset 0 85px 95px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0 85px 95px rgba(0,0,0,0.35);
	box-shadow: inset 0 85px 95px rgba(0,0,0,0.35);
}

footer > div {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 1080px;
	position: relative;
	width: 75%;
}

footer section#sponsors {
	display: block;
	float: left;
	margin-bottom: 1.75em;
	padding-left: 1.75em;

	width: 30%;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

footer section > h2 { 
	color: rgba(0,188,212,1);
	font-size: x-large;

	-webkit-margin-before: 0.75em;
    -webkit-margin-after: 0.25em;
}

footer section#contact { 
	display: block;
	float: left;
	padding-left: 1.75em;

	width: 65%;
}

footer section#contact > p { margin-right: 1.25em; }

footer section > p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

footer section#copyright {
	background: rgba(0, 0, 0, .2);
	clear: both;
	color: rgba(0,188,212,1);
	height: 55px;
	line-height: 55px;
	margin-top: 1.75em;

	padding-left: 1.75em;
	padding-right: 1.75em;
	width: 100%;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

section > div {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 1080px;
	position: relative;
	top: 0;
	width: 75%;
}

section#main {
	background: #777777;
	position: relative;
	top: 55px;
	width: 100%;
}

nav {
	background: rgba(255,255,255,0.99);
	font-size: medium;
	font-weight: bold;
	height: 55px;
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;

	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

nav > div {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 1080px;
	position: relative;
	top: 0;
	width: 75%;
}

nav > div > ul {
	 display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

nav li {
	cursor: pointer;
	display: inline-block;
	height: 100%;
	line-height: 55px;
	margin: 0;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}

nav li#navBar_title {
	text-align: left;
	padding-left: 1.75em;
	padding-right: 0;
	width: 100px;
}

nav li.nav_item div {
	position: relative;
	top: -4px;
	height: 4px;
	width: 100%;
}

nav li.nav_item.active div { background: rgba(0,188,212,1); }

.clear { clear: both; }

.float-left { float: left; }

.float-right { float: right; }

.tabs {
	overflow: hidden;
	clear: both;
}

.tabs ul {
	list-style-type: none;
	bottom:  -1px;
	position: relative;
	padding-left: 7px;
}

.tabs li {
	float: left;
	min-width: 230px;
	text-align: center;
	width: 25%;
}

.tabs a {
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color:  #EEE;
	color:  #000;
	text-decoration:  none;
	margin:  0 1px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
}

.tabs a.active {
  background-color:  #fff;
  border-bottom: 1px solid #fff;
}

.tabs a < img {
	pointer-events: none;
}

.tabs div {
	clear:  both;
	border: 1px solid #CCC;
	padding: 15px;
	background-color:  #fff;
	display: none;

	text-align: justify;
}