/*ErieSecondary.css
Town of Erie*/

/*S. Clason, stevec@topdogstrategy.com
07 Jun 07*/


* {
  padding: 0;
  margin: 0;
}
body, ul, li, h1, h2, h3, h4, ol {
  padding: 0;
  margin: 0;
}
body {
  background-color: #CDDC9B;
}
#wrapper {
  width: 1004px;
  padding: 0 10px;
  font-size: 76%;
  font-family: arial, helvetica, sans-serif;
  background-color: #698CB2;
  margin: 0px auto ;
}
#header { 
  margin: 0; 
  padding: 0; 
  position: relative;
  background-color: #4E7095;
  z-index: 4;
}
#header h1 { 
  letter-spacing: -.05em; 
  margin: 0; 
  padding: 0; 
  width: 100%;
  height: 125px;
  border: none;
  text-transform: uppercase;
  color: #F8E15F;
  font-size: 2.5em;
  font-weight: normal;
  background-image: url("/css/images/Erie-home-head4.jpg");
  background-repeat: no-repeat;
  background-position: right;
  
}
#header h1 span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
} 


/* Utility Horizontal Nav */
#utilityNav {
  background-color: #4E7095;
  color: #fff;
}
#utilityNav li a {
  text-decoration: none;
  color: #fff;
}
#utilityNav li ul {
  background-color: #4E7095;
  color: #fff;
}
#utilityNav li li a {
  color: #fff;
}
#utilityNav a:hover {
  color: #fff;
}



#contentWrap {
  background-color: #fff;
  width: 1004px;
}
#content {
  padding: 35px 12px 30px 35px;
}
#content h1 {
  font-size: 1.8em;
  color: #698CB2;
}
#content h2 {
  font-size: 1.4em;
  color: #698CB2;
  font-style: italic;
  margin-top: 1em;
}
#homeImage {
  float: left;
  clear: left;
  width: 322px;
  height: 202px;
  margin: 13px 14px 34px 24px;
  overflow: hidden;
  background-color: silver;
}
#content #spotlight {
  background-image: url("images/spotlightBackground.png");
  background-repeat: no-repeat;
  background-color: #CDDC9B;
  color: #000;
  height: 182px;
  width: 392px;
  padding: 8px;
  margin-top: 20px;
}
#content #spotlight h1 {
 color: #698CB2;
 font-size: 2.5em;
 font-variant: small-caps;
 padding: 0 0 0 13px;
 margin: 0;
 font-family:  Geneva, Helvetica, sans-serif;
 font-weight: bold;
} 
#content #spotlight img {
  float: right;
  margin: 0;
  padding: 0 25px 0 0;
}
#content #spotlight h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  padding-left: 53px;
}
#spotlight h2 a, #spotlight h2 a:link, #spotlight h2 a:visited, 
#spotlight h2 a:hover, #spotlight h2 a:active {
  color: #000;
  text-decoration: none;
}


/*Sidebar */
#sidebar {
  border-left: 3px solid #698CB2;
}
#sidebar h1 {
  font-family: geneva, helvetica, sans serif;
  letter-spacing: -1px;
}
#sidebar li {
  margin-left: 22px;
}
#sidebar h2 {
	clear: both;
}
#sidebar h2#seeAll, #sidebar h2.seeAll {
  line-height: 60px;
  border: none;
  background-image: none;
  text-decoration: none;
  vertical-align: middle;
}
#sidebar h2.seeAll {
	line-height: 1;
	height: 40px;
	margin-top: 20px;
}
#sidebar h2.seeAll a {
}
#seeAll img {
  border: none;
  vertical-align: middle;
}
/* seeAll class is for Home page template, v.2. */
.seeAll img {
	border: none;
	float: left;
	position: relative;
	top: -15px;
}
h2#seeAll a, h2#seeAll a:link, h2#seeAll a:visited, h2#seeAll:hover, h2#seeAll active,
  h2.seeAll a, h2.seeAll a:link, h2.seeAll a:visited, h2.seeAll:hover, h2.seeAll active {
  color: #CF884A !important; 
  text-decoration: none !important;
}
#weather {
  font-size: 13px;
  line-height: 1.1;
}
#weather p {
  color: #698cb2;
  margin: 0 0 1em 0;
  padding: 0;
}
#weather table {
  width: 200px;
  margin: 0;
}
td.weatherIcon {
  width: 84px;
  text-align: center;
}
#weather h3 {
  color: #698CB2;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#hotTopics, #quickLinks {
  color: #698CB2;
  font-size: 12px;
  line-height: 1.1;
}
#hotTopics span{
  font-weight: bold;
}

/* */
/* #hotTopics ul, #quickLinks ul {
  list-style-type: none;
}
#hotTopics li, #quickLinks li {
  list-style-type: none;
  margin-left: 36px;
  line-height: 1.5;
}
#hotTopics a, #hotTopics a:link, #hotTopics a:visited, #hotTopics a:hover, 
#hotTopics a:active, #quickLinks a, #quickLinks a:link, #quickLinks a:visited, 
#quickLinks a:hover, #quickLinks a:active {
  color: #698CB2;
  text-decoration: none;
}
#hotTopics a:hover, #quickLinks a:hover {
  text-decoration: underline;
} */
/* */
#quickLinks {
  padding: 0 11px;
  margin-top: 12px;
}
#quickLinks h2 {
  margin: 0;
}
#quickLinksList {
  position: absolute;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  zoom: 1;
  z-index: 10;
  margin: 0px;
  /*background-color: #CDDC9B;*/
  background-color: #fff;
 /* background-image: url("images/quickLinksListBackground.png");
*/
  background-repeat: repeat-x;
  width: 173px;
}
#quickLinksList ul {
  margin: 0;
  padding: 0;
}
#hotTopics ul {
  margin: 0;
  padding: 0;
}
#hotTopics li {
  margin: 0;
  padding: 0 0 0 22px;
}
#ErieTV {
  text-align: left;
}

#homeNews {
  clear: left;
}
#homeNews h3 {
  margin-top: 1em;
}

/*     SLIDESHOW      */
#slideshow {
  float: left;
  margin: 43px 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;
}

