/* ================================ popup / lightbox formatting  ================================ */

.lightboxcontent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0px;
  color: #cdc1b4;
  width: 435px;
  padding-left: 20px;
  padding-top: 10px;
  text-align: justify;
}

.lightboxslideshow {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin: 0px;
  color: #cdc1b4;
  width: 460px;
  margin-left: 20px;
  padding-top: 10px;
}

.lightboxcontent a, .lightboxslideshow a {
  color: #cdc1b4;
  text-decoration: none;
}

.lightboxcontent a:hover, .lightboxslideshow a:hover {
  color: #e6e0d9;
  text-decoration: underline;
}

.lightboxcontent h1 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  font-weight: normal;
  text-transform: uppercase;
}

.slideshowclear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.redbg {
  background-color: #8b1e18;
}

/* these were provided,  not actually using them as of now...  */

a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #a9d06a;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #555555;
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #09F;
}		

.hidden {
	display : none;
}



