#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
color:#A3BED8;
}

a:link.header, a:visited.header, a:active.header { font-family: Arial; font-size: 12px; color: #2B5A89;}
a:hover.header { font-family: Arial; font-size: 12px; color: #ffffff;}
blockquote.header {margin-top:7px;}

a:link.footer { font-family: Arial; font-size: 12px; color: #99ccff;}
a:visited.footer { font-family: Arial; font-size: 12px; color: #999999;}
a:active.footer	{ font-family: Arial; font-size: 12px; color: #99ccff;}
a:hover.footer	{ font-family: Arial; font-size: 12px; color: #ffffff;}

.footer { font-family: Arial; font-size: 12px; color: #ffffff;}
.footerSMALL { font-family: Arial; font-size: 10px; color: #ffffff;}
a:link.footerSMALL { font-family: Arial; font-size: 10px; color: #99ccff;}
a:visited.footerSMALL { font-family: Arial; font-size: 10px; color: #999999;}
a:active.footerSMALL { font-family: Arial; font-size: 10px; color: #99ccff;}
a:hover.footerSMALL { font-family: Arial; font-size: 10px; color: #ffffff;}

.footerBIG { font-family: Arial; font-size: 15px; color: #ffffff; font-weight:bold;}
a:link.footerBIG { font-family: Arial; font-size: 15px; color: #ffffff; font-weight: bold; text-decoration: none;}
a:visited.footerBIG	{ font-family: Arial; font-size: 15px; color: #ffffff; font-weight: bold; text-decoration: none;}
a:active.footerBIG { font-family: Arial; font-size: 15px; color: #ffffff; font-weight: bold; text-decoration: none;}
a:link.footerBlue { font-family: Arial; font-size: 15px; color: #99ccff; font-weight: bold;}
a:visited.footerBlue { font-family: Arial; font-size: 15px; color: #999999; font-weight: bold;}
a:active.footerBlue	{ font-family: Arial; font-size: 15px; color: #99ccff; font-weight: bold;}
a:hover.footerBlue	{ font-family: Arial; font-size: 15px; color: #ffffff; font-weight: bold;}


.content {padding: 25px; font-family: Arial; font-size: 14px; color: #333333;}
.content2 {padding: 0 25px 25px 25px; font-family: Arial; font-size: 14px; color: #333333;}
.content3 {font-family: Arial; font-size: 12px; color: #333333;}
.contentstaff {font-family: Arial; font-size: 11px; color: #333333;}
.homehheader {font-family: Arial; font-size: 14px; color: #000000; font-weight: normal;}
b.content {font-family: Arial; font-size: 14px; color: #000000; font-weight: bold;}
.blueheadings {font-family: Arial; font-size: 16px; color: #003366; font-weight: bold;}
.contentright {margin-right: 25px; margin-top: 25px; font-family: Arial; font-size: 14px; color: #333333;}
.contentbase {margin: 0 25px 0 25px; font-family: Arial; font-size: 14px; color: #333333;}
.homebullettext {font-family: Arial; font-size: 16px; color: #336699; font-weight: 600;}
ul  {list-style-image: url(images/bullets.gif); margin: 0 10px 0 30px; line-height: 100%;}
ul.blueboxcontent  {list-style-image: url(images/bullets-bluebox.gif); margin: 0 10px 0 30px; line-height: 100%;}



a:link	{font-family: Arial; font-size: 14px; color: #6699cc;}
a:visited	{font-family: Arial; font-size: 14px; color: #999999;}
a:active	{font-family: Arial; font-size: 14 px; color: #6699cc;}
a:hover	{font-family: Arial; font-size: 14 px; color: #2B5A89;}
a:link.content3	{font-family: Arial; font-size: 12px; color: #333333;}
a:visited.content3	{font-family: Arial; font-size: 12px; color: #333333;}
a:hover.content3	{font-family: Arial; font-size: 14px; color: #2B5A89;}

a:link.contentstaff	{font-family: Arial; font-size: 11px; color: #333333;}
a:visited.contentstaff	{font-family: Arial; font-size: 11px; color: #333333;}
a:hover.contentstaff	{font-family: Arial; font-size: 13px; color: #2B5A89;}

.blueboxcontent {font-family: Arial; font-size: 14px; color: #333333;}
h1	{font-family: Arial; font-size: 18px; color: #000000; font-weight: bold;}
h2	{font-family: Arial; font-size: 14px; color: #000000; font-weight: bold;}
.secondarybluecaption	{font-family: Arial; font-size: 18px; color: #003366; font-weight: bold;}

.staffBioBox {background:#FFFFFF; border:0px}
.staffBioBox2 {background:#EEF0F1; border:1px solid #718EAA; }

.logo {cursor:pointer; border:1px solid #CCCCCC;}

.smallText { font-size:10px;}


/* Image Effects for Press Release Section */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #2B5A89;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -600px; /*position where enlarged image should offset horizontally */

}
