/*
	A Better Blogroll
	by Chris Coyier
	http://css-tricks.com
*/



/*
	WIDGET STRUCTURE
*/
#MainServiceContainer  { 
	width: 650px; 
	margin: 0px auto;
	/*background: url(../images/widget-bottom-bg.jpg) 7px bottom no-repeat;*/
	/*padding: 0px 15px;*/
	position: relative;	
	/*border-top: 3px solid #006ee9;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;*/
	font-size: 13px;
}

#blogSlider { 
	/*margin-left: 15px; */
	padding: 25px 0px 0px 0px;
	width: 650px;
	/*height: 322px;*/
	margin: 0px auto;
	/*background: url(../images/widget-middle-bg.jpg) center center repeat-y;*/
	/*background: url(../images/MemberBG.jpg) center center no-repeat;*/
}
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { 
	float: left; 
	position: relative; 
	width: 650px;	
}
.stripNav  { 
	/*margin-left: 22px;*/ 
	position: relative; 
	/*top: 18px; */
	z-index: 9;
	width: 650px !important;
}
.wrapper 							{ padding: 0px; }
.innerWrap { 
	width: 630px; 
	overflow: hidden; 
}
/*#push 								{ height: 35px; }*/


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; }

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 18px; text-indent: -9999px; margin-right: 1px; }
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { background: url(../images/MainServiceHeader_1.jpg) top center no-repeat; width: 222px; }
.stripNav li.tab2 a { background: url(../images/MainServiceHeader_2.jpg) top center no-repeat; width: 222px; margin-left: 190px;}
.stripNav li.tab3 a { background: url(../images/MainServiceHeader_3.jpg) top center no-repeat; width: 222px; }
.stripNav li.tab4 a { background: url(../images/MainServiceHeader_4.jpg) top center no-repeat; width: 222px; }

.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 				{ /* Restore focus styling that we removed when we removed outlines */
									  background-position: bottom center; }

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current { background: url(../images/MainServiceHeader_1.jpg) bottom center no-repeat; }
.stripNav li.tab2 a.current { background: url(../images/MainServiceHeader_2.jpg) bottom center no-repeat;}
.stripNav li.tab3 a.current { background: url(../images/MainServiceHeader_3.jpg) bottom center no-repeat; }
.stripNav li.tab4 a.current { background: url(../images/MainServiceHeader_4.jpg) bottom center no-repeat; }


/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 27px; 
							 		  height: 322px; text-indent: -9999px; }
.stripNavL a						{ top: 0px; left: 0px; background: url(../images/previous-L.png); }
.stripNavR a 						{ top: 0px; right: 0px; background: url(../images/next-L.png);
}


/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 948px; }
.panel ul li a 						{ /*border-bottom: 1px solid #C1B599;*/ color: #303030;
						  		  	  display: block; }
.panel ul li:last-child a 			{ /* Remove bottom border on last list item
	   							  	  Hooray for pseudo selectors! */
								  	  border: none; }
								  	  /* Unique rollover colors for each list */
.panel ul#psd-list li a:hover { 
	
	/*opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.panel ul#net-list li a:hover { 
	
	/*opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.panel ul#vector-list li a:hover {
	background: #1f5293; 
	color: white;
}
.panel ul#audio-list li a:hover { 
	background: #4f7c11; 
	color: white;
}


.MoreBTN_1 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}