@charset "UTF-8";

/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * 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.
 */
.MasterDetail
{
	margin: 0px;
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer
{
	float: left;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	cursor:pointer;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	width: 180px;
	margin-right: 0px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}

.MasterDetail .MasterColumnS2
{
	cursor:pointer;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	width: 180px;
	margin-right: 0px;
	color: #ffb300;
	font-size: 11px;
	font-weight: bold;
}

.MasterDetail .MasterColumnTestimonials
{
	cursor:pointer;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-right: 0px;
	font-size: 11px;
	width: 270px;
}

.MasterDetail .MasterColumnBcard
{
	cursor:pointer;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-right: 0px;
	color: #333;
	font-size: 120%;
}
/* same as selected*/
.MasterDetail a:focus, a:select
{
	color: #ed8000;
	font-weight: bold;
	background-color: #f0f0f0;

}


/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	color: #ffb300;

}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{


}

.MasterDetail .MasterColumnSelectedMenu
{


}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
	float: left;
	vertical-align: text-top;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	width: 380px;
	padding-left: 0px;
}
.MasterDetail .DetailColumnTestimonials
{
	width: 300px;
	padding-left: 0px;
}
.MasterDetail .DetailColumnRight
{
	width: 200px;
	margin-bottom: 20px;
	padding-left: 20px;

}
/* sets the default width of the image
*/
.MasterDetail .DetailColumnImage
{
	margin-bottom: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px; /* to align top of image with top of text */
	padding-right: 10px;
	float: right;
}

.MasterDetail .DetailColumnStrap
{
	margin-bottom: 1px;
	padding-left: 30px; /* to align top of image with top of text */
	padding-right: 60px;
	float: right;
}

/* this is for pages that have the image accross the top as in Values */
.MasterDetail .DetailColumnHoz
{
	margin-bottom: 1px;
}
/* this is for THE BUSINESS CARDS  */
.MasterDetail .DetailColumnBCard
{
	margin-bottom: 1px;
}
/* this is for scrolling references  */
.MasterDetail .DetailColumnEvents
{
	margin-bottom: 1px;
	overflow: auto;
	padding-right: 10px;
	width: 300px;
	height:310px; /*set to 310 which is inside the iframe for events of 330*/
	padding-left: 20px;
}
.MasterDetail .DetailColumnArticles
{
	margin-bottom: 1px;
	overflow: auto;
	padding-right: 10px;
	width: 400px;
	height:210px;
}


.MasterDetailTestimonials
{
	margin: 0px;
}

.MasterDetailTestimonials .MasterContainer
{
	float: left;
	padding-top: 40px;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetailTestimonials .MasterColumn
{
	cursor:pointer;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	margin-right: 0px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}

.MasterDetailTestimonials .MasterColumnS2
{
	cursor:pointer;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	width: 180px;
	margin-right: 0px;
	color: #ffb300;
	font-size: 11px;
	font-weight: bold;
}

.MasterDetailTestimonials .MasterColumnBcard
{
	cursor:pointer;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-right: 0px;
	color: #333;
	font-size: 120%;
}
/* same as selected*/
.MasterDetailTestimonials a:focus, a:select
{
	color: #ed8000;
	font-weight: bold;
	background-color: #f0f0f0;

}


/* This is the selector for a highlighted Master Column element.
*/
.MasterDetailTestimonials .MasterColumnHover
{
	color: #ffb300;

}

/* This is the selector for a selected Master Column element.
*/
.MasterDetailTestimonials .MasterColumnSelected
{
	color: #ffb300;


}

.MasterDetailTestimonials .MasterColumnSelectedMenu
{


}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetailTestimonials .DetailContainer
{
	float: left;
	vertical-align: text-top;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetailTestimonials .DetailColumn
{
	padding-left: 0px;
	padding-right: 10px;
}
.MasterDetailTestimonials .DetailColumnRight
{
	width: 200px;
	margin-bottom: 20px;
	padding-left: 20px;

}
/* sets the default width of the image
*/
.MasterDetailTestimonials .DetailColumnImage
{
	margin-bottom: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px; /* to align top of image with top of text */
	padding-right: 10px;
	float: right;
}

.MasterDetailTestimonials .DetailColumnStrap
{
	margin-bottom: 1px;
	padding-left: 30px; /* to align top of image with top of text */
	padding-right: 60px;
	float: right;
}

/* this is for pages that have the image accross the top as in Values */
.MasterDetailTestimonials .DetailColumnHoz
{
	margin-bottom: 1px;
}
/* this is for THE BUSINESS CARDS  */
.MasterDetailTestimonials .DetailColumnBCard
{
	margin-bottom: 1px;
}
/* this is for scrolling references  */
.MasterDetailTestimonials .DetailColumnEvents
{
	margin-bottom: 1px;
	overflow: auto;
	padding-right: 10px;
	width: 300px;
	height:310px; /*set to 310 which is inside the iframe for events of 330*/
	padding-left: 20px;
}
.MasterDetailTestimonials .DetailColumnArticles
{
	margin-bottom: 1px;
	overflow: auto;
	padding-right: 10px;
	width: 400px;
	height:210px;
}
