@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;
	}
    
.pushdown {
    margin-top: 40px;
}

.bottomdown {
    margin-bottom: 60px;
}

.LandingPages {
    background-image: linear-gradient(#F3F4F8, #ADB8CB);
	padding-bottom: 72px;
	padding-top: 40px;
    color: white;
}

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

.makecircle {
    border-radius: 50%;
}

p {
    padding-right: 12px;
}

.textmessage {
    background-color: white;
}

.helpful {
    background-color: #efefef;
    margin-top: 60px;
}

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

.ashland {
    background-color: #FFF;
}

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

.featured {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
    color: rgb(29,76,143);
}

.featuredfloat {
	float: left;
	margin-right: 18px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
	padding-bottom: 8px;
}


.featureddiv {
    display: block;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}


.featureddiv a:hover {
	color: darkgreen;
}

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

/* Headings */
h1 {
	font-size: 2.3em;
	margin-top: 10px;
	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;
}

#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;
}


/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 0px;
	padding-bottom: 22px;
}

#innermessage {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	height: 100px;
}

#message p {
	font-size: 0.9em;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 22px;
}

#col1 {
	padding-top: 20px;
	position: absolute;
	width: 260px;
	left: 0px;
}

#col2 {
	padding-top: 20px;
	margin-left: 300px;
	margin-right: 300px;
}

#col3 {
	padding-top: 20px;
	position: absolute;
	width: 260px;
	right: 0px;
	top: 0px;
}



#message a:link, #message a:visited {
	color: #0177BF;
}

#message a:hover {
	color: #003C80;
}

#message ul {
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#message li {
	text-align:left;
	margin-bottom: 0px;
	margin-left: 13px;
}

.messimage {
	border: none;
	margin-left: 15px;
}

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


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

.center {
	text-align: center;
}

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

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.noborder {
	border: none;
}

.clear {
	clear: both;
}

