	/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
	body {
		margin: 0;
		padding: 0;
		text-align: center;
		background: url(images/body-bkgd.jpg) #270e33 repeat top;
	}
	p, h1, h2, h3, a, ul, li {
		font-family: Tahoma, Verdana, Arial;
		text-align: left;
	}
	p, li {font-size: 12px;
			color: #000;
	}
	p {margin: 20px; line-height: 1.6em;}
	h1 {
		font-family: "Arno Pro", Garamond, "Times New Roman", serif;
		font-size: 18px;
		color: #CCCC00;
		margin: 10px auto 30px 20px;
	}
	h2 {
		font-size: 13px;
		color: #FFFFFF;
		margin: 5px auto 10px 5px;
	}
	
	/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
	
	/* ----------------- NAV ELEMENTS ----------------- */
	a:link, a:active, a:visited {
	}
	a:hover {
		text-decoration: none
	}
	/* ----------------- Horizontal Navigation------------------- */
	div#mainnav {
		width: 990px;
		height: 60px;
		padding: 0px;
		margin: 0px;
		background: url(images/bg-mainnav.gif) no-repeat top left;		
		text-align: center;
	}
		div#mainnav ul {
			margin: 0px auto;
			padding: 0px;
			width: 930px;
		}
		div#mainnav ul li {
			margin: 0px;
			padding: 22px 20px;
			float: left;
			display: inline;
			white-space: nowrap;
			font-size: 11px;			
			border-right: solid thin #c49825;
		}
		div#mainnav ul li a {
			text-decoration: none;
			text-transform: uppercase;
			color: #ffffff;
			margin: 0px;
			padding: 0px;
		}
		div#mainnav ul li a#current, div#mainnav ul li a:hover {
			color:#c49825;
		}
	
	/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
	
	div#container {
		margin: 0px auto;
		padding: 0px;
		position: relative;
		width: 990px;
		background: url(images/bg-container.jpg) repeat-y top;
	}
	div#header {
		margin: 0px auto;
		padding: 0px;
		position: relative;
		width: 990px;
		height: 382px;
		background: url(images/bg-header.jpg) no-repeat;
		clear: both;
	}
	div#header2 {
		margin: 0px auto;
		padding: 0px;
		position: relative;
		width: 990px;
		height: 184px;
		background: url(images/bg-header2.jpg) no-repeat;
		clear: both;
	}
	div#flash {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 3px;
		left: 4px;
		width: 979px;
		height: 368px;
	}
	div#flash2 {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 13px;
	left: 14px;
	width: 415px;
	height: 135px;
	}
	div#content {
		padding: 0px;
		margin: 0px;
		width: 981px;
		min-height: 100px;
		position: relative;
	}
	div#home-row {
		margin: 15px 15px 15px 15px;
	}
		
	div#home-column {
		margin: 0px 2px 0px 0px;
		float: left;
		text-align: left;
	}
	div#home-column2 {
		margin: 0px 2px 10px 0px;
		float: left;
		text-align: center;
		width: 100%;
		
	}
		div#home-column  a {
		color: #c49825;
		font-size: 11px;
		margin: 5px 15px 15px 5px;
		}
		div#home-column  p {
		color: #FFFFFF;
		font-size: 11px;
		margin: 5px 15px 15px 15px;
		}
		div#home-column  h2, div#home-column  h1 {
		margin: 5px 15px 15px 15px;
		}
	div#map {
		width: 800px;
		clear:both;
		text-align: center;
		margin: 10px auto;
		border: thick solid #4c1b64;
		padding: 0px;
	}
		div#map a {
			color: #ffffff;
		}
	div#bottom-content {
		background:url(images/bg-bottom-content.jpg) no-repeat;
		width: 990px;
		height: 33px;
	}
	div#gallery {
		visibility: hidden;
		height: 100px;
	}
	/* ------- Footer ------------ */
	div#footer {
		background: url(images/bg-footer.gif) repeat-y;
		height: 100px;
		position: relative;
	}
		div#footer img#footer-logo {
			position: absolute;
			margin: 0px;
			padding: 0px;
			left: 798px;
			top: 5px;
		}
		div#footer-nav {
			position: absolute;
			margin: 0px;
			padding: 0px;
			left: 1px;
			top: 2px;
			/* width: 584px; */
		}
			div#footer-nav ul {
				margin: 0px 0px 0px 15px;
				padding: 0px;
			}
				div#footer-nav ul li {
				margin: 5px;
				padding: 5px 15px 5px 5px;
				float: left;
				list-style: none;
				border-right: thin #ffffff solid;
				}
					div#footer-nav ul li a {
					color: #ffffff;
					}	

	/* -------------- FORM ITEMS -----------------*/
	label {
		color: #ffffff;
		text-align: right;
	}
	td {
		text-align: right;
	}
	table a {
		color: #ffffff;
	}
	/* -------------- CUSTOM ITEMS -----------------*/
	.clear 	{
		clear: both;
	}
	.center { 
		text-align: center;
	}


/*   ---------------  Lightbox --------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/gallery/blank.gif) no-repeat; /* 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/gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/gallery/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
