/*trivia*/
.triviaContainer{
	overflow: hidden;
	padding-top: 80px;
}
#healthtriviaContainer{
	padding-top: 35px;
}
.tab_links_wrapper{
	position:absolute;
	z-index: 0;
	padding-left: 1em;
}
.trivia_content{
	margin-top:50px;
	z-index: 1;
	position: relative;
	padding: 20px 0 0;
}

#healthtriviaContainer .trivia_content{
	background: transparent url("../images/health-trivia-content-bg-top.png") no-repeat top center;
	height: 470px;
	width: 1000px;
	margin-left: -8px;
}
#coffeetriviaContainer{
	padding-top: 35px;	
}
#coffeetriviaContainer .trivia_content{
	background: transparent url("../images/coffee-trivia-content-bg-top.png") no-repeat top center;
	height: 470px;
	width: 1000px;
	margin-left: -8px;
}
#farmtriviaContainer{
	padding-top: 80px;	
}
#farmtriviaContainer .trivia_content{
	background: transparent url("../images/farm-trivia-content-bg.png") no-repeat top center;
	height: 823px;
	width: 1000px;
	margin-left: -8px;
}

/*trivia content*/

.triviaContentWrapper{
	overflow: hidden;
}
.triviaContentWrapper div{
	height: 230px;
	overflow: hidden;
	width: 850px;
	/*padding: 65px 0 0 50px;*/
}
.triviaContentWrapper div#first_content{
	/*padding: 55px 0 30px 50px;*/
}
.triviaContentWrapper div p{
	float: left;
	padding: 0 0 0 2em !important;
	width: 615px;
	color: #492b0e;
	font-family: helvetica, arial, tahoma;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 10pt;
}
.triviaContentWrapper div img{
	float: left;
	margin-left: 2em;
}
body#trivia_coffee-trivia .content{
	overflow: hidden;
	background: #fff url("../images/coffee-trivia-content-bg.jpg") no-repeat top center;
}
body#trivia_health-trivia .content{
	overflow: hidden;
	background: #fff url("../images/health-trivia-content-bg.jpg") no-repeat top center;
}




/*========================this is coda trial=====================*/
/**************************************/
/*            GALLERY SLIDER          */
/**************************************/
	
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		
		img { border: 0 }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		#cross-links {
			padding: 0 !important;
			height:44px;
			clear:both;
		}
		#cross-links a {
			padding: 5px 10px;
			margin:5px;
			color:#f36e21;
			text-decoration:none;
		}
		#cross-links a:hover {
			background: #f36e21;
			color:#fff;
			text-decoration:none;
		}	
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: relative;
			width: 960px;
			margin: 30px 0 0 20px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 305px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			clear: both;
			margin: 0 0 20px 24px;
			
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 950px; /* Also specified in  .stripViewer  above */
		}
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			width:605px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display: none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		.stripNav li a:hover {
			background: #333;
		}
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 0px;
			text-indent: -9000em;
			margin-top: 145px;
			z-index: 2;
		}
		.stripNavL a, .stripNavR a, .stripNavL a:focus, .stripNavR a:focus {
			display: block;
			height: 92px;
			outline: none;
		}
		.stripNavL {
			left: 0;
			margin-right: 25px;
			width: 47px;
		}
		.stripNavR {
			right: 0;
			width: 47px;
		}
		.stripNavL {
			background: url(../images/arrow_nav_l.png) no-repeat top ;
			height:92px;
		}
		.stripNavR {
			background: url(../images/arrow_nav_r.png) no-repeat top ;
			height:92px;
		}
	