/*
 * CollegeInsight homepg css
 * Misc styles
 *
 * @author Benjamin Lowenstein 05/2009
 */

.home #subheader {
	margin-top:30px;	
}

.home #subheader img.pieChart {
  float:left;
}

.home #subheader img.pieChart {
  float:left;
  margin-right:5px;
}

.home #subheader p.blurb {
	font-size:20px;	
	line-height:1.2em;
	width:750px;
	float:left;
	margin-top:5px;
	margin-bottom:.4em;
}

.home #subheader p.blurb strong {
	color:#cc3333;
}

.home #subheader p.blurb strong.orange {
	color:#fc6800;
}

#threeWaysContainer {
	overflow:hidden;
}

#threeWaysHeader {
	margin-bottom:-.4em;
}

#threeWaysMeta {
	margin-bottom:45px;
	zoom:1;
}

#threeWaysMeta div.btm {
	background: url('../img/home/three_ways_footer.jpg') no-repeat;
	width:294px;
	display:block;
	float:left;
	height:17px;
	margin-right:10px;
}

#threeWaysMeta #lastBtm.btm {
	margin-right:0;
}

#threeWaysMeta img.last {
	margin-right:0px;
}

#threeWaysContainer p {
	margin:.3em 0;
	padding: 0 24px;	
}

#threeWaysContainer img {
	margin-left:24px;	
	margin-top:25px;
}

#threeWaysContainer .threeWaysCol p {
	font-size:14px;
	line-height:1.34em;
	font-weight:bold;	
}

#threeWaysContainer .threeWaysCol a.red {
	color:#cc3333;
	text-decoration:none;
}

#threeWaysContainer .threeWaysCol {
	background: #edf2ee url('../img/home/three_ways_col.jpg') no-repeat;	
	width:294px;
	float:left;
	margin-right:10px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
}

#threeWaysContainer #last.threeWaysCol {
	margin-right:0;
}

#threeWaysHeader {
	position:relative;	
	zoom:1;
}

#threeWaysHeader a {
	position:absolute;
	height:	41px;
	display:block;	
	bottom:10px;
	zoom:1;
	z-index:1000;
	/* needed for IE */
	background:#fff;
	opacity: 0; 
	filter:alpha(opacity=0);
}

a#spotlight {
	width:151px;
	left:25px;	
}

a#topics {
	width: 115px;
	left:322px;
}


a#explore {
	width:270px;
	left:620px;	
}