@charset "UTF-8";
/* CSS Document */
* 							{ margin: 0; padding:0; text-decoration:none; border:0; }	
	
/* BODY */	
body,td,th 					{ font-family: Verdana, Geneva, sans-serif; }
body 						{ background-color:#CCCCCC;	background-image:url(../images/bg.jpg); background-repeat:repeat-y; background-position:center; }
	
/* PEF-HEADER */
#pef-header 				{ background-image: url(../images/prairieef_header.jpg); background-repeat:no-repeat; background-position:center; height:78px; }
#pef-header-txt 			{ font-size:12px; font-weight:normal; margin-left:39px;	margin-top:24px; word-spacing:1px; color:#FFF; }
#pef-header-txt a:link 		{ color:#FFF; }
#pef-header-txt a:hover 	{ color: #FF0; }
#pef-header-txt a:visited 	{ color: #FF9; }
	
	
/* PAGE WRAP */
.page-wrap 					{ width:980px; margin:0 auto; }


/* TABLE SPECS */
table 						{ border-collapse: collapse; width:920px; margin: 0 auto; margin-top: 15px;	}
td 							{ border: 1px solid #999; padding: 3px; }
thead 						{ width: 100%; position: fixed; height: 109px; top: 0; }
.slim 						{ width: 150px; }
.hover 						{ background-color: #DADADA; }
.spec-head 					{ font-size:12px; font-weight:bold; text-align:left; }
.spec-head-main 			{ font-size:16px; font-weight:bold; text-align:left; }
.spec-txt 					{ font-size:11px; text-align:left; }
.green 						{ font-size:11px; text-align:left; color:#090; }
.blue 						{ font-size:11px; text-align:left; color:#06F; }
.yellow 					{ font-size:11px; text-align:left; color:#C90; }
.purple 					{ font-size:11px; text-align:left; color:#306; }
.red 						{ font-size:11px; text-align:left; color:#F00; }
.orange 					{ font-size:11px; text-align:left; color:#F60; }

/* MAIN CONTENT */	
#main-content 				{ padding-bottom: 0px; }
	
/* LEFT COL */	
#main-content #left-col 	{ float:left; width: 400px; padding-left:40px; }

/* RIGHT COL */
#main-content #right-col 	{ float: right; width: 480px; padding-right:40px; margin-top:35px; }

.clear 						{ clear:both }

#text p						{ font-size:11px; line-height:16px; color:#000; padding-top:10px; width:400px; }
#text a						{ font-size:12px; color:#090; font-weight:bold; }

#audio 						{ margin-left:30px; padding: 5px 0 15px; }

#vid						{ margin:30px 0 0 150px; }

/* GREEN REVERSE */ 
.green-reverse 				{ background-image:url(../images/green_reverse.gif); background-repeat:no-repeat; width:920px; height: 27px;	margin-left:30px; }
.reservse-txt 				{ font-size:17px; font-style:italic; font-weight:bold; color:white; margin-left:45px; margin-top:-25px; }

#space 						{ padding:110px; }

/* SLIDESHOW */
#slider 					{ width: 480px; /* important to be same as image width */
								height: 385px; /* important to be same as image height */
    							position: relative; /* important */
								overflow: hidden; /* important */ }		
#sliderContent 				{ width: 480px; /* important to be same as image width or wider */
					    		position: absolute; top: 0;	margin-left: 0; }
.sliderImage 				{ float: left; position: relative; display: none; }
.sliderImage span 			{ position: absolute; font: 10px/15px Arial, Helvetica, sans-serif; padding: 10px 13px; width: 480px; background-color: #000;
					    		/* filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; */ color: #fff; display: none; }
.clear 						{ clear: both; }
.sliderImage span strong 	{ font-size: 14px; }
.top 						{ top: 0; left: 0; }
.bottom 					{ bottom: 0; left: 0; }
ul							{ list-style-type: none;}



