
/* Board Of Director */

.board_title{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
font-weight:bold;
width:686px; 
height:20px; 
background:url(/images/bgBoardInactive.jpg) no-repeat;
color:#525252;
padding-top:2px;
float:left;
}

.board_title:hover{ /*header of 1st demo*/
width:686px; height:20px; padding-top:2px; background:url(/images/bgBoardActive.jpg) no-repeat; color:#0c4da2;
} 

.openboard{ /*class added to contents of 1st demo when they are open*/
width:686px; height:20px; padding-top:2px; background:url(/images/bgBoardActive.jpg) no-repeat;
float:left;
color:#0c4da2;
}

.board_content {float:left; width:686px; padding-top:10px; padding-bottom:10px;}