/*****
Website: precint4410
Last update: 03-27-2013
CSS Public website structural properties
*****/
a.hidden:link {
  text-decoration: none;
}
div#bottom {
} /* bottom containts the footer components. */
div#footer {
  width: 100%;
  text-align: center;
	padding-top: 5px;
} /* footer does not need height attributes. */
div#header {
  overflow: hidden;
}
div#headertop {
  width: 100%;
  float: left;
}
div#logodiv {
  width: 100%;
  margin-left: 10px;
  height: 80px;
  background-image: url(../images/logompnam.png);
  background-repeat: no-repeat;
  background-position: top left;
}
div#main {
  width: 100%;
} /* main is the top level container for the website. */
div#menudiv {
  width: 100%;
  background-image: url(../images/menubg.jpeg);
  background-repeat: repeat-x;
  background-position: top left;
  float:left;
}
div#top {
  padding: 0;
  border: 0;
  margin: 0;
  overflow: hidden;
} /* top contains the body header and navigation components. */
div.borderblack {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
div.borderyellow {
  width: 100%;
  height: 1px;
  background-color: #F4E10D;
}
div.borderwhite {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
div.menupage {
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: transparent;
  float: left;
}
div.menupagert {
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: transparent;
  float: right;
}
img#logomp {
 margin-left: 70px;
}
img {
  display: block;
  vertical-align: bottom;
}
p.footer {
  font-family: Palatino, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 8pt;
  color: #000000;
}
p.subtitle {
	background: transparent;
}
p.title {
	background: transparent;
}
span.subtitle {
	background: transparent;
  padding-left: 0.5em;
}
span.title {
	background: transparent;
}