#search {
}

.tab {
	float: right;
	background: #4dab99;
	color: #fff;
	padding: 5px 2px 1px 2px;
	margin-right: 10px;
}

.tab img {
	vertical-align: middle;
	padding-bottom: 2px;
}

.tab a {
	text-decoration: none;
	color: #fff;
}

.tab a:hover {
	text-decoration: underline;
}

* html .tab {
	margin-top: 12px;
}

#slideshow {
	max-width: 900px;
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
	margin: 0 auto;
}

#slideshowHeader {
	background: #8cb686;
	padding-left: 5px;
	padding-right: 5px;
	height: 133px;
	border-bottom: 1px solid #ccc;
}

#leftHeader {
	background: #377d63;
	height: 70px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	color: #fff;
}

#rightHeader {
	background: #78a086;
	height: 90px;
	max-width: 900px;
}


#slideshowMenu {
	clear: both;
	background: url('/static/images/menu-bg.png') repeat-x;
	height: 43px;
}

#slideshowMenu a {
	display: block;
	float: left;
	padding-top: 15px;
	text-decoration: none;
	color: #555;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
	height: 29px;
	border-right: 1px solid #CCC;
}

#slideshowMenu a.chosen {
	color: #292929;
	background: #fff;
}

#slideshowMenu a:hover {
	text-decoration: underline;
}

#slideshowHeader h1 {
	font: bold 14pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

#slideshowHeader h2 {
	font: 16pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.15em;
}

#mainSection h2 {
	background: url('/static/images/menu-bg.png') repeat-x;
	height: 25px;
	margin-top: 5px;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	padding-top: 8px;
	padding-left: 15px;
	color: #24312c;
}

#video {
	float: left;
	margin-right: 20px;
	background: #a1c9b1;
	padding: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

#video a {
	text-decoration: none;
	color: #292929;
}

#video a:hover {
	text-decoration: underline;
}

#jwpc_playercontainer {
	border: 0;
	margin: 0;
	background: none;
	padding: 0;
}

#paragraph {
	background: #d1e2d8;
}

.script, .paragraphOnly {
	max-width: 500px;
	width:expression(document.body.clientWidth > 500? "500px": "auto" );
	margin: 0 auto;
}

#text {
	padding: 20px;
}

#paragraph p {
	margin-bottom: .5em;
}

#jwpc_captionpane {
	display: none;
}

#jwpc_playertoolbar {
	background: #e6faef;
	padding: 15px;
}

#copyrightetal {
	background: #efefef;
	font-size: 7pt;
	padding: 10px;
	clear: both;
	line-height: 100%;
}

#sponsors {
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 20px;
}

#sponsors a {
	padding: 25px;
}


#bottomBar {
	clear: both;
}

#controls {
	clear: both;
	background: #6aAa87;
	height: 25px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	margin-top: 5px;
}

#controls a {
	text-decoration: none;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
}

#controls a:hover {
	text-decoration: underline;
}

#prevBut {
	float: left;
}

#nextBut {
	float: right;
}

.clearFix {
	line-height: 0;
	clear: both;
}

#mainSection .script h2.speaker {
	background: #D1E2D8;
	text-align: center;
	font-size: 14pt;
	margin-top: 15px;	
}

#segmentMain {
	font-weight: normal;
}

.segmentDetails {
	width: 420px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
	font-size: 8pt;
}

.slideThumb {
	float: left;
	margin-right: 15px;
	height: 190px;
}

.slideThumb img {
	width: 190px;
	height: 100px;
	border: solid 4px #99cfab;
}

.slideTitle a {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #196a32;
}

.slideTitle a:hover {
	text-decoration: underline;
}

.slideDetails {
	margin-left: 215px;
	min-height: 150px;
	height: auto !important;
	height: 200px;
	padding-bottom: 20px;
}

.slideDesc {
	padding-top: 15px;
}

.fileDetails {
	margin-left: 115px;
	height: 150px;
	border-bottom: solid 1px #ddd;
}

.fileThumb {
	float: left;
	margin-right: 15px;
	height: 190px;
}

.fileThumb img {
	width: 100px;
	border: solid 4px #99cfab;
}

.resourceSection {
	font-size: 16pt;
	clear: both;
	color: #444;
	padding-left: 30px;
	padding-top: 15px;
}

.contact {
	margin: 0 auto;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact label {
  font-size: 14pt;
  color: #196a32;
  font-weight: bold;
  margin-bottom: .25em;
}

.contact input {
  width: 600px;
}

.contact textarea {
  width: 600px;
  height: 200px;
}

#recaptcha_area {
  margin: 0 auto;
}

#FAQ {
	width: 600px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#FAQ h2 {
	font-size: 16pt;
	text-align: center;
	color: #444;
	margin-bottom: 20px;
}

#FAQ h3 {
	font-weight: bold;
	color: #196A32;
}

#FAQ ol {
	list-style-type: decimal;
}

