/* CSS Document */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
	{
	margin:0;
	padding:0;
	}
	
ul,li 
	{
	list-style-type:none;
	}
	
body 
	{
	color:#FFFFFF;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
h1, h2
	{
	padding-top: 5px;
	padding-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.3em;
	}
	
hr {
	clear:both;
	height: 1px;
	}
	
.clear {
	clear:both;
	}
	
.centered, p.centered {
	text-align:center;
	}
	
.right {
	text-align:right;
	}
			
img 
	{
	border:0;
	margin:0;
	}	
	
.pad-right
	{
	padding-right: 5px;
	}
	
.pad-left
	{
	padding-left: 5px;
	}
	
a
	{
	text-decoration:none;
	}

a:hover
	{
	text-decoration:underline;
	}
	
	
.float-right
	{
	float:right;
	}
	
.float-left
	{
	float:left;
	}

/********************************* END OF GLOBAL *********************************/	

/********************************* Page Structure *********************************/
#header
	{
	margin:0;
	background-image:url(images/header.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 60px;
  	padding-left:10px;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 3px;
	}
	
#top-bar
	{
	background-image:url(images/jmd-800box-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 31px;
	clear:both;
	width:100%;
	}
	
#container
	{
	background-image:url(images/jmd-800box-content.jpg);
	background-repeat:repeat-y;
	background-color:#860404;
	text-align:left;
	width:800px;
	margin:0 auto;
	}
	
#wrapper
	{
	width: 100%;
	}
	
#content
	{
	float:right;
	width:485px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 75px;
	padding-left: 25px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 2.2em;
	}
	
#content a
	{
	color:#FFFFFF;
	}
	
	
#address
	{
	padding-left: 15px;
	line-height: 1.5em;
	}
	
#navigation
	{
	margin-top: 10px;
	padding-bottom: 15px;
	padding-right: 5px;
	float:left;
	margin-left: 50px;
	width:159px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.2em;
	border-right: solid 1px #FFFFFF;
	}


#navigation a:link
	{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#navigation a:visited
	{
	color:#FFFFFF;
	text-decoration:none;
	}

#navigation a:hover
	{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.menu
	{
	padding-top: 15px;
	}
	
.sub-menu
	{
	line-height: 2em;
	padding-left: 15px;
	}

#footer
	{
	background:#FFFFFF;
	color: #FFF;
	margin:0;
	padding:5px 10px;
	font-family:Goudy, "Times New Roman", Times, serif;
   	font-size:18px;
   	font-weight:bold;
   	letter-spacing:120%;
   	text-align:center;
   	color:#860404;
	}
	
#extra
	{
	background-image:url(images/jmd-800box-bot.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 31px;
	clear:both;
	width:100%;
	}
	
#mike
	{
	background-image:url(images/jmd-800box-bot.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 30px;
	padding-right: 31px;
	clear:both;
	width:769px;
	text-align:right;
	}
	
#mike img
	{
	text-align:right;
	}
	
#next
	{
	height: 50px;
	float: right;
	width: 200px;
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.2em;
	text-align:right;
	}	
	
#next a:link
	{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#next a:visited
	{
	color:#FFFFFF;
	text-decoration:none;
	}

#next a:hover
	{
	color:#FFFFFF;
	text-decoration:underline;
	}

#wrapper
	{
	background-image:url(images/equal-opportunity-housing.jpg);
	min-height: 400px;
	background-repeat:no-repeat;
	background-position:center;
	}
	
#copyright
	{
	background-color:#FFFFFF;
	text-align:center;
	color:#666666;
	padding: 12px;
	clear:both;
	width:100%;
	}
	
#copyright a:link
	{
	color:#666666;
	text-decoration:none;
	}
	
#copyright a:visited
	{
	color:#666666;
	text-decoration:none;
	}

#copyright a:hover
	{
	color:#666666;
	text-decoration:underline;
	}	
	

/*************************************  RESUME CODING ***************************/
.italic
   {
   font-style:italic;
   }
   
.resume-type
   {
   font-size:16px;
   line-height:120%;
   margin-bottom:12px;
   margin-top:6px;
   }
   
.ul-resume
   {
   font-size:14px;
   list-style-type:disc;
   list-style-position:inside;
   margin-bottom:16px;
   }
   
li
   {
   line-height:140%;
   margin-bottom:10px;
   }

#pdf
	{
	padding-left: 10px;
	font-size:10px;
	}
	
#pdf a
	{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#pdf a:hover
	{
	font-size:10px;
	text-decoration:underline;
	}
	
