@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
/* CSS Document */

picture {
	 display: block;
	 width: 100%;
	 }
	 
#slider{border-bottom:5px solid #fff100;border-top:5px solid #fff100;}
#full-width {
background-color: #fffcdd;	
}
html { background-color: #fffcdd;	}
.gridContainer {
background-color:white;
 
    -moz-box-shadow: 0 0 10px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.25);
    background-color: #FFF;	
	border-top:none;
}
h1, h2, h3, h4, h5, h6, p {
margin:0;	
}
h1 { font-family: 'Oswald', sans-serif, Arial; font-size: 22px; margin-bottom:0px;text-transform:uppercase; color:#004d91; //color:#ed1c24;}
h2 { font-family: 'Oswald', sans-serif, Arial; font-size: 17px; margin-bottom:0px; color:#004d91; //color:#ed1c24;}
p, li{ 
font-size:14px; color:black; font-family:font-family: 'Oswald', sans-serif, Arial; line-height:20px;
}
a { color:#ed1c24; text-decoration:none; font-weight:700;}
a:visited {color:#ed1c24;}
a:hover {color:#004d91;}
a:active {color:#ed1c24;}
#footer { background-color: #043168;}
#footer p, #footer a {color:white;}
#footer a:visited {color:white;}
#footer a:hover {color:#75a7d9;}
#footer a:active {color:#75a7d9;}

#padding-container ul {
    list-style: none;
	    margin-left: -25px;
}

#padding-container li { 
    padding-left: 1em; 
}

#padding-container li:before {
	padding-right:5px;
    content: "• ";
    color: #75a7d9; /* or whatever color you prefer */
	font-family: 'Oswald', sans-serif, Arial;font-weight:700;
}
.contact {
background-image:url(../images/splat.png); background-repeat:no-repeat;  
background-position:50% -10%;	
}
