
/*
LINKS:
#004D91 = main blue

TABS:
#433F38 = current nav tab (dark gray)
#A7915F = unselected nav tabs (light brown)
#876A41 = hovered nav tab (medium brown)
*/
#portfolio #content-column { margin-bottom: 0; }
#portfolio #footer hr { display: none; }


/* body.large-page#portfolio div#content-columns { font-size: 130%; } */
.client { font-size: 12px; }
.client strong { font-size: 125%; }
.client i { font-style: normal; }








.slider-wrap {  }

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; }

a:focus { outline:none }
	

.stripViewer .panelContainer .panel ul {
	text-align: left;
}
/* 
.slider-wrap { This div isn't entirely necessary but good for getting the side arrows vertically centered 
	margin: 0 auto;
	width: 100%;
}
*/

/* These 2 lines specify style applied while slider is loading */
.csw { width: 100%; height: 400px; background: #6A9929; overflow: scroll; }
.csw .loading { margin: 200px 0 300px 0; text-align: center }

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 0; /* this is the border. should have the same value for the links */
	margin: auto;
	/* width: 390px;  Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
}

.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: 0px;
	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;
	position: relative;
	left: -30px;
	width: 986px;
	/* 
	width: 390px;  Also specified in  .stripViewer  above 
	text-align:center;
	*/
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	/* padding: 10px; padding-top:10px; margin-bottom:35px; */
	margin: 0 30px;
}
.wrapper { text-align:left }
.panel { }	
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}
.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: 120%;
	text-align: center;
	line-height: 20px;
	background: #c6e3ff;
	text-decoration: none;
	display: block;
	padding:0px;
	margin-right:8px;			
	color: #fff;
	
	width: 24px;
	height: 24px;
}
/*
.stripNav li.tab1 a { background: #6A9929 }
.stripNav li.tab2 a { background: #6A9929 }
.stripNav li.tab3 a { background: #6A9929 }
.stripNav li.tab4 a { background: #6A9929 }
.stripNav li.tab5 a { background: #6A9929 }
*/
.stripNav li a { 
	background: #A7915F url("/images/bg-tab.gif") 50% top no-repeat;; 
	padding: 1px 0 3px 0;
	border-bottom: 2px solid white;
}
.stripNav li a:hover {
	background: #876A41 url("/images/bg-tab-hover.gif") 50% top no-repeat; /* #876A41 */
	border-bottom: 2px solid #004D91;
}
.stripNav li a.current {
	background: #433F38 url("/images/bg-tab-current.gif") 50% top no-repeat;;
	/* color: #fff; */
	position:relative;
	z-index:2;
}
.stripNav li a.current:hover {
	border-bottom: 2px solid white;
	cursor: default;
}

/*
.stripNav { position: absolute; top: 166px; margin-left: 472px; }

.stripNav, 
.stripNavL,
.stripNavR { position: relative; top: -100px; left: 400px; }


#stripNavHolder {  }
*/

.stripNav, 
.stripNavL,
.stripNavR { position: absolute; top: 166px; }

.stripNav { margin-left: 336px; }
.stripNavL { margin-left: 868px; }
.stripNavR { margin-left: 886px; }

/* .stripNav { margin-left: 472px; }  */
.stripNavL a,
.stripNavR a { display: block; padding: 1px 8px 3px 8px; font-size: 120%; line-height: 20px; width: 24px; text-decoration:none; }

.stripNavL a { background: transparent url("/images/bg-arrow-left.gif") left top no-repeat; }
.stripNavR a { background: transparent url("/images/bg-arrow-right.gif") right top no-repeat; }
.stripNavL a:hover {  background: transparent url("/images/bg-arrow-left-hover.gif") left top no-repeat; cursor: pointer; }
.stripNavR a:hover {  background: transparent url("/images/bg-arrow-right-hover.gif") right top no-repeat; cursor: pointer; }
/*
.stripNavL a { padding-left: 24px; background: transparent url("/images/bg-button-previous.gif") left top no-repeat; }
.stripNavR a { padding-right: 24px; background: transparent url("/images/bg-button-next.gif") right top no-repeat; }
.stripNavL a:hover {  background: transparent url("/images/bg-button-previous-hover.gif") left top no-repeat; }
.stripNavR a:hover {  background: transparent url("/images/bg-button-next-hover.gif") right top no-repeat; }

.stripNavL a,
.stripNavR a { display: block; padding: 1px 8px 3px 8px; font-size: 120%; line-height: 20px; text-decoration:none; }
*/