#videoWrapper {
	background: url(../images/video/bg-video-wrapper.gif) left top repeat-x;
	width: 854px;
	padding: 33px;
}

#videoWrapper a		{ text-decoration: none; color: #85271F; }
#videoWrapper a:hover	{ text-decoration: underline; }

/* Headings */

#videoContainer {
	display: block;
	height: 511px;
	border-bottom: 1px solid #fff;
}
a#video-link {
	display: block;
	width: 854px;
	height: 511px;
}
object#video-link {
}
img#video-image {
	display: block;
}


#videoTextContainer {
	padding: 20px 33px;
	background: #fff url(../images/video/bg-video-text.gif) left top repeat-x;
	font-size: 14px;
	min-height: 96px;
}

#videoTextContainer h1 {
	float: left;
	width: 280px;
	font: bold 30px/35px 'Trebuchet MS', Helvetica, sans-serif;
	color: #821614;
}
#videoTextContainer p {
	float: right;
	width: 460px;
	line-height: 22px;
	padding-top: 2px;
}




#sitelink {
	clear: both;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0 40px 20px;
	float: left;
	width: 400px;
}

#nlButtons {
    text-align: center;
    margin-top: 20px;
}

.play-video{
  background-image: url('../images/video/play-video.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.play-video:hover, .play-video.preload{
  background-image: url('../images/video/play-video-hover.png');
}