@charset "utf-8";

/*slider*/

#slider {
	position:relative;
	width:616px;
	height:225px;
	background:#202834 url(../images/slider/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 0px #333;
	-webkit-box-shadow:0px 0px 0px #333;
	box-shadow:0px 0px 0px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.5; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	background:url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	width:32px;
	height:34px;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:30%;
	bottom:-15px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

/*collections buttons*/

.button {
	float: left;
}
#page-wrap {
	width: 816px;
}
#content {
	width: 400px;
	height: 100px;
	hspace: 2px;
	vspace: 2px;
}
#blank {

}
#col1 {
	display: block;
}
#col1-button {
	opacity: 1.0;
	border-bottom: 1px solid black;
}

#col2 {
	display: none;
}
#col2-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#col3 {
	display: none;
}
#col3-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}
#col4 {
	display: none;
}
#col4-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}
#col5 {
	display: none;
}
#col5-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#col6 {
	display: none;
}
#col6-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#col7 {
	display: none;
}
#col7-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}
#col8 {
	display: none;
}
#col8-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}
#col9 {
	display: none;
}
#col9-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#col10 {
	display: none;
}
#col10-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#col11 {
	display: none;
}
#col11-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}
#col12 {
	display: none;
}
#col12-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}
#col13 {
	display: none;
}
#col13-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#col14 {
	display: none;
}
#col14-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#col15 {
	display: none;
}
#col15-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#col16 {
	display: none;
}
#col16-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}


/* Kwicks */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 50px;
	height: 50px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 1px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 1px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	background-color: #000000;
}
#kwick_2 {
	background-color: #000000;
}
#kwick_3 {
	background-color: #000000;
}
#kwick_4 { 
	background-color: #000000;
}
#kwick_5 { 
	background-color: #000000;
}
#kwick_6 {
	background-color: #000000;
}
#kwick_7 { 
	background-color: #000000;
}
#kwick_8 {
	background-color: #000000;
}
#kwick_9 { 
	background-color: #000000;
}
#kwick_10 { 
	background-color: #000000;
}
#kwick_11 { 
	background-color: #000000;
}
#kwick_12 { 
	background-color: #000000;
}
#kwick_13 { 
	background-color: #000000;
}
#kwick_14 { 
	background-color: #000000;
}
.kwicks.horizontal #kwick_14 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_14 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

/*images*/

.logo a
{
display: block;
color: #000000;
display: block;
color: black;
text-decoration: none;
}

.moretext
{
position: relative;
background: url(images/buttons/more_on_button.png) no-repeat;
white-space: nowrap;
display: block;
width: 49px;
height: 13px;
margin: 0;
padding: 0;
}

.moretext a
{
display: block;
color: #000000;
width: 49px;
height: 13px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.moretext img
{
width: 49px;
height: 13px;
border: 0
}

.collectiontext
{
position: relative;
background: url(../images/buttons/collection_on_button.png) no-repeat;
white-space: nowrap;
display: block;
width: 114px;
height: 25px;
margin: 0;
padding: 0;
}

.collectiontext a
{
display: block;
color: #000000;
width: 114px;
height: 25px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.collectiontext img
{
width: 114px;
height: 25px;
border: 0
}

.viewtext
{
position: relative;
background: url(../images/buttons/view_on_button.png) no-repeat;
white-space: nowrap;
display: block;
width: 236px;
height: 13px;
margin: 0;
padding: 0;
}

.viewtext a
{
display: block;
color: #000000;
width: 236px;
height: 13px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.viewtext img
{
width: 236px;
height: 13px;
border: 0
}

* html a:hover
{
visibility:visible
}

.moretext a:hover img
{
visibility:hidden
}

.moretext span
{
position: absolute;
left: 49px;
top: 13px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

.collectiontext a:hover img
{
visibility:hidden
}

.collectiontext span
{
position: absolute;
left: 114px;
top: 25px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

.viewtext a:hover img
{
visibility:hidden
}

.viewtext span
{
position: absolute;
left: 236px;
top: 13px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

/* lightbox gallery */

#gallery1-1 {
	background-color: #000000;
}
#gallery1-2 {
	background-color: #000000;
}
#gallery1-3 {
	background-color: #000000;
}
#gallery1-4 {
	background-color: #000000;
}
#gallery1-5 {
	background-color: #000000;
}
#gallery1-6 {
	background-color: #000000;
}
#gallery1-7 {
	background-color: #000000;
}
#gallery1-8 {
	background-color: #000000;
}
#gallery1-9 {
	background-color: #000000;
}
#gallery1-10 {
	background-color: #000000;
}
#gallery1-11 {
	background-color: #000000;
}
#gallery1-12 {
	background-color: #000000;
}
#gallery1-13 {
	background-color: #000000;
}
#gallery1-14 {
	background-color: #000000;
}
#gallery1-15 {
	background-color: #000000;
}
#gallery1-16 {
	background-color: #000000;
}
#gallery1-17 {
	background-color: #000000;
}
#gallery1-18 {
	background-color: #000000;
}
#gallery1-19 {
	background-color: #000000;
}
#gallery1-20 {
	background-color: #000000;
}
#gallery1-21 {
	background-color: #000000;
}
#gallery1-22 {
	background-color: #000000;
}
#gallery1-23 {
	background-color: #000000;
}
#gallery1-24 {
	background-color: #000000;
}
#gallery1-25 {
	background-color: #000000;
}
#gallery1-26 {
	background-color: #000000;
}
#gallery1-27 {
	background-color: #000000;
}
#gallery1-28 {
	background-color: #000000;
}
#gallery1-29 {
	background-color: #000000;
}
#gallery1-30 {
	background-color: #000000;
}
#gallery1-31 {
	background-color: #000000;
}
#gallery1-32 {
	background-color: #000000;
}
#gallery1-33 {
	background-color: #000000;
}
#gallery1-34 {
	background-color: #000000;
}
#gallery1-35 {
	background-color: #000000;
}
#gallery1-36 {
	background-color: #000000;
}
#gallery1-37 {
	background-color: #000000;
}
#gallery1-38 {
	background-color: #000000;
}
#gallery1-39 {
	background-color: #000000;
}
#gallery1-40 {
	background-color: #000000;
}
#gallery1-41 {
	background-color: #000000;
}
#gallery1-42 {
	background-color: #000000;
}
#gallery1-43 {
	background-color: #000000;
}
#gallery1-44 {
	background-color: #000000;
}
#gallery1-45 {
	background-color: #000000;
}
#gallery1-46 {
	background-color: #000000;
}
#gallery1-47 {
	background-color: #000000;
}
#gallery1-48 {
	background-color: #000000;
}
#gallery1-49 {
	background-color: #000000;
}
#gallery1-50 {
	background-color: #000000;
}
#gallery1-51 {
	background-color: #000000;
}
#gallery1-52 {
	background-color: #000000;
}
#gallery1-53 {
	background-color: #000000;
}
#gallery1-54 {
	background-color: #000000;
}
#gallery1-55 {
	background-color: #000000;
}
#gallery1-56 {
	background-color: #000000;
}
#gallery1-57 {
	background-color: #000000;
}
#gallery1-58 {
	background-color: #000000;
}
#gallery1-59 {
	background-color: #000000;
}
#gallery1-61 {
	background-color: #000000;
}
#gallery1-62 {
	background-color: #000000;
}
#gallery1-63 {
	background-color: #000000;
}
#gallery1-64 {
	background-color: #000000;
}
#gallery1-65 {
	background-color: #000000;
}

#gallery2-1 {
	background-color: #000000;
}
#gallery2-2 {
	background-color: #000000;
}
#gallery2-3 {
	background-color: #000000;
}
#gallery2-4 {
	background-color: #000000;
}
#gallery2-5 {
	background-color: #000000;
}
#gallery2-6 {
	background-color: #000000;
}
#gallery2-7 {
	background-color: #000000;
}
#gallery2-8 {
	background-color: #000000;
}
#gallery2-9 {
	background-color: #000000;
}
#gallery2-10 {
	background-color: #000000;
}
#gallery2-11 {
	background-color: #000000;
}
#gallery2-12 {
	background-color: #000000;
}
#gallery2-13 {
	background-color: #000000;
}
#gallery2-14 {
	background-color: #000000;
}
#gallery2-15 {
	background-color: #000000;
}
#gallery2-16 {
	background-color: #000000;
}
#gallery2-17 {
	background-color: #000000;
}
#gallery2-18 {
	background-color: #000000;
}
#gallery2-19 {
	background-color: #000000;
}
#gallery2-20 {
	background-color: #000000;
}
#gallery2-21 {
	background-color: #000000;
}
#gallery2-22 {
	background-color: #000000;
}
#gallery2-23 {
	background-color: #000000;
}
#gallery2-24 {
	background-color: #000000;
}
#gallery2-25 {
	background-color: #000000;
}
#gallery2-26 {
	background-color: #000000;
}
#gallery2-27 {
	background-color: #000000;
}
#gallery2-28 {
	background-color: #000000;
}
#gallery2-29 {
	background-color: #000000;
}
#gallery2-30 {
	background-color: #000000;
}
#gallery2-31 {
	background-color: #000000;
}
#gallery2-32 {
	background-color: #000000;
}
#gallery2-33 {
	background-color: #000000;
}
#gallery2-34 {
	background-color: #000000;
}
#gallery2-35 {
	background-color: #000000;
}
#gallery2-36 {
	background-color: #000000;
}
#gallery2-37 {
	background-color: #000000;
}
#gallery2-38 {
	background-color: #000000;
}
#gallery2-39 {
	background-color: #000000;
}
#gallery2-40 {
	background-color: #000000;
}
#gallery2-41 {
	background-color: #000000;
}
#gallery2-42 {
	background-color: #000000;
}
#gallery2-43 {
	background-color: #000000;
}
#gallery2-44 {
	background-color: #000000;
}
#gallery2-45 {
	background-color: #000000;
}
#gallery2-46 {
	background-color: #000000;
}
#gallery2-47 {
	background-color: #000000;
}
#gallery2-48 {
	background-color: #000000;
}
#gallery2-49 {
	background-color: #000000;
}
#gallery2-50 {
	background-color: #000000;
}
#gallery2-51 {
	background-color: #000000;
}
#gallery2-52 {
	background-color: #000000;
}
#gallery2-53 {
	background-color: #000000;
}
#gallery2-54 {
	background-color: #000000;
}
#gallery2-55 {
	background-color: #000000;
}
#gallery2-56 {
	background-color: #000000;
}
#gallery2-57 {
	background-color: #000000;
}
#gallery2-58 {
	background-color: #000000;
}
#gallery2-59 {
	background-color: #000000;
}
#gallery2-61 {
	background-color: #000000;
}
#gallery2-62 {
	background-color: #000000;
}
#gallery2-63 {
	background-color: #000000;
}
#gallery2-64 {
	background-color: #000000;
}
#gallery2-65 {
	background-color: #000000;
}

/* lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 650px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #000; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 90%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*text*/


.pagesubheading {
	font-family: "Verdana";
	font-weight: bold;
	font-size: 13pt;
	color: #000000;
	letter-spacing: 0.02em;
	line-height: 2em;
}

.bodytext {
	font-family: "Verdana";
	font-size: 8.5pt;
	color: #FFFFFF;
	letter-spacing: 0.03em;
	text-align: justify;
}
.required {
	font-family: "Verdana";
	font-size: 8.5pt;
	color: #FF0000;
	text-align:justify;
}
.navtext {
	font-family: "Verdana";
	font-weight: bold;
	font-size: 7pt;
	color: #FFFFFF;
	letter-spacing: 0.02em;
}
.formfieldtext {
	font-family: "Verdana";
	font-size: 8pt;
	color: #000000;
}

.photocaptioncredits {
	font-family: "Arial";
	font-weight: bold;
	font-size: 7pt;
	color: #000000;
}

/*page*/

#body { 
	background-color: #000000;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
} 

#hometable { 
	width: 816px;
	border: 0;
} 

table.collection td {
	border: 0;
	border-bottom: 1px solid #666666;
	border-style: dotted;
	vertical-align: middle;
}

#maintable { 
	width: 816px;
	border: 0;
} 

#pagetable { 
	width: 816px;
	border: 0;
} 

#formtable { 
	width: 650px;
	border: 0;
	cellpadding: 0;
	cellspacing: 3;
}

#hometable a {color:#53B5E4;text-decoration:none;}
#hometable a:hover {color:#F7931E;text-decoration:underline;}
#hometable a:visited {color:#53B5E4;text-decoration:none;}
#maintable a {color:#53B5E4;text-decoration:none;}
#maintable a:hover {color:#F7931E;text-decoration:underline;}
#maintable a:visited {color:#53B5E4;text-decoration:none;}
#navtable a:link {color:#FFFFFF;text-decoration:none;}
#navtable a:hover {color:#FFFFFF;text-decoration:none;}
#navtable a:visited {color:#FFFFFF;text-decoration:none;}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}
