/*
	WIDGET STRUCTURE
*/
#sliderWrap 					    { width: 970px; padding-bottom: 0px; position: relative; }
#Slider 						    { margin-left: 20px; width: 950px;}
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 935px;}
.stripNav 							{ display:none;}
.wrapper 							{ padding: 0px; }
.innerWrap 							{ overflow: hidden; width:935px;}


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 18px; text-indent: -9999px; }
.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 				{ /* Restore focus styling that we removed when we removed outlines */
									  background-position: top center; }

/* 
	SUB NAVIGATION
*/
.ribbon{ background:url(../images/next_bg.png) no-repeat; position:absolute; width:181px; height:50px; z-index:29; margin:240px 0 0 -13px; float:left;}

.stripNavL a, .stripNavR a			{ display: block; position: absolute; width: 75px; height: 22px; text-indent: -9999px; z-index:100; }
.contactus a#contactus				{display: block; position: absolute; width: 256px; height: 22px; font-size:14px; font-weight:bold; z-index:100; text-decoration:none; color:#fff; text-transform:uppercase;}
.stripNavL a						{ bottom: 35px; left: 45px; display:block; display:none;}/*background: url(../images/previous.png); */
.stripNavR a 						{ bottom: 14px; left:47px; background: url(../images/next.png) no-repeat;}
.stripNavR a:hover 					{ bottom: 15px; left:47px; background: url(../images/next_over.png) no-repeat;}
.contactus a#contactus				{ bottom: 14px; left:185px; background: url(../images/home_contact_bg.png) no-repeat; bottom:14px; height:50px; top:0; width:256px; padding:10px 0 0 18px;}



/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 240px; }
/*.panel ul li a 						{ border-bottom: 1px solid #C1B599; color: #303030;
						  		  	  display: block; padding: 7px 10px; }*/


.slideContent				{width:540px; font-size:14px; padding:30px; height:200px; overflow:hidden; color:#e7d5d0;}
.slideContent a, .slideContent ul li a {color:#f79d87; text-decoration:none;}
.slideContent a:hover {color:#fff;}
.slideContent p .learnmore{ font-size:18px; text-decoration:none; color:#f7d860;}
.slideContent p .learnmore:hover{ color:#fff;}
.slideContent p{ padding:0 0 20px 0;}
.slideContent ul, .slideContent ol{ padding:15px 0 20px 0; width:100%; float:left;}
.slideContent ul li, .slideContent ol li{color:#e7d5d0;}


