@charset "utf-8";

html {
	background-color: #000000;
}

body {
	margin: 0px;
	padding-top: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border-width: 0px;
}

table {
	border-collapse: collapse;
	margin: 0px auto;
}

th, td {
	padding: 0px;
	vertical-align: top;
}

a {
	text-decoration: none;
}

a[href]:hover {
	text-decoration: underline;
}

* html a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
	position: relative;
	top: -0.5ex;
}

sub {
	vertical-align: text-bottom;
	position: relative;
	bottom: -0.4ex;
}

div.zero-height {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

div#container {
	margin: 0px auto;
	background: url(images/container-bg.gif) repeat-y right top;
	width: 780px;
	text-align: left;
}

div#container.fullwidth {
	background-image: none;
}

div#header {
	border-bottom: 1px solid #000000;
	height: 114px;
	background: #2b2b2b url(images/header-bg.jpg) no-repeat right top;
}

div#header img#logo {
	display: block;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 471px;
	height: 76px;
}

div#header img#strapline {
	display: block;
	margin: 8px 10px;
	width: 451px;
	height: 21px;
}

div#navbar {
	float: left;
	background-color: #404040;
	padding: 4px;
	min-width: 582px;
	font-size: 84%;
}

* html div#navbar {
	margin-right: -582px;
	padding-right: 586px;
}

div#container.fullwidth div#navbar {
	float: none;
}

div#navbar ul.topnav {
	margin: 0px;
	padding-left: 0px;
}

div#navbar ul.topnav li.topnav {
	position: relative;
	display: inline;
	margin-right: 15px;
	background: url(images/navbar-bullet.gif) no-repeat 4px 4px;
	padding-bottom: 4px;
}

div#navbar ul.topnav li.topnav#lastnav {
	margin-right: 0px;
}

div#navbar ul.topnav li.topnav a.topnav {
	background: url(images/navbar-bullet-hilite.gif) no-repeat 4px -12px;
	padding: 0px 4px 4px 18px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
}

div#navbar ul.topnav li.topnav a.topnav:hover {
	background-color: #2B2B2B;
	background-position: 4px 4px;
}

div#navbar ul.topnav li.topnav a.topnav#currentnav {
	background-color: #000000;
	background-position: 4px 4px;
}

div#navbar ul.topnav li.topnav ul {
	display: none;
	position: absolute;
	left: -1px;
	list-style: none;
	margin-left: 0px;
	background-color: #000000;
	padding-left: 0px;
	text-indent: -16px;
	text-indent: /**/0px;
}

div#navbar ul.topnav li.topnav ul li {
	margin: 1px;
}

div#navbar ul.topnav li.topnav ul li a {
	display: block;
	background: #404040 url(images/navbar-bullet-sub.gif) no-repeat 5px 50%;
	padding: 2px 4px 4px 18px;
	color: #FFFFFF;
	white-space: nowrap;
}

div#navbar ul.topnav li.topnav ul li a:hover {
	background-color: #2B2B2B;
}

div#sidebar {
	float: right;
	background-color: #404040;
	width: 190px;
}

div#sidebar a {
	display: block;
	margin: 15px;
	border: 1px solid #000000;
}

div#sidebar a:hover {
	border-color: #FFB808;
}

div#sidebar a img {
	display: block;
	width: 158px;
	height: 158px;
}

div#content {
	clear: left;
	margin-right: 190px;
	padding: 10px 15px 5px 0px;
	color: #DCDCDC;
	line-height: 125%;
	font-size: 95%;
	zoom: 1;
}

div#container.fullwidth div#content {
	margin-right: 0px;
	padding-right: 0px;
}

div#content h1 {
	margin: 0.5ex 0px;
	border-bottom: 2px solid #FFB808;
	font-size: 112%;
}

div#content h1 span.postnominal {
	font-size: 84%;
	font-weight: normal;
	white-space: nowrap;
}

div#content h2 {
	margin: 1ex 0px;
	color: #FFB808;
	font-size: 100%;
}

div#content h1 + h2 {
	margin-top: -0.3ex;
}

div#content p {
	margin: 1ex 0px 2ex;
}

div#content p.preamble {
	margin-bottom: -0.3ex;
}

div#content p.parentlink {
	text-align: right;
	font-size: 84%;
}

div#content ul {
	margin: 1ex 0px 2ex 25px;
	padding-left: 0px;
	list-style-image: url(images/content-bullet.gif);
}

div#content ul li {
	margin: 0.4ex 0px;
}

div#content ul.padded li {
	margin: 2ex 0px;
}

div#content a {
	color: #FFB808;
}

div#content img.banner {
	display: block;
	margin: 5px -3px 2ex 0px;
	width: 575px;
	height: 200px;
}

div#content img.portrait {
	float: left;
	margin: 0ex 15px 1ex 0px;
	width: 192px;
	height: 256px;
}

div#content div.photobox {
	margin: 1ex auto 2ex;
	border: 2px solid #404040;
	padding: 3px;
	width: 384px;
}

* html div#content div.photobox {
	margin-left: 90px;
}

div#content div.photobox img {
	display: block;
	width: 384px;
	height: 288px;
}

div#content div.photobox p {
	margin: 0.3ex 0px 0ex;
	text-align: center;
	color: #B0B0B0;
	font-size: 84%;
	font-style: italic;
	line-height: normal;
}

div#content div.wrapper {
	margin: 1ex auto 2ex;
	text-align: center;
}

div#content table {
	text-align: left;
	color: #DCDCDC;
	line-height: normal;
}

div#content table.text tbody tr th,
div#content table.text tbody tr td {
	padding-top: 0.3ex;
	padding-bottom: 1.7ex;
}

div#content table.text tbody tr.nospace th,
div#content table.text tbody tr.nospace td {
	padding-bottom: 0.2ex;
}

div#content table.text tbody tr th {
	padding-right: 15px;
	white-space: nowrap;
	color: #B0B0B0;
}

div#content table.index {
	width: 100%;
	border: 1px solid #000000;
	border-style: hidden;
}

div#content table.index tbody tr td {
	border: 10px solid #000000;
	background-color: #2B2B2B;
}

div#content table.index tbody tr td:hover,
div#content table.index tbody tr td.hover {
	background-color: #404040;
}

div#content table.index tbody tr td.empty {
	background-color: transparent;
}

div#content table.index.people tbody tr td {
	width: 50%;
}

div#content table.index.projects tbody tr td {
	width: 25%;
	text-align: center;
}

div#content table.index tbody tr td a {
	display: block;
	padding: 5px;
	overflow: /**/hidden;
}

div#content table.index.people tbody tr td a,
div#content table.index.downloads tbody tr td a {
	margin-bottom: -3px;
	margin-bottom: /**/0px;
}

div#content table.index tbody tr td a:hover {
	background-color: #404040;
	text-decoration: none;
}

* html div#content table.index.downloads tbody tr td a {
	height: 138px;
}

* html div#content table.index.people tbody tr td a {
	height: 102px;
}

div#content table.index tbody tr td a img {
	border: 1px solid #000000;
}

div#content table.index tbody tr td a:hover img {
	border-color: #FFB808;
}

div#content table.index.downloads tbody tr td a img {
	float: left;
	margin-right: 10px;
	width: 96px;
	height: 136px;
}

div#content table.index.people tbody tr td a img {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;
}

div#content table.index.projects tbody tr td a img {
	display: block;
	margin: 0px auto 5px;
	width: 128px;
	height: 96px;
}

div#content table.index tbody tr td a strong {
	display: block;
	margin-bottom: 0.4ex;
}

div#content table.index tbody tr td a cite {
	display: block;
	margin-bottom: 0.4ex;
	color: #FFFFFF;
	font-size: 84%;
}

div#content table.index tbody tr td a .heading {
	font-style: italic;
}

div#content table.index.downloads tbody tr td a .clients {
	display: block;
	margin-bottom: 0.4ex;
	color: #FFFFFF;
}

div#content table.index.people tbody tr td a .position {
	display: block;
	color: #FFFFFF;
}

div#content table.index.downloads tbody tr td a .size {
	display: block;
	font-size: 84%;
}

div#footer {
	clear: both;
	border-top: 2px solid #FFB808;
	background-color: #404040;
	padding: 1px 0px;
	text-align: center;
	zoom: 1;
}

div#footer table {
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 84%;
}

div#footer table tbody tr td {
	width: 33%;
}

div#footer a {
	color: #FFB808;
}
