/* CSS Document */

img.pgicn {
	text-align: center;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
 }
a.pgicnlnk {
	text-align: center;
	font-size: 16px;
}
#pagewrap .threerow a h3 {
	margin: 0 8px; padding: 15px 0; 
	transition: all 0.15s ease-in-out; text-transform: inherit;
	font-size: 14pt; color: #fff;
}
.threerow {
	position: relative;
	width: auto;
	margin: 15px auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: top;
	clear: both;
}
.threerow li {
	list-style-type: none;
	text-align: center;
	background: none;
	width: auto; vertical-align: top;
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 0; }
.threerow li a {
	display: block; transition: all 0.15s ease-in-out;
	text-align: center; text-decoration: none;
	padding: 0 0 8px 0; background: #bca75c;
	margin: 0 15px;
}
.threerow li:hover {
	
}
#pagewrap .threerow a:hover { background: rgba(50,50,50,0.5); }
#pagewrap .threerow li.nav-path-selected a { background: rgba(50,50,50,0.75); }
#pagewrap .threerow a:hover h3 {
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 300px)
{  
.threerow li { width: 95%; margin: 5px 1%; min-width: 250px; }
}
@media screen and (min-width: 550px)
{ 
.threerow li { width: 48%; margin: 5px 1%; min-width: 250px; }
}
@media screen and (min-width: 850px)
{  
.threerow li { width: 48%; margin: 5px 1%; min-width: 250px; }
}
@media screen and (min-width: 1000px)
{  
.threerow li { width: 33%; margin: 5px 0; min-width: 350px; }
}
