/*!
 * (c) Disney.  All rights reserved.
 */
/**************************************************
 * FileName - {home.css}
 *
 * $Author: chisahoo $
 * $Revision: #1 $
 * $Change: 860098 $
 * $Date: 2011/07/04 $
 **************************************************/
/* SizzleReel Starts Here*/
#poster{
	width:998px;
}
#poster .sizzle-reel{
	height:416px;
}
.banner-reel{
	float:left;
	background: none repeat scroll 0 0 #000000;
}
/* SizzleReel Ends Here*/

/* Logo pane style starts here*/
#logos{
	background: url("images/collegeprogram_brandbar.jpg") repeat-x scroll 0 0 transparent;
    height: 31px;
}
/* Logo pane style ends here*/

/* CoreEvp style Starts here*/
div#coreEvp{
	background: url("images/content_homemodulepage.png") repeat-x scroll 0 0 #7D7D7D;
	height:208px;
}
*|html[xmlns*=""] #coreEvp {
	margin-top:-4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/*chrome hack*/
	#coreEvp {
		margin-top:-4px;
	}
}
div#coreEvpContainer{
	height:144px;
	float: left;
	margin: 10px 0 40px 0px;
	*margin:26px 0px;
	*position:absolute;
}
div#coreEvpContainer .leftTestimonialModule{
	width:331px;
	float:left;
}
div#coreEvpContainer .middlePromoModule{
	width:331px;
	float:left;
	margin:0px 25px 0px 12px;
}
div#coreEvpContainer .RightPromoModule{
	width:334px;
	float:left;
}
div#coreEvpContainer .topPromoModule{
	padding-bottom:12px;
}
.promo-group-1 {
	float:left;
	margin-left:-15px;
}
.promo-group-1 .media-item {
    float: left;
    position: relative;
    padding: 0;
    margin: 0 11px 0 0;
}
.promo-group-2 {
	float:left;
	margin-left: -40px;
	width:0px;
}
*|html[xmlns*=""] .promo-group-2 { /*safari hack*/
	float:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/*chrome hack*/
	.promo-group-2 {
		float:none;
	}
}
.promo-group-2 .media-item {
    margin: 0 0 5px;
    width : 0;
}
ul li{
	list-style-type: none;
}
/* CoreEvp style Ends here*/

/* Display play video button for home page */
div.vjs-big-play-button:hover {
	background: url("images/playbutton_on.png") no-repeat;
}
div.body-content-video .vjs-big-play-button {
	left: 40%;
	margin:0;
}
div.vjs-big-play-button {
	display: none; /* Start hidden */
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 132px;
	height: 29px;
	margin: 156px 0 0 188px;
	text-align: center;
	vertical-align: center;
	cursor: pointer !important;
	background: url("images/playbutton_off.png") no-repeat;
	border: none;
}
div.vjs-big-play-button span {
	display: block;
	border:none;
	margin:0px;
}
/* Display play video button ends here */
/* Styles for home page content alignment over sizzle reel image */
.home-text-over-image {
	color:#FFFFFF;
	margin-left: 650px !important;
    margin-top: -216px;
    position: absolute;
    width: 300px;
    display: inline;
    float: right;
    font-size: 13px;
    line-height: 150%;
    text-align: justify;
    z-index: 1;
}
.home-video-play-button {
	top:400px !important;
}
/* Ends Here Styles for home page content alignment over sizzle reel image */
/* Styles home page video play option */
.overlay-close {
	background: url("images/close.png") no-repeat scroll 0 0 transparent;
	width:12px;
	height:12px;
	float: right;
	margin: 5px 980px;
	cursor:pointer;
	position:absolute;
	z-index:1;
}
.home-video-container .video-js-box .vjs-big-play-button {
	display:none !important;
}
/* Styles home page video play option Ends Here*/