﻿
body 
{
    background-color: #fcfce8;   
}

body .container 
{
    background-color:#FFF;
    font-family: "Georgia", serif;
	  font-size: 1.2em;
}

.container 
{
    padding: 15px;   
}

.heading-image {
    height:200px;
    margin-bottom:0px;
}
 
.heading-link, .heading-link:hover {
    height:25px;
    text-align:center;
    cursor: pointer;
    z-index: 999;
    color: #FFF;
    font-weight: bold;
    padding-bottom: 30px;
    text-decoration: none
}

.more-link {
    width:100%;
    height:25px;
    margin-bottom:0px;
    padding-right:19px;
    padding-left:19px;
}

.legend-tall {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 2px solid #DDC;
}

.no-pad 
{   
    padding-right:0px;
    padding-left:0px;   
}

a,
a:hover
{
    color: #C99;   
}

.pink-text
{
    color: #C99;   
}

#aboutLink
{
    background-color: #DB9;    
}

#grantLink
{
    
    background-image:url('Images/grant_program_background.jpg'); 
}

#applicationLink
{
    background-color: #B73;
}

.img-container {
  margin: 5px 0 10px 0;
  position:relative;
}

.img-container img 
{
    width: 100%;   
}

/* Style the figure captions, hiding them by default */

.img-caption 
{
  position:absolute;
  left: 0;
  right:0;
  bottom: 0;
  width: 100%;
  font-size: 1vw;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

/* Display the captions on hover */

.img-container:hover .img-caption {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000,endColorstr=#aa000000);
}

/* Add padding and margin to the caption contents */

.img-caption * {
  padding: 0 10px;
  margin: 0;
}

.img-caption *:first-child {
  padding-top: 5px;
}
.img-caption *:last-child {
  padding-bottom: 5px;
}

/* Give captions and headings their own font */

.img-caption, h1, h2, h3, h4 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  border-radius: 10px;
}

.justify {
	text-align: justify;
}

.correspondence-container {
    font-family: Arial, Helvetica, sans-serif;
    border:1px solid black;
    padding:15px;
    text-align: center;
    font-size:0.9em;
    box-shadow: 9px 9px #ccc;
}

.correspondence-header {
    font-weight:bold;
}

.correspondence-title {
    padding-bottom:8px;
}

.correspondence-body {
    font-size:0.8em;
}