/*** TOP BANNER ********************************/

#banner {
	height: 310px;
	background: url('../layout/index/banner.jpg') no-repeat top right;
}
#banner h1 {
	display: none;
}

/*** FOOTER ************************************/

#footer {
	background: #999 url('../layout/index/footer.png') no-repeat top;
}

/*** CONTENT ***********************************/

#content {
	width: 600px;
	margin-left: 150px;
	background: #FFF url('../layout/sidebar.png') repeat-y left;
	/*Relative position removed as it hides CSS menu in FireFox.*/
}
* html #content {
	margin-left: 147px;
} /* IE HACK */

#content a {
	color: #000;
}
#content a:hover {
	color: #390;
}
#content h2 {
	background: url('../layout/index/shadey.png');
	margin: 0;
	padding: 0.25em 0 0.25em 1em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align:left !important;
}
#content #switchvideo {
	background: url('../layout/index/shade.png');
	border: 1px solid #CCC;
}
#content #main {
	background: url('../layout/index/turbine.jpg') no-repeat bottom right;
}

/* What is SWITCH */
#content #switchvideo {
	margin: -130px 10px 1em 15px;
}
#content #switchvideo p {
	margin: 1em;
	line-height: 1.5em;
	font-size: 0.9em;
	font-style: italic;
}

/* Video Box */
#content #video #videobox {
	padding-bottom: 10px;
	text-align:center;
}
#content #video {
	min-height: 800px;
}

/* Video Description */
#content #video {
	margin: 1em 10px 1em 15px;
}
#content #video div {
	border: 1px solid #CCC;
	margin: 0.5em;
}
#content #video h3 {
	margin: 0.5em 0;
	padding-left: 0.5em;
	font-size: 1.1em;
	color: #660066;
}
#content #video #summary {
	text-align:left;
	padding-bottom: 10px;
}
* html object.mov {
    display: none;
}