/*ErieSecondary.css
Town of Erie*/

/*S. Clason, stevec@topdogstrategy.com
07 Jun 07*/

#header h1 {
  background-image: url("/css/images/Erie-website.pg2-head.gif");
  background-repeat: no-repeat;
}
#header h1 { 
}
#contentWrap {
  background-color: #fff;
  width: 1003px;
}
#dropShadow {
  position: absolute;
  width: 1012px;
  height: 203px;
}
#mainImage {
  position: relative;
  left: 0;
  top: 0;
  width: 1004px;
  height: 196px;
  overflow: hidden;
  zoom: 1;
}
#sidebar {
  background-color: #fff;
  border: none;
  float: right;
  width: 180px;
  margin: 29px 22px 0 0;
}
#sidebar ul {
  margin-top: .6em;
}
#sidebar li {
  margin-left: 15px;
}
#sectionNav {
  background-color: #fff;
  border: none;
  font-size: 12px;
  color: #698CB2;
}
#sectionNav img {
  display: block;
}
h1#sectionNavHead {
  width: 173px;
  font-size: 1.2em;
  color: #CF884A;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: 1px solid #c4c2c3;
  border-left: 1px solid #c4c2c3;
}
#content {
  padding: 0 0 30px 33px;
  margin-right: 261px;
}
#content h1 {
  font-size: 1.2em;
  color: #CF884A;
  margin-bottom: 9px;
  padding-left: 30px;
  background-image: url("../images/contentH1.png");
  background-repeat: no-repeat;
  background-position: left;
}
#content h2 {
  font-size: 1.1em;
  color: #698CB2;
  margin-bottom: 9px;
  font-weight: bold;
  font-style: oblique;
}
#content p {
  margin-bottom: 1ex;
}



/* EMPLOYMENT FORM */
#employmentForm {
  width: 932px;
}
#employmentForm div#content {
  width: 932px;
  line-height: 200%;
}
#employmentForm table {
  background-color: silver;
  margin-bottom: 1em;
}
#employmentForm td {
  padding: 7px 10px 7px 10px;
}
#employmentForm td label {
  margin: 0;
}
#employmentForm label {
  margin-left: 1em;
}
#employmentForm p {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#employmentForm div#policeApp {
  display: none;
}
label.required, p.required, h2.required {
  background-color: #ffffaa;
}
input.required {
  background-color: #fff;
}
/*     SLIDESHOW      */
#slideshow {
  float: left;
  margin: 15px 12px 12px 35px;
  position: relative;
  background-color: #fff;
  border: 1px solid silver;
  width: 322px;
  height: 202px;
  overflow: hidden;
}
#slideControlBackground {
  background-color: #000;
  height: 25px;
  width: 322px;
  opacity: .5;
  filter: alpha(opacity='50');
  position: absolute;
  top: 177px;
}
#slideControl {
  height: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 177px;
  background-color: transparent;
}
#slideControl a, #slideControl a:link, #slideControl a:visited, 
#slideControl a:hover, #slideControl a:active {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#nextButton {
  position: absolute;
  left: 48px;
}
#prevButton {
 position: absolute;
 left: 11px; 
}
#imageTitle {
  text-align: right;
  margin-right: 8px;
  font-size: 80%;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  width: 260px;
  background-color: transparent;
  position: absolute;
  top: 177px;
  left: 60px;
}

