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

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

body {
	overflow: auto;
	background-color: #506F58;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	}

#wrapper, .wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

#wrapper p {
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
}

#wrapper a:link, #wrapper a:visited {
	text-decoration: none;
	color: #C99;
}

#wrapper a:hover {
	text-decoration: none;
	color: #396;
}

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

#footer {
	color: #ffffff;
	text-align: center;
	font-size: 0.75em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
/*	color: #6CF; */
	color: #ffffff;
}

#footer a:hover {
	text-decoration: none;
	color: #396;
}

/* Headings */
h1 {
	font-size: 1.1em;
}

h2 {
	font-size: 1.05em;
	margin-bottom: 0.7em;
}

h3 {
	font-size: 1.05em;
	margin-top: 0.7em;
	color: black;
}

#message h3 {
	color: #ffffff;
}

/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 5px;
	font-size: 0.80em;
	height: 440px;
}

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

#innermess {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 320px;
	width: 965px;
}

#col1 {
	position: absolute;
	width: 350px;
	left: 0px;
}

#col2 {
	margin-left: 370px;
	width: 300px;
	height: 300px;
}

#col3 {
	position: absolute;
	width: 315px;
	left: 690px;
	top: 0px;
}

#flowerdiv {
	position: absolute;
	top: 235px;
	left: 443px;
}

#message a:link, #message a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#message a:hover {
	color: #9F0;
}

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

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

#col1 a {
	display: inline-block;
	padding: 4px 0;
}

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

img {
	border: none;
}

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

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

.leftsidemore a:hover {
	color: green;
}

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

.leftside p, .rightside p {
	color: #6e6e6e;
}

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

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

.leftside ul li a:hover, .rightside ul li a:hover {
	color: #0077bf;
}

/* Blue button used in the Helpful Resources section */
.leftside .bluepill, .rightside .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, .rightside .bluepill:hover {
	background-color: green;
}


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

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

/* Skip navigation link — hidden until focused */
.skip-link {
	position: absolute;
	left: -9000px;
	top: 4px;
	z-index: 9999;
	padding: 8px 16px;
	background: #506F58;
	color: #ffffff;
	text-decoration: underline;
	font-size: 0.9em;
	border-radius: 3px;
}
.skip-link:focus {
	left: 4px;
}

/* General focus indicator for links and interactive elements */
a:focus-visible,
button:focus-visible {
	outline: 3px solid #0077bf;
	outline-offset: 2px;
}
