/* Collegiate Directories CSS Document 
Colors: 
Red: #EA0E13;
Text Gray: #000000;
light gray bg: #F8F8F8:
light gray border: #D3D3D3;
*/
@import url(/css/tags.css);
@import url(/css/template.css);
@import url(/css/forms.css);
@import url(/css/page-content.css);
/* ---------------------------------------------------------------------------------------------------------------------------------------
EASYCLEAR
--------------------------------------------------------------------------------------------------------------------------------------- */
.easyclear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.easyclear{display: inline-block;}
/* Hides from IE-mac \*/

* html .easyclear{height: 1%;}
.easyclear{display: block;}
/* End hide from IE-mac */

/* Homepage formatting */
.lrgimghome {
	background-color: #000000;
	padding: 0 0 17 0px;
}
.hometxt {
	padding: 24 12 15 25px;
	font-size: 11px;
}
.features1{
	padding: 0 4 5 18px;
}
.features2{
	font-size: 12px;
}
.featuresthmb{
	padding: 0 0 5 0px;
}
.homeheadline {
	font-size: 14px;
	color: #EA0E13;
}
