/* ----- Style sheet for ERG APC website editing with Contribute -----*/

/* ------ Lists ----- */

li.pdf {
	background: url(../images/pdficon_small.gif) no-repeat left center;
}

li.ppt {
	background: url(../images/ppicon.gif) no-repeat left center;
}

/* ----- Images ----- */

.left-column-image {/* same as .floatleftstack in main style sheet */
	float: left;
	border:solid 1px silver;
	margin-left: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}

.news-image-left, .news-image-right {/* same as .left_image in main style sheet*/
	float: left;
	border: solid 1px silver;
	padding: 2px;
	margin-right: 0;
	margin-left: 5px;
}

.news-image-right {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
}

/* ----- Links ----- */

a.link:link { /* sames as .internal_link in main style sheet */
	font-size: 11px;
	line-height: 19px;
	color: #C90;
	text-decoration: none;
}

/* ----- Text -----*/

.homepage-text { /* same as .body_copy in main  style sheet*/
	font-size: 12px;
	line-height: 19px;
	color: #666;
	margin-right: 30px;
}

.interior_copy {
	font-size: 11px;
	line-height: 19px;
	color: #666;
	margin-right: 10px;
	margin-left: 245px;
	margin-top: 0;
	padding-right: 0;
}

