@charset "UTF-8";


/* SpryStackedContainers.css */

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

/* This is the selector for the main container of the Stacked Containers structure. 
 *
 * If you want to constrain the width of the Stacked Containers structure, set a width on
 * the StackedContainers container. By default, our structure expands horizontally to fill
 * up available space.
 */
.StackedContainers
{
	margin: 2px;
	font-family: "Myriad Condensed Web";
	font-size: 14px;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	margin-bottom: 3em;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	background-color: #FFF;
	margin-bottom: 1px;
	font-size: 14px;
	font-family: "Myriad Web", sans-serif;
}
.StackedContainers .RowColumnName {
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.StackedContainers .RowColumnImg {
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
	background-color: #FFF;
}
