html {
   overflow: scroll
}  /* This forces a scrollbar on short pages */

body {
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 0.9em;
  background: #f0eee4 url(images/coffee.gif);
  color: #333;
  margin: 0; 
}

img {
  border: 0;
}

a:link, a:visited {
  color: #476b45;
}

a:hover {
  color: #db9027;
}

a:active {
  color: #cc6600;
}

#header {
  position: relative;
  width: 800px;
  margin-top: 24px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  background: transparent url(images/mdheader.png) no-repeat;
  height: 110px;
  overflow: hidden;
}

#hdcontent {
  position: absolute;
  top: 52%;
  text-align: center;
  width: 300px;
  height: 55px;
  margin-top: -7px;
  margin-left: 460px;
  margin-right: 18px;
  overflow: hidden;
}

#hdcontent a:link, #hdcontent a:visited {
  color: #fff;
}

#hdcontent a:hover {
  color: #db9027;
}
#hdcontent a:active {
  color: #cc6600;
}


#navbar {
  position: relative;
  width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background: transparent url(images/mdnavbar.png) no-repeat;
  height: 20px;
}

#container {
  position: relative;
  width: 800px;
  min-height: 360px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;  
  background: transparent url(images/mdcontent.png);
}

#footer {
  position: relative;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: transparent url(images/mdfooter.png) no-repeat;
  height: 102px;
}

#ftcontent {
  text-align: right;
  font-size: 0.9em;
  line-height: 1.4;
  margin-top: 0em;
  margin-left: .5em;
  margin-right: 3em;
  padding: 0em 2em 0em 0em;
}

#menu {
  	position: absolute;
	width: 10em;
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 1.1em;
	border: 0;
	}

#menu ul {
	list-style: none;
	}
	
#menu li a {
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #476b45;
	display: block;
	padding: 1em 0 0 1em;
	}
	
#menu li a:hover {
	color: #db9027;
	padding: 1em 0 0 1em;
	}
	
#menu li a:active {
	color: #cc6600;
	padding: 1em 0 0 1em;
	border: 0;
	}

#content {
  position: relative;
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 0.9em;
  line-height: 1.5;
  margin-left: 12em;
  margin-right: 3em;
  padding: 1.3em 2em 1em 2em;
}

#content ul {
  margin-left: -3em;
  display: block;
  list-style: square;
}

#content li {
  margin-bottom: .5em;
}

.clientlist li {
  list-style: none;
  font-size: 0.9em;
  line-height: 1.2;
  margin-bottom: 0em;
}

.indented li {
  line-height: 1.2;
  margin-left: 3em;
  margin-bottom: -0.5em;
}

.smallcaps {
  font-size: 0.95em;
  text-transform: uppercase;
}

.gray {
  font-size: 1.2em;
  color: #666;
}

.green {
  font-size: 1.2em;
  color: #476b45;
}

.gold {
   color: #db9027;
}

#copyright {
  position: relative;
  width: 800px;
  text-align: center;
  margin-top: -1em;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75em; 
  color: #333;
}

