/* CSS Document */
/* inject ie7 hack to move menu down*/
body {
	margin:0;
	padding:0;
	font: 1em Helvetica, Arial, Swiss, Sans-serif;
	color: #fff;
	background: #000;
}
h1 {
	font-size:3em Helvetica, Arial, Swiss, Sans-serif;
	text-align:center;
	line-height:1;
	color:#ffffff;
}
h2 {
	font: 2em Helvetica, Arial, Swiss, Sans-serif;
	line-height:1;
}
h3 {
	font: 1.25em Helvetica, Arial, Swiss, Sans-serif;
	line-height:0.5em;
}
a img {
	border:0;
}
a:link {
	color: #99f;
	text-decoration:underline;
}
a:visited {
	color: #ffc;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
	color: #ff5;
}
blockquote {
	margin-right:0;
}
#title {
	background:url(../images/PageHeader-3Grey.png) top center no-repeat;
	width:100%;
	height:inherit;
	margin:0;
	padding:0;
	border-bottom:1px solid #111;
}
#title h1 {
	float:right;
	text-align:right;
}
#content {
	width:90%;
	max-width:60em;
	padding-top:0;
	margin:0 auto 80px auto;
}
#controls {
	clear:both;
	margin:0;
	padding:0;
}
#controls ul.menu {
}
ul.menu, ul.menu li {
	margin-top:-16px;
	padding: 0;
	list-style: none;
}
ul.menu li {
	margin-bottom:-4px;
	font-weight:bold;
	display:block;
	float: left;
	position: relative;
	width:8em;
	text-align:center;
}
ul.menu li a {
	text-decoration:none;
	color:#ffc;
}
ul.menu li a:hover {
	text-decoration:underline;
	color:#ff9;
	background:#222;
}
ul.menu li ul {
	margin-top: 1.2em;
	display: none;
	position: absolute; 
	top: 1.4em;
	left: -2.9em;
}
ul.menu li ul li a, ul.menu li ul li em {
	margin: 0.7em;
	background:#111;
	font-weight:normal;
	font-size:0.9em;
	width: 6.5em;
	text-align:left;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}
ul.menu li a, ul.menu li em {
	font-style:normal;
	background: #111;
	display:block;
	margin:0.25em;
	padding:0.5em 0.75em 0.25em 0.75em;
	border-bottom-left-radius:0.75em;
	border-bottom-right-radius:0.75em;
	-moz-border-radius-topleft:0.75em;
	-moz-border-radius-topright:0.75em;
}
ul.menu li em, ul.menu li ul li em {
	background:#222;
}
ul.menu li:hover ul {
	display: block;
}
.hideMenuLink, .hideMenuLink a {
	color:#fff;
	text-decoration:none;
}
#mainFrame {
	clear:both;
	padding: 0.5em;
	margin:0 auto 1em auto;
	opacity:1;
}
#mainFrameObject {
	display:none;
}
#mainFrame object, #mainFrame img {
	float:right;
}
#mainFrame h1 {
	text-align:left;
}
#mainFrame h2, h3 {
	margin-bottom:0;
	padding-bottom:0;
	color:#ffc;
}
#mainFrame h3 {
	padding-top:0.5em;
	border-top:1px solid #999;
}
#mainFrame p {
	font:1em "Times New Roman", Times, serif;
	line-height:1.2;
}
#mainFrame blockquote {
	font:0.9em "Times New Roman", Times, serif;
	line-height:1.2;
}

#footer p {
	color:#999;
	font:0.7em Helvetica, Arial, Swiss, Sans-serif;
	text-align:center;
	clear:both;
	border-top:1px solid #111;
	padding-top:1em;
}

#mainFrameObjectDiv {
	background:url(blank.gif);
	border:1px solid #333;
	height:100px;
	width:100px;
	float:right;
	margin:1em 0 0.1em 0.5em;
}
#permalink {
	float:right;
	clear:right;
	font-size:0.75em;
	text-align:right;
	margin:0 1.5em 1em 1em;
	padding:0;
}


#thumbnailPane {
	overflow:hidden;
	position:fixed;
	bottom:-75px;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	background:url(../images/ThumbnailBackground.png);;
	height:75px;
	border-top-left-radius:0.75em;
	border-top-right-radius:0.75em;
	-moz-border-radius-topleft:0.75em;
	-moz-border-radius-topright:0.75em;
}
#thumbFaderLeft, #thumbFaderRight {
	position:relative;
	z-index:10;
	clear:none;
	width:100px;
	height:75px;
	background-repeat: repeat-y;
}
#thumbFaderLeft img, #thumbFaderRight img {
	position:relative;
	top:26px;
	filter: alpha(opacity=50);
	opacity:.5;
}
#thumbFaderLeft:hover img, #thumbFaderRight:hover img {
	filter: alpha(opacity=90);
	opacity:.9;
}
#thumbFaderLeft:active img, #thumbFaderRight:active img {
	filter: alpha(opacity=100);
	opacity:1;
}
#thumbFaderLeft {
	float:left;
	background: url(../images/ThumbnailFaderLeft.png);
	border-top-left-radius:0.75em;
	-moz-border-radius-topleft:0.75em;
}
#thumbFaderRight {
	float:right;
	background: url(../images/ThumbnailFaderRight.png);
	border-top-right-radius:0.75em;
	-moz-border-radius-topright:0.75em;
}
#thumbnails {
	overflow:hidden;
	position:absolute;
	top:12px;
	left:100px;
	z-index:1;
	height:75px;
}
#thumbnails img {
	position:relative;
	filter: alpha(opacity=65);
	opacity:0.75;
	margin: 0 2px;
	padding:0;
	border:1px solid black;
}
#thumbnails img:hover {
	filter: alpha(opacity=95);
	opacity:0.95;
}
#thumbnails img:active {
	filter: alpha(opacity=100);
	opacity:1;
}
#thumbnails em img {
	position:relative;
	filter: alpha(opacity=95);
	opacity:0.95;
	margin: 0 2px;
	padding:0;
}
#thumbnails em img:hover {
	filter: alpha(opacity=95);
	opacity:0.95;
}
#thumbnails em img:active {
	filter: alpha(opacity=100);
	opacity:1;
}


#notice {
	text-align:right;
}
#resume {
	width:90%;
	margin:0 auto;
	font-size:1em;
	text-align:left;
}
#resumeHeader p {
	font: 1em "Times New Roman", Times, serif;
	text-align:right;
	vertical-align:top;
	margin:0;
	padding:0;
}
#resumeHeaderName {
	font-size:1.2em;
	font-variant:small-caps;
}
#resume td {
	font: 0.9em Helvetica, Arial, Swiss, Sans-serif;
	padding:0.6em 0.5em 0.5em 0.5em;
	vertical-align:top;
}
#resume th {
	font: 1em Helvetica, Arial, Swiss, Sans-serif;
	font-weight:bold;
	padding:0.5em;
	vertical-align:top;
}
#resume th ul, #resume td ul {
	margin:0 1.5em 1em 1.5em;
	padding:0;
}
#resume th h3, #resume td h3 {
	font: italic bold 1.1em Helvetica, Arial, Swiss, Sans-serif;
	text-align:left;
	margin:0 0 0.5em 0;
	padding:0.1em 0 0 0;
	line-height:1;
	border:none;
}
#resumeHeader img {
	float:right;
	margin: 0.1em 0 0 1em;
	padding:0;
}


img, #thumbnailPane, #thumbFaderLeft, #thumbFaderRight, #thumbFaderLeft img, #thumbFaderRight img {
	behavior: url(iepngfix.htc);
}

/* These are standard sIFR styles... do not modify */
/*
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
*/
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
/*.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}*/

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*.sIFR-hasFlash #title h1 {
	visibility: hidden;
	font-size:48px;
	line-height:1;
	height:100px;
	margin:auto;
}
*/
/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
/* end sIFR replacement system */