@charset "utf-8";
/* CSS Document */



body {

	font-family: Georgia, Times, "Times New Roman", serif;

	font-size: 13px;
	line-height:20px;
	color: #48423f;
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	background-image:url(images/background.jpg); 
	background-repeat:no-repeat;

}

* {margin: 0px;padding: 0px;}

#container {
	margin: 0px auto;
	text-align: left;
	width: 950px;
	height:inherit;
	overflow:hidden;
	background-color:#faf7f3;
	margin-top:10px;
}

h1, h2, h3, h4, h5, h6 {font-family: Georgia, Times, "Times New Roman", serif; padding-bottom: 5px; color: #48423F;  line-height: 1em; font-weight: normal; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #452b29; }
h1 { font-size: 19px; line-height:25px; color:#452b29;}
h2 { font-size: 18px; line-height:22px;}
h3 { font-size: 16px; line-height:22px;}
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 14px; }

#container div p {
	font-style: normal;
}

ul {

	font-size: 13px;
	line-height:20px;
color: #000000;
text-decoration: none;
font-style:normal;
text-indent: 0px;
list-style-position: outside;
list-style-image: url(arrow.gif);
list-style-type: square;
padding: 16px;
margin: 2px;
padding-left:25px;
padding-right:30px;
}

li
{
padding-left: 10px;
}

p {
	padding: 10px 10px 10px 10px;
	display:block;
	color:#000;
	background-color: #faf7f3;
	font-size: 13px;
	line-height: 20px;
	font-weight:normal;

}

a {
	color:#116161;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
		font-weight:bold;
	
}
a:hover{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	color:#000; }
	
	
	table.imagetable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
table.imagetable th {
	background:#b5cfd2;
	background-image:url(images/cell-blue.jpg);
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
}
table.imagetable td {
	background:#dcddc0;
		background-image:url(images/cell-grey.jpg);
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
}
	


#header {
	background-image:url(images/header.jpg);
	width:850px;
	height:223px;
	background-repeat:no-repeat;
}

#header-german {
	background-image:url(images/header-german.jpg);
	width:850px;
	height:223px;
	background-repeat:no-repeat;
}

#header-walker {
	background-image:url(images/header-walker-lightfoot.jpg);
	width:850px;
	height:223px;
	background-repeat:no-repeat;
}

#header-meyers {
	background-image:url(images/Meyersheader.jpg);
	width:850px;
	height:223px;
	background-repeat:no-repeat;
}

#header-journal {
	background-image:url(images/header_journal.jpg);
	width:850px;
	height:223px;
	background-repeat:no-repeat;
}

#header_steffens {
	background-image:url(images/header_steffens.jpg);
	width:850px;
	height:223px;
	background-repeat:no-repeat;
}


hr {
	border: 0;
  width: 100%;
  color:#999;
background-color: #999;
height: 1px;
  }
  
  /*========Photo Gallery ==============*/
  <style type="text/css">

.gallerycontainer{
position: relative;
height:600px;
float:right;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


/*============navigation===============*/
#navcontainer { 
width: 240px; 
float:left; 
margin-left:10px; 
padding-right:20px;
background-color:#e5f0f4;}

#navcontainer ul
{
margin-left: 0;
margin-right:0px;
padding-left: 0;
padding-right: 0px;
list-style-type: none;
line-height:24px;
font-weight:normal;

}

#navcontainer a
{
display: block;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 10px;
background-color:#d1e4e8;

border-bottom: 1px solid #eee;
font-weight:normal;
font-size:14px;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
background-image:url(images/nav_dn.jpg);
background-repeat:no-repeat;
color:#333;
}
/*============end navigation===============*/




  #col1 {
	width: 300px;
	padding-top:10px;
	padding-bottom: 10px;
	Padding-left: 10px;
	padding-right:10px;
	float:left;
  }
  
    #col1a {
	width: 305px;
	padding-top:0px;
	padding-bottom: 10px;
	Padding-left: 10px;
	padding-right:10px;
	float:left;
  }
  
      #col1b {
	width: 410px;
	padding-top:10px;
	padding-bottom: 10px;
	Padding-left: 10px;
	padding-right:10px;
	float:right;
  }
  
        #col1c {
	width: 200px;
	padding-top:10px;
	padding-bottom: 10px;
	Padding-left: 10px;
	padding-right:10px;
	float:left;
  }
  
#col2 {
	width: 280px;
	background-color:#faf7f3;
	padding-top:10px;
	padding-right:10px;
	padding-bottom: 10px;
	Padding-left: 20px;
	margin-right:10px;
	float:left;
	text-align: left;
  }
  #col2a {
	width: 295px;
	background-color:#faf7f3;
	padding-top:10px;
	padding-right:10px;
	padding-bottom: 10px;
	Padding-left: 20px;
	margin-right:10px;
	float:left;
	text-align: left;
  }
  
    #col2b {
	width: 185px;
	background-color:#faf7f3;
	padding-top:10px;
	padding-right:10px;
	padding-bottom: 10px;
	Padding-left: 20px;
	margin-right:10px;
	float:left;
	text-align: left;
  }
     #col2c {
	width: 400px;
	background-color:#faf7f3;
	padding-top:10px;
	padding-right:10px;
	padding-bottom: 10px;
	Padding-left: 20px;
	margin-right:10px;
	float:right;
	text-align: left;
  }
  
  #col3 {
	width: 600px;
	text-align:left;
	padding-top:10px;
	padding-bottom: 10px;
	Padding-left: 30px;
	padding-right:30px;
	float:left;
  }
  
    #col4 {
	width: 520px;
	padding-top:10px;
	padding-bottom: 10px;
	Padding-left: 10px;
	float:left;
  }
  
      #col5 {
	width: 420px;
	padding-top:10px;
	padding-bottom: 10px;
	Padding-left: 10px;
	float:left;
  }
	


#footer {
	width:850px;
	padding-top:20px;
	line-height:14px;
	text-align:center;
	color: #666;
	float: none;
	clear: both; }

.wrapper, block { width:100%; overflow:hidden;}

.indent {
	padding-left:50px; 
	color:#060;}



#box {margin-left:15px; padding:15px; background:#fff; border:thin #CCC solid; color:#000;}

#gen {font-size:16px;}