/* equestrian
 * media: screen, projector
 */
@import url(screen_tmp.css);

#logo_sect {
 position: relative;
 clear: both;
 margin: 3px 0;
 height: 36px;
 text-align: right;
 background-color: #fff;
 z-index: 303;
 }
#logo_sect a {
 position: absolute;
 top: 0;
 right: 0;
 display: block;
 width: 100%;
 height: 36px;
 background: #fff url(../graphics/logo_equestrian.png) 100% 0 no-repeat;
 text-indent: -5000px;
 text-align: left;
 }
#logo_sect a:hover { background-position: 100% -36px; }

#tbl_committee_members {margin:0; padding:0; border:none;}
#tbl_committee_members td {padding:0.3em;}

#tbl_committee_members .fn {}
#tbl_committee_members .title {}
#tbl_committee_members .org {}
#tbl_committee_members .email {}

#d_committee_president td,
#d_committee_vice_president td,
#d_committee_secretary td {border-top:1px solid #aaa; border-bottom:1px solid #aaa;}
#d_committee_president .title,
#d_committee_vice_president .title,
#d_committee_secretary .title {font-weight:bold; color:#060;}