#back-top {
  position: fixed;
  bottom:20px;
  right: 2%;
  z-index: 100;
   }


@font-face {
    font-family: 'avenir';
}

a:focus, a:active{
    outline:none;
}


body {
	background-color: #bfbfbf;
	color: #404040;
	font-family: 'avenir';
	text-align: center;
	margin:0;
	padding:0;
}

A, A:visited {
	color: #0000cc;
} 
A:active {
	color: red;
}
A:hover {
	color: #ffffff;
	background-color: none;
}

H1 {
	font-family: 'Papyrus';
	font-size:40px;
	margin:0;
	padding:22px 0 0 0;
	font-weight:normal;
	color:#4D4D4D;
}
H1 SPAN {
	font-size:0.75em;
	font-family: 'avenir';
}

H2 {
	clear:left;
	font-weight: normal;
	font-size:1.1em;
	color: #ccc;
	margin-top:2em;
}

H3 {
	font-weight: normal;
}


.pgWrap {
	position: relative;
	width:980px;
	max-width:980px;
	margin:0px auto;
	text-align: left;
}

.mainNav {
	font-family: 'avenir';
	font-size: 1.1em;
	padding-top:20px;
	text-align: center;
}

.subNav {
	font-size: 1.25em;
	font-family: 'avenir';
	margin-top:5px;
	text-align: center;
}

.mainNav A,
.mainNav A:visited,
.subNav A,
.subNav A:visited {
	color:#404040;
	text-decoration: none;
	padding:0 10px;
}
.subNav A,
.subNav A:visited {
	margin:0 5px;
}
.mainNav A:hover,
.subNav A:hover {
	background: #404040;
	color: #ffffff;
}
.mainNav A.picked,
.subNav A.picked {
	color: #000000;
	background-color: #ffffff;
}
.mainNav A.picked:hover,
.subNav A.picked:hover {
	text-decoration: none;
}

.splash {
	background: #5e5e5e;
	text-align: center;
	margin-top: 30px;
}
.splash A:hover {
	background: transparent;
}
.splash IMG {
	margin:22px 32px;
}

dd {
	font-size: 0.9em;
	text-indent: -40px;
}
dt, P {
	font-size: 0.9em;
}
dl.resume_list {
	clear: left;
}
dl.resume_list dt {
	float:left;
}
dl.resume_list dd {
	margin-left:130px;
}

.retro_title_date {
	text-align: center;
	margin-top: 30px;
	line-height:1.3em;
}
.retro_title_date em {
	font-size: 1.25em;
	line-height:1.3em;
}

.ymTitle {
	text-align: center;
	line-height:1.3em;
}
.ymTitle B {
	font-size:1.25em;
	line-height:1.3em;
	font-weight:normal;
}

.footer {
	clear:both;
	text-align: center;
	margin-bottom:20px;
	font-size:0.85em;
	text-decoration: none;
}

.contact {
	font-size:1.3em;
	text-align:right;
	margin:15px 0 20px 0;
}
.contact A {
	color: #404040;
	text-decoration: none;
}
.contact A:hover {
	color: #ffffff;
	background-color: #404040;
	text-decoration: none;
}

H2, H3, H4, H5, P, dl {
	color: #404040;
}

H2, H3, H4, H5 {
	color: #555555;
/*
	font-family: "Times New Roman", Times, serif;
*/
}

#view_dialog h1 {
	float: left;
	font-family: 'avenir';
	font-size: 1.25em;
	font-style: italic;
	text-align: left;
	width:70%;
	color: #666666;
	font-weight: normal;
	margin-top:32px;
	padding: 0;
}
#view_dialog h1 span {
	float:right;
	font-style: normal;
	font-size:1em;
}

#view_dialog p {
	font-size: 0.9em;
	text-align: left;
}
#view_dialog .side_img {
	clear: left;
	float: right;
	width:100px;
	font-size:0.75em;
	text-align: center;
	margin: 0 10px;
}
#view_dialog .side_img p {
	visibility: hidden;
}
#view_dialog .content {
	width:80%;
	float: left;
}