/*   All CSS code is Copyright 2010 HunterGD @ http://HunterGD.com   **  Do not use or borrow my code without giving credit to me, at the  **  least, please leave this header with the code.                   */

#directors {
	list-style-position: inside;
	border: 1px solid #888;
	background: #FFF url(../images/calendar-day-bg.gif) repeat-x scroll left bottom;
	margin: 1em 6em;
}

#directors li {
	list-style-type: none;
	margin: 1em;
	list-style-position: inside;
	list-style-image: none;
}

#directors li span {
	color: #000;
	padding-right: .5em;
	padding-left: .5em;
	font-weight: bold;
	width: 8em;
	display: block;
	float: left;
	margin-right: .5em;
	text-align: left;
}