@charset "UTF-8";
body  {
	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 */
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #000;
}
.lwte #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	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. */
} 
.lwte #header {
	background-image: url(images/header.jpg);
	height: 139px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.lwte #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 200px;
}
.lwte #navbar {
	background-image: url(images/navbarbg.jpg);
	height: 46px;
	padding-left: 20px;
}
.lwte #rightcolumn200 {
	margin-right: 30px;
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.lwte #rightcolumn200 a {
	color: #97141F;
	text-decoration: none;
}

.lwte #boxtop {
	height: 30px;
	background-image: url(images/boxtop.png);
	background-position: top;
}
.lwte #boxmid {
	background-image: url(images/boxmid.png);
	background-repeat: repeat-y;	
}
.lwte #boxmid h6 {
	margin: 0 
}
.lwte #boxbtm {
	height: 30px;
	background-image: url(images/boxbtm.png);
	background-position: bottom;
	margin: 0;
}
.lwte #boxbtm img {

}
.lwte #boxbtm h6 {
	margin: 0 
}


/* //////////  MAIN CONTENT DIVS \\\\\\\\\\\ */

.lwte #mainContent {
	margin: 0 260px 0 0; /* 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: 0 20px 0 28px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.lwte #mainContent h1 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
.lwte #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #97141F;
}
.lwte #mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #97141F;
}
.lwte #mainContent a {
	color: #666;	
}
.lwte #mainContent a:hover {
	color: #999;
	text-decoration: none;	
}



.lwte #mainContent2 {
	margin: 0 30px 0 0;
	padding: 0 20px 0 28px; 

}
.lwte #mainContent2 img {
	margin: 0 0 0 30px;


}
.lwte #mainContent2 h1 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
.lwte #mainContent2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #97141F;
}
.lwte #mainContent2 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #97141F;
}
.lwte #mainContent2 a {
	color: #666;	
}
.lwte #mainContent2 a:hover {
	color: #999;
	text-decoration: none;	
}

/* //////////  FOOTER \\\\\\\\\\\ */

.lwte #footer {
	background-image: url(images/footerbg.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding: 20px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-repeat: no-repeat;	
} 

.lwte #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #CCC;

} .lwte #footer a {
	color: #FFF;
	text-decoration: 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;
}
.formboxes1 {
	color: #333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
.formboxes1 {
	color: #333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
.author {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

/* ////////// LIGHTBOX STYLES \\\\\\\\\\ */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ 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 Verdana, Helvetica, 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; }