/* Ed Hendrickson wrote this CSS on June 11, 2007 for the Contact Button that sits in the top header of each page. It is fairly straightforward if you need 
to change it. Beware changes lots of contact buttons. */
/* overall font for anything w contact_button class */
 .contact_button {margin:0 0;font-family:verdana,tahoma;font-size:70%;font-weight:normal;}
/* span tag describes 1st box of contact button in top header note: padding top right bottom left Ed Hendrickson Jr. 6/11/2007 */
.contact_button span.firstbox {
border:1px solid #000;padding:0 0.5em 0 0.5em;background-color:#FF9966;color:#000;text-decoration:none;}
/* hover = pseudo selector to set mouseover attributes */
.contact_button span.firstbox:hover{background-color:#000;color:#FF9966;}
/* span tag describes 1st box of contact button in top header Ed Hendrickson Jr. 6/11/2007 */
.contact_button span.secondbox {border:1px solid #000;padding:0 0.5em 0 0.5em;background-color:#000;color:#FF9966;text-decoration:none;}
/* hover = pseudo selector to set mouseover attributes */
.contact_button span.secondbox:hover {background-color:#FF9966;color:#000;}