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

body {
	background-color:#d7d6d7;
	font-family:Arial, Helvetica, sans-serif;
	min-width: 1280px;
}

a {
	text-decoration:none;
	color:inherit;
}

h2 {
	margin-bottom:0px;
	
}
h4 {
	margin-top:0px;
}

.container {
	background-color:#FFFFFF;
	width: 1080px;
	margin:auto;
	margin-bottom:0px;
	margin-top:0px;
	
	padding: 0px;
	padding-top:40px;

}

.topbar {
	height: 85px;
	padding-bottom:30px;
	margin-left:40px;
	margin-right:40px;
	border-bottom-color:#DBCCDB;
	border-bottom-width:5px;
	border-bottom-style:dotted;
}

.bottombar{
	position:relative;
	
	height:50px;
	background-color:#FFF;
	margin-left:40px;
	margin-right:40px;
	border-top-color:#DBCCDB;
	border-top-width:5px;
	border-top-style:dotted;
}

logo {
	font-size:60px;
	height: 35px;
	float:left;
	margin-left:75px;
	margin-top:10px;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

.mainmenu {
	color:#9971a4;
	font-size: 25px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding:20px;
	float:right;
	margin-right:40px;
	margin-top:20px;
	
}


mainbuttons {
	font-size:20px;
	padding-right:20px;
	padding-left:20px;
}

mainbuttons a:hover{
	padding-bottom:10px;
	color:#DBCCDB;
	
}

mainbuttons:hover .submenu {
	display:block;
	background-color:#7c6a9d;
	
}

.sidemenu{
	color:#999;
	float:left;
	max-width: 175px;
	border-radius: 10px;
	box-shadow:3px 3px 15px 5px #999;
	margin:40px;
	padding: 20px;
	

}

sidebuttons{
	color:#9971a4;
	margin-top:20px;
	margin-bottom: 20px;
	
}

sidebuttons a:hover{
	color:#DBCCDB;
	
}
	


.current{
	padding-bottom:10px;
	border-bottom-color:#CC6633;
	border-bottom-width:5px;
	border-bottom-style:solid;
}

currentlab{
	color:#CC6633;
	
}

titletext{
	margin:10;
	font-size:24px;
}

.gallery {
	display:block;
	margin-left: auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
	width: 780px;
	height:750px;
}
.thumbnails {
	background-color:#9d9ba0;
	padding: 10px;
	margin:10px;
	color: #160536;
	width:350px;
	float: left;
}
thumbnails {
	background-color:#9d9ba0;
	padding: 10px;
	margin:10px;
	color: #160536;
	width:350px;
	float: left;
}
.thumbnails:hover{
	background-color: #7f7e80;
}

.bodytext {
	display: inline-table;
	line-height: 22px;
	font-size:14px;
	font-color:#160536;
	width:80%;
	margin-top:10px;
	padding: 20px;
	text-indent: 0;
	text-align: left;
}
.detailtext {
	display: inline-table;
	
	min-width:400px;
	max-width:715px;
	font-size:16px;
	font-color:#160536;
	margin: 20px;
	padding: 20px;
	

}
.detailtext a {
	color:#9971a4;
}
.detailtext a:hover {
	color:#DBCCDB;
	text-decoration: underline;
}


.captionimg {
	background-color:#999;
	text-align: center;
	margin-top:50px;
	padding-bottom:50px;
	
}
.conceptblk{
	width:auto;
	background-color:#9d9ba0;
	margin:10px;
	padding:10px;
	

}
highlight {
	color: #9971a4;
}
