body {
	color: white;
	background-color: black;
	font-family: Helvetica, Arial;
	margin: 30pt;
	font-size: 11pt;
	text-transform: lowercase;
}

/* top padding to knock down 1st line of inverse leading & display ascenders*/
.bigWord {
	line-height: 80pt;
	font-size: 144pt;
	font-weight: bold;
	padding-top: 42pt;
	padding-bottom: 42pt;
	padding-top: 22pt;
	padding-bottom: 22pt;
	border: none;
	overflow: hidden;
/*	border: 1px #ccc dotted;
	margin-right: -30pt;
*/
	letter-spacing: -18pt;
}

/* 50% of big word */
.mediumWord {
	line-height: 40pt;
	font-size: 72pt;
	font-weight: bold;
	padding-top: 21pt;
	padding-bottom: 21pt;
	padding-top: 11pt;
	padding-bottom: 11pt;
	border: none;
	overflow: hidden;
	letter-spacing: -9pt;
}

.bigWord .twoLiner {
padding: 0;
margin: -88pt 0;
 }

.bigWord a:hover {
	color: black;
	background-color: white;
}

.top {
	padding-bottom: 3pt;
	padding-left: 8pt;
	padding-right: 8pt;
	padding-top: 3pt;
	color: black;
	background-color: white;
}

.top .nav { float: left;
}

.nav a, .subnav a {
	color: black;
	margin-left: 4pt;
}

.nav a:hover, .subnav a:hover {
	color: white;
	background-color: black;
}
.nav .other {
	color: #999;
}

.top .crumb {
	float: right;
	font-size: 7pt;
	padding-bottom: 3pt;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 3pt;
}

.subnav {
	padding-bottom: 0pt;
	padding-left: 8pt;
	padding-right: 8pt;
	padding-top: 3pt;
	color: black;
	background-color: white;
	font-size: 7pt;
    line-height: 14pt;
}

.nav a, .subnav a { }

p {
	text-align: justify;
	font-size: 11pt;
	line-height: 11pt;
}

/* h1.bigWord  used on homepage with more space, other pages use h2.bigWord */
h1 { margin: 88pt 0;
	padding: 0;
	}

h2 { margin: 0;
	padding: 0;
	}


h3 {
	text-align: justify;
	font-size: 20pt;
	line-height: 15pt;
}

h6 {
	font-size: 9pt;
	line-height: 10pt;
	display: inline;
}

a {
	text-decoration: none;
	color: white;
	padding: 0 2pt;
}

.nav .on { 	
	color: white;
	background-color: black;
	border-bottom: 4px black solid; }
	
.subnav .on { 	
	color: white;
	background-color: black;
	border-bottom: 5px black solid; 
	border-top: 2px black solid; 
}

p a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a:hover {
	color: black;
	background-color: white;
}

hr {
    height: 18pt;
    color: white;
    background-color: white;
    border: none;
    margin: 0;
	}


.work {
	padding: 2em 0;
	text-align: center;
}

.work .next {
	font-size: 72pt;
	padding: 0 24pt;
	font-weight: bold;
	vertical-align: middle;
}

.work img {
	vertical-align: middle;
}

.work p:first-line { font-weight: bold; }

.footer {
	font-size: 7pt;
	padding-bottom: 6pt;
	padding-left: 12pt;
	padding-right: 12pt;
	padding-top: 6pt;
	color: black;
	background-color: white;
	/*margin-bottom: 2em;*/
}

.crumb a, .footer a {
	color: black;
	background-color: white;
}

.crumb a:hover, .footer a:hover {
	color: white;
	background-color: black;
}

.bigWord span {
	display: none;
	black-space: nowrap;
}

.right {
	float: right;
}

.left {
	float: left;
}

td {
	vertical-align: top;
	width: 25%;
	padding-right: 18pt;
	text-align: left;
}

td p {
	text-align: left;
}

li { display: inline;
}