html, body, * {
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-family: Verdana, Helvetica, Sans-serif;
}    

a img {
  border-width: 0px;
}
    
ul {
  list-style-type: none;
}  

html, body, #page-wrapper {
  height: 99.3%;
}

body > #page-wrapper {
  height: auto;
  min-height: 100%; 
}

#page-wrapper {
  width: 800px;
  margin: 0 auto;
}

#page {
  padding-bottom: 60px;
}

#footer-wrapper {
  width: 800px;
  margin: 0 auto;

  position: relative;
  margin-top: -60px;
  height: 60px;
  clear: both;

}

#footer {
  padding: 0px;
}

div#navigation ul {
  list-style-type: none;
}

div#breadcrumb-wrapper {
  margin: 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  
  padding: 10px;
  margin-bottom: 10px;
}

#content {
  padding: 10px;
  width: 780px;
}

div#footer p {
 font-size: 9px;
}

div.clear {
  clear: both;
}

#content-wrapper {
  width: 800px;
  float: left;
}

.clearfix:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.googlemap {
  text-align: center;
}

#toc-wrapper {
  float: right;
  border: solid #f0f0f0 1px;
  padding: 8px;
  background-color: #fafafa;
  min-width: 140px;
  margin-left: 10px;
  margin-bottom: 10px;
  display: none;
}

#toc {
  margin-left: 0px;
}

#toc li {
  margin-top: 1px;
  margin-bottom: 1px;
}

#toc ul {
  list-style-type: none;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 20px;
  text-align: left;
}


a {
  cursor: pointer;

}

.highlight { 
  background-color: yellow;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}


































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

