body {
  	font-family: "Century Gothic", "MS Sans Serif", "Geneva", sans-serif;
  	color: #000000;
  	background-color: #ffffff; 
	overflow-y:scroll;
	}
a:link {
  	color: #777777 }
a:visited {
  	color: #777777 }
#header a:link, #header a:visited, #header a:active { color: #000000;text-decoration:none; }
a:link, a:visited, a:active { text-decoration: none }
a:hover {text-decoration: underline}

/* lightbox 
#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; }
 end lightbox */

#mc_embed_signup {
	padding-bottom: 20px;
	width: 600px;
	max-width:100%;
	font: bold 16px Helvetica, Arial, sans-serif;
}
#mc_embed_signup .email {
	display: block;
	margin: 10px 0;
	padding: 8px 5px;
	width: 40%;
	border: 1px solid #999;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}
#mc_embed_signup .email:focus {
	border-color: #333;
}
#mc_embed_signup .button {
	display: block;
	margin: 0 auto;
	width: 40%;
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	background: #aaa;
}
#mc_embed_signup .button:hover {
	background: #777;
}

/* Dropdown Button */
.dropbtn {
    background-color: #FFFFFF;
    color: black;
    padding: 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
	display: inline-block;
	
}

/*center image */
.centerimg {
	margin: auto;
	max-width: 1000px;
}

/*resize image */
.resizeimg {
	max-width: 100%;
	height: auto;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #f9f9f9;
	text-decoration:none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    font-size: 12px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f9f9f9}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
