@charset "utf-8";
/* CSS for Project Spotlight block on front page */

.spotlight {
	background-repeat:no-repeat;
	height:225px;	
	color:#fff;	
	position:relative;
}
.spotlight H2{
	padding:30px 0 0 10px;
	font-weight:normal;
	font-size:24px;
}
.spotlight P {
	padding: 20px 140px 0 10px;
	float:left;
}
.spotlight_button {
	width:240px;
	height:34px;
	margin:135px auto 0  auto;
	text-align:center;
	position:absolute;
	bottom:5px;
	left:55px;
}
.spotlight_button DIV{
	border:solid 1px #06c;
	background-color:#33CCFF;
	height:34px;
	filter:alpha(opacity=50);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.spotlight_link {
	color:#fff;
	font-size:18px;
	text-decoration:none;
	padding:11px 14px 11px 0;
	background-image:url(../../images/arrow_white.png);
	background-repeat:no-repeat;
	background-position:right;
	position:relative;
	top:-28px;
}
.spotlight_link:hover {
	background-image:url(../../images/arrow_blue.png);
}

#ms_spotlight {
	background-image:url(../../images/spotlight_ms_back.png);
}

#gm_spotlight {
	background-image:url(../../images/spotlight_gm_back.png);
}

#ofr_spotlight {
	background-image:url(../../images/spotlight_ofr_back.png);
}
