body
{
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	background-attachment:fixed;
}

body a
{
	font-family: verdana, arial, san serif;
	color: #C0C0C0;
	text-decoration: none;
}

body a:hover
{
	font-family: verdana, arial, san serif;
	color: #E0E0E0;
	text-decoration: none;
}

#logo
{
	font-family: verdana, arial, san serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 28pt;
}

#top
{
	position: relative;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 305px;
	background: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 100;
	color: white;
}

#menu_bg
{
	position: relative;
	width: 1024px;
	top: -85px;
	background: url('images/menu_bg.png');
	z-index: 200;
	margin-left: auto;
	margin-right: auto;
}

#menu
{
	position: relative;
	width: 1024px;
	font-family: verdana, arial, san serif;
}

.sub_menu
{
	font-size: 8pt;
}

#content_bg
{
	position: relative;
	background-color: white;
	background-position: top right;
	top: 40px;
}

#content_bg_image
{
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, arial, san serif;
	color: #000000;
	padding: 10px;
	font-size: 10pt;
}

#content h1
{
	font-family: verdana, arial, san serif;
	color: #303030;
	font-size: 12pt;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content h2
{
	font-family: verdana, arial, san serif;
	color: #303030;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

#content h3
{
	font-family: verdana, arial, san serif;
	color: #303030;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content a
{
	font-family: verdana, arial, san serif;
	color: #000000;
	font-size: 8pt;
}

#content td
{
//	padding-left: 5px;
//	padding-right: 5px;
}

#content .firstpage td
{
	padding-left: 10px;
    padding-bottom: 40px;
}

#content .firstpage .tablespace
{
	background: url('images/border_line.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#footer
{
	position: relative;
	top: 60px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, arial, san serif;
	color: #909090;
	margin-bottom: 10px;
	font-size: 8pt;
}

.resume
{
  width: 50%;
  overflow: auto;
}

.resume table
{
 width: 100%;
}

.resume td
{
 font-family: verdana, arial, helvetica, san serif;
 font-size: 8pt;
 color: black;
 text-align: left;
 padding-left: 10px;
}

.resume ul
{
 font-family: verdana, arial, helvetica, san serif;
 font-size: 8pt;
 color: black;
 text-align: left;
}

.resume li
{
 margin: 5px;
}

.resume h1
{
	font-family: verdana, arial, san serif;
	color: #303030;
	font-size: 1pt;
	margin-top: 10px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#headshot
{
 position: absolute;
 top: 50px;
 right: 64px;
 width: 177px;
 height: 200px;
}

#pdf
{
 position: absolute;
 top: 300px;
 right: 54px;
 width: 200px;
 height: 50px;
 font-size: 10pt;
 text-align: center;
}

#pdf a
{
 font-weight: bold;
 text-decoration: none;
 color: black;
}

.news
{
	overflow: hidden;
	width: 100%;
	margin-top: 40px;
}

.news_list
{
	float: left;
	height: 100px;
	width: 18%;
	margin-right: 10px;
	border-right: 1px solid #C0C0C0;
}

.news_main
{
	background: url('images/border_line.png');
	background-position: top right;
	background-repeat: no-repeat;
}

.main_photo
{
	margin: 20px;
}

.main_photo_span
{
	float: left;
}

.main_photo_div
{
	margin-left: 20px;
	margin-right: 20px;
	background: url('images/photo_shadow.png');
	font-size: 18pt;
	color: white;
	position: relative;
	top: -80px;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
