@charset "utf-8";

/*******************************************************************************

 INTERNAL PAGE STYLES

 *******************************************************************************/


/* ------------------------------------------------------------- Layout */
#content {
	padding-left: 12px;
}
#columns .col1,
#columns .col2 {
	float: left;
	width: 245px;
	padding: 0px 32px 6px 0px;	
}
#columns .col1 {
	height: 500px;
}
#columns .col3 {
	width: 383px;
	float: left;
}
#columns .colWide {
	float: left;
	padding-left: 277px;
}
#columns #sectionTop {
	float: left;
	border-bottom: 1px solid #888;
	margin-bottom: 20px;
}
#columns #sectionBottom {
	float: left;
	margin-bottom: 34px;
}

#columns #sectionBottom .col3 {
	width: 245px;
}

/* ------------------------------------------------------------- Text Styles */

#columns .col1 p {
	font: bold 21px/24px Arial, Helvetica, sans-serif;
	color: #888;
	letter-spacing: -1px;
}
#columns .col1 .small {
	font-size: 16px;
	line-height: 20px;
}
#columns .col2 p {
	font: 1.3em Segoe UI, Arial, Helvetica, sans-serif;
}

#columns #sectionBottom .col2 p {
	font-size: 1em;
	line-height: 1.3em;
}

#columns #sectionBottom .colWide p {
	font-size: 1.2em;
	line-height: 1.3em;
}

/* ------------------------------------------------------------- Audio Players */
#columns .col2 div.audio {
	color: #999;
	margin-bottom: 20px;
}
#columns .col2 .caption {
	font-size: .9em;
	margin-bottom: .2em;
}

/* ------------------------------------------------------------- Video Players */
#columns .col3 div.video {
	width: 381px;
	height: 246px;
	border: 1px solid #ccc;
	text-align: center;
	color: #999;
	clear: both;
}
#columns .col3 p.caption {
	float: right;
	margin-bottom: 20px;	
}

/* ------------------------------------------------------------- Other */
#columns #sectionBottom img.headShot {
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 8px;
}
#columns #sectionTop .col3 img {
	border: 1px solid #CCCCCC;
	margin-bottom: 22px;
}
#columns #sectionBottom table#definitions {
	width: 660px;
}
#columns #sectionBottom table#definitions td.title {
	width: 100px;
}

