@charset "UTF-8";
/* CSS Document */



.foundation_quote {
	color:#FEFAEA;
	background:url(/images/foundation/quote_start.gif) top left no-repeat;
	font-size:12px;
	font-weight:normal;
	padding:1em;
}

.foundation_quote_container {
	/* used to have second background which allows background quotation mark */
	background:#C8C7C7 url(/images/foundation/quote_finish.gif) bottom right no-repeat;
	
}

.callout a{
	font-size:12px;
	color:#9BC63F;
}

.foundation_principals {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%; 
	background: #eee;
	/* opacity pre-css3 */
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	text-align:center;
}
.foundation_principals img{
	margin-top: 200px;
	
}

.foundation_image_panel {
	width:300px;
	float:left;
	margin-right:20px;
}
