html, body {height:100%;overflow:auto; }
body {-webkit-backface-visibility: hidden; }
#textarea {
	width: auto;
	clear: both;
}
#imageareacontainer {
	text-align: center;
}
.imagearea {
	display: inline-block;
	padding: 12px 24px 30px 24px;
	width: auto;
	text-align: center;
	max-width: 100%;
}
.imagearea img {
	margin: 0 12px;
	max-width: 100%;
	height:auto;
}
.imagearea h3 {
	margin-bottom: 14px;
}
.imagearea.slider {
	white-space: nowrap;
	overflow: auto;
	padding: 12px 0 0 0;
	margin:0 3%;
	max-width: 94%;
}
#skipnav {
	display: none;
}
.addborder {
	border: 1px solid #999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
}
#header {
	padding-top: 26px;
}
#headbuttons {
	height: 26px;
	background-color: #cc671f;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1200;
}
#headerglobe {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#footer {
	padding-bottom: 100px;
}
#footer p {
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
#backtotop {
	display: none;
}
#titlearea {
	height: 170px;
	position: relative;
	height: auto;
}
.homepage #titlearea {
	/* height:210px; */
}
#headerlogo {
	float: left;
	padding-left: 24px;
	padding-right: 14px;
	background-color: #fff;
	margin-bottom: 60px;
	display: block;
	width:100px;
}
.homepage #headerlogo {
	width:122px;
}
#pagetitleblock {
	padding-top: 12px;
}
#legend {
	position: fixed;
	bottom:0;
	padding: 4px 0 12px 0;
	background-color: #f6bb91;
	text-align: center;
	width:100%;
	border-top:1px solid #fff;
	-moz-box-shadow: 0px -12px 12px  #ffffff; /* Firefox */
	-webkit-box-shadow: 0px -12px 12px #ffffff; /* Safari/Chrome */
	box-shadow: 0px -12px 12px #ffffff; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#ffffff')";/* IE 8 */
	-webkit-transition:  1s; /* For Safari 3.1 to 6.0 */
	transition:  1s;
}
#legend .legendtab {
	position: absolute;
	left:-28px;
	top:-2px;
	width: 16px;
	display: inline-block;
	border-top-left-radius:  14px;
	border-bottom-left-radius: 14px;
	background-color: #CC671F;
	padding:6px;
	color: #fff;
	text-align: center;
}
#legend.open {
	right:-2px;
	-webkit-transition:  1s; /* For Safari 3.1 to 6.0 */
	transition:  1s;
}
#legend .legendtab:hover {
	background-color:  #b84c09;
	text-decoration: none;
}
#legend p {
	color: #000;
	font-size: 14px;
	margin: 0 4px 0.5em 4px;
	font-weight: 500;
}
.regulartext {
	margin: 0px 15% 30px;
}
.homepage .regulartext {
	margin: 12px 0 30px;
}
td {
	vertical-align: top;
}
img {
	max-width: 100%;
	height:auto;
}
.imagebox {
	position: relative;
	display: inline-block;
	text-align: center;
	max-width: 100%;
	vertical-align: top;
	font-size: 15px;
	padding-bottom: 24px;
	margin-bottom: 12px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.imagearea.slider .imagebox {
	margin-bottom: 0;
}
.imageaward {
	float:right;
	position:relative;
	top:-14px;
}
.imagenumber {
	font-size: 9px;
	line-height: 110%;
	margin-top: 10px;
	text-align: center;
}
.imagecredit {
	font-weight: 700;
}
.imagedownload {
	bottom: 0;
	left: 0;
	position: relative;
	top:8px;
	float:left;
}
td.onetwo1 .imagebox {
	padding-bottom: 5px;
}
td.onetwo2 {
	vertical-align: bottom;
}
.notes {
	margin-bottom: 30px;
}
.notes p {
	text-align: left;
	margin:0 10% .3em 10%;
}

.homethumbnails {
	margin: 0 auto;
}

.homethumbnails a:hover .homethumb.fullsize {
	-webkit-transition:  0s; /* For Safari 3.1 to 6.0 */
    transition:  0s;
}
.homebigbuttons a  {
	display: inline-block;
	overflow: hidden;
	height:112px;
	position: relative;
}
.bigbutton {
     position: relative;
     bottom:-200px;
     opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition:  3s; /* For Safari 3.1 to 6.0 */
    transition:  3s;
}
.bigbutton.fullsize {
	opacity: 1.0;
	bottom:0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition:  3s; /* For Safari 3.1 to 6.0 */
    transition: 3s;
}

#editpagelink {
	position:fixed;
	bottom:0;
	right:0;
	padding:4px 10px;
	background-color:#4c819f;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	z-index:1200;
	-moz-box-shadow: 0px -4px 6px  #666; /* Firefox */
	-webkit-box-shadow: 0px -4px 6px #666; /* Safari/Chrome */
	box-shadow: 0px -4px 6px #666; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
}
#editpagelink:hover {
	background-color:#2b6281;
}
.keeptogether {
	display: inline-block;
}
.columns2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}
.columns3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}
#prevnextnav {
	position: absolute;
	text-align: center;
	width:100%;
	height:53px;
	padding-top: 16px;
}
.prevnextlink {
	background-color: #fff;
	position: absolute;
	z-index: 300;
	left:0;
	height:40px;
}
.prevnextlabel, a:link .prevnextlabel , a:visited .prevnextlabel  {
	color: #aaa;
}
#prevnextnav a:link, #prevnextnav a:visited {
	color: #000;
	font-weight: normal;
}
#prevnextnav a:hover {
	color: #00f;
	text-decoration: none;
}
a:hover .prevnextlabel  {
	color: #00f;
}

#prevnextnavleft .prevnextlink {
	left:auto;
	right:0;
}

#prevnextnavleft {
	width:50%;
	height:100%;
	display: block;
	float: left;
	text-align: right;
	overflow: hidden;
	position: relative;
}
#prevnextnavright {
	width:50%;
	height:100%;
	display: block;
	float: left;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.prevnext {
	margin: 0 10px;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
#prevnextnavleft .prevnext {
	float:right;
}
.prevnext:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
.prevnext.off, .prevnext.off:hover {
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}
.prevnextpopup {
	font-size:16px;
	display: inline-block;
	position: relative;
	width:270px;
	padding-top: 3px;
	-webkit-transition:  .5s; /* For Safari 3.1 to 6.0 */
	transition:  .5s;
}
#prevnextnavright .prevnextpopup {
	left:-400px;
	left:36px;
}
#prevnextnavleft .prevnextpopup {
	right:-400px;
	right:36px;
}
#prevnextnavright .prevnextpopup.open {
	-webkit-transition:  .5s; /* For Safari 3.1 to 6.0 */
	transition:  .5s;
	left:36px;
}
#prevnextnavleft .prevnextpopup.open {
	-webkit-transition:  .5s; /* For Safari 3.1 to 6.0 */
	transition:  .5s;
	right:36px;
}


a.tooltip {
	outline: none;
}
a.tooltip strong {
	line-height: 30px;
}
a.tooltip:hover {
	text-decoration: none;
}
a.tooltip span {
	z-index: 10;
	display: none;
	padding: 14px 20px;
	margin-top: -40px;
	width: 140px;
	margin-left: -144px;
	line-height: 16px;
	font-size: 92%;
}
a.tooltip:hover span {
	display: inline;
	position: absolute;
	color: #111;
	border: 1px solid #DCA;
	background: #fffAF0;
}
.callout {
	z-index: 20;
	position: absolute;
	top: 30px;
	border: 0;
	left: -12px;
}

/*CSS3 extras*/
a.tooltip span {
	border-radius: 4px;
	box-shadow: 3px 3px 4px #000;
}




@media only screen and (max-width: 760px) {

.columns3 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}

}

@media only screen and (max-width: 660px) {

#headerglobe {
	display: none;
}
#titlearea {
	height: auto;
}
h2 {
	padding-right: 0;
}

}



@media only screen and (max-width: 520px) {

#headerlogo {
	display: none;
}
#pagetitleblock {
	margin: 0 10px;
}
.imagearea {
	width:auto;
	padding:12px 0 24px 0;
	margin: 0;
}
.imagebox {
	width:auto;
}
#headbuttons {
	height: 52px;
}
.columns2, .columns3 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
#titlearea {
	margin-bottom: 50px;
}
.regulartext {
	margin: 0 36px 30px 24px;
}
.prevnextpopup {
	font-size: 14px;
	width:auto;
}

}
