@charset "utf-8";
body {
    background:  
    center center /100% 100% no-repeat content-box;
    height: 500px;
    font-family: Arial, Helvetica, sans-serif;
    color: #6A6A75;
}
header {
    background-image: url("Images/Cropped200TopRight_03.png");
    background-repeat: no-repeat;
    background-position: right top;
    margin: 20px 0px 20px 0;
    height: 150px;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    color: #081359;
}
 
body > nav.horizontalNavigation > ul > li {
    width: 20%;
    display: block;
    float: left;
    text-align: center;
}
 
.Offerring {
    width: 132px;
}
 
header > img {
    float: right;
}
article {
    line-height: 24px;
}
dl {
    overflow: hidden;
}
dd:nth-of-type(n+2) {
    margin-top: 10px;
}
dt, dd {
    margin: 5px;
    padding: 4px;
}
dt {
    min-width: 11em;
    float: left;
    clear: left;
    margin-left: 40px;
    
    font-weight: bold;
}
dd {
    overflow: hidden;
}
nav {
    margin-left: 80px;
}
div {
    float: left;
    margin-left: 40px;
}
 
footer  {
    background-image: url("Images/Cropped200BotLeft_03.png");
    background-repeat: no-repeat;
    background-position: left top;
    margin: 20px 0px 20px 0;
    height: 150px;
    text-align: center;
}
 
 /* =========================================
    Mobile Styles: 0px to 480px
   =========================================
*/
@media only screen and (max-width: 480px) {
    header {
	background-image: url("Images/MobileCropped200TopRight_03.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin: 20px 0px 20px 0;
	height: 150px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #081359;
	}
 
    dt {
	min-width: 3em;
	float: left;
	clear: left;
	margin-left: 40px;
	font-weight: bold;
    }
 
nav {
    margin-left: 0px;
}
 
body > nav > a {
    font-size: 15px;
}
 
article >  p {
    font-size: 15px;
}
li.Offerring  > p > a {
    font-size: 8px;
}
 

.Offerring a img {
    width: 40px;
}
.Offerring a p a {
    font-size: 40px;
}
     
 
    footer  {
	background-image: url("Images/MobileCropped200BotLeft_03.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 20px 0px 20px 0;
	height: 150px;
	text-align: center;
    }
}
   
