@charset "utf-8";
/* CSS Document */
/*==============================
Pullquote
================================
A left- or right-aligned box for highlighted text
*/

.pullquote_right, .pullquote_left {
	width:30%;
	font-size:.833em;
	line-height:1.8em;
	padding:0 8px 0 8px;
	border-top:3px solid #002E8B;
	background-color:#E5F5FE;
	margin:0;
}
.pullquote_right {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.pullquote_left {
	float:left;
	margin-right:1em;
}
/*==============================
Image Shadow
================================
A left- or right-aligned image with a thin frame and a drop shadow.
The real style is in layout.css, these are place holders for jQuery to
wrap the shadow spans around the image.
*/
.img-right-shadow {
}
.img-left-shadow {
}
.img-right {
}
.img-left {
}

