/* SMART SHORTIES */
/* Section Stylesheet: About
----------------------------------------------------------------------------- */


	@import url("widget-editorial.css");


/* Structural Containers
----------------------------------------------------------------------------- */


	#page-bio #main {
	
		margin-left: 50px;
	
		}
		
	#page-bio #sidebar {
	
		width: 275px;
	
		}
		
		
/* Three-Column */


	#left,
	#center,
	#right {
	
		float: left;
	
		}
		
	#left {
	
		padding-top: 10px;
		width: 240px;
		
		}
		
	#center {
	
		width: 410px;
	
		}

	#right {
	
		width: 235px;
		padding-top: 10px;
	
		}
		

/* Mission Statement
----------------------------------------------------------------------------- */


	#mission {
	
		float: left;
		width: 198px;
		margin: 0 0 25px; 0;
		padding: 16px;
		background: #092256;
	
		}
		
	#mission h3 {
	
		width: 230px;
		margin: -16px 0 10px -16px;
		background: url(../images/headings/h3-missionstatement.gif);
	
		}

	
/* Video Player
----------------------------------------------------------------------------- */


	div#videoplayer {
	
		float: left;
		width: 400px;
		height: 355px;
		margin-right: 10px;
	
		}
	
	
/* Bios: Browse
----------------------------------------------------------------------------- */


	#bios {
	
		float: left;
		width: 198px;
		clear: none;
		margin: 0 0 25px 0;
		background: #092256;
		padding: 16px;
	
		}
		
	#bios h3 {
	
		width: 230px;
		margin: -16px 0 10px -16px;
		background: url(../images/headings/h3-bios.gif);
		text-indent: -5000px;
	
		}
		
	#bios li {
	
		padding: 5px 0;
		margin-bottom: 5px;
	
		}
		
	#bios h4 {
	
		margin-bottom: 3px;
	
		}
		
	#bios h4 a {
	
		color: #fff;
	
		}
		
	#bios strong,
	#bios div.story,
	#bios img {
	
		display: none;
	
		}
		
		
/* Bios: Display
----------------------------------------------------------------------------- */


	#page-bio .widget-editorial.display h3 {
	
		width: 515px;
		margin: -20px 0 20px -20px;
		background: url(../images/headings/h3-biography.gif);
	
		}
		
	#page-bio .widget-editorial.display strong {
	
		display: none;
	
		}
		
		
/* FAQs
----------------------------------------------------------------------------- */


	a.faq {
	
		margin-right: 4px;
		float: right;
		width: 230px;
		height: 50px;
		text-indent: -5000px;
		background: url(../images/section-about/a-faq.gif);
	
		}
		
	a.faq:hover {
	
		background-position: bottom left;
	
		}
		
	.widget-editorial.stories h4,
	.widget-editorial.stories strong {
	
		display: none;
	
		}
		
	#page-faq .widget-editorial.stories h3 {
	
		width: 515px;
		margin: -20px 0 20px -20px;
		background: url(../images/headings/h3-faq.gif);
	
		}

