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

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

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

a {
    text-decoration: underline;
}

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

.Announce {
    color: #007A33;
    font-size: 3em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.AnnounceSmaller {
    color: #007A33;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}


.pushdown {
    margin-top: 60px;
}

.bottomdown {
    margin-bottom: 40px;
}

.show-on-focus {
  position: absolute;
  left: -9999px;
}

.show-on-focus:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  background: #fff;
  color: #000;
  padding: 0.75rem 1rem;
}

#siteheader {
    height: 100px;
    background: transparent;
    position: relative;
    margin: 0 auto;
    z-index: auto;
}

.logo {
    height: 79px;
    margin-left: 50px;
    margin-top: 27px;
}

p {
    padding-right: 12px;
}


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


/* 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;
}


/* 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;
}

