body {
    background-image: url("flames.jpg");
	background-repeat: no-repeat;
	background-size: 100% 480px;
	font-family: sans-serif;
}

p.expanded-content-text {
	width: 80%;
	margin: auto;
}

.top {
    width:900px;
    height:500px;
/*    position:absolute;*/
}

.vcv-overlay {
    z-index:-1;
    position: absolute;
    top: 50px;
    right: 100px;
}

.banner-text {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 500px;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.title {
	color:#ffffff;
	font-size: 250%;
}

.intro {
	color:#cacac7;
	line-height: 1.5em;
	font-size: 120%;
	font-weight: 500;
}

.concept-icon {
	/*position: relative;*/
	/*left: -50px;*/
	float: left;
}
.concept-icon img {
 /*   display: block*/
}

.concept-text {
	overflow: hidden;
}

.concept-title {
	margin-top: 0px;
	font-weight: 500;
	color:#0fbc71;
}

.expanded-header {
	margin-bottom: 20px;
	font-weight: 700;
	cursor: pointer; 
	cursor: hand;
}

.expanded-content {
  background: #dddddd;
  display: none;
  margin-bottom: 20px;
  border-width: 1px;
  border-color: #808080;
  border-top-style: solid;
  border-bottom-style: solid;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding:1px;
	border:1px solid #021a40;
	background-color:#eeeeee;	
}

.expanded-section-title {
    text-align: center;
	font-weight: 500;
	color:#0fbc71;
}

.video-link {
    text-align: center;
	height: 3em;
	font-weight: 600;
	font-size: 110%
}