/* Below is adjusted for Lightbox */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox im g{ 
	width: auto;
	height: auto;
}
#lightbox a img{ 
	border: none;
}
#outerImageContainer{ 
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{ 
	padding: 10px;
}
#loading{ 
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;	
}
#hoverNav{ 
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}
#prevLink, #nextLink{ 
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink { 
	left: 0;
	float: left;
}
#nextLink { 
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(/images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer{ 
	font: 10px Helvetica, Verdana, Arial, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
}
#imageData{	
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails{ 
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption{ 
	font-weight: bold;
}
#imageData #numberDisplay{ 
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose{ 
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}	 	
#overlay{ 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}


/* Old Stylesheet Stuff */
@charset "utf-8";
body  {
	font: 100% Verdana, Arial, sans-serif, Helvetica;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
body, p, ol, ul, td {
  font-size:   15px;
  line-height: 22px;
  color: #c7b07c;
}
h5, h4, h3, h2, h1 {
	color: #FFFFFF;
}
#container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1C0E07; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0 0px 0 0px;
	background: #1C0E07 url(../images/fauxbackground.jpg) no-repeat;
	width: 1024px;
		  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#asllogo{
	padding-top: 20px;
	padding-right: 45px;
}
#navHeader{
	padding-top: 10px;
}
#navHeader li{
	list-style: none;
	display: inline;

}
#navHeader li a{
	color: #FFF;
	text-decoration: none;
}
#navHeader li a:visited{
	color: #FFF;
	text-decoration: none;
}
#navHeader li a:hover{
	color: #111;
	background-color: none;
	text-decoration: none;
}
#mainContent { 
	width: 1024;
	background: #1C0E07; 
	margin: 0 0 0 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 25px 0px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer { 
	padding: 0 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #1C0E07 url(../images/fauxbackground.jpg) no-repeat; 
	width: 1024px;
	height: auto;
}
#navFooter {
	padding-top: 70px;
}
#navFooter li {
	list-style: none;
	display: inline;
}
#navFooter li a {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
#navFooter li a:visited {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
#navFooter li a:hover {
	background: #1c0e07; 
	color: #7d4918;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	border: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.gallery ol{
	margin: 20px 20px 20px 20px;	
}
.gallery li{
	list-style: none;
	display: inline;
	margin: 0px 20px 0px 0px;
}
.gallery li img {
	vertical-align: center;
	max-height: 100px;
	max-width: 150px;
	border: black;
	border-width: thin;
	border-style: solid;	
}
.partners{
	width: 700px;
	margin: auto;	
}
.partners li{
	list-style: none;
	display: inline;
	margin: 0px 120px 0px 0px;
}
.partners li img {
	max-height: 50px;	
}
.narrow {
	margin-left: 25px;
	margin-right: 75px;
}
li{
	list-style: none;
}
li a{
	color: #c7b07c;
	text-decoration: none;
}
li a:visited{
	color: #c7b07c;
	text-decoration: none;
}
li a:hover{
	color: #7d4918;
	background-color: none;
	text-decoration: none;
.locations {
	list-style: none;
}
.locations li{
	padding-bottom: 20px;
}
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}


table
{
	border-collapse:collapse;
	border-width:0;
	empty-cells:show
}
sup,sub
{
	font-size:.7em
}
input,select,textarea,option
{
	font-family:inherit;
	font-size:inherit
}


/* Form Stuff */
p#success
{
	padding: 3px 10px;
	background: #92FFA5;
	border: 2px solid #009218;
	color: #009218;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

p#bademail, p#badserver
{
	padding: 3px 10px;
	background: #FFA3A1;
	border: 2px solid #D00D00;
	color: #D00D00;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;