/*timeline items*/
.white {
	display: block;
	width:234px;
	height:630px;
	border: solid 1px #fff;
	border-bottom:none;
	border-left:none;
	border-right:none;
	float:left;
	color:#FFF;
	font-size:10px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	background: url(../Images/BG_timeline_item.jpg) no-repeat;
}

.art {
	display: block;
	width:234px;
	height:630px;
	border: solid 1px #F00;
	border-bottom:none;
	border-left:none;
	border-right:none;
	float:left;
	color:#FFF;
	font-size:10px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	background: url(../Images/BG_timeline_item.jpg) no-repeat;
}
.elections {
	display: block;
	width:234px;
	height:630px;
	border: solid 1px #0F0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	float:left;
	color:#FFF;
	font-size:10px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	background: url(../Images/BG_timeline_item.jpg) no-repeat;
}
.leadership {
	display: block;
	width:234px;
	height:630px;
	border: solid 1px #06C;
	border-bottom:none;
	border-left:none;
	border-right:none;
	float:left;
	color:#FFF;
	font-size:10px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	background: url(../Images/BG_timeline_item.jpg) no-repeat;
	
}

.adviseconsent {
	display: block;
	width:234px;
	height:630px;
	border: solid 1px #ffea00;
	border-bottom:none;
	border-left:none;
	border-right:none;
	float:left;
	color:#FFF;
	font-size:10px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	background: url(../Images/BG_timeline_item.jpg) no-repeat;
	
}


.committees {
	display: block;
	width:234px;
	height:630px;
	border: solid 1px #ae00ff;
	border-bottom:none;
	border-left:none;
	border-right:none;
	float:left;
	color:#FFF;
	font-size:10px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	background: url(../Images/BG_timeline_item.jpg) no-repeat;
	
}


#item a{
	/*display:block;*/
	cursor:pointer;
	text-align:left;
}

#item p{
	margin:5px 8px 0 12px;/*-15px*/
	font-size:12px;
	color:#000;
}


#item h2, h3{
	margin:5px 0 0 0;
	padding:5px 0 0 12px;
}

#item img{
	display: block;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	text-align:center;
	max-width:226px;
	height:auto !important;
	}

#item .date{
	display:block;
	height:41px;
	margin:5px 0 -15px 5px;
	cursor:pointer;
	font-size:25px;
	padding:5px;
	color:#FFF;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	text-align: left;
	text-shadow: 0pt 1px 1px rgba(255, 255, 255, 0.5);
}

#submenu a {
	display:block;
	width:50px;
	height:20px;
	float:left;
	color:#FFF;
	margin:0 1px 0 0;
	cursor:pointer;
	font-size:12px;
	padding:5px;
	text-align:center;
}
.adjust {
	width:150px;
	height:150px;
}
.clear{
	display:block;
	clear:both;}