

/* -------- Typography ----- */

body {
	/*Note: verdana and arial have different heights,
	and are probably not a good match*/
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

/*deprecate*/
.subpara {
	font-size: 10px;
	line-height: 120%;
}


/* ----- Colour ---- */

body {
	color: #dddddd;
	background-color: #303030;
}

.page {
	background-color: #404040;
}


/* ------ Formatting ------ */

body {
	margin: 0;
	padding: 0;
	/*min-width: 864px;*/
	text-align: center;				/* IE hack */
}



p {
	padding: 0;
	margin: 8px 0 8px 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

.page {
	position: relative;
	width: 864px;
/*	height: 800px;*/
	margin: 24px auto 24px auto;	/* centering */
	text-align: left;
/*	border: 1px solid #ffffff;*/
}
.header {
	position: relative;
	top: 0px; left: 0px;
	width: 864px;
	height: 96px;
	/*border: 1px solid #ff00ff;*/
}
.footer {
	position: relative;
	top: 0px; left: 0px;
	width: 864px;
	height: 64px;
	clear: both;
	background: transparent url(../gfx/footer.gif) top left no-repeat;
	/*border: 1px solid #ff00ff;*/
	/*background-color: #404046;*/
}
.content {
	position: relative;
	margin: 0;
	/*background-color: #404046;*/
}
.watermark {
	position: relative;
	top: 0px; left: 0px;
	width: 112px;
	height: 640px;	/*note: this is currently holding minimum page height*/
	margin: 0;
	float: left;
	background: transparent url(../gfx/watermark.gif) no-repeat top left;
/*	border: 1px solid #0000ff;*/
}
.hub {
/*	z-index: 10;*/
	position: relative;
	margin: 0 80px 0 112px;	/* match left margin to watermark width */
	height: 24px;	/*dev*/
/*	border: 1px solid #ff0000;*/
}





.panel {
	position: absolute;
	margin: 0;
	padding: 0;	/*padding: 5px 0px 5px 0px;*/
/*	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;*/
	background: transparent no-repeat top left;
}

.inner {
	position: absolute;
	top: 32px;
	left: 0;
	margin: 0;
	padding: 5px 0px 5px 0px;
}
.trigger {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.panel p {
	margin: 8px 10px 8px 10px;
	/*border: 1px solid #444444;*/
}
/*deprecate*/
.panel img {
	/*margin: 5px 10px 5px 10px;*/
	/*border: 1px solid #444444;*/
}
.panel .subheading {
	font-weight: bold;
	color: #ffffff;
}

#panel01 {
	left: 0px; top: 16px;
	width: 240px; height: 336px;
	background-image: url(../gfx/hub/mandel.gif);
}
#panel02 {
	left: 256px; top: 16px;
	width: 240px; height: 336px;
	background-image: url(../gfx/hub/labrats.gif);
}
#panel03 {
	left: 512px; top: 16px;
	width: 160px; height: 160px;
	background-image: url(../gfx/hub/about.gif);
}
#panel04 {
	left: 512px; top: 192px;
	width: 160px; height: 160px;
	background-image: url(../gfx/hub/contact.gif);
}
#panel05 {
	left: 0px; top: 368px;
	width: 160px; height: 160px;
	background-image: url(../gfx/hub/panel_05b.gif);
}
#panel06 {
	left: 176px; top: 368px;
	width: 240px; height: 160px;
	background-image: url(../gfx/hub/pop.gif);
}
#panel07 {
	left: 432px; top: 368px;
	width: 240px; height: 160px;
	background-image: url(../gfx/hub/billbush.gif);
}





/* ------ Links ------ */
/* note: maintain definition order */

a:link {
	color: #FF7E00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF7E00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFAE30;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}




/* ------ Overlays ------ */

div.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	background: transparent no-repeat top left;
}

div.overlay p {
	padding: 0;
	margin: 2px 8px 10px 8px;
/*	background-color: #888888;*/
}

div.overlay#about {
	width: 864px;
	height: 736px;
	background-image: url(../gfx/about/bg.gif);
	color: #dddddd;
}

div.overlay#contact {
	width: 864px;
	height: 480px;
	background-image: url(../gfx/contact/bg.gif);
	color: #dddddd;
}

div.overlay#mandel {
	width: 864px;
	height: 640px;
	background-image: url(../gfx/mandel/bg.gif);
	color: #eeeeee;
}

div.overlay#labrats {
	width: 864px;
	height: 832px;
	background-image: url(../gfx/labrats/bg.gif);
	color: #222222;
}

div.overlay#galapagos {
	width: 864px;
	height: 736px;
	background-image: url(../gfx/galapagos/bg.gif);
	color: #eeeeee;
}

div.overlay#pop {
	width: 864px;
	height: 752px;
	background-image: url(../gfx/pop/bg.gif);
	color: #eeeeee;
}

div.overlay#billbush {
	width: 864px;
	height: 736px;
	background-image: url(../gfx/billbush/bg.gif);
	color: #eeeeee;
}

.subinfo {
	font-size: 10px;
	line-height: 120%;
}

