@charset "UTF-8";
/* CSS Document */
p {
font-family: Verdana, Geneva, sans-serif;
font-size: .75em;
color: rgba(255,255,255,1.00);
line-height: 1.5em
	}
.wrapper {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	background-image: url(images/background-photos.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgba(51,51,51,1.00);
	min-height: 681px;
}
.pagetitle {
	padding-top: 15%;
	width: 100%;
	max-width: 650px;
	margin-top: 2%;
	margin-left: 9%;
	background: url(images/photos.png) no-repeat;
	background-size: 100%;
	background-position: top 15px left 10px;
}
img {
	width:100%;
}
header {
	display: none;
}
nav {
	padding-left: 3%;
	padding-top: 1.5%;
	margin: 0 auto;
}
nav ul ul li {
	border-bottom: 1pt solid rgba(138,138,138,0.40);	
}
a:link, a:visited, a:focus  {
	color:rgba(252,179,38,1.00);
}
a:hover  {
	text-decoration: underline;
}
.basefooter {
background-image: url(images/backgroundfooter.jpg);
background-repeat: no-repeat;
background-position:bottom;
background-size: 100%;
bottom:1px;
padding-top: 0%;
height:100px;
width: 100%;
max-width: 1024px;
margin: 0 auto;
}
.emailogo  {
display:block;
float:right;
margin-right: 5%;
margin-top: 20px;
}
.row2colum {
	margin-top: 0%;
	width:100%
}
.copyleft {
	width:60%;
	margin-left: 10%;
	margin-top: 0;
	margin-right: 5%;
}
.imagescontainer  {
	width:120%;
	height:100%;
}
.image  { 
	float:left;
	width:100%;
	max-width: 175px;
	height:auto;
	min-height: 165px;
	margin-left: 10px;
}
.image img {
	width:100%;
}
.image p a { 
	font-family: Verdana, Geneva, sans-serif;
	color: #FC3;
	font-size:.9em;
	margin-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.download {
	margin-top: -30px;
	width: 100%;
	max-width: 155px;
	padding: 10px;
	position:absolute;
	display: none;	
	background-color:rgba(2,93,183,1.00);
} 
.download p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	text-align: center;
} 
@media screen and (min-width: 520px) and (max-width: 800px) {
	.imagescontainer  {
	width:130%;
	height:100%;
}
}
@media screen and (min-width: 520px) and (max-width: 650px) {
nav {
	padding-left: 0!important;
	padding-top: 0px!important;
	}}
@media screen and (min-width: 280px) and (max-width: 520px) {
nav {
	padding-left: 0!important;
	padding-top: 0px!important;
}
.copyleft {
	width:80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;	
}
.pagetitle {
	padding-top:16%;
	width: 100%;
	margin-top: 10%;
	margin-left: 9%;
	background-size: 110%;
	background-position: top 0px left 0px;
}
.wrapper {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	background-size: 130%;
	background-position: top 10px right 10px;
}
.imagescontainer  {
	width:90%;
	height:100%;
	padding: 0px 15%;
}
.emailogo   {
display:block;
width: 70%!important;	
float:none;
margin-left: 20%;
margin-right: 10%;
padding-top: 10px!important;	
}
}
@media screen and (min-width: 280px) and (max-width: 300px) {
.emailogo  {
display:block;
width:80%;
clear: both;
float:none;
margin-left: 7%;
margin-top: 30px;	
		}
}
