@charset "UTF-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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 */
	color: #ffffff;
}
#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 
#header {
	background: #000000; 
	padding:0;
	margin:0;
	position:relative;
	top:-25px;
} 

#headermain {
	background: #000000; 
	padding:0;
	margin:0;
	position:relative;
	top:-35px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	height: 410px;
}
#mainContent {
	height: 410px;
	background-color: #000000;
} 
#container #mainContent #maintext {
	float: right;
	width: 350px;
	margin-right: 32px;
	margin-top: 48px;
}
#container #mainContent #tableleft {
	float: left;
	width: 330px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#container #mainContent #imgright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 390px;
}
#container #mainContent #apDiv1 {
	position: absolute;
	width: 354px;
	left: 331px;
	top: 138px;
	height: 327px;
	overflow: auto;
	background-image: url(images/floralbktrans.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
}




#container #mainContent #apDiv2 {
	height: 255px;
	padding: 8px;
	overflow: hidden;
	position: absolute;
	top: 116px;
	left: 13px;
	width: 455px;
}
#container  #mainContent  #apDiv3 {
	height: 111px;
	padding: 8px;
	overflow: hidden;
	position: absolute;
	top: 116px;
	left: 13px;
	width: 695px;
}
#container #mainContent #apDiv4 {
	height: 295px;
	padding: 8px;
	overflow: hidden;
	position: absolute;
	top: 116px;
	left: 13px;
	width: 495px;
}
#container #mainContent #apDiv5 {
	height: 255px;
	padding: 8px;
	overflow: hidden;
	position: absolute;
	top: 137px;
	left: 13px;
	width: 455px;
}
#container #mainContent #apDiv6 {
	position: absolute;
	width: 325px;
	left: 353px;
	top: 198px;
	height: 174px;
	overflow: auto;
	padding: 8px;
	background-attachment: fixed;
	background-image: url(images/floralbktrans.gif);
	background-repeat: repeat;
}

#imageRight {
position:relative;
top:-25px;
}


#headnav {
	width: 300px;
	float: left;
	position:relative;
	top:56px;
	left:485px;
	margin-top: 8px;
	margin-left:0;
	padding-top:0;
	z-index:20;
}
#headnav ul {
	margin: 0px;
	padding: 0px;
}
#headnav li {
	display: inline;
	list-style-type: none;
}
#headnav a:link, #headnav a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color:#666666;
	float: left;
	text-decoration: none;
	text-align: center;
	padding: 4px 10px 0 18px;
	margin-left: 0px;
}

#headnav a:hover, #headnav a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	float: left;
	text-decoration: none;
	text-align: center;
	padding: 4px 10px 0 18px;
	margin-left: 0px;
}
#current a:link, #current a:visited, #current a:hover, #current a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	float: left;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	margin-left: 0;
}
#headnav a:hover {
	color: #EDBA31;
}


.bottomlinks {
	width: 700px;
	float: left;
	margin-top: 0px;
	padding:0;
	margin-left:50px;
	z-index:50;
}
.bottomlinks ul {
	margin: -27px 0 0 0;
	padding: 0px;
	
}
.bottomlinks li {
	display: inline;
	list-style-type: none;
	
}

.bottomlinks a:link, .bottomlinks a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	float: left;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 14px;
	}
	
.bottomlinks a:hover, .bottomlinks a:active {
	color: #EDBA31;
}



#currentlink a,#currentlink a:link, #currentlink a:visited, #currentlink a:hover, #currentlink  a:active{
	color:#ffffff;
	padding:0;
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 14px;
}



#currentlink a:hover, #currentlink  a:active{
	color:#EDBA31;
	padding:0;
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 14px;
}
#container #footer #footlogo {
	width: 750px;
	clear: both;
}
#footer {
	background:#000000;
	margin: 15px 0 0 0;
	padding: 0px;
} 
.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;
}

#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: 70%; 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(lightboximages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightboximages/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; }
#container #mainContent #apDiv7 {
	position: absolute;
	width: 369px;
	left: 16px;
	top: 100px;
	height: 213px;
	overflow: auto;
	padding: 8px;
	background-attachment: fixed;
	background-repeat: repeat;
}
#container #mainContent #apDiv8 {
	position: absolute;
	width: 272px;
	left: 283px;
	top: 393px;
	height: 95px;
	overflow: auto;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	line-height: 1.75em;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #EDBA31;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
	padding: 10px;
	letter-spacing: 0pt;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
	padding-left: 30px;
}
.link {
	font-weight: bold;
	color: #EDBA31;
	text-decoration: none;
}
.yellow {
	font-size: 11px;
	font-variant: small-caps;
	color: #EDBA31;
}
