/* Text formatting style sheet */

p, label { 
  font-family: century gothic, helvetica, sans-serif; 
  text-align: left;
  font-size: medium;
  color: #363636; 
  line-height: 1.2;
} 

p.note {
font-size: 60%;
}

p.footer {
text-align: right;
font-size: 60%;
color: #F0F4F5;
font-family: helvetica, sans-serif; 
}

p.address {
border: 0;
padding: 0;
}

p.latest_title {
font-family: helvetica, sans-serif; 
font-weight: bold;
color: #fff;
padding-left: 20px;
}

p.latest_item {
  font-family: courier, sans-serif; 
  font-size: 80%;
border-left: 20px;
padding-left: 20px;
padding-right: 20px;
}


h1 { 
  font-family: century gothic, helvetica, sans-serif; 
  font-size: 150%;
  color: #363636; 
  text-align: left;
  text-background: #007286;
} 

h1.page_title {
text-align: right;
  font-size: 200%;
color: #fff;
}

h2 { 
  font-family: arial; 
  font-size: 18pt;
  color: #363636; 
} 

a { 
  font-family: helvetica, arial; 
  color: #FFFFFF; 
  text-decoration: none;
} 

a.latest_item_link { 
  font-family: courier, sans-serif; 
  color: #363636; 
  text-decoration: underline;
} 

a.latest_item_link:hover { 
  font-family: courier, sans-serif; 
  color: #fff; 
  text-decoration: underline;
} 

a.pdfs {
font-family: century gothic, helvetica, arial; 
color: #363636; 
font-size: 80%;
font-weight: bold;
}

a.bodylink {
font-family: century gothic, helvetica, arial; 
color: #363636; 
text-decoration: underline;
}

a.bodylink:hover {
font-family: century gothic, helvetica, arial; 
color: #fff; 
background: #363636; 
}

a.casestudy {
font-family: century gothic, helvetica, arial; 
color: #363636; 
font-weight: bold;
}

a.casestudy:hover {
font-family: century gothic, helvetica, arial; 
color: #363636; 
text-decoration: underline;
}

a.field {
font-family: century gothic, helvetica, arial; 
color: #363636; 
}

a.field:hover {
font-family: century gothic, helvetica, arial; 
color: #363636; 
text-decoration: underline;
}

p.pdfs {
font-size: 80%;
}

a.pdfs:hover {
font-family: century gothic, helvetica, arial; 
color: #363636; 
text-decoration: underline;
}
  
a:hover { 
  font-family: helvetica, arial; 
  color: #FFFFFF; 
  text-decoration: none;
} 

a.footer {
background-color: none;
}

a.footer:hover { 
  color: #FFFFFF; 
  text-decoration: underline;
} 

ul {
font-family: century gothic, helvetica, sans-serif; 
  text-align: left;
  font-size: medium;
  color: #363636; 
  line-height: 1.2;
  }
  
p.photo_note {
font-size: 60%;
background: #00414B;
color: #fff;
margin: 0;
padding: 0;
text-align: right;
}