/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: tahoma, serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	}
acronym { cursor: help; background-color: #f4f4f4; border: 0; }
a { text-decoration: none; color: #7e0b80; border-bottom: 1px solid #7e0b80; }
a:hover { border-bottom: 1px solid #CE84E9; color: #CE84E9; }
img {
    max-width: 100%;
    max-height: 100%;
}
.imagelogo {
	height: 10%;
	width: 10%;
	position: relative;
	left: 45%;
}
.unityApp {
	width: 100%;
	position: relative;
	left: 0%;
}
.imagegallery {
	width: 24%;
	position: relative;
	left: 0%;
	display: inline-block;
	vertical-align: top;
}
.imagegallery img{
	position: relative;
	width: 95%;
}
.imagegalleryDescription {
	text-align: center;
}
.imagegalleryLine {
	margin: 0 auto;
	width: 100%;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 50%;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #CE84E9;
	color: #fff;
	}	
#header h1, 
#header h2 { 	
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	cursor: default;
	}		

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
#nav { margin: 0; padding: 0; background-color: #fff; }
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 44px;
	margin-right: 5px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #CE84E9;
	border-bottom: 0;
	padding: 9px 8px 0;
	font-size: 1.1em;
	}
#nav li a:hover { border-top: 5px solid #ddd; }
#nav li .on { border-top: 5px solid #CE84E9; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	text-align: justify; 
	word-spacing: 2px;
	padding: 10px 30px;
	font-size: 1.1em;
	}	
#content h3 { 
	font-size: 1em;
	margin: 0; 
	cursor: default;
	text-align: center;
	}
#content p { margin-top: 5px; margin-bottom: 10px; text-indent: 3em; }
#content blockquote { 
	background: #F0F9F5; 
	margin: 10px 0; 
	padding: 10px 20px;
	border-top: 1px solid #CEECDE;
	border-bottom: 1px solid #CEECDE;
	}
#content blockquote p { margin: 0; text-indent: 0; }	
#content ul li { list-style-type: square; }
#contentProgress {
	width: 48%;
	/*color: #CE84E9;*/
	text-align: left;
	display:inline-block;
}
#contentProgressText {
	width: 48%;
	text-align: right;
	display:inline-block;
	margin-right: 4%;
}
