@charset "utf-8";
/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: white;
	color: #505050;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

.centerzero {
	text-align: center;
    margin-bottom: 0;
}

.pushdown {
    margin-top: 60px;
}

.bottomdown {
    margin-bottom: 40px;
}

.LandingPages {
    background-color: #ede9e9;
	padding-bottom: 72px;
	padding-top: 40px;
    color: #01426A;
}

.more {
	background-color: #FFF;
    padding-top: 12px;
}

p {
    padding-right: 12px;
}

.textmessage {
	color: #505050;
	padding-bottom: 96px;
}

.pushsides {
	padding-left: 108px;
	padding-right: 108px;
}

.logo {
	margin-top: 32px;
	margin-bottom: 32px;
}

.featured {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
    color: #103E66;
}

.featured-white {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
    color: white;
}

.featureddiv {
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
}

.featureddiv a:hover {
	color: darkgreen;
}

.featureddiv img {
    margin-bottom: 12px;
}

.white-border {
    border: white 2px solid;
}

/* Headings */
h1 {
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	font-weight: 400;
	line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
}

.photocaption  {
	line-height: 30px;
	font-size: 1.2em;
	display: block;
}

a {
    color: blue;
}

.featuredwhite {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	color: white;
}

#Agency {
	background-color: #fff;	
	padding-top: 64px;
	padding-bottom: 64px;
}

#Agency img {
	float: left;
	margin-left: 35px;
}

#Helpful {
	background-color: #FFF;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
}

#Tips {
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
}

.leftsidetips {
	position: relative;
	width: 500px;
	min-height: 300px;
	padding-left: 10px;
	padding-top: 15px;
}

.leftside {
	position: relative;
	width: 500px;
	min-height: 430px;
	padding-left: 10px;
}

.leftside p, .rightside p {
	color: #848484;
}

.rightside {
	position: absolute;
	left: 550px;
	top: 0px;
}

.rightside img {
	margin-top: 50px;
}

/* Blue button used in the Helpful Resources section */
.leftside .bluepill {
	background-color: #0077bf;
	font-size: 0.8em;
	display: inline-block;
	color: white;
	padding: 16px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.leftside .bluepill:hover {
	background-color: green;
}



hr {
	color: #000;
	background-color: #000;
}


/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.white {
	color: #FFF;
}

.noborder {
	border: none;
}

.clear {
	clear: both;
}

