/*== Committee Groups ===========================
*/

#committees {
}

#groups {
	padding: 0;
	list-style: none;
	width: 100%;
}


#groups td {
	display: inline;
	width: 118px;
	padding: 5px 7px 5px 8px;
	font-size: .9em;
	text-align: center;
}

#groups td strong {
	text-align: center;
	display: block;
	height: 65px;
	font-size: 1.1em;
}

#groups td dl dt {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 10px;
}
#groups td dl dd {
	font-size: .9em;
	font-style: italic;
	margin: 0 0 10px 0;
}

#groups td#economicli {
	background:#EEEFBD;
}
#groups td#membershipli {
	background:#D6F8D6;
}
#groups td#marketingli {
	background:#F8EDD6;
}
#groups td#communityli {
	background:#F8D6DE;
}
#groups td#governmentli {
	background:#D6E8F8;
}
#board {
	background: #7F9B3D;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	padding: 5px;
}
#committees {
	height: 100%;
}
#committees dl {
	margin-bottom: 20px;
}

#committees dl dl {
	margin-bottom: 0px;
}
#committees dt {
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	font-size: 1.1em;
}
#committees dd {
	display: block;
	margin-left: 25px;
}
#committees dt {
	
}
#committees dl dl dt {
	font-style: italic;
	font-size: .9em;
}
#committees dl dl dd {
	font-size: .9em;
}

#economic {
	background:#EEEFBD;/*#F8F8D6;*/
	padding-top: 10px;
}
#economic h3 {
	color: #000;
	background: #D9D88F;
	padding: 5px;
}

#membership {
	background:#D6F8D6;
	padding-top: 10px;
}
#membership h3 {
	color: #000;
	background: #8FD992;
	padding: 5px;
}

#marketing {
	background:#F8EDD6;
	padding-top: 10px;
}
#marketing h3 {
	color: #000;
	background: #D9C08F;
	padding: 5px;
}

#community {
	background:#F8D6DE;
	padding-top: 10px;
}
#community h3 {
	color: #000;
	background: #D98FC0;
	padding: 5px;
}

#government {
	background:#D6E8F8;
	padding-top: 10px;
}
#government h3 {
	color: #000;
	background: #8FC0D9;
	padding: 5px;
}
#placeholder {
	height: 350px;
}

.hide {
	display: none;
}
