﻿/*Styles for the main Flash section*/
#FlashContainer
{
	float: left;
	width: 724;
	height: 351px;
	border: solid 1px Black; 
}

/**********************Begin Video Corner Section*****************************/

#VideoCorner
{
	float: right;
	width: 232px;
	height: 351px;
	margin-left: 10px;
	vertical-align: top;
	border: solid 1px black;
	background-color: #161616;
}

#VideoCorner #Header
{
	width: 224px;
	height: 26px;
	background-image: url('/Images/Home/BlueBarRepeat.jpg');
	line-height: 26px;
	color: White;
	padding-left: 8px;
	font-weight: bold;
	font-size: 12px;
}

#VideoCorner #Content
{
	width: 212px;
	height: 305px;
	margin: 10px;
}

#VideoCorner #Content #VideoPane
{
	float: left;
	width: 212px;
	height: 285px; 
	color: White;
}

#VCThumbs
{
	height: 196px;
	margin-top: 20px;
}
#VCThumbs .Thumb
{
	float: left;
	width: 212px;
	height: 52px;
}

#VCThumbs .Thumbnail
{
	float: left;
	width: 62px;
	border: solid 2px White;
}

#VideoPane .ThumbText
{
	 float: left;
	 width: 131px;
	 margin-left: 15px;
	 line-height: 14px;
}

.ThumbText .Header
{
	text-transform: uppercase;
	font-weight: bold;
}

.ThumbText .Title
{
	color: #CCCCCC;
	font-size: 11px;
}

.CameraIcon
{
	vertical-align: middle;
	margin-top: 3px;
}

#VideoPane .Spacer
{
	float: left;
	width: 212px;
	height: 20px;
	background-image: url('/Images/Home/subbg.jpg');
	background-position: center;
	background-repeat: repeat-x;
}

#VCViewAll
{
	height: 20px;
	text-align: right;
	line-height: 20px;
}

#VCViewAll a
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

#VCViewAll a:hover { text-decoration: underline; }

/**********************End Video Corner Section*****************************/

#LowerContent
{
	float: left;
	width: 970px;
	margin-top: 10px;
}

#StudentMilestones
{
	float: left;
	width: 238px;
	height: 371px;
	margin-right: 20px;
	vertical-align: top;
	border: solid 1px black;
	background-color: #161616;
}


#SMHeader
{
	width: 230px;
	height: 26px;
	background-image: url('/Images/Home/BlueBarRepeat.jpg');
	line-height: 26px;
	color: White;
	padding-left: 8px;
	font-weight: bold;
	font-size: 12px;
}

#SMContainer
{
	margin: 10px;
	width: 218px;
	height: 325px;
}

.SMThumb
{
	float: left;
	width: 212px;
	border: solid 3px White;
}

#SMContent
{
	float: left;
	width: 218px;
	height: 125px;
	margin-top: 15px; 
	color: White;
}

.SMTitle
{
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	color: White;
	vertical-align: top;
}

#SMSummary
{
	color: #CCCCCC;
	font-size: 11px;
	line-height: 18px;
}

#SMSummary a { color: #BC8B1E; }

#SMViewAll
{
	height: 20px;
	text-align: right;
	line-height: 20px;
}

#SMViewAll a
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

#HomeContent
{
	float: left;
	width: 710px;
}
