@charset "UTF-8";

/* SprySpotlightColumn.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Spotlight Column and Stacked Containers structure. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
 
.SpotlightAndStacked
{
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* This is the selector for the row element which houses all the Spotlight and Stacked containers
 * classes. 
*/
.SpotlightAndStacked .SpotlightAndStackedRow
{
	margin-bottom: 10px;
	border: thin solid #004C76;
	background-color: #E8E8E8;
}

/* This is the selector for the container of the Spotlight column elements. By default 
 * the Spotlight column occupy about 25% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .SpotlightContainer
{
	width: 35%;
	float: left;
}

/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.SpotlightAndStacked .SpotlightColumn
{
}

/* This is the selector for the container of the Stacked container elements. By default 
 * the Stacked container occupy about 75% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .StackedContainer
{
	width: 65%;
	float: right;
	padding-bottom: 10px;
}

/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.SpotlightAndStacked .StackedColumn
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.SpotlightAndStacked .StackedColumn h1 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
	color: #004C76;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.SpotlightAndStacked .StackedColumn h4 {
	color: #FFF;
	background-color: #C00;
	display: inline;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 20px;
}
.SpotlightAndStacked .StackedColumn p {
	padding: 0px;
}
.SpotlightAndStacked .StackedContainer a {
	color: #312D42;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.SpotlightAndStacked .StackedContainer a:hover {
	color: #F00;
}
.SpotlightAndStacked .StackedColumn h5 {
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #content .SpotlightAndStacked .SpotlightAndStackedRow .StackedContainer #inarow .StackedColumn {
	float: left;
	width: 25%;
	padding-bottom: 10px;
	margin-top: 20px;
}
.SpotlightAndStacked .StackedContainer h3 a {
	color: #312D42;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
