div.focal-section {
	overflow:hidden;

	padding: 50px;
	padding-bottom:30px;

	border:1px solid rgb(255,255,255);
	border-bottom:none;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;

	background-color:rgb(205,210,215);

	box-shadow:inset 1px 1px 4px rgb(120,120,120);
	-webkit-shadow:inset 1px 1px 4px rgb(120,120,120);

	background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(204,210,218) 100%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(204,210,218) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(204,210,218) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(204,210,218) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(204,210,218) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(235,235,235)),color-stop(1, rgb(202,210,218)));
}

div.stm-download-row {
	border:1px solid rgb(228,232,236);
	border-top:1px solid rgb(138,138,138);
	margin-top:0px;
	margin-bottom:0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	padding-bottom:0px;
}

div.stm-download-row a {
	display:inline-block;
	width:383px;
}

div.focal-section-content h1 {
	text-align:center;
	margin:0px;
	font-style:normal;
	font-weight:bold;
	text-shadow:0px 1px 4px black;
	font-size:38px;
	text-decoration:none;
	color:rgb(255,255,255);
}

div.focal-section-content h2 {
    font-family: Baskerville, Times, "Times New Roman", Serif;
    font-style:italic;
    font-weight:normal;
	text-align:center;
	font-size:16px;
	margin:0px;
	color:rgb(68,76,86);
}

div.focal-section-content {
	width:300px;
}

p.unstyled-focal {
	text-align:justify;
	font-size:16px;
	line-height:19px;
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	color:rgb(38,46,56);
}

a:link div.focal-section-content, a:visited div.focal-section-content {
	color:rgb(68,89,113);
}

a:hover div.focal-section-content, a:focus div.focal-section-content {
	color:rgb(255,165,0);
}

a:hover div.focal-section-content h1, a:focus div.focal-section-content h1 {
	color:rgb(255,165,0);
}

div.focal-section a {
	text-decoration:none;
}

div.focal-section-hero-image {
	float:right;
	width:331px;
	height:228px;
	
	margin-bottom:20px;

	background-image:url("/streamtome/images/streamtome_frontpage.png");
	background-repeat: no-repeat;
}
