/* Simple Wrapper */

body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;   
}
p {
    margin:10px 0;
}
.wrapper {
    width:90%;
    max-width: 900px;
    margin: 80px auto;
}
header {
    border-bottom:20px #7DC1E9 solid; 
    padding:0 0 5% 0;
}
header h1 {
    background: url(https://secure2.convio.net/azhs/assets/images/ahs_logo.png) top center / 100% no-repeat;
    width:100%;
    max-width:450px;
    max-height:50px;
    min-height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin:0 auto;
}
.content {
    margin:10px 0;   
}
footer {
    background-color:#7DC1E9;
    text-align: center;
    padding:50px 0 20px 0;
    color:#fff;
}
footer p {
    font-size:12px;
    padding:0 50px;
}
#verisignSeal {
    text-align: right;  
    overflow:auto; 
    margin:10px 0 0 0;
    float:right;
}
div#vs_seal {
    float:right;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
   header h1 {
    background-image: url(https://secure2.convio.net/azhs/assets/images/ahs_logo@2x.png);
   }
}