@charset "utf-8";
/* CSS Document */

#callouts {
	margin: 0 0 20px 0;
}

.callout {
	float: left;
	margin: 0px 2px 10px 3px;
}

.callout_top {
	width: 217px;
	height: 154px;	
	background-image: url(../../images/interior/middleright_top.gif);
}

.callout_ctr {
	width: 217px;
	height:	6px;
	background-image: url(../../images/interior/middleright_mid.gif);
}

.callout_btm {
	width: 217px;
	height: 8px;
	background-image: url(../../images/interior/middleright_btm.gif);
	background-repeat: no-repeat; 
}

.callout_header {
	font-size: 18px;
	color: #00529c;
	padding: 15px 14px 0 10px;
}

.callout_copy {
	font-size: 12px;
	color: #000000;
	height: 70px;
	padding: 10px 14px 0 12px;
}

.callout_button {
	padding: 10px 0 0 12px;
}

.callout_button2 {
	padding: 0px 0 0 12px;
}

#schools_callout {
	padding: 0 0 20px 100px;
}