/* ---------- GENERAL --------- */

body {
	color: black;
	background-color: white;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	clear:left;
}

form {
	padding: 0px;
	margin: 0px;
}

img
{
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	border:0px;
}

.figure
{
	text-align:center;
	float:none;
}

.logoImage, .icon
{
	float:none;
	margin-right:0px;
	border:0px;
	vertical-align:middle;
}

a:link {
	color: #4A6D8B;
}
a:visited {
	color: #4A6D8B;
}
a:active {
	color: #4A6D8B;
}
a:hover {
	color: #4A6D8B;
}

/* ---------- HEADER --------- */

#header {
	color: black;
	background-color: #CDDBEB;
	border-bottom: 10px solid #4A6D8B;
}

#grouplogo, #projectlogo {
	border: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	float:none;
	margin-right:0px;
}

#search {
	position: absolute;
	top: 3px;
	display: block;
	margin: 0px;
	padding: 10px;
	right: 10px;
	text-align: left;
	font-size: 80%;
	width: 250px;
}

.searchtext {
}

.query {
	width: 10em;
}

.bar1
{
	height: 8px;
	font-size: 6px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: #FCCE55;
}

.bar2
{
	height: 20px;
	font-size: 1px;
	background-color: #4A6D8B;
	border-bottom: 1px solid #294462;	
}

/* ---------- CONTENT --------- */

#content {
	padding-bottom: 6em;
	padding-left: 17em;
	padding-right: 10px;
	padding-top: 10px;
}

#content * {
	position: relative;
	z-index: 2;
}

/* ---------- NAV --------- */

#navigation {
	position: absolute;
	top: 130px;
	left: 10px;
	z-index: 1;
	background: #4A6D8B;
	font-size: 9pt;
	border: 1px solid #294462;
	display: block;
	padding: 0.7em;
	width: 14em;
}
.navHeader {
	color: #CDDBEB;
	margin: 5px;
	font-weight: bold;
}

ul.nav {
	padding-left: 0.5em;
	margin-left: 0.5em;
}

li.navItem, a.navItem, a.navItem:visited, a.navItem:active { /* not selected */
	display: list-item;
	list-style-type: none;
	color: white;
	text-decoration: none;
}

span.navItemSelected, a.navItem:hover { /* selected and hover on not selected*/
	display: list-item;
	list-style-type: disc;
	color: #FCCE55;
}
      
/* ---------- FOOTER --------- */

#footer {
	color: black;
	background-color: #CDDBEB;
	border-top: 1px solid #294462;
	font-size: 80%;
	padding-bottom: 10px;
	margin-bottom: 5em;
	text-align: center;
}

#footer img {
	float: none;
}
