/*
	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:273px; 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:30; }
.contactus a#contactus				{display: block; position: absolute; width: 118px; height: 22px; text-indent: -9999px; z-index:30;}
.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;}
.contactus a#contactus				{ bottom: 14px; left:140px; background: url(../images/contactus.png) no-repeat;}


/* 
	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:175px; 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:0 0 20px 20px; width:100%;}
.slideContent ul li, .slideContent ol li{color:#e7d5d0;}



