/* lightbox */
#lightbox {
	background-color: #eee;
	color: #000;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightbox a:link {
  color: #00f;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption { 
  float: left; 
}

#keyboardMsg { 
  float: right; 
}

#closeButton { 
  top: 5px; 
  right: 5px; 
}

#lightbox img { 
  border: none; 
  clear: both;
} 
#overlay img { 
  border: none; 
}

#overlay{ 
  background-image: url( /Image/CmsImage/Overlay ); 
}

/* dynamicImage */
.image a img {
  border: 0;
}

.constrained {
  width: 67em;
  max-width: 100%;
  min-width: 700px;
  margin: auto;
}

#content, .columnGroup, .columns, .column, .paddingWrapper {
  position: relative;
}

.column {
  float: left;
}

.columns {
  overflow: auto;
  z-index: 1;
}

#aboutUs-0, #aboutUs-0-background {
  width: 100%;
}

.backgrounds {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.backgrounds .column {
  height: 100%;
}