html,body {
  background-color: #b9bd82;
  margin:0;
  padding:0;
  width: 100%;
  height:100%;
  font-family: sans-serif;
  font-size: 12pt;
  color: #4f5231;
}

#container {
position:relative;
width:100%;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
vertical-align:top;
}


p {
  font-family: sans-serif;
  font-size: medium;
  /*margin: 1em;*/
}

h1,h2,h3,h4 {
    margin: 1em;
}

.content-title {
font-size: 18pt;
}

a, a:link { color: #333; }
a:visited { color: #777; }
a:hover, a:focus { color: #fff; }
a:active { color: #606; }
#header a:visited { color: #333; }
#header a:hover { background: transparent; }

ul#primary li {
  margin-left: -1em; padding: 0;
  list-style-type: square;
  list-style-image: url("img/menu-marker-white.png");
  font-size: small;
  border-bottom: 1px dotted #ffffff;
}

ul#primary-horizontal li {
  display: inline;
  list-style-type: none;
}

#primary a, #primary a:visited {
  color: #ffffff;
  text-decoration: none;
}

ul.menu li {
  list-style-type: square;
  list-style-image: url("img/menu-marker-green.png");
  text-decoration: underline;
}

.active a:visited {
	font-weight: bold; color: #4f5231;
}

#site-phone {
    color: #ffffff;
}

#copyright {
  margin-top: 0em; 
  font-size: .7em;
}

.block-menu {
    margin-top: .5em;
    margin-bottom: .5em;
}
