* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearFix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearFix {height: 1px;}
.clearFix {display: block;}
/* End hide from IE5/Mac */

body {
	border: 0;
	font:  normal 76% Helvetica, Verdana, Arial, sans-serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.0em;
	margin: 0.4em 0;
}

.leftCol h3 {
	text-align: right;
}

h3.title {
		clear: both;
		width: 100%;
		background: #808284;
		color: #fff;
		font-size: 1.1em;
		padding: 0.1em 0.4em 0;
}

h4 {
	font-size: 1.1em;
	margin: 0.4em 0;
}

p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin:  1.0em 0 0 0;
	color: #8C8E91;
}

p.micro, p.microRight {
	font-size: 0.8em;
	line-height: 1.2em;
	margin:  0.4em 0 0 0;
}
 p.microLeft { font-size: 0.8em; line-height: 1.2em; text-align: left; margin: 0.4em 0 0 }
p.microRight {
	text-align: right;
}

a:link, a:visited {
	color: #8C8E91;
	text-decoration: underline;
}

a:hover, a:active {
	color: #8C8E91;
	text-decoration: none;
}

.hr {
	clear: both;
	margin: 0 0 12px 0;
	padding: 12px 0 0 0;
	height: 1px;
	border-bottom: 1px solid #808284;
}

div.pageWrapper      { margin: 8px auto; width: 930px; border: solid 1px #808284 }

div.titleWrapper {
	background: #808284 url("images/lfw.gif") right no-repeat;
	color: #fff;
	padding: 8px 12px;
}

div.navWrapper {
	background: #636466;
}

ul.navList {
	list-style-type: none;
	float: left;
	margin: 4px 0 0 12px;
	display: inline;
	font-size: 1.1em;
}

ul.navList li {
	float: left;
	margin: 0 18px 0 0;

}

ul.navList a:link, ul.navList a:visited {
	color: #808284;
	text-decoration: none;
}

ul.navList a:hover, ul.navList a:active {
	color: #fff;
}

ul.navList li.current a:link, ul.navList li.current a:visited{
	color: #fff;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1.2;
}

#nav {
	margin-left: 12px;
	line-height: 1.4;
}


ul.subNavList {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 1px;
	float: left;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul.subNavList {
	margin-left: 6px;
}
/* End hide from IE5/mac */

ul.subNavList a:link, ul.subNavList a:visited {
	color: #C5C6C7;
	text-decoration: none;
}

ul.subNavList a:hover, ul.subNavList a:active {
	color: #9D9FA1;
	text-decoration: none;
}

ul.subNavList li {
	padding: 1px 0 0;
}

ul.subNavList li.current a:link, ul.subNavList li.current a:visited{
	color: #9D9FA1;
}

ul.projectNavList {
	list-style-type: none;
	margin: 0 0 0 8px;
	display: inline;
}

ul.projectNavList li {
	display: inline;
	margin: 0 12px 0 0;

}

ul.projectNavList a:link, ul.projectNavList a:visited {
	color: #808284;
	text-decoration: none;

}

ul.projectNavList a:hover, ul.projectNavList a:active {
	color: #fff;
	text-decoration: none;
}

ul.projectNavList li.current a:link, ul.projectNavList li.current a:visited{
	color: #fff;
	text-decoration: none;
}

.projectNavWrapper {
	position: absolute;
	top: 114px;
	margin: 4px 0 0 78px;

}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .projectNavWrapper {
	margin-top: 0px;
}
/* End hide from IE5/mac */

ul.indexList {
	list-style-type: none;
}

ul.indexList li { 
	clear: both;
	padding: 8px 0;
}

ul.indexList li a:link, ul.indexList li a:visited {
	padding: 0 0 0 8px;
	font-size: 1.2em;
	color: #8C8E91;
}

ul.indexList li a:active, ul.indexList li a:hover {
	color: #c00;
}

ul.indexList li ul.indexSubList {
	list-style-type: none;
}

ul.indexList li ul.indexSubList li {
	float: left;
	clear: none;
	padding: 4px 0;
}

ul.indexList li ul.indexSubList li a:link, ul.indexList li ul.indexSubList li a:visited {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 2px;
	padding: 0;
}

ul.indexList li ul.indexSubList li.about a {
	background: url("images/icons/about.gif") no-repeat;
	margin: 0 2px 0 0;
}

ul.indexList li ul.indexSubList li.gallery a {
	background: url("images/icons/gallery.gif") no-repeat;
}

ul.indexList li ul.indexSubList li.press a {
	background: url("images/icons/press.gif") no-repeat;
}

ul.indexList li ul.indexSubList li.publication a {
	background: url("images/icons/publication.gif") no-repeat;
}

ul.indexList li ul.indexSubList li.video a {
	background: url("images/icons/video.gif") no-repeat;
}

ul.indexList li ul.indexSubList li a:active, ul.indexList li ul.indexSubList li a:hover {
	background-position: 0 -16px;
}

.subNavWrapper {
	width: 200px;
	float: left;
	height: 80px;
}

.titleSubNav {
	margin: 20px 0 0 0;
	width: 300px;
	float: left;
	text-transform: uppercase;
	display: inline;
}

.contentWrapper    { padding: 12px 12px 18px; border-top: 1px solid #808284 }

.contentWrapper .leftCol {
	width: 174px;
	float: left;
	min-height: 10px;
	clear: left;
}

.contentWrapper .leftCol p {
	text-align: right;
}

.contentWrapper .rightCol {
	width: 611px;
	float: left;
	margin: 12px 0 0 18px;
	min-height: 10px;
}

.contentWrapper .rightCol .videoWrapper {
	padding: 0 0 36px;
}

.footerWrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footerWrapper .footerContent {
	width: 933px;
	background: #636466;
	margin: 0 auto;
	height: 14px;
	padding: 2px 0 0 0;
}

table.lEVideo {
	margin: 1em 0;
}

table.lEVideo thead th {
	background: #666;
	color: #fff;
}

.left {
	float: left;
	margin: 0 0 0.6em;
}

.article p {
	width: 350px;
	float: right;
	margin: 0px 0 8px; 
	padding: 2px 0 0;
}

ul.cvList {
	list-style-type: none;
	color: #8C8E91;
	margin: 1em 0 0;
}

ul.cvList li {
	padding: 1px 0;
}

.cv .contentWrapper .rightCol {
	margin: 0 0 0 18px;

}


/* form stuff */

fieldset {
	width: 340px;
	border: 0;
}

fieldset legend {

}

fieldset label {
	width: 150px;
	float: left;
	color: #8C8E91;
}

fieldset select.selectNormal, fieldset input.inputTextNormal, fieldset textArea {
	width: 154px;
	margin: 2px 0;
}

.error {

	margin: 2px 0;
}

p.form {
	font-weight: bold;
}

.error {
 	color: #f00;
 }


textarea  { font: 76% Helvetica, Verdana, Arial, sans-serif }

