/*to make it so that the border repeats just in case there are more thna like 5 photos like careered page*/
#contentLeftImageBlock {
	background-repeat:repeat-y;	
}



/* gives the deparment title area a different color for like a subtitle*/

.department_subtitle {
	
	color:#849635;	 /*same color as <legend>  lime green*/
	
}


/* to make it so that any anchored element inside the promo is not blue, and instead has white with white dotted border */

div#PromoLeftContent a {
	
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	border-bottom:1px dotted #d8e2eb;
	
}


/*to make it so that the read more button doesn't have a bottom border like the others <a> have */
div#PromoLeftContent a img {
	
	border:none;
	
}

/* to make it so that any anchored element inside the extened promo is not blue, and instead has white with white dotted border */

div#PromoExtendedContent a {
	
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	border-bottom:1px dotted #d8e2eb;
	
}


/*to make it so that the read more button doesn't have a bottom border like the others <a> have */
div#PromoExtendedContent a img {
	
	border:none;
	
}