/* MISC *****************************************************************/
.clr {
	clear: both;
}
.spacer {
	height: 30px;
}
.half {
	float: left;
	width: 44%;
	margin: 0 2% 0 2%;
}
.inline {
	float: left;	
	margin: 0 4% 0 0;
}

/* TOP *****************************************************************/
#top img {
	margin: 0 22px 0 22px;
}

/* MAIN *****************************************************************/
#main ul {
	list-style: disc;
}
#main p.hgl {
	margin: 10px 0 10px 20px;
	font-style: italic; 	
}

/* FEATURES *****************************************************************/
#features #logos {
	margin: 10px 0 10px 0;
	text-align: center;
}
#features #logos img {
	margin: 10px 0 10px 0;
	
	
}

/* BOTTOM *****************************************************************/
#bottom #logos {
	margin: 0 0 10px 0;
}
#bottom #logos img {
	margin: 0 10px 0 10px;
}
	
/* HOME *****************************************************************/

#home {	
	text-align: center;	
}
#home h1 {
	margin: 10px;
	font-size: 320%;	
}
#home h2 {
	margin: 10px;
	font-size: 200%;	
}
#home h3 {
	margin: 10px;
	font-size: 180%;
	line-height: 150%;	
}
#home h4 {
	margin: 14px;
	font-size: 150%;	
}
#home p {
	margin: 20px;
	font-size: 120%;
	line-height: 140%;
	text-align: center;
}