/*font sizes (anything that ends in Font) is for specific site's CSS and shouldn't be in this one*/
#eln_interactives {
	width: 425px;
	float:left;
}
#eln_videos {
	width: 315px;
	float:left;
	margin-left: 10px;
}
#eln_interactives_links {
	float:left;
	width: 225px;
	margin: 5px;
}
.eln_interactives_photos {
	float:left;
	width: 160px;
	height: 130px;
	margin: 5px;
	padding-left:10px;
	border-left-color: #C9C9C9;
	border-left-style:dashed;
	border-left-width: 1px;
	text-align:center;
}
.eln_brightcove {
	margin: 0 5px 5px 5px;
	padding-top:5px;
}
.eln_links {
	clear:both;
	padding-bottom:5px;
}
.eln_bottombox {
	background-color:#ffffff;
	border-right-width:1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-bottom-width:1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-left-width:1px;
	border-left-color: #999999;
	border-left-style: solid;
	height: 145px;
	margin-bottom: 100px;
}

/* ELECTION RESULTS */
.eln-office-name {
padding-top:8px;
font-size:14px;
font-weight:bold;
}
.eln-subhed-table {
font-size:12px;
font-weight:bold;
height:18px;
padding:3px;
background-color:#87D2EF;
border-bottom-style:solid;
border-bottom-color:#0092c8;
border-bottom-width:2px;
}
.eln-bodyregular {
font-size:12px;
padding:3px;
}
.eln-bodyreg-bar {
font-size:12px;
background-color:#F0F0F0;
padding:3px;
}

/* CLEAR SPACING FOR SITE */

dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}
/* ****SECTION LEVEL INDEX LAYOUTS ***** */

.columnMore {
	width: 490px !important;
}

/* 1 COLUMN LIST ITEM */
#onecolumnlistitem, .onecolumnlistitem {
	width: 157px;
	margin: 0;
	padding: 0 5px;
	float:left;
}

#onecolumnlistitem dl, .onecolumnlistitem dl {
	margin: 0;
	padding: 0;
	float: left;
	display: inline; /* fixes IE/Win double margin bug */
}

#onecolumnlistitem dd, .onecolumnlistitem dd {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.65em;
	text-align:left;
}

#onecolumnlistitem dd.image img, .onecolumnlistitem dd.image img {
	margin: 0 3px 0 0;
	padding: 0px;
	float: left;
	border: 1px solid #999;
	clear: right:
}


/* 2 COLUMN LIST ITEM */
#twocolumnlistitem, .twocolumnlistitem {
	width: 210px;
	margin: 0;
	padding: 0 16px 5px 0;
	float:left;
	height: 80px;
}

#twocolumnlistitem dl, .twocolumnlistitem dl {
	margin: 0;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
}

#twocolumnlistitem dd, .twocolumnlistitem dd {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.7em;
	text-align:left;
}

#twocolumnlistitem dd.image img, .twocolumnlistitem dd.image img {
	margin: 3px 0 0 10px;
	padding: 2px;
	float: right;
	border: 1px solid #999;
	clear: left:
}

/* ARTICLE WITH LEFT IMAGE LIST ITEM */

#articleimageleftitem, .articleimageleftitem {
	margin: 0;
	padding: 0;
}

#articleimageleftitem dl, .articleimageleftitem dl {
	width: 490px !important;
	margin: 0;
	padding: 0;
	float: left;
}

#articleimageleftitem dd, .articleimageleftitem dd {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 0.8em;
}

#articleimageleftitem dd.image img, .articleimageleftitem dd.image img {
	margin: 3px 10px 0 0;
	padding: 2px;
	float: left;
	border: 1px solid #999;
	
}