body {
	font-size: 75%; /* Resets 1em to 10px */
  font-family: tahoma, helvetica, verdana, sans-serif;
  background-color: #e5c419;
  color: #333;
}
img {
  border: 0;
	height: auto;
  width: 200px;
  margin: 5px;
}
img:hover{
    height: auto;
    width: 400px;
}
.noHover{
    pointer-events: none;
}
a:link {
  color: #074C6B;
}
a:visited {
  color: #556836;
}
a:hover {
  color: #fff;
  background-color: #7C9D51;
}
p {
  font-family: helvetica, verdana, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0 0 20px 0;
  padding: 0;
}
table, th, td {
  border:1px solid black;
	text-align: center;
}
ul {
  font-family: helvetica, verdana, sans-serif;
  padding-left: 5px;
}
li {
  margin-left: 0;
  padding-left: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}
h2 {
  font-size: 1.5em;
  margin: 20px 0 0 0;
  padding: 0;
}
h3 {
  font-size: 1.3em;
  margin-bottom: 0;
}
h4 {
  font-size: 1.2em;
}

.underline {
  text-decoration: underline;
}
.button {
  display: inline-block;
  padding: 12px 30px 10px;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #074C6B;
  color: #FFF !important;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.button:hover {
  background-color: #7C9D51;
}
.button1 {
  display: inline-block;
  padding: 6px;
  text-align: center;
  line-height: 1em;
  text-transform: capitalize;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #074C6B;
  color: #FFF !important;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.button1:hover {
  background-color: #7C9D51;
}

/* =LAYOUT
------------------------------------- */
#wrapper {
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
}
#header {
/*  
  background-color: #e5c419; 
*/
  background: #e5c419 url(../images/gallup.gif) no-repeat bottom right;
  height: 150px;
}
#logo {
  float: left;
}
#logo img {
  margin-right: 10px;
}
#header h1 {
  font-size: 2em;
  line-height: 1.5em;
  padding: 0;
  margin: 30px 0 0 0;
}
#address {
  color: #474747;
  font-size: 1em;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin-left: 10px;
}
#address1 {
  color: #474747;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 0 0 0px;
  margin-left: 0px;
}
#address p {
  margin: 0;
  padding: 0;
}
#nav {
  background-color: #F8F5EE;
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
}
#nav a {
  text-decoration: none;
  padding: 5px 13px 2px 13px;
}
#nav ul {
    background-color: #F8F5EE;
}
#nav li {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

#content, #nav, #footer {
  padding: 1px 14px;
/*  border-left: 1px solid #999;
  border-right: 1px solid #999;*/
}
#nav {
  border-top: 2px solid #999;
}
#footer {
  border-bottom: 2px solid #999;
}

#main {
  width: 560px;
  padding: 10px 0 0 0;
  margin-left: 180px;
}
#main ul {
  margin: 0 0 20px 30px;
}
#main li {
  padding-bottom: 5px;
}
#main h3,
#main h2 {
  padding-bottom: 6px;
}
#main h3 {
  color: #074C6B;
}
#sidebar {
  font-size: .9em;
  float: left;
  width: 180px;
  text-align: left;
  padding-left: 1px;
}
#sidebar ul {
  margin: 0;
  padding: 0;
}
#sidebar li {
  font-size: 1.2em;
}
#sidebar h3 {
  color: #7C9D51;
  font-size: 1.1em;
  margin: 20px 0 10px 0;
  padding: 0;
}
#content #sidebar .person {
  margin: 0;
  padding: 0 0 4px 0;
  font-style: italic;
}
#content #sidebar .role {
  font-weight: bold; 
  padding: 8px 0 0 0;
	line-height: 1em;
  margin: 0;
}
#sidebar li {
  list-style: none;
  padding-bottom: 2px;
}
.left {
  width: 35%;
	float: left; /* or float: right; */
  padding: 0 10px 0 0;
}
.right {
  width: 35%;
	float: right; /* or float: left; */
  padding: 0 0 0 10px;
}
.legal {
	text-align: center;
  padding-top: 10px;
	font-size: .9em;
}
.track {
	text-align: center;
  padding-top: 10px;
	font-size: 1em;
}
.flush {
  margin: 0;
  padding: 0;
}

#nav li {
  display: inline;
}
.signature {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 10px;
}
.phone {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 20px 10px;
}
.label {
  color: #666;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.highlight {
  padding-top: 0;
}
.emphasis {
  font-size: 1.2em;
}

/* highlight tabs */
.homepage     #nav_home a,
.about        #nav_about a,
.guidelines   #nav_guidelines a, 
.recipients   #nav_recipients a,
.report       #nav_report a, 
.contact      #nav_contact a, 
.sponsors     #nav_sponsors a,
.categories		#nav_categories a,
#nav a:hover {
  background-color: #7C9D51;
  color: #FFF;
}
#header #logo a {
  background-color: transparent;
}
.homepage #content {
  height: 480px;
}
/* commented out fixed height of Contact Us page */
/*
.contact #content {
  height: 550px;
}
*/

/* recipients */
#main .recipients-list {
  margin: 0 0 2em 0;
  padding: 0;
}
#main .recipients-list li {
  list-style: none;
  padding: 1em 0 0 0;
  margin: 0;
}
.recipients-list .name {
  font-weight: bold;
}
.recipients-list .title {
  font-style: italic;
}
.recipients-list .school {
  font-weight: bold;
  color: #7C9D51;
}
.recipients-list .project {
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Serif;
  font-size: 1.3em;
  padding: 0.2em 0 0.3em 0;
  margin: 0;
  color: #074C6B;
}
.recipients-list .description {
  font-size: 1em;
}
.important {
	text-decoration: underline;
	font-weight: bold;
}
.note {
  color: #074C6B;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
/* formstack overrides 
.fsBody .fsSectionHeader,
.fsBody .fsFieldRow {
	clear: none !important;
} */
body, .form-all {
margin-top: 0;
}
/* rubric */
.rubric-header {
  text-align: center;
}
.rubric {
    border-top: solid 1px #666;
    border-left: solid 1px #666;
    margin: 1em 0 2em 0;
}
.rubric th {
  font-weight: normal;
}
.rubric td, .rubric th {
    font-family: helvetica, verdana, sans-serif;
    padding: 6px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    height: 20px;
}
.unavailable {
  background-color: #666;
}
