/* My Jorgensen Family Stylesheet */


html {
	height: 100%;
	margin-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none;
	
	}
body {
	background-color: #ffffff;
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}
hr {
	background-color: #414e59;
	color: #414e59;
	border: none;
	height: 1px;
	width: 100%;
}
ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: disc;
	line-height: 1.5em;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #6e7a84;
	text-decoration: underline;
	font-weight: bold;
	text-align: right;
}
a:hover {
	color: #959595;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	color: #000000;
	font: bold 150% Arial;
	text-align: left;
	letter-spacing: 1px;
}
h2 {
	color: #811016;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;
}
h3 {
	color: #811016;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;
}

/* Move the content around to the right of the image*/
.home_title {
	margin-left: 220px;
}
.home_pic {
	margin-left: 220px;
}

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */
#header {
	background-position: center center;
	position: relative;
	height: 160px;
	background-color: #FFFFFF;
	border: 3px double #811016;
	margin: 20px 20px 20px 20px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 1px;
}
#banner {
	position: absolute;
	z-index: 99;
	left: 330px;
	top: 10px;
}
#links {
	position: absolute; 
	top: 220px; 
	left: 20px; 
	width: 166px; 
	height: 600px;
	font: 120% Arial, sans-serif; 
	z-index: 20;
  }
#links a {
	display: block; 
	text-align: center; 
	font: bold 1em Arial, sans-serif; 
	padding: 5px 10px; 
	margin: 0 0 1px; 
	border-width: 0; 
	text-decoration: none; 
	color: #811016; 
	background: #FFFFFF;
  }
#links a:hover {
	color: #FFFFFF; 
	background: #811016;
	border: 3px double #FFFFFF;
  }
 
#links a span {
	display: none;
  }
#links a:hover span {
	display: block;
	position: absolute; 
	top: 180px; 
	left: 0; 
	width: 125px;
	padding: 5px; 
	margin: 10px;  
	z-index: 100;
	color: #FFFFFF; 
	background: #811016;
	border: 3px double #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
  }
#home {
	position: absolute;
	z-index: 99;
	left: 160px;
	top: 40px;
}
#mainnav {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 120%;
}
#content {
	margin: 10px 20px 20px 200px;
	padding-right: 60px;
	padding-left: 60px;
	line-height: 1.5em;
  	border: 3px double #811016;
}
#footer {
	clear: both;
	background-color: #FFFFFF;
	border: 3px double #811016;
	margin: 20px 20px 20px 20px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.7em;
	font-size: 80%;
	height: 50px;
	word-spacing: 2px;
}
#footer a {
	font-weight: normal;
}
#footer a:hover {
	font-weight: normal;
}
#footer p {
	margin: 0;
	padding: 10px 0 0 0;
}
.imagemiddle-button {
	margin: 0 5px 0 0px;
	vertical-align: middle;
}
table {
	margin-left: 20px;
	margin-right: 20px;
	border: none;
}
td, th {
	border: none;
	padding: 5px;
}
.center-aligned {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}


