* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000;
	color: #fff;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	}
	
#torso {
	text-align: center;
	}
	
#topMatter {
	height: 123px;
	text-align: left;
	background: #000 url('i/shadowTop.jpg') center top repeat-x;
	border-bottom: 1px solid #666;
	}
	
#nameAndMenu {
	width: 900px;
	height: 123px;
	margin: 0px auto;
	}
	
#bottomMatter {
	height: 123px;
	background: #000 url('i/shadowBottom.jpg') center top repeat-x;
	text-align: left;
	border-top: 1px solid #666;
	}
	
#namePlate {
	float: left;
	width: 378px;
	height: 31px;
	background: transparent url('i/emhj2.jpg') center top no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	margin-top: 92px;
	}
	
#menu {
	float: right;
	width: 272px;
	height: 24px;
	margin-top: 99px;
	background: transparent url('i/menu.jpg') left top no-repeat;
	}
	
#menu ul.main {
	list-style: none;
	width: 272px;
	height: 24px;
	position: relative; /*allows submenu to be positioned properly when Javascript is disabled*/
	}
	
#menu ul.main li {
	float: left;
	height: 24px;
	}
	
li.fade a {
	display: block;
	color:  #000;
	text-indent: -1000em;
	overflow: hidden;
	height: 24px;
	filter: alpha(opacity:0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	}
	
#menu ul.main li a:hover {
	filter: alpha(opacity:100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity:1;
	}
	
#menu ul li.bio a {
	width: 33px;
	background: url('i/menu.jpg') 0px -24px no-repeat;
	}
	
#menu ul li.reel a {
	width: 50px;
	background: url('i/menu.jpg') -33px -24px no-repeat;
	}
	
#menu ul li.film a {
	width: 48px;
	background: url('i/menu.jpg') -83px -24px no-repeat;
	}
	
#menu ul li.stills a {
	background: url('i/menu.jpg') -131px -24px no-repeat;
	width: 62px;
	}
	
#menu ul li.contact a {
	background: url('i/menu.jpg') -193px -24px no-repeat;
	width: 79px;
	}
	
#menu ul.stillTypes {
	
	position: absolute;
	color: #aaa;
	background: #000;
	padding: 8px 5px;
	border-top: 1px solid #666;
	filter: alpha(opacity:100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	
	/*styles below only apply if javascript is disabled*/
	right:  0px; 
	top: 30px;
	width: 290px;
	height: 24px;
	padding:  0px;
	border:  none;
	background: #000;
	filter: alpha(opacity:100);
	
	}
	
#menu ul.stillTypes li {
	display: inline;
	position: relative;
	float: none;
	width: 200px;
	color: #000;
	}
	
#menu ul.stillTypes li a {
	display: inline;
	text-indent: 0em;
	overflow: visible;
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	padding: 0px 5px;
	background: #000;
	
	filter: alpha(opacity:100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	line-height: 24px;
	}
	
#menu ul.stillTypes li a:hover {
	color: #fff;
	background: none;
	}
	
	
#movieScreen {
	text-align: left;
	width: 900px;
	background: #000;
	margin: 0px auto;
	color: #fff;
	}
	
.stills #movieScreen {
	height: 400px;
}
	
#movieScreen img.still {
	display: block;
	margin: 0px auto;
}
	
#descAndThumbs {
	background: #000 url('i/shadowBottom.jpg') center top repeat-x;
	margin: 0px auto;
	width: 900px;
	}
	
p#description {
	padding: 4px 0px;
	line-height: 1.2em;
	}
	
ul.thumbnails {
	list-style: none;
	}
	
ul.thumbnails li {
	float: left;
	margin: 0px 4px 4px 0px;
	}
	
ul.thumbnails a {
	color: #000;
	}
	
.stills ul.thumbnails img {
	border: 2px solid #aaa;
	width: 52px;
	height: 52px;
}
	
.video ul.thumbnails img {
	border: 2px solid #aaa;
	width: 93px;
	height: 52px;
	margin-right: 6px;
}
	
.bio #movieScreen, .contact #movieScreen {
	background: #000;
}

.contact #movieScreen {
	padding-bottom: 40px;
}

.reel #movieScreen {
	background: #000;
}

#movieScreen a {
	color: #fff;
	text-decoration: none;
}

#movieScreen a:hover {
	border-bottom: 1px solid #ddd;
}

#bioPhoto {
	float: left;
	width: 290px;
	margin: 0px 13px 0px 0px;
}

#bioPhoto img {
	border: 1px solid #797979;
	border-top: none;
	display: block;
	margin-bottom: -1px; /*this makes the img's bottom border and the bottom border of the content area overlap.  make sure this works in IE*/
}

.bio #Col2 {
	float: left;
	width: 316px;
	margin: 0px 12px 0px 0px;
}

.bio #Col3 {
	float: left;
	width: 264px;
	padding: 0px 5px 0px 0px;
}

.bio p {
	line-height: 1.5em;
	color: #ddd;
	margin-bottom: 1em;
}

.bio h2, .contact h2 {
	font-weight: normal;
	font-size: 140%;
	text-transform: uppercase;
	margin: 1em 0em .5em 0em;
}

.bio h3 {
	font-weight: normal;
}

img.PDFicon {
	border: none;
}

#Col3 a {
	color: #ddd;
}

#Col3 a:hover {
	color: #fff;
}

.resumeEntry ul {
	list-style: none;
	color: #ddd;
	line-height: 1.5em;
	margin-bottom: 1em;
}

div.clearcheat {
	clear: both;
	height: 0px;
	width: 0px;
}

.contact .label, .contact .data {
	float: left;
	width: 450px;
	font-size: 120%;
	margin: 3px 0px;
}

.contact .label {
	margin: 3px 10px 3px 0px;
	width: 440px;
}

ul#contactInfo {
	list-style: none;
	margin-bottom: 40px;
}

#contactInfo .label {
	text-align: right;
	text-transform: uppercase;

}

p.contactMe {
	font-size: 20px;
	text-align: center;
	margin: 40px auto 20PX auto;
	padding: 10px 0px;
	line-height: 1.5em;
	width: 450px;
	border: 1px dotted #ddd;
}

p.javaWarn {
	padding: 10px;
	background: #ddd;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
.video #movieScreen {
	background: #000;
}
	
.video object {
	margin: 0px auto;
	display: block;
}
	
