/* document -----*/

* {
  margin: 0;
  padding: 0;
}
body {
  padding: 20px 0;
  color: #333;
  font: 11px/normal Georgia, "Times New Roman", Times, serif;
  text-align: center;
  background: #faf9ec url(http://www.pmcpas.net/images/background.gif) center top repeat;
}
#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#body {
  background: url(http://www.pmcpas.net/images/dropshadow.png) center top no-repeat;
}
.clear:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}


/* general typography -----*/

h3 {
  margin-bottom: 1em;
  padding-bottom: 5px;
  color: #000;
  font: bold 18px/normal Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px solid #6c9cae;
}
h4 {
  margin-top: 1em;
  color: #333;
  font: bold 14px/normal Georgia, "Times New Roman", Times, serif;
  clear: both;
}
p {
  margin: 1em 0;
}
ul {
  margin: 1em 0;
  padding-left: 2em;
  list-style-image: url(http://www.pmcpas.net/images/bullet.gif);
}
img.portrait {
  margin: 0 1em 5em 0;
  border: 1px solid #608594;
  float: left;
}
a {
  color: #333;
  text-decoration: underline;
}
a:visited {
  color: #666;
  text-decoration: none;
  border-bottom: 1px dashed #666;
}
a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6591a2;
  border: none;
}
a img {
  border: none;
}


/* navigation -----*/

#nav {
  height: 30px;
  padding: 0 30px;
}
#nav ul {
  width: 350px;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  float: right;
}
#nav li {
  float: left;
}
#nav li a {
  width: 69px;
  height: 30px;
  color: #fff;
  font: bold 11px/30px Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  background: url(http://www.pmcpas.net/images/nav2.gif) center top no-repeat;
  border-right: 1px solid #7a756a;
  float: left;
  display: block;
}
#nav li.first a {
  background-position: left top;
}
#nav li.last a {
  width: 70px;
  background-position: right top;
  border: none;
}
#nav li a:hover {
  background-position: center bottom;
}
#nav li.first a:hover {
  background-position: left bottom;
}
#nav li.last a:hover {
  width: 70px;
  background-position: right bottom;
  border: none;
}


/* masthead -----*/

#masthead {
  height: 120px;
  margin: 0 30px;
  background: url(http://www.pmcpas.net/images/masthead.jpg) center center no-repeat;
}
#masthead * {
  display: none;
}


/* page content -----*/

#content {
  margin: 0 30px;
  background: #fff;
}
#left {
  width: 330px;
  margin: 40px 0 40px 30px;
  float: left;
}
#right {
  width: 351px;
  margin: 0 9px 40px 0;
  float: right;
}
#right a {
  color: #6591a2;
}
#right a:visited {
  border-color: #6591a2;
}
#right a:hover {
  color: #fff;
}
#intro {
  margin-bottom: 20px;
  height: 319px;
  padding: 1px 30px 0;
  color: #6591a2;
  font-size: 14px;
  line-height: 1.5em;
  background: url(http://www.pmcpas.net/images/intro2.jpg) center top no-repeat;
  position: relative;
}
#intro ul {
  line-height: normal;
  list-style-type: square;
  list-style-image: none;
}
#aboutLink {
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
#aboutLink a {
  background: none;
  border: none;
}
#right .content {
  margin-left: 20px;
}
#footer {
  padding: 1em 30px;
  color: #fff;
  font: 11px/1.5em Helvetica, Arial, sans-serif;
  background: #6591a2 url(http://www.pmcpas.net/images/footer.gif) center top repeat-x;
  clear: both;
}
#footer p {
  margin: 0;
}


/* forms -----*/

fieldset {
  margin: 1em 0;
  padding: 0 1em;
  background: #eee;
  border: 1px solid #ccc;
  border-width: 1px 0;
}
legend {
  width: auto;
  padding: 0 1em;
  font-weight: bold;
  background: #ccc;
  display: block;
}
label {
  width: 120px;
  float: left;
}
fieldset p {
  clear: both;
}
.required {
  color: #c00;
}