.blue {
  color: #afd6ec;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height:22px;
}

.headline {
  color: ##3A2313;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height:28px;
  text-transform: uppercase;
}

.subheadline {
  color: #000000;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.body {
  color: #3A2313;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:22px;
}

.bold {
  color: #3A2313;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height:22px;
}
.turqbold {
  color: #34B3D3;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height:22px;
}
a {
  color: #3A2313;
  text-decoration: none;
    font-weight: bold;
}

a:hover {
  color: #76531b;
  text-decoration: underline;
}

a:active {
  color: #3A2313;
  text-decoration: none;
}
.directors {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #3A2313;
}
.acronym {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: underline;
}

UL {
font-size : 12px; 
font-family : "Trebuchet MS", arial, helvetica, sans-serif; 
color : #0C3182; 
list-style-image: url(images/bulletgraphic.gif);
}

UL UL LI {
font-size : 12px; 
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
color : #003366; 
list-style-image: url(/graphics/sub_bullet.gif);
}

UL UL UL LI {
font-size : 10pt; 
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
color : #003366; 
list-style-image: url(/graphics/sub_sub_bullet.gif);
}


UL {
	list-style: square outside;
	padding-top :4px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:4px;
	margin:0px;
}

li {
	padding-top: 1px;
	padding-bottom: 1px;
}
.homebudy {

  color: cccccc;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height:18px;
}
.homebold {

  color: 4d4d4d;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height:29px;
}
.list {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
}
.HomeContactBig {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 35px;
	letter-spacing: normal;
	word-spacing: normal;


}
.HomeContactSmallCopy {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	word-spacing: normal;
	letter-spacing: normal;

}
.HomeContactDivide {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.subheadline2 {

  color: #4d4d4d;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height:15px;
  text-transform: uppercase;
}
.bios {

  color: #4d4d4d;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:normal;
}
.subheadline3 {

  color: #4d4d4d;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height:20px;
  text-transform: uppercase;
}
.simple_overlay
{
    /* must be initially hidden */
    display: none; /* place overlay on top of other elements */
    z-index: 9998; /* styling */
    background-color: #FFF;
    width: 620px;
    min-height: 400px;
    border: 1px solid #666; /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
.simple_overlay .close
{
    background-image: url(images/close.png);
    position: absolute;
    right: -20px;
    top: -15px;
    cursor: pointer;
    height: 33px;
    width: 33px;
    z-index: 9999;
}

