@charset "utf-8";
/* CSS Document */


div#photogallerypanel {
	margin-top: 20px;
	padding: 5px;
	width: 696px;
	border: solid 1px #90b1dd;
	z-index:7;
	text-align:justify;
	background: #d8dee5;
}

.endgallery{
	clear:left;
}

div#rimugallery {
	margin-top: 10px;
	border: solid #9ec938 3px;
}
div#rimugalleryheading {
	background: #9ec938;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	text-align: center;
}

div#manukagallery {
	margin-top: 10px;
	border: solid rgb(190,85,60) 3px;
}
div#manukagalleryheading {
	background: rgb(190,85,60);
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	text-align: center;
}

div#wekagallery {
	margin-top: 10px;
	border: solid rgb(180,116,192) 3px;
}
div#wekagalleryheading {
	background: rgb(180,116,192);
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	text-align: center;
}

div#kaurigallery {
	margin-top: 10px;
	border: solid rgb(31,132,58) 3px;
}
div#kaurigalleryheading {
	background: rgb(31,132,58);
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	text-align: center;
}

div#tuigallery {
	margin-top: 10px;
	border: solid rgb(239,218,27) 3px;
}
div#tuigalleryheading {
	background: rgb(239,218,27);
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	text-align: center;
}

div#keagallery {
	margin-top: 10px;
	border: solid rgb(214,137,72) 3px;
}
div#keagalleryheading {
	background: rgb(214,137,72);
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	text-align: center;
}

div#winterrimugallery {
	margin-top: 10px;
	border: solid rgb(144,177,221) 3px;
}
div#winterrimugalleryheading {
	width: 100%;
	background: rgb(144,177,221);
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 2px;
	text-align: center;
}

div#hoihogallery {
	margin-top: 10px;
	border: solid rgb(175,40,195) 3px;
}
div#hoihogalleryheading {
	width: 100%;
	background: rgb(175,40,195);
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 2px;
	text-align: center;
}

div#othergallery {
	margin-top: 10px;
	border: solid #00ccff 3px;
}

div#othergalleryheading {
	background: #00ccff;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	text-align: center;
}



div#videogallery {
	margin-top: 10px;
	border: solid #99cc00 3px;
}

div#videogalleryheading {
	background: #99cc00;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	text-align: center;
}

div#videolink {
	text-align:center;
	padding: 4px 4px 4px 4px;
}

div#videocontent {
	border:1px solid black;
	padding: 4px 4px 4px 4px;
}

div.gallery-item {
	padding: 5px 5px 0px 5px;
	float: left;
	text-align: left;
	height: 150px;
	width: auto;
}
div.gallery-item A {
	text-decoration: none;
}

div.gallery-item-other {
	padding: 5px 5px 0px 5px;
	float: left;
	text-align: left;
	height: 160px;
	width: auto;
}
div.gallery-item-other A {
	text-decoration: none;
}

div.gallery-videoitem {
	padding: 5px 2px 5px 2px;
	float: left;
	text-align: center;
	height: auto;
	width: auto;
}

div.gallery-videoitem a {
	text-decoration:none;
}

div#selected_photo {
	text-align:center;
	width:602px;
	height:602px;
}

#gallery_container {
	height: 180px;
	width: 696px;
	overflow:auto;
}

div.gallery_photo {
	margin-left: 5px;
	margin-right: 5px;
	text-align:center;
}

.currentphotocaption {
	vertical-align: middle;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}


